mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue