Skip to content

Commit 39e4361

Browse files
committed
Strings for Moodle Mobile 3.0.0
1 parent 8c42779 commit 39e4361

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$string['mm.core.dfmediumdate'] = 'LLL';
6969
$string['mm.core.dftimedate'] = 'h[:]mm A';
7070
$string['mm.core.downloading'] = 'Downloading';
71-
$string['mm.core.elementseparator'] = ', ';
71+
$string['mm.core.elementseparator'] = ',';
7272
$string['mm.core.errorchangecompletion'] = 'An error occurred while changing the completion status. Please try again.';
7373
$string['mm.core.errordownloading'] = 'Error downloading file.';
7474
$string['mm.core.errordownloadingsomefiles'] = 'Error downloading module files. Some files might be missing.';
@@ -109,6 +109,7 @@
109109
$string['mm.core.mod_url'] = 'URL';
110110
$string['mm.core.mod_wiki'] = 'Wiki';
111111
$string['mm.core.mod_workshop'] = 'Workshop';
112+
$string['mm.core.mygroups'] = 'My groups';
112113
$string['mm.core.networkerrormsg'] = 'Network not enabled or not working.';
113114
$string['mm.core.notapplicable'] = 'n/a';
114115
$string['mm.core.numdays'] = '{{$a}} days';
@@ -121,7 +122,9 @@
121122
$string['mm.core.online'] = 'Online';
122123
$string['mm.core.openfullimage'] = 'Click here to display the image at full size';
123124
$string['mm.core.openinbrowser'] = 'Open in browser';
125+
$string['mm.core.othergroups'] = 'Other groups';
124126
$string['mm.core.percentagenumber'] = '{{$a}}%';
127+
$string['mm.core.pictureof'] = 'Picture of {{$a}}';
125128
$string['mm.core.pulltorefresh'] = 'Pull to refresh';
126129
$string['mm.core.requireduserdatamissing'] = 'This user lacks some required profile data. Please, fill this data in your Moodle and try again.<br>{{$a}}';
127130
$string['mm.core.searching'] = 'Searching';
@@ -177,7 +180,7 @@
177180
$string['mm.login.connect'] = 'Connect!';
178181
$string['mm.login.connecttomoodle'] = 'Connect to Moodle';
179182
$string['mm.login.credentials'] = 'Credentials';
180-
$string['mm.login.credentialsdescription'] = 'Please provide your username and password to login on ';
183+
$string['mm.login.credentialsdescription'] = 'Please provide your username and password to login on';
181184
$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';
182185
$string['mm.login.errordeletesite'] = 'An error occurred while deleting this site. Please try again.';
183186
$string['mm.login.errorupdatesite'] = 'An error ocurred while updating the site\'s token.';
@@ -278,6 +281,7 @@
278281
$string['mm.user.roles'] = 'Roles';
279282
$string['mm.user.student'] = 'Student';
280283
$string['mm.user.teacher'] = 'Non-editing teacher';
284+
$string['mm.user.viewprofile'] = 'View profile';
281285
$string['mm.user.webpage'] = 'Web page';
282286
$string['mma.calendar.calendarevents'] = 'Calendar events';
283287
$string['mma.calendar.errorloadevent'] = 'Error loading event.';
@@ -369,7 +373,6 @@
369373
$string['mma.messages.type_online'] = 'Online';
370374
$string['mma.messages.type_search'] = 'Search results';
371375
$string['mma.messages.type_strangers'] = 'Others';
372-
$string['mma.messages.unblockcontact'] = 'Unlock contact';
373376
$string['mma.mod_assign.userwithid'] = 'User with Id {{id}}';
374377
$string['mma.mod_chat.errorwhileconnecting'] = 'Error while connecting to the chat.';
375378
$string['mma.mod_chat.errorwhilegettingchatdata'] = 'Error while getting chat data.';
@@ -440,6 +443,11 @@
440443
$string['mma.mod_survey.results'] = 'Results';
441444
$string['mma.mod_url.accessurl'] = 'Access the URL';
442445
$string['mma.mod_url.pointingtourl'] = 'URL this resource points to';
446+
$string['mma.mod_wiki.errorloadingpage'] = 'An error occured while loading page.';
447+
$string['mma.mod_wiki.errornowikiavailable'] = 'There\'s no wiki available to be shown.';
448+
$string['mma.mod_wiki.gowikihome'] = 'Go Wiki home';
449+
$string['mma.mod_wiki.subwiki'] = 'Subwiki';
450+
$string['mma.mod_wiki.viewpage'] = 'View page';
443451
$string['mma.notes.addnewnote'] = 'Add a new note';
444452
$string['mma.notes.coursenotes'] = 'Course notes';
445453
$string['mma.notes.eventnotecreated'] = 'Note created';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

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

0 commit comments

Comments
 (0)