Skip to content

Commit 704aea4

Browse files
committed
Strings for Moodle Mobile 3.3.1
1 parent 5bdf796 commit 704aea4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
$string['mm.core.android'] = 'Android';
5454
$string['mm.core.cannotconnect'] = 'Cannot connect: Verify that you have typed correctly the URL and that your site uses Moodle 2.4 or later.';
5555
$string['mm.core.cannotdownloadfiles'] = 'File downloading is disabled in your Mobile service. Please, contact your site administrator.';
56+
$string['mm.core.captureaudio'] = 'Record audio';
57+
$string['mm.core.capturedimage'] = 'Taken picture.';
58+
$string['mm.core.captureimage'] = 'Take picture';
59+
$string['mm.core.capturevideo'] = 'Record video';
5660
$string['mm.core.clearsearch'] = 'Clear search';
5761
$string['mm.core.clicktoseefull'] = 'Click to see full contents.';
5862
$string['mm.core.commentsnotworking'] = 'Comments cannot be retrieved';
@@ -98,11 +102,12 @@
98102
$string['mm.core.imageviewer'] = 'Image viewer';
99103
$string['mm.core.info'] = 'Info';
100104
$string['mm.core.ios'] = 'iOS';
105+
$string['mm.core.lastdownloaded'] = 'Last downloaded';
101106
$string['mm.core.lastsync'] = 'Last synchronization';
102107
$string['mm.core.loadmore'] = 'Load more';
103108
$string['mm.core.lostconnection'] = 'Your authentication token is invalid or has expired, you will have to reconnect to the site.';
104109
$string['mm.core.mygroups'] = 'My groups';
105-
$string['mm.core.networkerrormsg'] = 'Network not enabled or not working.';
110+
$string['mm.core.networkerrormsg'] = 'There was a problem connecting to the site. Please check your connection and try again.';
106111
$string['mm.core.nopasswordchangeforced'] = 'You cannot proceed without changing your password.';
107112
$string['mm.core.notapplicable'] = 'n/a';
108113
$string['mm.core.notsent'] = 'Not sent';
@@ -432,6 +437,8 @@
432437
$string['mma.mod_choice.errorgetchoice'] = 'Error getting choice data.';
433438
$string['mma.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
434439
$string['mma.mod_choice.resultsnotsynced'] = 'Results doesn\'t include your last response. Please, synchronize to update them.';
440+
$string['mma.mod_data.errorapproving'] = 'Error approving or unapproving entry.';
441+
$string['mma.mod_data.errordeleting'] = 'Error deleting the entry.';
435442
$string['mma.mod_feedback.captchaofflinewarning'] = 'Feedback with captcha cannot be completed offline, or if not configured, or if the server is down.';
436443
$string['mma.mod_feedback.feedback_submitted_offline'] = 'This feedback has been saved to be submitted later.';
437444
$string['mma.mod_folder.emptyfilelist'] = 'There are no files to show.';
@@ -464,6 +471,7 @@
464471
$string['mma.mod_imscp.showmoduledescription'] = 'Show description';
465472
$string['mma.mod_label.label'] = 'Label';
466473
$string['mma.mod_label.taptoview'] = 'Tap to view the label.';
474+
$string['mma.mod_lesson.errorprefetchrandombranch'] = 'This lesson contains a jump to a random content page, it cannot be attempted in the app until it has been started in web.';
467475
$string['mma.mod_lesson.errorreviewretakenotlast'] = 'This attempt can no longer be reviewed because another attempt has been finished.';
468476
$string['mma.mod_lesson.finishretakeoffline'] = 'This attempt was finished offline.';
469477
$string['mma.mod_lesson.retakefinishedinsync'] = 'An offline attempt was synchronized. Do you want to review it?';

version.php

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

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

28-
$plugin->version = 2014012436;
28+
$plugin->version = 2014012437;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.330'; // This should be the latest Mobile app version
31+
$plugin->release = '1.331'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)