Skip to content

Commit ac53891

Browse files
committed
Update language pack for 5.0
AMOS BEGIN CPY [core.settings.colorscheme-dark,local_moodlemobileapp],[core.viewer.readingthemedark,local_moodlemobileapp] CPY [core.settings.colorscheme-light,local_moodlemobileapp],[core.viewer.readingthemelight,local_moodlemobileapp] AMOS END
1 parent 15ae7ae commit ac53891

File tree

3 files changed

+117
-48
lines changed

3 files changed

+117
-48
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
$string['addon.mod_data.edittagsnotsupported'] = 'Sorry, editing tags is not supported by the app.';
127127
$string['addon.mod_data.errorapproving'] = 'Error approving or unapproving entry.';
128128
$string['addon.mod_data.errordeleting'] = 'Error deleting entry.';
129-
$string['addon.mod_data.gettinglocation'] = 'Getting location';
130-
$string['addon.mod_data.locationnotenabled'] = 'Location is not enabled';
131-
$string['addon.mod_data.locationpermissiondenied'] = 'Permission to access your location has been denied.';
132129
$string['addon.mod_data.mylocation'] = 'My location';
133130
$string['addon.mod_data.searchbytagsnotsupported'] = 'Sorry, searching by tags is not supported by the app.';
134131
$string['addon.mod_feedback.captchaofflinewarning'] = 'Feedback with CAPTCHA cannot be completed offline, or if not configured, or if the server is down.';
@@ -165,6 +162,7 @@
165162
$string['addon.mod_h5pactivity.errorgetactivity'] = 'Error getting H5P activity data.';
166163
$string['addon.mod_h5pactivity.filestatenotdownloaded'] = 'The H5P package is not downloaded. You need to download it to be able to use it.';
167164
$string['addon.mod_h5pactivity.filestateoutdated'] = 'The H5P package has been modified since the last download. You need to download it again to be able to use it.';
165+
$string['addon.mod_h5pactivity.numberofattempts'] = '{{$a}} attempts';
168166
$string['addon.mod_h5pactivity.offlinedisabledwarning'] = 'You need to be online to view the H5P package.';
169167
$string['addon.mod_h5pactivity.viewattempt'] = 'View attempt {{$a}}';
170168
$string['addon.mod_imscp.showmoduledescription'] = 'Show description';
@@ -207,10 +205,7 @@
207205
$string['addon.mod_scorm.errorcreateofflineattempt'] = 'An error occurred while creating a new offline attempt. Please try again.';
208206
$string['addon.mod_scorm.errordownloadscorm'] = 'Error downloading SCORM: "{{name}}".';
209207
$string['addon.mod_scorm.errorgetscorm'] = 'Error getting SCORM data.';
210-
$string['addon.mod_scorm.errorinvalidversion'] = 'Sorry, the application only supports SCORM 1.2.';
211-
$string['addon.mod_scorm.errornotdownloadable'] = 'Your school or learning provider has disabled the download of SCORM packages.';
212208
$string['addon.mod_scorm.errornovalidsco'] = 'This SCORM package doesn\'t have a visible SCO to load.';
213-
$string['addon.mod_scorm.errorpackagefile'] = 'Sorry, the application only supports ZIP packages.';
214209
$string['addon.mod_scorm.errorsyncscorm'] = 'An error occurred while synchronising. Please try again.';
215210
$string['addon.mod_scorm.offlineattemptnote'] = 'This attempt has data that hasn\'t been synchronised.';
216211
$string['addon.mod_scorm.offlineattemptovermax'] = 'This attempt cannot be sent because you exceeded the maximum number of attempts.';
@@ -294,12 +289,13 @@
294289
$string['core.clicktoseefull'] = 'Click to see full contents.';
295290
$string['core.comments.commentsnotworking'] = 'Comments cannot be retrieved';
296291
$string['core.comments.warningcommentsnotsent'] = 'Couldn\'t sync comments. {{error}}';
297-
$string['core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.';
298-
$string['core.confirmleaveunknownchanges'] = 'Are you sure you want to leave this page? If you have unsaved changes they will be lost.';
292+
$string['core.confirmleavepagedescription'] = 'Unsaved changes will be lost.';
293+
$string['core.confirmleavepagetitle'] = 'Leave page?';
299294
$string['core.confirmloss'] = 'Are you sure? All changes will be lost.';
300295
$string['core.confirmopeninbrowser'] = 'Do you want to open it in a web browser?';
301296
$string['core.confirmremoveselectedfile'] = 'This will permanently delete \'{{filename}}\'. You can\'t undo this.';
302297
$string['core.confirmremoveselectedfiles'] = 'This will permanently delete selected files. You can\'t undo this.';
298+
$string['core.connectandtryagain'] = 'Please connect to the internet and try again.';
303299
$string['core.connectionlost'] = 'Connection to site lost';
304300
$string['core.contactsupport'] = 'Contact support';
305301
$string['core.contactverb'] = 'Contact';
@@ -312,12 +308,13 @@
312308
$string['core.contentlinks.errorredirectothersite'] = 'The redirect URL cannot point to a different site.';
313309
$string['core.copiedtoclipboard'] = 'Text copied to clipboard';
314310
$string['core.copytoclipboard'] = 'Copy to clipboard';
315-
$string['core.course.activitydisabled'] = 'Your organisation has disabled this activity in the mobile app.';
316-
$string['core.course.activitynotyetviewableremoteaddon'] = 'Your organisation installed a plugin that is not yet supported.';
311+
$string['core.course.activitynotavailableoffline'] = 'This activity is not available offline.';
312+
$string['core.course.activityrequiresconnection'] = 'This activity is only available with an internet connection. If your device is offline, you will not be able to access it.';
317313
$string['core.course.allsections'] = 'All sections';
318314
$string['core.course.aria:sectionprogress'] = 'Section progress:';
319315
$string['core.course.availablespace'] = 'You currently have about {{available}} free space.';
320316
$string['core.course.cannotdeletewhiledownloading'] = 'Files cannot be deleted while the activity is being downloaded. Please wait for the download to finish.';
317+
$string['core.course.changesofflinemaybelost'] = 'Any changes you make to this activity while offline may not be saved.<br><br>Connect your device to the internet to avoid losing your progress.';
321318
$string['core.course.confirmdownload'] = 'You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?';
322319
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?';
323320
$string['core.course.confirmdownloadzerosize'] = 'You are about to start downloading.{{availableSpace}} Are you sure you want to continue?';
@@ -443,14 +440,17 @@
443440
$string['core.h5p.offlinedisabled'] = 'The site doesn\'t allow downloading H5P packages.';
444441
$string['core.h5p.play'] = 'Play H5P';
445442
$string['core.hasdatatosync'] = 'This {{$a}} has offline data to be synchronised.';
443+
$string['core.howtoobtaincoordinates'] = 'You can obtain your coordinates using a GPS app or a <a href="{{url}}">maps app</a>.';
446444
$string['core.humanreadablesize'] = '{{size}} {{unit}}';
447445
$string['core.iframehelp'] = 'Is this content not working?';
448446
$string['core.image'] = 'Image';
449447
$string['core.imageviewer'] = 'Image viewer';
450448
$string['core.ioscookieshelp'] = 'Embedded content might require cookies to work. Please go to the app\'s iOS settings, enable \'Allow Cross-Website Tracking\' and try again.';
451449
$string['core.lastdownloaded'] = 'Last downloaded';
452450
$string['core.lastsync'] = 'Last synchronisation';
451+
$string['core.leave'] = 'Leave';
453452
$string['core.loadmore'] = 'Load more';
453+
$string['core.locationnolongeravailable'] = 'Finding your location is no longer available. {{howToObtain}}';
454454
$string['core.login.authenticating'] = 'Authenticating';
455455
$string['core.login.changepasswordbutton'] = 'Change password';
456456
$string['core.login.changepasswordhelp'] = 'If you have problems changing your password, try again later or contact your school or learning provider.';
@@ -501,6 +501,7 @@
501501
$string['core.login.invalidvaluemin'] = 'The minimum value is {{$a}}';
502502
$string['core.login.loginbutton'] = 'Log in';
503503
$string['core.login.mobileservicesnotenabled'] = 'Mobile services are not enabled on the site.';
504+
$string['core.login.morewaystologin'] = 'More ways to log in';
504505
$string['core.login.notloggedin'] = 'You need to be logged in.';
505506
$string['core.login.onboardingcreatemanagecourses'] = 'Create & manage your courses';
506507
$string['core.login.onboardingenrolmanagestudents'] = 'Enrol & manage your students';
@@ -548,12 +549,14 @@
548549
$string['core.mainmenu.usermenutourdescription'] = 'The place to check your grades, change your preferences or switch accounts.';
549550
$string['core.mainmenu.usermenutourtitle'] = 'Explore your personal area';
550551
$string['core.needhelp'] = 'Need help?';
551-
$string['core.networkerroriframemsg'] = 'This content is not available offline. Please connect to the internet and try again.';
552+
$string['core.needinternettoaccessit'] = 'You need to be connected to the internet to access it.';
552553
$string['core.networkerrormsg'] = 'There was a problem connecting to the site. Please check your connection and try again.';
553554
$string['core.nooptionavailable'] = 'No option available';
554555
$string['core.nopasswordchangeforced'] = 'You cannot proceed without changing your password.';
555556
$string['core.nopermissionerror'] = 'Sorry, but you do not currently have permissions to do that';
556557
$string['core.notapplicable'] = 'n/a';
558+
$string['core.notavailablecontentinapp'] = 'This content is not available in the app, but you can open it in a web browser using the following button.';
559+
$string['core.notavailableoffline'] = 'This content is not available offline. Please connect to the internet and try again.';
557560
$string['core.notdownloadable'] = 'Not downloadable';
558561
$string['core.notnow'] = 'Not now';
559562
$string['core.notsent'] = 'Not sent';
@@ -644,6 +647,7 @@
644647
$string['core.settings.enableanalytics'] = 'Enable analytics';
645648
$string['core.settings.enableanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
646649
$string['core.settings.enabledownloadsection'] = 'Enable download sections';
650+
$string['core.settings.enablepinchtozoom'] = 'Enable pinch-to-zoom';
647651
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
648652
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
649653
$string['core.settings.encryptedpushsupported'] = 'Encrypted push notifications supported';
@@ -710,7 +714,6 @@
710714
$string['core.turnonnotifications'] = 'Turn on notifications';
711715
$string['core.turnonnotificationsmessage'] = 'Would you like to receive notifications about activities and assignments?';
712716
$string['core.twoparagraphs'] = '{{p1}}<br><br>{{p2}}';
713-
$string['core.uhoh'] = 'Uh oh!';
714717
$string['core.unexpectederror'] = 'Unexpected error. Please close and reopen the application then try again.';
715718
$string['core.unicodenotsupported'] = 'Some emojis are not supported on this site. Such characters will be removed when the message is sent.';
716719
$string['core.unicodenotsupportedcleanerror'] = 'Empty text was found when cleaning Unicode chars.';
@@ -735,6 +738,16 @@
735738
$string['core.viewcode'] = 'View code';
736739
$string['core.vieweditor'] = 'View editor';
737740
$string['core.viewembeddedcontent'] = 'View embedded content';
741+
$string['core.viewer.decreasetextsize'] = 'Decrease text size';
742+
$string['core.viewer.enterreadingmode'] = 'Enter reading mode';
743+
$string['core.viewer.exitreadingmode'] = 'Exit reading mode';
744+
$string['core.viewer.increasetextsize'] = 'Increase text size';
745+
$string['core.viewer.openreadingmodesettings'] = 'Open reading mode settings';
746+
$string['core.viewer.readingthemeauto'] = 'Match app';
747+
$string['core.viewer.readingthemedark'] = 'Dark';
748+
$string['core.viewer.readingthemehcm'] = 'High contrast';
749+
$string['core.viewer.readingthemelight'] = 'Light';
750+
$string['core.viewer.readingthemesepia'] = 'Sepia';
738751
$string['core.wanttochangesite'] = 'Want to change sites or log out?';
739752
$string['core.warningofflinedatadeleted'] = 'Offline changes to {{component}} \'{{name}}\' have been discarded. {{error}}';
740753
$string['core.warningofflinedatadeletedreason'] = 'Newer changes to this activity have been made from a different device.';
@@ -827,9 +840,21 @@
827840
$string['addon.messages.type_offline'] = 'Offline';
828841
$string['addon.messages.type_online'] = 'Online';
829842
$string['addon.messages.type_search'] = 'Search results';
843+
$string['addon.mod_data.gettinglocation'] = 'Getting location';
844+
$string['addon.mod_data.locationnotenabled'] = 'Location is not enabled';
845+
$string['addon.mod_data.locationpermissiondenied'] = 'Permission to access your location has been denied.';
830846
$string['addon.mod_forum.group'] = 'Group';
831847
$string['addon.mod_glossary.searchquery'] = 'Search query';
848+
$string['addon.mod_scorm.errorinvalidversion'] = 'Sorry, the application only supports SCORM 1.2.';
849+
$string['addon.mod_scorm.errornotdownloadable'] = 'Your school or learning provider has disabled the download of SCORM packages.';
850+
$string['addon.mod_scorm.errorpackagefile'] = 'Sorry, the application only supports ZIP packages.';
832851
$string['addon.mod_survey.results'] = 'Results';
833852
$string['addon.notifications.notifications'] = 'Notifications';
853+
$string['core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.';
854+
$string['core.confirmleaveunknownchanges'] = 'Are you sure you want to leave this page? If you have unsaved changes they will be lost.';
855+
$string['core.course.activitydisabled'] = 'Your organisation has disabled this activity in the mobile app.';
856+
$string['core.course.activitynotyetviewableremoteaddon'] = 'Your organisation installed a plugin that is not yet supported.';
834857
$string['core.courses.enrolme'] = 'Enrol me';
835858
$string['core.fileuploader.audio'] = 'Audio';
859+
$string['core.networkerroriframemsg'] = 'This content is not available offline. Please connect to the internet and try again.';
860+
$string['core.uhoh'] = 'Uh oh!';

0 commit comments

Comments
 (0)