]> git.mjollnir.org Git - moodle.git/commitdiff
Two new strings to display the XMLDB editor under the admin page.
authorstronk7 <stronk7>
Mon, 7 Aug 2006 19:45:02 +0000 (19:45 +0000)
committerstronk7 <stronk7>
Mon, 7 Aug 2006 19:45:02 +0000 (19:45 +0000)
lang/en_utf8/moodle.php

index db57f18aaed803b027b0a97cafd5e88a7369b1fa..5be439791fae5aaf5fe0a27e9a4f2fa90f1a254a 100644 (file)
@@ -67,6 +67,7 @@ $string['adminhelpsitesettings'] = 'Define how the front page of the site looks'
 $string['adminhelpstickyblocks'] = 'Configure moodle wide sticky blocks';
 $string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
 $string['adminhelpuploadusers'] = 'Import new user accounts from a text file';
+$string['adminhelpxmldbeditor'] = 'Interface to edit the XMLDB files. Only for developers.';
 $string['adminhelpusers'] = 'Define your users and set up authentication';
 $string['administration'] = 'Administration';
 $string['administrator'] = 'Administrator';
@@ -1416,6 +1417,7 @@ $string['writingmoduleinfo'] = 'Writing modules info';
 $string['writingscalesinfo'] = 'Writing scales info';
 $string['writinguserinfo'] = 'Writing users info';
 $string['wrongpassword'] = 'Incorrect password for this username';
+$string['xmldbeditor'] = 'XMLDB editor';
 $string['yahooid'] = 'Yahoo ID';
 $string['yes'] = 'Yes';
 $string['youareabouttocreatezip'] = 'You are about to create a zip file containing';