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

@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; // To translate
$strOffSet = 'offset';
$strQueryOnDb = 'SQL-query on database ';