From: stronk7 Date: Mon, 7 Aug 2006 19:45:02 +0000 (+0000) Subject: Two new strings to display the XMLDB editor under the admin page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ab8bfc7eee7f9fe83b3b7414ea9eca092dd29e2e;p=moodle.git Two new strings to display the XMLDB editor under the admin page. --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index db57f18aae..5be439791f 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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';