Added $strNoDropDatabases

This commit is contained in:
Loïc Chapeaux
2001-08-21 18:19:26 +00:00
parent 3d439121e3
commit 2b1efbe21d
24 changed files with 24 additions and 0 deletions

View File

@@ -293,6 +293,7 @@ $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strLengthSet = 'Length/Values*';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strStrucExcelCSV = 'CSV for Ms Excel data';
?>