From: stronk7 Date: Thu, 28 May 2009 23:27:05 +0000 (+0000) Subject: MDL-9176 xmldb editor - now it's possible to save from edit file page (always forget... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=024b7605e4b80b978299fb26b718fc5badc61e7e;p=moodle.git MDL-9176 xmldb editor - now it's possible to save from edit file page (always forget strings, grrr) --- diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index c05e6c5a42..57b4672170 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -116,6 +116,8 @@ $string['nowrongdefaultsfound'] = 'No inconsistent default values have been foun $string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.'; $string['numberincorrectdecimals'] = 'Incorrect number of decimals for number field'; $string['numberincorrectlength'] = 'Incorrect length for number field'; +$string['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.'; +$string['pendingchangescannotbesaved'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the \"install.xml\" within it have write permissions for the web server.'; $string['pendingchangescannotbesavedreload'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the \"install.xml\" within it have write permissions for the web server. Then reload this page and you should be able to save those changes.'; $string['reserved'] = 'Reserved'; $string['reservedwords'] = 'Reserved words';