]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings to display PHP code.
authorstronk7 <stronk7>
Mon, 11 Sep 2006 15:51:13 +0000 (15:51 +0000)
committerstronk7 <stronk7>
Mon, 11 Sep 2006 15:51:13 +0000 (15:51 +0000)
lang/en_utf8/xmldb.php

index dc6b116ee254f1ae5f369c47cceb697c38ebd84b..7bf967928328544361583b2425019d2059f379ee 100644 (file)
@@ -69,7 +69,10 @@ $string['reservedwords'] = 'Reserved Words';
 $string['revert'] = 'Revert';
 $string['revert_changes'] = 'Revert Changes';
 $string['save'] = 'Save';
+$string['selectaction'] = 'Select Action:';
 $string['selectdb'] = 'Select Database:';
+$string['selecttable'] = 'Select Table:';
+$string['selectfieldkeyindex'] = 'Select Field/Key/Index:';
 $string['sentences'] = 'Sentences';
 $string['statements'] = 'Statements';
 $string['statementtable'] = 'Statement Table:';
@@ -80,9 +83,12 @@ $string['test'] = 'Test';
 $string['textincorrectlength'] = 'Incorrect length for text field';
 $string['unload'] = 'Unload';
 $string['up'] = 'Up';
+$string['view'] = 'View';
 $string['view_reserved_words'] = 'View Reserved Words';
+$string['view_structure_php'] = 'View Structure PHP';
 $string['view_structure_sql'] = 'View Structure SQL';
 $string['view_table_sql'] = 'View Table SQL';
+$string['view_table_php'] = 'View Table PHP';
 $string['viewedited'] = 'View Edited';
 $string['vieworiginal'] = 'View Original';
 $string['viewphpcode'] = 'View PHP Code';