Skip to content

Commit 5b021c1

Browse files
committed
Add lang strings from v4.5.0
1 parent ca63db3 commit 5b021c1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
$string['addon.storagemanager.deletecourses'] = 'Delete downloaded data from all courses';
263263
$string['addon.storagemanager.deletedata'] = 'Delete downloaded data';
264264
$string['addon.storagemanager.deletedatafrom'] = 'Delete all downloaded data from \'{{name}}\'';
265+
$string['addon.storagemanager.downloaddatafrom'] = 'Download {{name}}';
265266
$string['addon.storagemanager.downloadedcourses'] = 'Downloaded courses';
266267
$string['addon.storagemanager.downloads'] = 'Downloads';
267268
$string['addon.storagemanager.errordeletedownloadeddata'] = 'Error deleting downloaded data.';
@@ -307,6 +308,8 @@
307308
$string['core.confirmleaveunknownchanges'] = 'Are you sure you want to leave this page? If you have unsaved changes they will be lost.';
308309
$string['core.confirmloss'] = 'Are you sure? All changes will be lost.';
309310
$string['core.confirmopeninbrowser'] = 'Do you want to open it in a web browser?';
311+
$string['core.confirmremoveselectedfile'] = 'This will permanently delete \'{{filename}}\'. You can\'t undo this.';
312+
$string['core.confirmremoveselectedfiles'] = 'This will permanently delete selected files. You can\'t undo this.';
310313
$string['core.connectionlost'] = 'Connection to site lost';
311314
$string['core.contactsupport'] = 'Contact support';
312315
$string['core.contactverb'] = 'Contact';
@@ -415,6 +418,7 @@
415418
$string['core.errorurlschemeinvalidsite'] = 'This site URL cannot be opened in this app.';
416419
$string['core.exactalarmsturnedoff'] = 'Real-time notifications are turned off';
417420
$string['core.exactalarmsturnedoffmessage'] = 'To make sure you don\'t miss any important alerts, turn on \'Alarms and reminders\' in your device\'s settings.';
421+
$string['core.filedeletedsuccessfully'] = 'You have deleted \'{{filename}}\' succesfully';
418422
$string['core.filenameexist'] = 'File name already exists: {{$a}}';
419423
$string['core.fileuploader.audio'] = 'Audio';
420424
$string['core.fileuploader.camera'] = 'Camera';
@@ -602,6 +606,7 @@
602606
$string['core.reminders.setreminder'] = 'Set reminder';
603607
$string['core.reminders.timebefore'] = '{{value}} {{units}} before';
604608
$string['core.reminders.value'] = 'Value';
609+
$string['core.removedownloadeddata'] = 'Remove downloaded data';
605610
$string['core.removefiles'] = 'Remove files {{$a}}';
606611
$string['core.reportbuilder.filtersapplied'] = 'There may be filters applied to this view. To edit filters or change the sorting order, <a href="{{$a}}">open this report on your browser.</a>';
607612
$string['core.reportbuilder.hidecolumns'] = 'Hide columns';
@@ -620,6 +625,7 @@
620625
$string['core.search.noresultshelp'] = 'Check for typos or try using different keywords';
621626
$string['core.search.resultby'] = 'By {{$a}}';
622627
$string['core.searching'] = 'Searching';
628+
$string['core.selectall'] = 'Select all';
623629
$string['core.serverconnection'] = 'Error connecting to the server: {{details}}';
624630
$string['core.settings.about'] = 'About';
625631
$string['core.settings.appsettings'] = 'App settings';

