Skip to content

Commit 7a8bb86

Browse files
committed
Additional strings for 2.5
1 parent 012080d commit 7a8bb86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
$string['mm.core.category'] = 'Category';
5454
$string['mm.core.choose'] = 'Choose';
5555
$string['mm.core.clearsearch'] = 'Clear search';
56+
$string['mm.core.clicktohideshow'] = 'Click to expand or collapse';
5657
$string['mm.core.close'] = 'Close';
5758
$string['mm.core.completion-alt-auto-fail'] = 'Completed: {{$a}} (did not achieve pass grade)';
5859
$string['mm.core.completion-alt-auto-n'] = 'Not completed: {{$a}}';
@@ -147,6 +148,7 @@
147148
$string['mm.core.sizetb'] = 'TB';
148149
$string['mm.core.success'] = 'Success!';
149150
$string['mm.core.tablet'] = 'Tablet';
151+
$string['mm.core.teachers'] = 'Teachers';
150152
$string['mm.core.unexpectederror'] = 'Unexepected error. Please close and reopen the application to try again';
151153
$string['mm.core.unknown'] = 'Unknown';
152154
$string['mm.core.userdeleted'] = 'This user account has been deleted';
@@ -177,9 +179,11 @@
177179
$string['mm.courses.frontpage'] = 'Front page';
178180
$string['mm.courses.mycourses'] = 'My courses';
179181
$string['mm.courses.nosearchresults'] = 'There were no results from your search';
182+
$string['mm.courses.notenrollable'] = 'You can not enrol yourself in this course.';
180183
$string['mm.courses.password'] = 'Enrolment key';
181184
$string['mm.courses.search'] = 'Search';
182185
$string['mm.courses.searchcourses'] = 'Search courses';
186+
$string['mm.courses.selfenrolment'] = 'Self-enrolment';
183187
$string['mm.courses.totalcoursesearchresults'] = 'Total courses: {{$a}}';
184188
$string['mm.login.authenticating'] = 'Authenticating';
185189
$string['mm.login.cancel'] = 'Cancel';
@@ -478,6 +482,7 @@
478482
$string['mma.notifications.errorgetnotifications'] = 'Error getting notifications';
479483
$string['mma.notifications.notifications'] = 'Notifications';
480484
$string['mma.notifications.therearentnotificationsyet'] = 'There are no notifications';
485+
$string['mma.participants.noparticipants'] = 'No participants found for this course';
481486
$string['mma.participants.participants'] = 'Participants';
482487
$string['pluginname'] = 'Moodle Mobile language strings';
483488

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

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

0 commit comments

Comments
 (0)