Skip to content

Commit

Permalink
Strings for Moodle Mobile 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Apr 8, 2016
1 parent 8c42779 commit 39e4361
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions lang/en/local_moodlemobileapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$string['mm.core.dfmediumdate'] = 'LLL';
$string['mm.core.dftimedate'] = 'h[:]mm A';
$string['mm.core.downloading'] = 'Downloading';
$string['mm.core.elementseparator'] = ', ';
$string['mm.core.elementseparator'] = ',';
$string['mm.core.errorchangecompletion'] = 'An error occurred while changing the completion status. Please try again.';
$string['mm.core.errordownloading'] = 'Error downloading file.';
$string['mm.core.errordownloadingsomefiles'] = 'Error downloading module files. Some files might be missing.';
Expand Down Expand Up @@ -109,6 +109,7 @@
$string['mm.core.mod_url'] = 'URL';
$string['mm.core.mod_wiki'] = 'Wiki';
$string['mm.core.mod_workshop'] = 'Workshop';
$string['mm.core.mygroups'] = 'My groups';
$string['mm.core.networkerrormsg'] = 'Network not enabled or not working.';
$string['mm.core.notapplicable'] = 'n/a';
$string['mm.core.numdays'] = '{{$a}} days';
Expand All @@ -121,7 +122,9 @@
$string['mm.core.online'] = 'Online';
$string['mm.core.openfullimage'] = 'Click here to display the image at full size';
$string['mm.core.openinbrowser'] = 'Open in browser';
$string['mm.core.othergroups'] = 'Other groups';
$string['mm.core.percentagenumber'] = '{{$a}}%';
$string['mm.core.pictureof'] = 'Picture of {{$a}}';
$string['mm.core.pulltorefresh'] = 'Pull to refresh';
$string['mm.core.requireduserdatamissing'] = 'This user lacks some required profile data. Please, fill this data in your Moodle and try again.<br>{{$a}}';
$string['mm.core.searching'] = 'Searching';
Expand Down Expand Up @@ -177,7 +180,7 @@
$string['mm.login.connect'] = 'Connect!';
$string['mm.login.connecttomoodle'] = 'Connect to Moodle';
$string['mm.login.credentials'] = 'Credentials';
$string['mm.login.credentialsdescription'] = 'Please provide your username and password to login on ';
$string['mm.login.credentialsdescription'] = 'Please provide your username and password to login on';
$string['mm.login.erroraccesscontrolalloworigin'] = 'The Cross-Origin call you\'re trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium';
$string['mm.login.errordeletesite'] = 'An error occurred while deleting this site. Please try again.';
$string['mm.login.errorupdatesite'] = 'An error ocurred while updating the site\'s token.';
Expand Down Expand Up @@ -278,6 +281,7 @@
$string['mm.user.roles'] = 'Roles';
$string['mm.user.student'] = 'Student';
$string['mm.user.teacher'] = 'Non-editing teacher';
$string['mm.user.viewprofile'] = 'View profile';
$string['mm.user.webpage'] = 'Web page';
$string['mma.calendar.calendarevents'] = 'Calendar events';
$string['mma.calendar.errorloadevent'] = 'Error loading event.';
Expand Down Expand Up @@ -369,7 +373,6 @@
$string['mma.messages.type_online'] = 'Online';
$string['mma.messages.type_search'] = 'Search results';
$string['mma.messages.type_strangers'] = 'Others';
$string['mma.messages.unblockcontact'] = 'Unlock contact';
$string['mma.mod_assign.userwithid'] = 'User with Id {{id}}';
$string['mma.mod_chat.errorwhileconnecting'] = 'Error while connecting to the chat.';
$string['mma.mod_chat.errorwhilegettingchatdata'] = 'Error while getting chat data.';
Expand Down Expand Up @@ -440,6 +443,11 @@
$string['mma.mod_survey.results'] = 'Results';
$string['mma.mod_url.accessurl'] = 'Access the URL';
$string['mma.mod_url.pointingtourl'] = 'URL this resource points to';
$string['mma.mod_wiki.errorloadingpage'] = 'An error occured while loading page.';
$string['mma.mod_wiki.errornowikiavailable'] = 'There\'s no wiki available to be shown.';
$string['mma.mod_wiki.gowikihome'] = 'Go Wiki home';
$string['mma.mod_wiki.subwiki'] = 'Subwiki';
$string['mma.mod_wiki.viewpage'] = 'View page';
$string['mma.notes.addnewnote'] = 'Add a new note';
$string['mma.notes.coursenotes'] = 'Course notes';
$string['mma.notes.eventnotecreated'] = 'Note created';
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2014012428;
$plugin->version = 2014012429;
$plugin->requires = 2013111800; // Require Moodle version (2.6).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.29'; // This should be the latest Mobile app version
$plugin->release = '1.300'; // This should be the latest Mobile app version
$plugin->component = 'local_moodlemobileapp';

0 comments on commit 39e4361

Please sign in to comment.