Some more strings added...related with the View PHP utility

This commit is contained in:
stronk7 2006-09-25 19:26:16 +00:00
parent 7d1df3a49d
commit 6caa705dad

View file

@ -53,6 +53,9 @@ $string['load'] = 'Load';
$string['main_view'] = 'Main View'; $string['main_view'] = 'Main View';
$string['missingfieldsinsentence'] = 'Missing fields in sentence'; $string['missingfieldsinsentence'] = 'Missing fields in sentence';
$string['missingvaluesinsentence'] = 'Missing values 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_statement'] = 'New Statement';
$string['new_table_from_mysql'] = 'New Table From MySQL'; $string['new_table_from_mysql'] = 'New Table From MySQL';
$string['newfield'] = 'New Field'; $string['newfield'] = 'New Field';
@ -71,7 +74,8 @@ $string['revert_changes'] = 'Revert Changes';
$string['save'] = 'Save'; $string['save'] = 'Save';
$string['selectaction'] = 'Select Action:'; $string['selectaction'] = 'Select Action:';
$string['selectdb'] = 'Select Database:'; $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['selecttable'] = 'Select Table:';
$string['selectfieldkeyindex'] = 'Select Field/Key/Index:'; $string['selectfieldkeyindex'] = 'Select Field/Key/Index:';
$string['sentences'] = 'Sentences'; $string['sentences'] = 'Sentences';