]> git.mjollnir.org Git - moodle.git/commitdiff
Some more strings added...related with the View PHP utility
authorstronk7 <stronk7>
Mon, 25 Sep 2006 19:26:16 +0000 (19:26 +0000)
committerstronk7 <stronk7>
Mon, 25 Sep 2006 19:26:16 +0000 (19:26 +0000)
lang/en_utf8/xmldb.php

index d9cc674fb422f256d7993cbea088577995fd6b69..b520bb0b1beabbfe79fc9801ecf803f6766101a7 100644 (file)
@@ -53,6 +53,9 @@ $string['load'] = 'Load';
 $string['main_view'] = 'Main View';
 $string['missingfieldsinsentence'] = 'Missing fields in sentence';
 $string['missingvaluesinsentence'] = 'Missing values in sentence';
+$string['mustselectonefield'] = 'You must select one field to see field related actions!';
+$string['mustselectoneindex'] = 'You must select one index to see index related actions!';
+$string['mustselectonekey'] = 'You must select one field to see key related actions!';
 $string['new_statement'] = 'New Statement';
 $string['new_table_from_mysql'] = 'New Table From MySQL';
 $string['newfield'] = 'New Field';
@@ -71,7 +74,8 @@ $string['revert_changes'] = 'Revert Changes';
 $string['save'] = 'Save';
 $string['selectaction'] = 'Select Action:';
 $string['selectdb'] = 'Select Database:';
-$string['selectonefieldkeyindex'] = 'Please, select one Field/Key/Index from the list to see the PHP code';
+$string['selectonecommand'] = 'Please, select one Action from the list to view PHP code';
+$string['selectonefieldkeyindex'] = 'Please, select one Field/Key/Index from the list to view the PHP code';
 $string['selecttable'] = 'Select Table:';
 $string['selectfieldkeyindex'] = 'Select Field/Key/Index:';
 $string['sentences'] = 'Sentences';