From 36c402ba79fe0d9ef4a61ee7c733974a860a09fa Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Thu, 6 Oct 2011 14:42:29 -0400 Subject: [PATCH] mdl-23003 XMLDB missing strings Fix notices generated by editing a table name using the XMLDB editor --- lang/en/xmldb.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en/xmldb.php b/lang/en/xmldb.php index 936e94866a2..f1253f97cc0 100644 --- a/lang/en/xmldb.php +++ b/lang/en/xmldb.php @@ -67,6 +67,7 @@ $string['down'] = 'Down'; $string['duplicate'] = 'Duplicate'; $string['duplicatefieldname'] = 'Another field with that name exists'; $string['duplicatekeyname'] = 'Another key with that name exists'; +$string['duplicatetablename'] = 'Another table with that name exists'; $string['edit'] = 'Edit'; $string['edit_field'] = 'Edit field'; $string['edit_field_save'] = 'Save field'; @@ -107,6 +108,7 @@ $string['incorrectfieldname'] = 'Incorrect name'; $string['index'] = 'Index'; $string['indexes'] = 'Indexes'; $string['integerincorrectlength'] = 'Incorrect length for integer field'; +$string['incorrecttablename'] = 'Incorrect table name'; $string['key'] = 'Key'; $string['keys'] = 'Keys'; $string['listreservedwords'] = 'List of Reserved Words
(used to keep XMLDB_reserved_words updated)'; @@ -148,6 +150,7 @@ $string['selectonecommand'] = 'Please select one action from the list to view PH $string['selectonefieldkeyindex'] = 'Please select one field/key/index from the list to view the PHP code'; $string['selecttable'] = 'Select table:'; $string['table'] = 'Table'; +$string['tablenameempty'] = 'The table name cannot be empty'; $string['tables'] = 'Tables'; $string['textincorrectlength'] = 'Incorrect length for text field'; $string['unload'] = 'Unload';