mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-28365 Move question lang string to the right file
All the references to this sring were already referring to it in the new place. AMOS BEGIN MOV [cannotread,mod_quiz],[cannotread,question] AMOS END
This commit is contained in:
parent
7969f1ecf5
commit
a41c441c05
@ -54,6 +54,7 @@ $string['cannotloadquestion'] = 'Could not load question';
|
|||||||
$string['cannotmovequestion'] = 'You can\'t use this script to move questions that have files associated with them from different areas.';
|
$string['cannotmovequestion'] = 'You can\'t use this script to move questions that have files associated with them from different areas.';
|
||||||
$string['cannotopenforwriting'] = 'Cannot open for writing: {$a}';
|
$string['cannotopenforwriting'] = 'Cannot open for writing: {$a}';
|
||||||
$string['cannotpreview'] = 'You can\'t preview these questions!';
|
$string['cannotpreview'] = 'You can\'t preview these questions!';
|
||||||
|
$string['cannotread'] = 'Cannot read import file (or file is empty)';
|
||||||
$string['cannotretrieveqcat'] = 'Could not retrieve question category';
|
$string['cannotretrieveqcat'] = 'Could not retrieve question category';
|
||||||
$string['cannotunhidequestion'] = 'Failed to unhide the question.';
|
$string['cannotunhidequestion'] = 'Failed to unhide the question.';
|
||||||
$string['cannotunzip'] = 'Could not unzip file.';
|
$string['cannotunzip'] = 'Could not unzip file.';
|
||||||
|
@ -121,7 +121,6 @@ $string['cannotinsertrandomquestion'] = 'Could not insert new random question!';
|
|||||||
$string['cannotloadquestion'] = 'Could not load question options';
|
$string['cannotloadquestion'] = 'Could not load question options';
|
||||||
$string['cannotloadtypeinfo'] = 'Unable to load questiontype specific question information';
|
$string['cannotloadtypeinfo'] = 'Unable to load questiontype specific question information';
|
||||||
$string['cannotopen'] = 'Cannot open export file ({$a})';
|
$string['cannotopen'] = 'Cannot open export file ({$a})';
|
||||||
$string['cannotread'] = 'Cannot read import file (or file is empty)';
|
|
||||||
$string['cannotrestore'] = 'Could not restore question sessions';
|
$string['cannotrestore'] = 'Could not restore question sessions';
|
||||||
$string['cannotreviewopen'] = 'You cannot review this attempt, it is still open.';
|
$string['cannotreviewopen'] = 'You cannot review this attempt, it is still open.';
|
||||||
$string['cannotsavelayout'] = 'Could not save layout';
|
$string['cannotsavelayout'] = 'Could not save layout';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user