Skip to content

Commit ec15c1d

Browse files
committed
Strings for Moodle Mobile 3.4.1
1 parent 376dac5 commit ec15c1d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
$string['mm.course.contents'] = 'Contents';
157157
$string['mm.course.couldnotloadsectioncontent'] = 'Could not load the section content. Please try again later.';
158158
$string['mm.course.couldnotloadsections'] = 'Could not load the sections. Please try again later.';
159+
$string['mm.course.downloadcourse'] = 'Download course';
160+
$string['mm.course.errordownloadingcourse'] = 'Error downloading course.';
159161
$string['mm.course.errordownloadingsection'] = 'Error downloading section.';
160162
$string['mm.course.errorgetmodule'] = 'Error getting activity data.';
161163
$string['mm.course.gotothesite'] = 'Go to the site';
@@ -165,6 +167,7 @@
165167
$string['mm.course.whoops'] = 'Whoops!';
166168
$string['mm.courses.cannotretrievemorecategories'] = 'Categories deeper than level {{$a}} cannot be retrieved.';
167169
$string['mm.courses.confirmselfenrol'] = 'Are you sure you want to enrol yourself in this course?';
170+
$string['mm.courses.downloadcourses'] = 'Download courses';
168171
$string['mm.courses.enrolme'] = 'Enrol me';
169172
$string['mm.courses.errorloadcategories'] = 'An error occurred while loading categories.';
170173
$string['mm.courses.errorloadcourses'] = 'An error occurred while loading courses.';
@@ -192,6 +195,7 @@
192195
$string['mm.fileuploader.errorreadingfile'] = 'Error reading file.';
193196
$string['mm.fileuploader.errorwhileuploading'] = 'An error occurred during the file upload.';
194197
$string['mm.fileuploader.file'] = 'File';
198+
$string['mm.fileuploader.filesofthesetypes'] = 'Accepted file types:';
195199
$string['mm.fileuploader.fileuploaded'] = 'The file was successfully uploaded.';
196200
$string['mm.fileuploader.maxbytesfile'] = 'The file {{$a.file}} is too large. The maximum size you can upload is {{$a.size}}.';
197201
$string['mm.fileuploader.photoalbums'] = 'Photo albums';
@@ -421,7 +425,7 @@
421425
$string['mma.mod_assign.errorshowinginformation'] = 'Submission information cannot be displayed.';
422426
$string['mma.mod_assign.feedbacknotsupported'] = 'This feedback is not supported by the app and may not contain all the information.';
423427
$string['mma.mod_assign.gradenotsynced'] = 'Grade not synced';
424-
$string['mma.mod_assign.notallparticipantsareshown'] = 'Participants who have not made a submission are not shown.';
428+
$string['mma.mod_assign.notallparticipantsareshown'] = 'Participants who have not made a submission are not shown.';
425429
$string['mma.mod_assign.submissionnotsupported'] = 'This submission is not supported by the app and may not contain all the information.';
426430
$string['mma.mod_assign.userwithid'] = 'User with ID {{id}}';
427431
$string['mma.mod_assign.warningsubmissiongrademodified'] = 'The submission grade was modified on the site.';

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

0 commit comments

Comments
 (0)