Skip to content

Commit 5bdf796

Browse files
committed
Remove duplicated strings and fix existing ones
1 parent 7a78978 commit 5bdf796

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
$string['mm.core.clearsearch'] = 'Clear search';
5757
$string['mm.core.clicktoseefull'] = 'Click to see full contents.';
5858
$string['mm.core.commentsnotworking'] = 'Comments cannot be retrieved';
59-
$string['mm.core.completion-alt-auto-fail'] = 'Completed: {{$a}} (did not achieve pass grade)';
60-
$string['mm.core.completion-alt-auto-n'] = 'Not completed: {{$a}}';
61-
$string['mm.core.completion-alt-auto-pass'] = 'Completed: {{$a}} (achieved pass grade)';
62-
$string['mm.core.completion-alt-auto-y'] = 'Completed: {{$a}}';
63-
$string['mm.core.completion-alt-manual-n'] = 'Not completed: {{$a}}. Select to mark as complete.';
64-
$string['mm.core.completion-alt-manual-y'] = 'Completed: {{$a}}. Select to mark as not complete.';
6559
$string['mm.core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.';
6660
$string['mm.core.confirmloss'] = 'Are you sure? All changes will be lost.';
6761
$string['mm.core.confirmopeninbrowser'] = 'Do you want to open it in browser?';
@@ -128,7 +122,6 @@
128122
$string['mm.core.sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
129123
$string['mm.core.sizetb'] = 'TB';
130124
$string['mm.core.sorry'] = 'Sorry...';
131-
$string['mm.core.success'] = 'Success!';
132125
$string['mm.core.tablet'] = 'Tablet';
133126
$string['mm.core.thereisdatatosync'] = 'There are offline {{$a}} to be synchronized.';
134127
$string['mm.core.tryagain'] = 'Try again';
@@ -178,7 +171,6 @@
178171
$string['mm.courses.frontpage'] = 'Front page';
179172
$string['mm.courses.nocourses'] = 'No course information to show.';
180173
$string['mm.courses.nosearchresults'] = 'There were no results from your search';
181-
$string['mm.courses.notenroled'] = 'You are not enrolled in this course';
182174
$string['mm.courses.notenrollable'] = 'You can not enrol yourself in this course.';
183175
$string['mm.courses.password'] = 'Enrolment key';
184176
$string['mm.courses.searchcoursesadvice'] = 'You can use the search courses button to access as guest or enrol yourself in courses that allow it.';
@@ -332,7 +324,6 @@
332324
$string['mm.user.editingteacher'] = 'Teacher';
333325
$string['mm.user.invaliduser'] = 'Invalid user.';
334326
$string['mm.user.manager'] = 'Manager';
335-
$string['mm.user.phone2'] = 'Mobile';
336327
$string['mm.user.sendemail'] = 'Email';
337328
$string['mm.user.student'] = 'Student';
338329
$string['mm.user.teacher'] = 'Non-editing teacher';
@@ -410,9 +401,7 @@
410401
$string['mma.messages.loadpreviousmessages'] = 'Load previous messages';
411402
$string['mma.messages.messagenotsent'] = 'The message was not sent, please try again later.';
412403
$string['mma.messages.mustbeonlinetosendmessages'] = 'You must be online to send messages';
413-
$string['mma.messages.newmessage'] = 'New message...';
414404
$string['mma.messages.newmessages'] = 'New messages';
415-
$string['mma.messages.nomessages'] = 'No messages.';
416405
$string['mma.messages.nousersfound'] = 'No users found';
417406
$string['mma.messages.removecontactconfirm'] = 'Contact will be removed from your contacts list.';
418407
$string['mma.messages.type_blocked'] = 'Blocked';
@@ -441,15 +430,12 @@
441430
$string['mma.mod_chat.errorwhilesendingmessage'] = 'Error while sending the message.';
442431
$string['mma.mod_chat.mustbeonlinetosendmessages'] = 'You must be online to send messages';
443432
$string['mma.mod_choice.errorgetchoice'] = 'Error getting choice data.';
444-
$string['mma.mod_choice.numberofuser'] = 'Number of participants';
445-
$string['mma.mod_choice.numberofuserinpercentage'] = 'Percentage of participants';
446433
$string['mma.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
447434
$string['mma.mod_choice.resultsnotsynced'] = 'Results doesn\'t include your last response. Please, synchronize to update them.';
448-
$string['mma.mod_feedback.captchaofflinewarning'] = 'Feedback with captcha cannot be completed if not configured, offline mode or with the server down.';
435+
$string['mma.mod_feedback.captchaofflinewarning'] = 'Feedback with captcha cannot be completed offline, or if not configured, or if the server is down.';
449436
$string['mma.mod_feedback.feedback_submitted_offline'] = 'This feedback has been saved to be submitted later.';
450437
$string['mma.mod_folder.emptyfilelist'] = 'There are no files to show.';
451438
$string['mma.mod_folder.errorwhilegettingfolder'] = 'Error while getting folder data.';
452-
$string['mma.mod_forum.erroremptysubject'] = 'Post subject cannot be empty';
453439
$string['mma.mod_forum.errorgetforum'] = 'Error getting forum data.';
454440
$string['mma.mod_forum.errorgetgroups'] = 'Error getting group settings.';
455441
$string['mma.mod_forum.forumnodiscussionsyet'] = 'There are no discussion topics yet in this forum.';
@@ -478,12 +464,12 @@
478464
$string['mma.mod_imscp.showmoduledescription'] = 'Show description';
479465
$string['mma.mod_label.label'] = 'Label';
480466
$string['mma.mod_label.taptoview'] = 'Tap to view the label.';
481-
$string['mma.mod_lesson.errorreviewretakenotlast'] = 'This attempt cannot be reviewed anymore because another attempt was finished.';
482-
$string['mma.mod_lesson.finishretakeoffline'] = 'This attempt has been finished in offline.';
467+
$string['mma.mod_lesson.errorreviewretakenotlast'] = 'This attempt can no longer be reviewed because another attempt has been finished.';
468+
$string['mma.mod_lesson.finishretakeoffline'] = 'This attempt was finished offline.';
483469
$string['mma.mod_lesson.retakefinishedinsync'] = 'An offline attempt was synchronized. Do you want to review it?';
484470
$string['mma.mod_lesson.retakelabelfull'] = '{{retake}}: {{grade}} {{timestart}} ({{duration}})';
485471
$string['mma.mod_lesson.retakelabelshort'] = '{{retake}}: {{grade}} {{timestart}}';
486-
$string['mma.mod_lesson.warningretakefinished'] = 'The attempt was finished in the site.';
472+
$string['mma.mod_lesson.warningretakefinished'] = 'The attempt was finished on the website.';
487473
$string['mma.mod_lti.errorgetlti'] = 'Error getting module data.';
488474
$string['mma.mod_lti.errorinvalidlaunchurl'] = 'The launch URL is not valid.';
489475
$string['mma.mod_lti.launchactivity'] = 'Launch the activity';

0 commit comments

Comments
 (0)