diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 061d2e048..1a8f76381 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -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'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index e02e9ac32..4872e9459 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -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'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index cdb4ed174..1c282a287 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -288,6 +288,7 @@ $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; //to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 64b172093..329e66ead 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -290,6 +290,7 @@ $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strQueryOnDb = ' SQL-query on database '; //to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index ec7187b98..b9869f5b1 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -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'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index f61dee5e0..023517e2a 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 06934a1b3..6a6f6233a 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index f7f85e009..1890967bd 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 047154cab..e848f4be9 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -291,6 +291,7 @@ $strInstructions = 'Instructions';//to translate $strInsertedRows = 'Inserted rows:'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 5231783cc..cb6d4f13d 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -165,6 +165,7 @@ $strName = 'Name'; $strNbRecords = 'No. Of records'; $strNext = 'Next'; $strNo = 'No'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strNoPassword = 'No Password'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 6a713d243..43dbd98a0 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -165,6 +165,7 @@ $strName = 'Nom'; $strNbRecords = 'nb. d\'enregistrements'; $strNext = 'Suivant'; $strNo = 'Non'; +$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.'; $strNoDatabases = 'Aucune base de données'; $strNoModification = 'Pas de modifications'; $strNoPassword = 'aucun mot de passe'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 3882eb351..de8af767b 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -296,4 +296,5 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strYes = 'Ja'; // To translate +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 72131e56f..8232cf163 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; // To translate $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 103e5389e..90c833202 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -290,6 +290,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 '; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index b6c37da47..9562cc4ff 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -290,6 +290,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 '; diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index b2bfb4b80..14144bbbc 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -290,6 +290,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 '; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index f708f1a06..10fd59358 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -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\'...
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'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 78d546bd7..62fa641ce 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -290,6 +290,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 '; diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index a85c6a969..d59ccf3c6 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -291,6 +291,7 @@ $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate $strOffSet = 'offset'; // To translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index fa1b58a5d..ea71fd9e1 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index de569e4e4..245969ec5 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -292,6 +292,7 @@ $strExtendedInserts = 'Extended inserts'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 6e0703f79..70b2a6a41 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -292,6 +292,7 @@ $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index af0c63ecc..152bf89c1 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -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 '; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 411227278..baa7025f8 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -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 ';