From 6caa705dad83152250963e5b76df9711c8bf8976 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 25 Sep 2006 19:26:16 +0000 Subject: [PATCH] Some more strings added...related with the View PHP utility --- lang/en_utf8/xmldb.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index d9cc674fb4..b520bb0b1b 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -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'; -- 2.39.5