mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
qtype admin: sort lang file properly
This commit is contained in:
parent
be9736e6e0
commit
a8be3f4287
@ -48,9 +48,6 @@ $string['calendarsettings'] = 'Calendar';
|
||||
$string['cannotdeletemissingqtype'] = 'You cannot delete the missing question type. It is needed by the system.';
|
||||
$string['cannotdeleteqtypeinuse'] = 'You cannot delete the question type \'$a\'. There are questions of this type in the question bank.';
|
||||
$string['cannotdeleteqtypeneeded'] = 'You cannot delete the question type \'$a\'. There are other question types installed that rely on it.';
|
||||
$string['deletingqtype'] = 'Deleting question type \'$a\'';
|
||||
$string['deleteqtypeareyousure'] = 'Are you sure you want to delete the question type \'$a\'';
|
||||
$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type \'$a\'. Are you sure you want to uninstall it?';
|
||||
$string['cfgwwwrootwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. It does not match the URL you are using to access this page. Please correct it, or you will experience strange bugs like <a href=\'http://tracker.moodle.org/browse/MDL-11061\'>MDL-11061</a>.';
|
||||
$string['cfgwwwrootslashwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. You have included a \'/\' character at the end. Please remove it, or you will experience strange bugs like <a href=\'http://tracker.moodle.org/browse/MDL-11061\'>MDL-11061</a>.';
|
||||
$string['change'] = 'change';
|
||||
@ -338,8 +335,11 @@ $string['defaultuserroleid'] = 'Default role for all users';
|
||||
$string['defaultvalues'] = 'Default values';
|
||||
$string['deleteerrors'] = 'Delete errors';
|
||||
$string['deleteincompleteusers'] = 'Delete incomplete users after';
|
||||
$string['deleteqtypeareyousure'] = 'Are you sure you want to delete the question type \'$a\'';
|
||||
$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type \'$a\'. Are you sure you want to uninstall it?';
|
||||
$string['deleteunconfirmed'] = 'Delete not fully setup users after';
|
||||
$string['deleteuser'] = 'Delete user';
|
||||
$string['deletingqtype'] = 'Deleting question type \'$a\'';
|
||||
$string['density'] = 'Density';
|
||||
$string['denyemailaddresses'] = 'Denied email domains';
|
||||
$string['development'] = 'Development';
|
||||
|
Loading…
x
Reference in New Issue
Block a user