Skip to content

Commit 7cd9975

Browse files
committed
Fixes for strings for Moodle Mobile 3.1.0
1 parent 49d5f12 commit 7cd9975

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
$string['mm.login.usernamerequired'] = 'Username required';
204204
$string['mm.login.webservicesnotenabled'] = 'Web Services are not enabled in your site. Please, contact your Moodle site administrator if you think mobile access should be enabled.';
205205
$string['mm.question.errorattachmentsnotsupported'] = 'The application doesn\'t support attaching files to answers yet.';
206-
$string['mm.question.errorquestionnotsupported'] = 'This type of question isn\'t supported by the app in your site: {{$a}}.';
206+
$string['mm.question.errorquestionnotsupported'] = 'This question type is not supported by the app: {{$a}}.';
207207
$string['mm.question.howtodraganddrop'] = 'Tap to select then tap to drop.';
208208
$string['mm.question.questionmessage'] = 'Question {{$a}}: {{$b}}';
209209
$string['mm.question.unknown'] = 'Cannot determine status';
@@ -414,26 +414,26 @@
414414
$string['mma.mod_lti.errorinvalidlaunchurl'] = 'The launch URL is not valid.';
415415
$string['mma.mod_lti.launchactivity'] = 'Launch the activity';
416416
$string['mma.mod_page.errorwhileloadingthepage'] = 'Error while loading the page content.';
417-
$string['mma.mod_quiz.cannotsubmitquizdueto'] = 'This quiz cannot be submitted due to the following reasons:';
418-
$string['mma.mod_quiz.confirmcontinueoffline'] = 'This attempt hasn\'t been synchronized since {{$a}}. If you have continued this attempt in another device after that time you could lose data.';
417+
$string['mma.mod_quiz.cannotsubmitquizdueto'] = 'This quiz attempt cannot be submitted for the following reasons:';
418+
$string['mma.mod_quiz.confirmcontinueoffline'] = 'This attempt has not been synchronized since {{$a}}. If you have continued this attempt in another device since then, you may lose data.';
419419
$string['mma.mod_quiz.confirmleavequizonerror'] = 'An error occurred while saving the answers. Are you sure you want to leave the quiz?';
420420
$string['mma.mod_quiz.errorbehaviournotsupported'] = 'This quiz can\'t be attempted in the app because the behaviour is not supported by the app:';
421421
$string['mma.mod_quiz.errordownloading'] = 'Error downloading required data.';
422422
$string['mma.mod_quiz.errorgetattempt'] = 'Error getting attempt data.';
423423
$string['mma.mod_quiz.errorgetquestions'] = 'Error getting questions.';
424424
$string['mma.mod_quiz.errorgetquiz'] = 'Error getting quiz data.';
425-
$string['mma.mod_quiz.errorparsequestions'] = 'An error occurred while treating the questions. Please attempt this quiz in a browser.';
425+
$string['mma.mod_quiz.errorparsequestions'] = 'An error occurred while reading the questions. Please attempt this quiz in a web browser.';
426426
$string['mma.mod_quiz.errorquestionsnotsupported'] = 'This quiz can\'t be attempted in the app because it can contain questions not supported by the app:';
427-
$string['mma.mod_quiz.errorrulesnotsupported'] = 'This quiz can\'t be attempted in the app because it has active rules not supported by the app:';
427+
$string['mma.mod_quiz.errorrulesnotsupported'] = 'This quiz cannot be attempted in the app because it has access rules not supported by the app:';
428428
$string['mma.mod_quiz.errorsaveattempt'] = 'An error occurred while saving the attempt data.';
429429
$string['mma.mod_quiz.errorsyncquiz'] = 'An error occurred while synchronizing. Please try again.';
430-
$string['mma.mod_quiz.errorsyncquizblocked'] = 'This quiz cannot be synchronized right now because there\'s an ongoing operation. Please try again later. If the problem persists, please restart the app.';
430+
$string['mma.mod_quiz.errorsyncquizblocked'] = 'This quiz cannot be synchronized right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.';
431431
$string['mma.mod_quiz.finishnotsynced'] = 'Finished but not synchronized';
432432
$string['mma.mod_quiz.hasdatatosync'] = 'This quiz has offline data to be synchronized.';
433433
$string['mma.mod_quiz.opentoc'] = 'Open navigation popover.';
434-
$string['mma.mod_quiz.warningattemptfinished'] = 'Offline attempt was discarded because it was finished in site or not found.';
435-
$string['mma.mod_quiz.warningdatadiscarded'] = 'Some offline answers were discarded because the questions were modified in online.';
436-
$string['mma.mod_quiz.warningdatadiscardedfromfinished'] = 'Attempt wasn\'t finished because some offline answers were discarded. Please review your answers are ok and submit the attempt again.';
434+
$string['mma.mod_quiz.warningattemptfinished'] = 'Offline attempt discarded as it was finished in the site or not found.';
435+
$string['mma.mod_quiz.warningdatadiscarded'] = 'Some offline answers were discarded because the questions were modified online.';
436+
$string['mma.mod_quiz.warningdatadiscardedfromfinished'] = 'Attempt unfinished because some offline answers were discarded. Please review your answers then resubmit the attempt.';
437437
$string['mma.mod_resource.errorwhileloadingthecontent'] = 'Error while loading the content.';
438438
$string['mma.mod_resource.openthefile'] = 'Open the file';
439439
$string['mma.mod_scorm.cannotcalculategrade'] = 'Grade couldn\'t be calculated.';

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
$plugin->version = 2014012430;
28+
$plugin->version = 2014012431;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->release = '1.310'; // This should be the latest Mobile app version

0 commit comments

Comments
 (0)