mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-27928 missing string in the question bank UI.
AMOS BEGIN MOV [categorymove,mod_quiz],[categorymove,question] AMOS END
This commit is contained in:
parent
7a7d34febb
commit
460797abbd
@ -62,6 +62,7 @@ $string['categorycurrent'] = 'Current category';
|
||||
$string['categorycurrentuse'] = 'Use this category';
|
||||
$string['categorydoesnotexist'] = 'This category does not exist';
|
||||
$string['categoryinfo'] = 'Category info';
|
||||
$string['categorymove'] = 'The category \'{$a->name}\' contains {$a->count} questions (some of them may be old, hidden, questions that are still in use in some existing quizzes). Please choose another category to move them to.';
|
||||
$string['categorymoveto'] = 'Save in category';
|
||||
$string['categorynamecantbeblank'] = 'The category name cannot be blank.';
|
||||
$string['clicktoflag'] = 'Click to flag this question';
|
||||
|
@ -141,8 +141,6 @@ $string['categories'] = 'Categories';
|
||||
$string['category'] = 'Category';
|
||||
$string['categoryadded'] = 'The category \'{$a}\' was added';
|
||||
$string['categorydeleted'] = 'The category \'{$a}\' was deleted';
|
||||
$string['categorymove'] = 'The category \'{$a->name}\' contains {$a->count} questions (some of them may be old, hidden, questions that are still in use in some existing quizzes).<br />Please choose another category to move them to.';
|
||||
$string['categorymoveto'] = 'Move them to this category';
|
||||
$string['categorynoedit'] = 'You do not have editing privileges in the category \'{$a}\'.';
|
||||
$string['categoryupdated'] = 'The category was successfully updated';
|
||||
$string['close'] = 'Close window';
|
||||
|
Loading…
x
Reference in New Issue
Block a user