langindex.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"addon.blog.associatewithmodule": "blog",
9191
"addon.blog.associations": "blog",
9292
"addon.blog.blog": "blog",
93+
"addon.blog.blogdeleteconfirm": "blog",
9394
"addon.blog.blogentries": "blog",
9495
"addon.blog.entrybody": "blog",
9596
"addon.blog.entrytitle": "blog",
@@ -429,8 +430,12 @@
429430
"addon.mod_assign.numwords": "moodle",
430431
"addon.mod_assign.outof": "assign",
431432
"addon.mod_assign.overdue": "assign",
433+
"addon.mod_assign.removesubmission": "assign",
434+
"addon.mod_assign.removesubmissionconfirm": "assign",
435+
"addon.mod_assign.removesubmissionconfirmwithtimelimit": "assign",
432436
"addon.mod_assign.submission": "assign",
433437
"addon.mod_assign.submissioneditable": "assign",
438+
"addon.mod_assign.submissionempty": "assign",
434439
"addon.mod_assign.submissionnoteditable": "assign",
435440
"addon.mod_assign.submissionnotsupported": "local_moodlemobileapp",
436441
"addon.mod_assign.submissionslocked": "assign",
@@ -546,7 +551,7 @@
546551
"addon.mod_choice.userchoosethisoption": "choice",
547552
"addon.mod_choice.yourselection": "choice",
548553
"addon.mod_data.actionsmenu": "data",
549-
"addon.mod_data.addentries": "data",
554+
"addon.mod_data.add": "data",
550555
"addon.mod_data.advancedsearch": "data",
551556
"addon.mod_data.alttext": "data",
552557
"addon.mod_data.approve": "data",
@@ -1168,6 +1173,7 @@
11681173
"addon.storagemanager.deletecourses": "local_moodlemobileapp",
11691174
"addon.storagemanager.deletedata": "local_moodlemobileapp",
11701175
"addon.storagemanager.deletedatafrom": "local_moodlemobileapp",
1176+
"addon.storagemanager.downloaddatafrom": "local_moodlemobileapp",
11711177
"addon.storagemanager.downloadedcourses": "local_moodlemobileapp",
11721178
"addon.storagemanager.downloads": "local_moodlemobileapp",
11731179
"addon.storagemanager.errordeletedownloadeddata": "local_moodlemobileapp",
@@ -1564,6 +1570,8 @@
15641570
"core.confirmleaveunknownchanges": "local_moodlemobileapp",
15651571
"core.confirmloss": "local_moodlemobileapp",
15661572
"core.confirmopeninbrowser": "local_moodlemobileapp",
1573+
"core.confirmremoveselectedfile": "local_moodlemobileapp",
1574+
"core.confirmremoveselectedfiles": "local_moodlemobileapp",
15671575
"core.connectionlost": "local_moodlemobileapp",
15681576
"core.considereddigitalminor": "moodle",
15691577
"core.contactsupport": "local_moodlemobileapp",
@@ -1807,6 +1815,7 @@
18071815
"core.expand": "moodle",
18081816
"core.explanationdigitalminor": "moodle",
18091817
"core.favourites": "moodle",
1818+
"core.filedeletedsuccessfully": "local_moodlemobileapp",
18101819
"core.filename": "repository",
18111820
"core.filenameexist": "local_moodlemobileapp",
18121821
"core.filenotfound": "resource",
@@ -1901,6 +1910,7 @@
19011910
"core.h5p.authorrole": "h5p",
19021911
"core.h5p.back": "h5p",
19031912
"core.h5p.by": "h5p",
1913+
"core.h5p.cancelCrop": "h5p",
19041914
"core.h5p.cancelPublishConfirmationDialogCancelButtonText": "h5p",
19051915
"core.h5p.cancelPublishConfirmationDialogConfirmButtonText": "h5p",
19061916
"core.h5p.cancelPublishConfirmationDialogDescription": "h5p",
@@ -1919,6 +1929,7 @@
19191929
"core.h5p.changeplaceholder": "h5p",
19201930
"core.h5p.city": "h5p",
19211931
"core.h5p.close": "h5p",
1932+
"core.h5p.confirmCrop": "h5p",
19221933
"core.h5p.confirmdialogbody": "h5p",
19231934
"core.h5p.confirmdialogheader": "h5p",
19241935
"core.h5p.confirmlabel": "h5p",
@@ -1935,6 +1946,7 @@
19351946
"core.h5p.copyrighttitle": "h5p",
19361947
"core.h5p.country": "h5p",
19371948
"core.h5p.creativecommons": "h5p",
1949+
"core.h5p.cropImage": "h5p",
19381950
"core.h5p.currentStep": "h5p",
19391951
"core.h5p.date": "h5p",
19401952
"core.h5p.description": "h5p",
@@ -2029,6 +2041,8 @@
20292041
"core.h5p.reviewAndShare": "h5p",
20302042
"core.h5p.reviewInfo": "h5p",
20312043
"core.h5p.reviewMessage": "h5p",
2044+
"core.h5p.rotateLeft": "h5p",
2045+
"core.h5p.rotateRight": "h5p",
20322046
"core.h5p.saveChanges": "h5p",
20332047
"core.h5p.screenshots": "h5p",
20342048
"core.h5p.screenshotsDescription": "h5p",
@@ -2388,6 +2402,7 @@
23882402
"core.reminders.units": "qtype_numerical",
23892403
"core.reminders.value": "local_moodlemobileapp",
23902404
"core.remove": "moodle",
2405+
"core.removedownloadeddata": "local_moodlemobileapp",
23912406
"core.removefiles": "local_moodlemobileapp",
23922407
"core.reportbuilder.filtersapplied": "local_moodlemobileapp",
23932408
"core.reportbuilder.hidecolumns": "local_moodlemobileapp",
@@ -2429,6 +2444,7 @@
24292444
"core.selectacategory": "moodle",
24302445
"core.selectacourse": "moodle",
24312446
"core.selectagroup": "moodle",
2447+
"core.selectall": "local_moodlemobileapp",
24322448
"core.send": "message",
24332449
"core.sending": "chat",
24342450
"core.serverconnection": "local_moodlemobileapp",

0 commit comments

Comments
 (0)