]> git.mjollnir.org Git - moodle.git/commitdiff
qtype admin: sort lang file properly
authortjhunt <tjhunt>
Tue, 7 Apr 2009 05:16:38 +0000 (05:16 +0000)
committertjhunt <tjhunt>
Tue, 7 Apr 2009 05:16:38 +0000 (05:16 +0000)
lang/en_utf8/admin.php

index 0e4134ebd9c8dfe88ecfa960778d1292e1568b32..da31d7e3863c34252b6fca3980243b1363c8f83e 100644 (file)
@@ -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 &#36;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 &#36;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';