Skip to content

Commit 8c42779

Browse files
committed
Strings for Moodle Mobile 2.9
1 parent eea8a8b commit 8c42779

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
Network access - To be able to connect with your Moodle site and check if you are connected or not to switch to offline mode
4545
Run at startup - So you receive local notifications even when the app is running in the background
4646
Prevent phone from sleeping - So you can receive push notifications anytime';
47+
$string['mm.contentlinks.chooseaccount'] = 'Choose account';
48+
$string['mm.contentlinks.chooseaccounttoopenlink'] = 'Choose an account to open the link with.';
49+
$string['mm.contentlinks.confirmurlothersite'] = 'This link belongs to another site. Do you want to open it?';
50+
$string['mm.contentlinks.errornoactions'] = 'Couldn\'t find an action to perform with this link.';
51+
$string['mm.contentlinks.errornosites'] = 'Couldn\'t find any site to handle this link.';
4752
$string['mm.core.android'] = 'Android';
4853
$string['mm.core.cannotconnect'] = 'Cannot connect: Verify that you have typed correctly the URL and that your site uses Moodle 2.4 or later.';
4954
$string['mm.core.cannotdownloadfiles'] = 'File downloading is disabled in your Mobile service. Please, contact your site administrator.';
@@ -57,6 +62,7 @@
5762
$string['mm.core.completion-alt-manual-n'] = 'Not completed: {{$a}}. Select to mark as complete.';
5863
$string['mm.core.completion-alt-manual-y'] = 'Completed: {{$a}}. Select to mark as not complete.';
5964
$string['mm.core.confirmopeninbrowser'] = 'Do you want to open it in browser?';
65+
$string['mm.core.deleting'] = 'Deleting';
6066
$string['mm.core.dfdayweekmonth'] = 'ddd, D MMM';
6167
$string['mm.core.dflastweekdate'] = 'ddd';
6268
$string['mm.core.dfmediumdate'] = 'LLL';
@@ -140,6 +146,7 @@
140146
$string['mm.course.couldnotloadsectioncontent'] = 'Could not load the section content, please try again later.';
141147
$string['mm.course.couldnotloadsections'] = 'Could not load the sections, please try again later.';
142148
$string['mm.course.errordownloadingsection'] = 'Error downloading section.';
149+
$string['mm.course.errorgetmodule'] = 'Error getting module data.';
143150
$string['mm.course.gotothesite'] = 'Go to the site';
144151
$string['mm.course.nocontentavailable'] = 'No content available at the moment.';
145152
$string['mm.course.showall'] = 'Show all';
@@ -217,6 +224,8 @@
217224
$string['mm.settings.devicewebworkers'] = 'Device Web Workers supported';
218225
$string['mm.settings.displayformat'] = 'Display format';
219226
$string['mm.settings.enabledebugging'] = 'Enable debugging';
227+
$string['mm.settings.enabledownloadsection'] = 'Enable download sections';
228+
$string['mm.settings.enabledownloadsectiondescription'] = 'Disable this option to speed up the loading of course sections.';
220229
$string['mm.settings.enablesyncwifi'] = 'Allow sync only when on Wi-Fi';
221230
$string['mm.settings.errordeletesitefiles'] = 'Error deleting site files.';
222231
$string['mm.settings.errorsyncsite'] = 'Error synchronizing the site data, please check your internet connection and try again.';
@@ -342,24 +351,19 @@
342351
$string['mma.grades.rank'] = 'Rank';
343352
$string['mma.grades.viewgrades'] = 'View grades';
344353
$string['mma.grades.weight'] = 'Weight';
345-
$string['mma.messages.addcontact'] = 'Add contact';
346-
$string['mma.messages.blockcontact'] = 'Block contact';
347354
$string['mma.messages.contactlistempty'] = 'The contact list is empty';
348355
$string['mma.messages.contactname'] = 'Contact name';
349-
$string['mma.messages.contacts'] = 'Contacts';
356+
$string['mma.messages.errordeletemessage'] = 'Error while deleting the message.';
350357
$string['mma.messages.erroruseronlyacceptsmessagefromcontacts'] = '';
351358
$string['mma.messages.errorwhileretrievingcontacts'] = 'Error while retrieving the contacts from the server.';
352359
$string['mma.messages.errorwhileretrievingdiscussions'] = 'Error while retrieving the discussions from the server.';
353360
$string['mma.messages.errorwhileretrievingmessages'] = 'Error while retrieving the messages from the server.';
354361
$string['mma.messages.messagenotsent'] = 'The message was not sent, please try again later.';
355-
$string['mma.messages.messages'] = 'Messages';
356362
$string['mma.messages.mustbeonlinetosendmessages'] = 'You must be online to send messages';
357363
$string['mma.messages.newmessage'] = 'New message...';
358364
$string['mma.messages.nomessages'] = 'No messages.';
359365
$string['mma.messages.nousersfound'] = 'No users found';
360-
$string['mma.messages.removecontact'] = 'Remove contact';
361366
$string['mma.messages.send'] = 'Send';
362-
$string['mma.messages.sendmessage'] = 'Send message';
363367
$string['mma.messages.type_blocked'] = 'Blocked';
364368
$string['mma.messages.type_offline'] = 'Offline';
365369
$string['mma.messages.type_online'] = 'Online';
@@ -377,22 +381,34 @@
377381
$string['mma.mod_chat.messageexit'] = '{{$a}} has left this chat';
378382
$string['mma.mod_chat.mustbeonlinetosendmessages'] = 'You must be online to send messages';
379383
$string['mma.mod_chat.sessionstart'] = 'The next chat session will start in {{$a}}';
380-
$string['mma.mod_choice.cannotsubmit'] = 'Sorry, there was a problem submitting your choice. Please try again.';
381384
$string['mma.mod_choice.errorgetchoice'] = 'Error getting choice data.';
382385
$string['mma.mod_choice.expired'] = 'Sorry, this activity closed on {{$a}} and is no longer available';
383386
$string['mma.mod_choice.notopenyet'] = 'Sorry, this activity is not available until {{$a}}';
387+
$string['mma.mod_choice.numberofuser'] = 'Number of participants';
388+
$string['mma.mod_choice.numberofuserinpercentage'] = 'Percentage of participants';
384389
$string['mma.mod_choice.previewonly'] = 'This is just a preview of the available options for this activity. You will not be able to submit your choice until {{$a}}.';
385390
$string['mma.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
386391
$string['mma.mod_folder.emptyfilelist'] = 'There are no files to show.';
387392
$string['mma.mod_folder.errorwhilegettingfolder'] = 'Error while getting folder data.';
388-
$string['mma.mod_forum.discussionsubscription'] = 'Discussion subscription';
389393
$string['mma.mod_forum.erroremptysubject'] = 'Post subject cannot be empty';
390394
$string['mma.mod_forum.errorgetforum'] = 'Error getting forum data.';
391395
$string['mma.mod_forum.errorgetgroups'] = 'Error getting group settings.';
392396
$string['mma.mod_forum.forumnodiscussionsyet'] = 'There are no discussion topics yet in this forum.';
393397
$string['mma.mod_forum.group'] = 'Group';
394398
$string['mma.mod_forum.numdiscussions'] = '{{numdiscussions}} discussions';
395399
$string['mma.mod_forum.numreplies'] = '{{numreplies}} replies';
400+
$string['mma.mod_glossary.browsemode'] = 'Browse entries';
401+
$string['mma.mod_glossary.byalphabet'] = 'Alphabetically';
402+
$string['mma.mod_glossary.byauthor'] = 'Group by author';
403+
$string['mma.mod_glossary.bynewestfirst'] = 'Newest first';
404+
$string['mma.mod_glossary.byrecentlyupdated'] = 'Recently updated';
405+
$string['mma.mod_glossary.bysearch'] = 'Search';
406+
$string['mma.mod_glossary.entrypendingapproval'] = 'This entry is pending approval.';
407+
$string['mma.mod_glossary.errorloadingentries'] = 'An error occured while loading entries.';
408+
$string['mma.mod_glossary.errorloadingentry'] = 'An error occured while loading the entry.';
409+
$string['mma.mod_glossary.errorloadingglossary'] = 'An error occured while loading the glossary.';
410+
$string['mma.mod_glossary.noentriesfound'] = 'No entries were found.';
411+
$string['mma.mod_glossary.searchquery'] = 'Search query';
396412
$string['mma.mod_imscp.showmoduledescription'] = 'Show description';
397413
$string['mma.mod_label.label'] = 'Label';
398414
$string['mma.mod_label.taptoview'] = 'Tap to view the label.';
@@ -422,7 +438,6 @@
422438
$string['mma.mod_survey.cannotsubmitsurvey'] = 'Sorry, there was a problem submitting your survey. Please try again.';
423439
$string['mma.mod_survey.errorgetsurvey'] = 'Error getting survey data.';
424440
$string['mma.mod_survey.results'] = 'Results';
425-
$string['mma.mod_survey.surveycompletednograph'] = 'You have completed this survey.';
426441
$string['mma.mod_url.accessurl'] = 'Access the URL';
427442
$string['mma.mod_url.pointingtourl'] = 'URL this resource points to';
428443
$string['mma.notes.addnewnote'] = 'Add a new note';

version.php

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

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

28-
$plugin->version = 2014012427;
28+
$plugin->version = 2014012428;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.28'; // This should be the latest Mobile app version
31+
$plugin->release = '1.29'; // This should be the latest Mobile app version
32+
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)