From: stronk7 Date: Mon, 11 Sep 2006 15:51:13 +0000 (+0000) Subject: Some new strings to display PHP code. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5f7053955ae224b13c05ab4520a5b8bb077bc30e;p=moodle.git Some new strings to display PHP code. --- diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index dc6b116ee2..7bf9679283 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -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';