Skip to content

Commit 15ea48a

Browse files
committed
Sync strings for 3.7.1-rc
1 parent 2eb8ef1 commit 15ea48a

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
Prevent phone from sleeping - So you can receive push notifications anytime';
4747
$string['addon.blog.errorloadentries'] = 'Error loading blog entries.';
4848
$string['addon.blog.showonlyyourentries'] = 'Show only your entries';
49+
$string['addon.calendar.calendarevent'] = 'Calendar event';
4950
$string['addon.calendar.calendarevents'] = 'Calendar events';
5051
$string['addon.calendar.calendarreminders'] = 'Calendar reminders';
5152
$string['addon.calendar.defaultnotificationtime'] = 'Default notification time';
@@ -108,8 +109,10 @@
108109
$string['addon.mod_choice.errorgetchoice'] = 'Error getting choice data.';
109110
$string['addon.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
110111
$string['addon.mod_choice.resultsnotsynced'] = 'Your last response must be synchronised before it is included in the results.';
112+
$string['addon.mod_data.edittagsnotsupported'] = 'Sorry, editing tags is not supported by the app.';
111113
$string['addon.mod_data.errorapproving'] = 'Error approving or unapproving entry.';
112114
$string['addon.mod_data.errordeleting'] = 'Error deleting entry.';
115+
$string['addon.mod_data.searchbytagsnotsupported'] = 'Sorry, searching by tags is not supported by the app.';
113116
$string['addon.mod_feedback.captchaofflinewarning'] = 'Feedback with CAPTCHA cannot be completed offline, or if not configured, or if the server is down.';
114117
$string['addon.mod_feedback.feedback_submitted_offline'] = 'This feedback has been saved to be submitted later.';
115118
$string['addon.mod_folder.emptyfilelist'] = 'There are no files to show.';
@@ -149,6 +152,7 @@
149152
$string['addon.mod_lti.errorinvalidlaunchurl'] = 'The launch URL is not valid.';
150153
$string['addon.mod_lti.launchactivity'] = 'Launch the activity';
151154
$string['addon.mod_page.errorwhileloadingthepage'] = 'Error while loading the page content.';
155+
$string['addon.mod_quiz.canattemptbutnotsubmit'] = 'You can attempt this quiz in the app, but you will need to submit the attempt in browser for the following reasons:';
152156
$string['addon.mod_quiz.cannotsubmitquizdueto'] = 'This quiz attempt cannot be submitted for the following reasons:';
153157
$string['addon.mod_quiz.confirmcontinueoffline'] = 'This attempt has not been synchronised since {{$a}}. If you have continued this attempt in another device since then, you may lose data.';
154158
$string['addon.mod_quiz.confirmleavequizonerror'] = 'An error occurred while saving the answers. Are you sure you want to leave the quiz?';
@@ -158,14 +162,15 @@
158162
$string['addon.mod_quiz.errorgetquestions'] = 'Error getting questions.';
159163
$string['addon.mod_quiz.errorgetquiz'] = 'Error getting quiz data.';
160164
$string['addon.mod_quiz.errorparsequestions'] = 'An error occurred while reading the questions. Please attempt this quiz in a web browser.';
161-
$string['addon.mod_quiz.errorquestionsnotsupported'] = 'This quiz can\'t be attempted in the app because it contains questions not supported by the app:';
165+
$string['addon.mod_quiz.errorquestionsnotsupported'] = 'This quiz can\'t be attempted in the app because it only contains questions not supported by the app:';
162166
$string['addon.mod_quiz.errorrulesnotsupported'] = 'This quiz can\'t be attempted in the app because it has access rules not supported by the app:';
163167
$string['addon.mod_quiz.errorsaveattempt'] = 'An error occurred while saving the attempt data.';
164168
$string['addon.mod_quiz.finishnotsynced'] = 'Finished but not synchronised';
165169
$string['addon.mod_quiz.opentoc'] = 'Open navigation popover';
166170
$string['addon.mod_quiz.warningattemptfinished'] = 'Offline attempt discarded as it was finished on the site or not found.';
167171
$string['addon.mod_quiz.warningdatadiscarded'] = 'Some offline answers were discarded because the questions were modified online.';
168172
$string['addon.mod_quiz.warningdatadiscardedfromfinished'] = 'Attempt unfinished because some offline answers were discarded. Please review your answers then resubmit the attempt.';
173+
$string['addon.mod_quiz.warningquestionsnotsupported'] = 'This quiz contains questions not supported by the app:';
169174
$string['addon.mod_resource.errorwhileloadingthecontent'] = 'Error while loading the content.';
170175
$string['addon.mod_resource.openthefile'] = 'Open the file';
171176
$string['addon.mod_scorm.cannotcalculategrade'] = 'Grade couldn\'t be calculated.';
@@ -220,8 +225,11 @@
220225
$string['core.capturevideo'] = 'Record video';
221226
$string['core.clearsearch'] = 'Clear search';
222227
$string['core.clicktoseefull'] = 'Click to see full contents.';
223-
$string['core.commentsnotworking'] = 'Comments cannot be retrieved';
228+
$string['core.comments.commentsnotworking'] = 'Comments cannot be retrieved';
229+
$string['core.comments.warningcommentsnotsent'] = 'Couldn\'t sync comments. {{error}}';
224230
$string['core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.';
231+
$string['core.confirmgotabroot'] = 'Are you sure you want to go back to {{name}}?';
232+
$string['core.confirmgotabrootdefault'] = 'Are you sure you want to go to the initial page of the current tab?';
225233
$string['core.confirmloss'] = 'Are you sure? All changes will be lost.';
226234
$string['core.confirmopeninbrowser'] = 'Do you want to open it in a web browser?';
227235
$string['core.contenteditingsynced'] = 'The content you are editing has been synced.';
@@ -257,13 +265,14 @@
257265
$string['core.course.useactivityonbrowser'] = 'You can still use it using your device\'s web browser.';
258266
$string['core.course.warningmanualcompletionmodified'] = 'The manual completion of an activity was modified on the site.';
259267
$string['core.course.warningofflinemanualcompletiondeleted'] = 'Some offline manual completion of course \'{{name}}\' has been deleted. {{error}}';
268+
$string['core.coursenogroups'] = 'You are not a member of any group of this course.';
260269
$string['core.courses.cannotretrievemorecategories'] = 'Categories deeper than level {{$a}} cannot be retrieved.';
261270
$string['core.courses.confirmselfenrol'] = 'Are you sure you want to enrol yourself in this course?';
262271
$string['core.courses.downloadcourses'] = 'Download courses';
263272
$string['core.courses.enrolme'] = 'Enrol me';
264273
$string['core.courses.errorloadcategories'] = 'An error occurred while loading categories.';
265274
$string['core.courses.errorloadcourses'] = 'An error occurred while loading courses.';
266-
$string['core.courses.errorloadplugins'] = 'The plugins required by this course could not be loaded correctly. Please restart the app to try again.';
275+
$string['core.courses.errorloadplugins'] = 'The plugins required by this course could not be loaded correctly. Please reload the app to try again.';
267276
$string['core.courses.errorsearching'] = 'An error occurred while searching.';
268277
$string['core.courses.errorselfenrol'] = 'An error occurred while self enrolling.';
269278
$string['core.courses.filtermycourses'] = 'Filter my courses';
@@ -300,6 +309,7 @@
300309
$string['core.erroropenfilenoextension'] = 'Error opening file: the file doesn\'t have an extension.';
301310
$string['core.erroropenpopup'] = 'This activity is trying to open a popup. This is not supported in the app.';
302311
$string['core.errorrenamefile'] = 'Error renaming file. Please try again.';
312+
$string['core.errorsomedatanotdownloaded'] = 'If you downloaded this activity, please notice that some data isn\'t downloaded during the download process for performance and data usage reasons.';
303313
$string['core.errorsync'] = 'An error occurred while synchronising. Please try again.';
304314
$string['core.errorsyncblocked'] = 'This {{$a}} cannot be synchronised right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.';
305315
$string['core.filenameexist'] = 'File name already exists: {{$a}}';
@@ -340,6 +350,8 @@
340350
$string['core.login.confirmdeletesite'] = 'Are you sure you want to delete the site {{sitename}}?';
341351
$string['core.login.connect'] = 'Connect!';
342352
$string['core.login.connecttomoodle'] = 'Connect to Moodle';
353+
$string['core.login.connecttomoodleapp'] = 'You are trying to connect to a regular Moodle site. Please download the official Moodle app to access this site.';
354+
$string['core.login.connecttoworkplaceapp'] = 'You are trying to connect to a Moodle Workplace site. Please download the Moodle Workplace app to access this site.';
343355
$string['core.login.contactyouradministrator'] = 'Contact your site administrator for further help.';
344356
$string['core.login.contactyouradministratorissue'] = 'Please ask your site administrator to check the following issue: {{$a}}';
345357
$string['core.login.credentialsdescription'] = 'Please provide your username and password to log in.';
@@ -356,7 +368,7 @@
356368
$string['core.login.invalidtime'] = 'Invalid time';
357369
$string['core.login.invalidvaluemax'] = 'The maximum value is {{$a}}';
358370
$string['core.login.invalidvaluemin'] = 'The minimum value is {{$a}}';
359-
$string['core.login.legacymoodleversion'] = 'You are trying to connect to an unsupported Moodle version. Please, download the Moodle Classic app to access this Moodle site.';
371+
$string['core.login.legacymoodleversion'] = 'You are trying to connect to an unsupported Moodle version. Please download the Moodle Classic app to access this Moodle site.';
360372
$string['core.login.legacymoodleversiondesktop'] = 'You are trying to connect to <b>{{$a}}</b>.<br><br>This site is running an outdated unsupported version of Moodle which will not work with this Moodle Desktop App.<br><br>If this is your site please contact your local moodle partner to get assistance to update it.<br><br>See <a href="https://moodle.com/contact">our contact page</a> to submit a request for assistance.';
361373
$string['core.login.legacymoodleversiondesktopdownloadold'] = '<br><br>Alternatively, you can still access this site using an unsupported version of the app that can be downloaded from here.';
362374
$string['core.login.localmobileunexpectedresponse'] = 'Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.';
@@ -398,6 +410,7 @@
398410
$string['core.nopermissionerror'] = 'Sorry, but you do not currently have permissions to do that';
399411
$string['core.notapplicable'] = 'n/a';
400412
$string['core.notsent'] = 'Not sent';
413+
$string['core.nummore'] = '{{$a}} more';
401414
$string['core.openfullimage'] = 'Click here to display the full size image';
402415
$string['core.openinbrowser'] = 'Open in browser';
403416
$string['core.percentagenumber'] = '{{$a}}%';
@@ -430,6 +443,8 @@
430443
$string['core.settings.devicewebworkers'] = 'Device web workers supported';
431444
$string['core.settings.displayformat'] = 'Display format';
432445
$string['core.settings.enabledownloadsection'] = 'Enable download sections';
446+
$string['core.settings.enablefirebaseanalytics'] = 'Enable Firebase analytics';
447+
$string['core.settings.enablefirebaseanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
433448
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
434449
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
435450
$string['core.settings.enablesyncwifi'] = 'Allow sync only when on Wi-Fi';
@@ -438,6 +453,7 @@
438453
$string['core.settings.errorsyncsite'] = 'Error synchronising site data. Please check your Internet connection and try again.';
439454
$string['core.settings.estimatedfreespace'] = 'Estimated free space';
440455
$string['core.settings.filesystemroot'] = 'File system root';
456+
$string['core.settings.fontsize'] = 'Text size';
441457
$string['core.settings.localnotifavailable'] = 'Local notifications available';
442458
$string['core.settings.locationhref'] = 'Web view URL';
443459
$string['core.settings.navigatorlanguage'] = 'Navigator language';
@@ -466,6 +482,8 @@
466482
$string['core.sizetb'] = 'TB';
467483
$string['core.sorry'] = 'Sorry...';
468484
$string['core.tablet'] = 'Tablet';
485+
$string['core.tag.errorareanotsupported'] = 'This tag area is not supported by the app.';
486+
$string['core.tag.warningareasnotsupported'] = 'Some of the tag areas are not displayed because they are not supported by the app.';
469487
$string['core.thereisdatatosync'] = 'There are offline {{$a}} to be synchronised.';
470488
$string['core.tryagain'] = 'Try again';
471489
$string['core.twoparagraphs'] = '{{p1}}<br><br>{{p2}}';

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 = 2019060700;
28+
$plugin->version = 2019081400;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.7.0'; // This should be the latest Mobile app version
31+
$plugin->release = '3.7.1-rc'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)