mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-27928' of git://github.com/timhunt/moodle
This commit is contained in:
commit
8ffaf7b4dd
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue