Skip to content

Commit b0197d4

Browse files
committed
Strings for Moodle Mobile 2.6
1 parent 7a8bb86 commit b0197d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
$string['mm.core.choose'] = 'Choose';
5555
$string['mm.core.clearsearch'] = 'Clear search';
5656
$string['mm.core.clicktohideshow'] = 'Click to expand or collapse';
57+
$string['mm.core.clicktoseefull'] = 'Click to see full contents.';
5758
$string['mm.core.close'] = 'Close';
5859
$string['mm.core.completion-alt-auto-fail'] = 'Completed: {{$a}} (did not achieve pass grade)';
5960
$string['mm.core.completion-alt-auto-n'] = 'Not completed: {{$a}}';
@@ -77,6 +78,8 @@
7778
$string['mm.core.errordownloading'] = 'Error downloading file.';
7879
$string['mm.core.errordownloadingsomefiles'] = 'Error downloading module files. Some files might be missing.';
7980
$string['mm.core.errorinvalidresponse'] = 'Invalid response received. Please contact your Moodle site administrator if the error persists.';
81+
$string['mm.core.erroropenfilenoapp'] = 'Error opening the file: no app found to open this kind of file.';
82+
$string['mm.core.erroropenfilenoextension'] = 'Error opening the file: the file doesn\'t have extension.';
8083
$string['mm.core.help'] = 'Help';
8184
$string['mm.core.hour'] = 'hour';
8285
$string['mm.core.hours'] = 'hours';
@@ -162,9 +165,11 @@
162165
$string['mm.course.activitynotyetviewable'] = 'This activity or resource is not yet viewable in the app.';
163166
$string['mm.course.activitynotyetviewablegothere'] = 'This activity or resource is not yet viewable in the app, click the button below to access it from the site.';
164167
$string['mm.course.allsections'] = 'All sections';
168+
$string['mm.course.confirmdownloadsection'] = 'You are about to download {{size}}. Are you sure you want to continue?';
165169
$string['mm.course.contents'] = 'Contents';
166170
$string['mm.course.couldnotloadsectioncontent'] = 'Could not load the section content, please try again later.';
167171
$string['mm.course.couldnotloadsections'] = 'Could not load the sections, please try again later.';
172+
$string['mm.course.errordownloadingsection'] = 'Error downloading section.';
168173
$string['mm.course.gotothesite'] = 'Go to the site';
169174
$string['mm.course.nocontentavailable'] = 'No content available at the moment.';
170175
$string['mm.course.showall'] = 'Show all';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2014012424;
28+
$plugin->version = 2014012425;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.205'; // This should be the latest Mobile app version
31+
$plugin->release = '1.26'; // This should be the latest Mobile app version

0 commit comments

Comments
 (0)