diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 1a8f76381..7004554c6 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 4872e9459..89b50b8ed 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 1c282a287..4c7f22023 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -281,6 +281,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 329e66ead..d0ef90827 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = ' Rows affected: '; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index b9869f5b1..243fce935 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -283,7 +283,8 @@ $strGzip = '"gzipped"'; //to translate $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; -$strDisplayOrder = 'Display order:'; +$strDisplayOrder = 'Display order'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 023517e2a..ab67ab098 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -283,6 +283,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 6a6f6233a..2838948e5 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -283,6 +283,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 1890967bd..929c0af42 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -283,6 +283,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index e848f4be9..1b2268a42 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 93c6b546e..6151f3b62 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -89,6 +89,7 @@ $strDocu = 'Documentation'; $strDoYouReally = 'Do you really want to '; $strDrop = 'Drop'; $strDropDB = 'Drop database '; +$strDropTable = 'Drop table'; $strDumpingData = 'Dumping data for table'; $strDynamic = 'dynamic'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 43dbd98a0..0b0eb128b 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -89,6 +89,7 @@ $strDocu = 'Documentation'; $strDoYouReally = 'Voulez-vous vraiment effectuer '; $strDrop = 'Supprimer'; $strDropDB = 'Supprimer la base'; +$strDropTable = 'Supprimer la table'; $strDumpingData = 'Contenu de la table'; $strDynamic = 'dynamique'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 67243a312..782cc2fbc 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -297,4 +297,5 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strYes = 'Ja'; // To translate +$strDropTable = 'Drop table'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 8232cf163..dec7b1e18 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 90c833202..9a4338c92 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 9562cc4ff..b28f937f5 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 14144bbbc..d1c2d5b7c 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 10fd59358..1ebe2a2cd 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -289,6 +289,7 @@ $strYes = 'Tak'; // To translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDropTable = 'Drop table'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 62fa641ce..033f2ab23 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInsertedRows = 'Inserted rows:'; diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index d59ccf3c6..2235ed39c 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strGzip = '"gzipped"'; // To translate $strInsertedRows = 'Inserted rows:'; diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index ea71fd9e1..6ba0a017e 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strGzip = '"gzipped"'; // To translate $strInsertedRows = 'Inserted rows:'; diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 245969ec5..f30e5fb5b 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -288,6 +288,7 @@ $strYes = ' // To translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 70b2a6a41..75d72cd19 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -285,6 +285,7 @@ $strAffectedRows = 'Rows affected: '; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 152bf89c1..04226e1e5 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index baa7025f8..eb4ae3f36 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -284,6 +284,7 @@ $strAffectedRows = 'Affected rows:'; $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; +$strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 9c14b63c3..29b1c76d9 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -980,7 +980,7 @@ else { // MySQL < 3.23
  • - +