Skip to content

Commit 84f34d2

Browse files
committed
Strings for Moodle Mobile 3.4.0
1 parent d7ddc18 commit 84f34d2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
$string['mm.core.copiedtoclipboard'] = 'Text copied to clipboard';
6868
$string['mm.core.currentdevice'] = 'Current device';
6969
$string['mm.core.datastoredoffline'] = 'Data stored in the device because it couldn\'t be sent. It will automatically be sent later.';
70+
$string['mm.core.deletedoffline'] = 'Deleted offline';
7071
$string['mm.core.deleting'] = 'Deleting';
7172
$string['mm.core.dfdaymonthyear'] = 'MM-DD-YYYY';
7273
$string['mm.core.dfdayweekmonth'] = 'ddd, D MMM';
@@ -111,8 +112,6 @@
111112
$string['mm.core.nopasswordchangeforced'] = 'You cannot proceed without changing your password.';
112113
$string['mm.core.notapplicable'] = 'n/a';
113114
$string['mm.core.notsent'] = 'Not sent';
114-
$string['mm.core.offline'] = 'Offline';
115-
$string['mm.core.online'] = 'Online';
116115
$string['mm.core.openfullimage'] = 'Click here to display the image at full size';
117116
$string['mm.core.openinbrowser'] = 'Open in browser';
118117
$string['mm.core.othergroups'] = 'Other groups';
@@ -123,7 +122,6 @@
123122
$string['mm.core.retry'] = 'Retry';
124123
$string['mm.core.searching'] = 'Searching';
125124
$string['mm.core.sending'] = 'Sending';
126-
$string['mm.core.showmore'] = 'Show more...';
127125
$string['mm.core.sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
128126
$string['mm.core.sizetb'] = 'TB';
129127
$string['mm.core.sorry'] = 'Sorry...';
@@ -175,7 +173,6 @@
175173
$string['mm.courses.filtermycourses'] = 'Filter my courses';
176174
$string['mm.courses.frontpage'] = 'Front page';
177175
$string['mm.courses.nocourses'] = 'No course information to show.';
178-
$string['mm.courses.nosearchresults'] = 'There were no results from your search';
179176
$string['mm.courses.notenrollable'] = 'You can not enrol yourself in this course.';
180177
$string['mm.courses.password'] = 'Enrolment key';
181178
$string['mm.courses.searchcoursesadvice'] = 'You can use the search courses button to access as guest or enrol yourself in courses that allow it.';
@@ -243,6 +240,8 @@
243240
$string['mm.login.reconnect'] = 'Reconnect';
244241
$string['mm.login.reconnectdescription'] = 'Your authentication token is invalid or has expired, you have to reconnect to the site.';
245242
$string['mm.login.reconnectssodescription'] = 'Your authentication token is invalid or has expired, you have to reconnect to the site. You need to log in to the site in a browser window.';
243+
$string['mm.login.searchby'] = 'Search by:';
244+
$string['mm.login.selectsite'] = 'Please select your site:';
246245
$string['mm.login.signupplugindisabled'] = '{{$a}} is not enabled.';
247246
$string['mm.login.siteaddress'] = 'Site address';
248247
$string['mm.login.siteinmaintenance'] = 'Your site is in maintenance mode';
@@ -533,6 +532,10 @@
533532
$string['mma.mod_wiki.titleshouldnotbeempty'] = 'Title should not be empty';
534533
$string['mma.mod_wiki.viewpage'] = 'View page';
535534
$string['mma.mod_wiki.wikipage'] = 'Wiki page';
535+
$string['mma.mod_workshop.assessmentstrategynotsupported'] = 'Assessment strategy {{$a}} not supported';
536+
$string['mma.mod_workshop.selectphase'] = 'Select phase';
537+
$string['mma.mod_workshop.warningassessmentmodified'] = 'The user submission was modified in the site.';
538+
$string['mma.mod_workshop.warningsubmissionmodified'] = 'The user assessment was modified in the site.';
536539
$string['mma.notes.addnewnote'] = 'Add a new note';
537540
$string['mma.notes.coursenotes'] = 'Course notes';
538541
$string['mma.notes.eventnotecreated'] = 'Note created';

0 commit comments

Comments
 (0)