MDL-76105 lang: Import fixed English strings (en_fix)

This commit is contained in:
Helen Foster 2022-11-10 19:50:38 +01:00 committed by Víctor Déniz
parent c5da3db0ae
commit ae2f8cfa67
29 changed files with 89 additions and 92 deletions

View file

@ -29,7 +29,7 @@ $string['privacy:metadata'] = 'The Question usage question bank plugin does not
$string['questionusage'] = 'Usage';
$string['questionusage_help'] = 'The number of quizzes in which the question is used, with a link to open a window listing the quizzes and the number of attempts.';
$string['questionlastused'] = 'Last used';
$string['questionlastused_help'] = 'When was the question last attempted by a student.';
$string['questionlastused_help'] = 'The date when the question was last attempted.';
$string['usageheader'] = 'Question usage';
// Table.

View file

@ -29,7 +29,7 @@ $string['deletedquestion'] = 'Missing question';
$string['deletedquestiontext'] = 'This question is missing. Unable to display anything.';
$string['missingqtypewarning'] = 'This question is of a type that is not currently installed on this system. You will not be able to do anything with this question.';
$string['missing'] = 'Question of a type that is not installed on this system';
$string['pluginname'] = 'Missing type';
$string['pluginname'] = 'Missing question type placeholder';
$string['pluginnameadding'] = 'Adding a question of a type that is not installed on this system';
$string['pluginnameediting'] = 'Editing a question of a type that is not installed on this system';
$string['privacy:metadata'] = 'The Select missing words question type plugin does not store any personal data.';

View file

@ -71,7 +71,7 @@ $string['privacy:preference:penalty'] = 'The penalty for each incorrect try when
$string['privacy:preference:single'] = 'Whether the answer is single with radio buttons or multiple with checkboxes.';
$string['privacy:preference:shuffleanswers'] = 'Whether the answers should be automatically shuffled.';
$string['privacy:preference:answernumbering'] = 'Which numbering style should be used (\'1, 2, 3, ...\', \'a, b, c, ...\' etc.).';
$string['privacy:preference:showstandardinstruction'] = 'Whether showing standard instruction.';
$string['privacy:preference:showstandardinstruction'] = 'Whether standard instructions are shown.';
$string['regradeissuenumchoiceschanged'] = 'The number of choices in the question has changed.';
$string['selectmulti'] = 'Select one or more:';
$string['selectone'] = 'Select one:';
@ -81,5 +81,5 @@ $string['shuffleanswers_help'] = 'If enabled, the order of the answers is random
$string['singleanswer'] = 'Choose one answer.';
$string['showstandardinstruction'] = 'Show standard instructions';
$string['showstandardinstruction_desc'] = 'Whether to show the instructions "Select one:" or "Select one or more:" before multiple choice answers.';
$string['showstandardinstruction_help'] = 'Whether to show the instructions "Select one:" or "Select one or more:" before multiple choice answers. If disabled, question authors can instead include instructions in the question content, if required.';
$string['showstandardinstruction_help'] = 'Whether to show the instructions \'Select one:\' or \'Select one or more:\' before multiple choice answers. Alternatively, you can include instructions in the question text.';
$string['toomanyselected'] = 'You have selected too many options.';