mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Some more strings added...related with the View PHP utility
This commit is contained in:
parent
7d1df3a49d
commit
6caa705dad
1 changed files with 5 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue