Skip to content

Commit c880a70

Browse files
authored
Merge pull request #86 from alfonso-salces/fix-languages-old-versions
Fix langs in v3.9.5 apps
2 parents 31d7dcd + c6ab383 commit c880a70

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,3 +667,24 @@
667667
$string['core.zoomout'] = 'Zoom Out';
668668
$string['pluginname'] = 'Moodle Mobile language strings';
669669

670+
// Deprecated since v3.9.5
671+
$string['core.whoops'] = 'Oops!';
672+
$string['core.settings.spaceusagehelp'] = 'Deleting the stored information of the site will remove all the site offline data. This information allows you to use the app when offline. ';
673+
$string['core.settings.errordeletesitefiles'] = 'Error deleting site files.';
674+
$string['core.settings.deletesitefiles'] = 'Are you sure that you want to delete the downloaded files and cached data from the site \'{{sitename}}\'? You won\'t be able to use the app in offline mode.';
675+
$string['core.settings.deletesitefilestitle'] = 'Delete site files';
676+
$string['core.login.reconnectdescription'] = 'Your authentication token is invalid or has expired. You have to reconnect to the site.';
677+
$string['core.mainmenu.changesite'] = 'Change site';
678+
$string['core.mainmenu.website'] = 'Website';
679+
$string['core.login.localmobileunexpectedresponse'] = 'Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.';
680+
$string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?';
681+
$string['core.course.confirmdeletestoreddata'] = 'Are you sure you want to delete the stored data?';
682+
$string['core.course.contents'] = 'Contents';
683+
$string['core.confirmgotabroot'] = 'Are you sure you want to go back to {{name}}?';
684+
$string['core.course.activitynotyetviewablesiteupgradeneeded'] = 'Your organisation\'s Moodle installation needs to be updated.';
685+
$string['core.course.askadmintosupport'] = 'Contact the site administrator and tell them you want to use this activity with the Moodle Mobile app.';
686+
$string['core.confirmgotabrootdefault'] = 'Are you sure you want to go to the initial page of the current tab?';
687+
$string['addon.storagemanager.deletecourse'] = 'Offload all course data';
688+
$string['addon.storagemanager.info'] = 'Files stored on your device make the app work faster and enable the app to be used offline. You can safely offload files if you need to free up storage space.';
689+
$string['addon.storagemanager.managestorage'] = 'Manage storage';
690+
$string['addon.storagemanager.storageused'] = 'File storage used:';

0 commit comments

Comments
 (0)