Skip to content

Commit d2b570a

Browse files
committed
Strings for Moodle Mobile 2.4
1 parent fdec93a commit d2b570a

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@
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.core.allparticipants'] = 'All participants';
4748
$string['mm.core.android'] = 'Android';
49+
$string['mm.core.areyousure'] = 'Are you sure?';
4850
$string['mm.core.cancel'] = 'Cancel';
4951
$string['mm.core.cannotconnect'] = 'Cannot connect: Verify that you have typed correctly the URL and that your site uses Moodle 2.4 or later.';
5052
$string['mm.core.cannotdownloadfiles'] = 'File downloading is disabled in your Mobile service. Please, contact your site administrator.';
53+
$string['mm.core.choose'] = 'Choose';
5154
$string['mm.core.clearsearch'] = 'Clear search';
5255
$string['mm.core.close'] = 'Close';
5356
$string['mm.core.completion-alt-auto-fail'] = 'Completed: {{$a}} (did not achieve pass grade)';
@@ -657,24 +660,49 @@
657660
$string['mma.mod_choice.numberofuser'] = 'Number of participants';
658661
$string['mma.mod_choice.numberofuserinpercentage'] = 'Percentage of participants';
659662
$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}}.';
663+
$string['mma.mod_choice.removemychoice'] = 'Remove my choice';
660664
$string['mma.mod_choice.responses'] = 'Responses';
661665
$string['mma.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
662666
$string['mma.mod_choice.responsesresultgraphheader'] = 'Graph display';
663667
$string['mma.mod_choice.savemychoice'] = 'Save my choice';
664668
$string['mma.mod_choice.userchoosethisoption'] = 'Users who chose this option';
665669
$string['mma.mod_choice.yourselection'] = 'Your selection';
666670
$string['mma.mod_folder.emptyfilelist'] = 'There are no files to show.';
671+
$string['mma.mod_forum.addanewdiscussion'] = 'Add a new discussion topic';
672+
$string['mma.mod_forum.cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
673+
$string['mma.mod_forum.cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.';
674+
$string['mma.mod_forum.cannotcreatediscussion'] = 'Could not create new discussion';
675+
$string['mma.mod_forum.couldnotadd'] = 'Could not add your post due to an unknown error';
676+
$string['mma.mod_forum.discussionsubscription'] = 'Discussion subscription';
677+
$string['mma.mod_forum.erroremptymessage'] = 'Post message cannot be empty';
678+
$string['mma.mod_forum.erroremptysubject'] = 'Post subject cannot be empty';
667679
$string['mma.mod_forum.errorgetforum'] = 'Error getting forum data.';
680+
$string['mma.mod_forum.errorgetgroups'] = 'Error getting group settings.';
668681
$string['mma.mod_forum.forumnodiscussionsyet'] = 'There are no discussion topics yet in this forum.';
682+
$string['mma.mod_forum.group'] = 'Group';
683+
$string['mma.mod_forum.message'] = 'Message';
669684
$string['mma.mod_forum.numdiscussions'] = '{{numdiscussions}} discussions';
670685
$string['mma.mod_forum.numreplies'] = '{{numreplies}} replies';
686+
$string['mma.mod_forum.posttoforum'] = 'Post to forum';
687+
$string['mma.mod_forum.reply'] = 'Reply';
688+
$string['mma.mod_forum.subject'] = 'Subject';
671689
$string['mma.mod_imscp.deploymenterror'] = 'Content package error!';
672690
$string['mma.mod_imscp.showmoduledescription'] = 'Show description';
673691
$string['mma.mod_label.label'] = 'Label';
674692
$string['mma.mod_label.taptoview'] = 'Tap to view the label.';
693+
$string['mma.mod_lti.errorgetlti'] = 'Error getting module data.';
694+
$string['mma.mod_lti.launch_url'] = 'Launch URL';
675695
$string['mma.mod_page.errorwhileloadingthepage'] = 'Error while loading the page content.';
676696
$string['mma.mod_resource.errorwhileloadingthecontent'] = 'Error while loading the content.';
677697
$string['mma.mod_resource.openthefile'] = 'Open the file';
698+
$string['mma.mod_survey.cannotsubmitsurvey'] = 'Sorry, there was a problem submitting your survey. Please try again.';
699+
$string['mma.mod_survey.clicktocontinue'] = 'Click here to continue';
700+
$string['mma.mod_survey.errorgetsurvey'] = 'Error getting survey data.';
701+
$string['mma.mod_survey.ifoundthat'] = 'I found that';
702+
$string['mma.mod_survey.ipreferthat'] = 'I prefer that';
703+
$string['mma.mod_survey.responses'] = 'Responses';
704+
$string['mma.mod_survey.results'] = 'Results';
705+
$string['mma.mod_survey.surveycompletednograph'] = 'You have completed this survey.';
678706
$string['mma.mod_url.accessurl'] = 'Access the URL';
679707
$string['mma.mod_url.pointingtourl'] = 'URL this resource points to';
680708
$string['mma.notes.addnewnote'] = 'Add a new note';

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 = 2014012421;
28+
$plugin->version = 2014012422;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.203'; // This should be the latest Mobile app version
31+
$plugin->release = '1.204'; // This should be the latest Mobile app version

0 commit comments

Comments
 (0)