mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-76105 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
c5da3db0ae
commit
ae2f8cfa67
29 changed files with 89 additions and 92 deletions
|
@ -27,7 +27,7 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
$string['notavailable'] = 'This quiz is not currently available';
|
||||
$string['notavailable'] = 'This quiz is currently not available.';
|
||||
$string['pluginname'] = 'Open and close date access rule';
|
||||
$string['privacy:metadata'] = 'The Open and close date quiz access rule plugin does not store any personal data.';
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ $string['duplicatetemplate'] = 'A template with the same name already exists.';
|
|||
$string['edittemplate'] = 'Edit template';
|
||||
$string['enabled'] = 'Enabled';
|
||||
$string['error:ws:nokeyprovided'] = 'At least one SEB key must be provided.';
|
||||
$string['error:ws:quiznotexists'] = 'Quiz not found matching course module id: {$a}';
|
||||
$string['error:ws:quiznotexists'] = 'Quiz not found matching course module ID: {$a}';
|
||||
$string['event:accessprevented'] = "Quiz access was prevented";
|
||||
$string['event:templatecreated'] = 'SEB template was created';
|
||||
$string['event:templatedeleted'] = 'SEB template was deleted';
|
||||
|
|
|
@ -195,7 +195,7 @@ $string['configadaptive'] = 'If you choose Yes for this option then the student
|
|||
$string['configattemptsallowed'] = 'Restriction on the number of attempts students are allowed at the quiz.';
|
||||
$string['configdecimaldigits'] = 'Number of digits that should be shown after the decimal point when displaying grades.';
|
||||
$string['configdecimalplaces'] = 'Number of digits that should be shown after the decimal point when displaying grades for the quiz.';
|
||||
$string['configdecimalplacesquestion'] = 'Number of digits that should be shown after the decimal point when displaying the grade for individual questions.';
|
||||
$string['configdecimalplacesquestion'] = 'Number of digits that should be shown after the decimal point when displaying the mark for individual questions.';
|
||||
$string['configdelaylater'] = 'If you set a time delay here, the student cannot start their third, fourth, ... attempt until this much time has passed since the end of their previous attempt.';
|
||||
$string['configdelay1'] = 'If you set a time delay, then a student has to wait for that time before they can attempt a quiz after the first attempt.';
|
||||
$string['configdelay1st2nd'] = 'If you set a time delay here, the student cannot start their second attempt until this much time has passed since the end of their first attempt.';
|
||||
|
@ -258,8 +258,8 @@ $string['daysavailable'] = 'Days available';
|
|||
$string['decimaldigits'] = 'Decimal digits in grades';
|
||||
$string['decimalplaces'] = 'Decimal places in grades';
|
||||
$string['decimalplaces_help'] = 'This setting specifies the number of digits shown after the decimal point when displaying grades. It only affects the display of grades, not the grades stored in the database, nor the internal calculations, which are carried out to full accuracy.';
|
||||
$string['decimalplacesquestion'] = 'Decimal places in question grades';
|
||||
$string['decimalplacesquestion_help'] = 'This setting specifies the number of digits shown after the decimal point when displaying the grades for individual questions.';
|
||||
$string['decimalplacesquestion'] = 'Decimal places in marks for questions';
|
||||
$string['decimalplacesquestion_help'] = 'The number of digits shown after the decimal point when displaying the marks for individual questions.';
|
||||
$string['decimalpoints'] = 'Decimal places';
|
||||
$string['default'] = 'Default';
|
||||
$string['defaultgrade'] = 'Default question grade';
|
||||
|
@ -600,7 +600,7 @@ $string['noreviewshort'] = 'Not permitted';
|
|||
$string['noreviewuntil'] = 'You are not allowed to review this quiz until {$a}';
|
||||
$string['noreviewuntilshort'] = 'Available {$a}';
|
||||
$string['noscript'] = 'JavaScript must be enabled to continue!';
|
||||
$string['notavailabletostudents'] = 'Note: This quiz is not currently available to your students';
|
||||
$string['notavailabletostudents'] = 'Note: This quiz is currently not available to your students.';
|
||||
$string['notenoughrandomquestions'] = 'There are not enough questions in category {$a->category} to create the question {$a->name} ({$a->id}).';
|
||||
$string['notenoughsubquestions'] = 'Not enough sub-questions have been defined!<br />Do you want to go back and fix this question?';
|
||||
$string['notifyattemptsgradedtask'] = 'Send quiz attempt graded notifications';
|
||||
|
|
|
@ -103,7 +103,7 @@ $string['random_guess_score'] = 'Random guess score';
|
|||
$string['rangeofvalues'] = 'Range of statistics for these questions';
|
||||
$string['rangebetween'] = '{$a->min} − {$a->max}';
|
||||
$string['recalculatenow'] = 'Recalculate now';
|
||||
$string['recalculatetask'] = 'Re-calculate question statistics';
|
||||
$string['recalculatetask'] = 'Recalculate question statistics';
|
||||
$string['reportsettings'] = 'Statistics calculation settings';
|
||||
$string['response'] = 'Response';
|
||||
$string['slotstructureanalysis'] = 'Structural analysis for question number {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue