|
203 | 203 | $string['mm.login.usernamerequired'] = 'Username required'; |
204 | 204 | $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.'; |
205 | 205 | $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}}.'; |
207 | 207 | $string['mm.question.howtodraganddrop'] = 'Tap to select then tap to drop.'; |
208 | 208 | $string['mm.question.questionmessage'] = 'Question {{$a}}: {{$b}}'; |
209 | 209 | $string['mm.question.unknown'] = 'Cannot determine status'; |
|
414 | 414 | $string['mma.mod_lti.errorinvalidlaunchurl'] = 'The launch URL is not valid.'; |
415 | 415 | $string['mma.mod_lti.launchactivity'] = 'Launch the activity'; |
416 | 416 | $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.'; |
419 | 419 | $string['mma.mod_quiz.confirmleavequizonerror'] = 'An error occurred while saving the answers. Are you sure you want to leave the quiz?'; |
420 | 420 | $string['mma.mod_quiz.errorbehaviournotsupported'] = 'This quiz can\'t be attempted in the app because the behaviour is not supported by the app:'; |
421 | 421 | $string['mma.mod_quiz.errordownloading'] = 'Error downloading required data.'; |
422 | 422 | $string['mma.mod_quiz.errorgetattempt'] = 'Error getting attempt data.'; |
423 | 423 | $string['mma.mod_quiz.errorgetquestions'] = 'Error getting questions.'; |
424 | 424 | $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.'; |
426 | 426 | $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:'; |
428 | 428 | $string['mma.mod_quiz.errorsaveattempt'] = 'An error occurred while saving the attempt data.'; |
429 | 429 | $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.'; |
431 | 431 | $string['mma.mod_quiz.finishnotsynced'] = 'Finished but not synchronized'; |
432 | 432 | $string['mma.mod_quiz.hasdatatosync'] = 'This quiz has offline data to be synchronized.'; |
433 | 433 | $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.'; |
437 | 437 | $string['mma.mod_resource.errorwhileloadingthecontent'] = 'Error while loading the content.'; |
438 | 438 | $string['mma.mod_resource.openthefile'] = 'Open the file'; |
439 | 439 | $string['mma.mod_scorm.cannotcalculategrade'] = 'Grade couldn\'t be calculated.'; |
|
0 commit comments