From 393318196b94e81dfbf6258a5a0879f6b8b0ce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Mon, 20 Aug 2001 23:28:07 +0000 Subject: [PATCH] Added $strDeletedRows and $strInsertedRows --- lang/brazilian_portuguese.inc.php3 | 4 +++- lang/bulgarian-win1251.inc.php3 | 4 +++- lang/catala.inc.php3 | 4 +++- lang/chinese_big5.inc.php3 | 4 +++- lang/chinese_gb.inc.php3 | 4 +++- lang/czech-iso.inc.php3 | 4 +++- lang/czech-win1250.inc.php3 | 4 +++- lang/danish.inc.php3 | 4 +++- lang/dutch.inc.php3 | 4 +++- lang/english.inc.php3 | 2 ++ lang/french.inc.php3 | 2 ++ lang/german.inc.php3 | 4 ++++ lang/italian.inc.php3 | 4 +++- lang/japanese.inc.php3 | 4 +++- lang/korean.inc.php3 | 4 +++- lang/norwegian.inc.php3 | 4 +++- lang/polish.inc.php3 | 4 +++- lang/portuguese.inc.php3 | 4 +++- lang/russian-koi8.inc.php3 | 6 ++++-- lang/russian-win1251.inc.php3 | 6 ++++-- lang/slovak-iso.inc.php3 | 4 +++- lang/spanish.inc.php3 | 4 +++- lang/swedish.inc.php3 | 4 +++- lang/thai.inc.php3 | 4 +++- 24 files changed, 73 insertions(+), 23 deletions(-) diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 2280cbcc8..061d2e048 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -282,9 +282,12 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 37c1ba241..e02e9ac32 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -281,10 +281,13 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 84149e950..cdb4ed174 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -278,10 +278,13 @@ $strYes = 'Si'; // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; //to translate $strNoDatabases = 'No databases'; @@ -293,5 +296,4 @@ $strShowThisQuery = ' Show this query here again '; $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 59f7f4b82..64b172093 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -281,10 +281,13 @@ $strYes = ' // To translate $strAffectedRows = ' Rows affected: '; //to translate +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; @@ -294,5 +297,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 60cbec068..ec7187b98 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -281,10 +281,13 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 4a29bb1c0..f61dee5e0 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -280,10 +280,13 @@ $strYes = 'Ano'; // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; @@ -293,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 17fed823b..06934a1b3 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -280,10 +280,13 @@ $strYes = 'Ano'; // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; @@ -294,5 +297,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 5ba469698..f7f85e009 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -280,10 +280,13 @@ $strYes = 'Ja'; // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; @@ -293,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 875d30a47..047154cab 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -281,11 +281,14 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; $strInstructions = 'Instructions';//to translate +$strInsertedRows = 'Inserted rows:'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoModification = 'No change'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 991b5d7d0..5231783cc 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -75,6 +75,7 @@ $strDbEmpty = 'The database name is empty!'; $strDefault = 'Default'; $strDelete = 'Delete'; $strDeleted = 'The row has been deleted'; +$strDeletedRows = 'Deleted rows:'; $strDeleteFailed = 'Deleted Failed!'; $strDeletePassword = 'Delete Password'; $strDeleteUserMessage = 'You have deleted the user'; @@ -133,6 +134,7 @@ $strIndex = 'Index'; $strIndexes = 'Indexes'; $strInsert = 'Insert'; $strInsertAsNewRow = 'Insert as new row'; +$strInsertedRows = 'Inserted rows:'; $strInsertIntoTable = 'Insert into table'; $strInsertNewRow = 'Insert new row'; $strInsertTextfiles = 'Insert textfiles into table'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 01bbda088..6a713d243 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -75,6 +75,7 @@ $strDbEmpty = 'Le nom de la base de donn $strDefault = 'Défaut'; $strDelete = 'Effacer'; $strDeleted = 'L\'enregistrement a été effacé'; +$strDeletedRows = 'Nombre d\'enregistrements effacés :'; $strDeleteFailed = 'L\'effacement a échoué'; $strDeletePassword = 'Effacer le mot de passe'; $strDeleteUserMessage = 'Vous avez effacé l\'utilisateur'; @@ -133,6 +134,7 @@ $strIndex = 'Index'; $strIndexes = 'Index'; $strInsert = 'Insérer'; $strInsertAsNewRow = 'Insérer ce nouvel enregistrement'; +$strInsertedRows = 'Nombre d\'enregistrements insérés :'; $strInsertIntoTable = 'Insérer dans la table'; $strInsertNewRow = 'Insérer un nouvel enregistrement'; $strInsertTextfiles = 'Insérer un fichier texte dans la table'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 0e6aee5eb..0dbd8f60f 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -292,4 +292,8 @@ $strWelcome = 'Willkommen bei '; $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strYes = 'Ja'; + +// To translate +$strDeletedRows = 'Deleted rows:'; +$strInsertedRows = 'Inserted rows:'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 78aabc219..72131e56f 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -281,9 +281,12 @@ $strYes = ' Si '; // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate @@ -293,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index b6dbd3be6..103e5389e 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -281,9 +281,12 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -297,5 +300,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 71640b844..b6c37da47 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -281,9 +281,12 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -297,5 +300,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index aefa145b6..b2bfb4b80 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -281,9 +281,12 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -297,5 +300,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 0abdfec31..f708f1a06 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -287,10 +287,12 @@ $strWrongUser = 'B $strYes = 'Tak'; // To translate +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; $strNoDatabases = 'No databases'; $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'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 50526162d..78d546bd7 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -281,9 +281,12 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -297,5 +300,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 752018fe8..a85c6a969 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -282,8 +282,11 @@ $strYes = ' // To translate $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate -$strGzip = '"gzipped"'; // To translate +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strExtendedInserts = 'Extended inserts'; +$strGzip = '"gzipped"'; // To translate +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate $strOffSet = 'offset'; // To translate @@ -293,5 +296,4 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 270aa1f5b..fa1b58a5d 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -282,8 +282,11 @@ $strYes = ' // To translate $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate -$strGzip = '"gzipped"'; // To translate +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strExtendedInserts = 'Extended inserts'; +$strGzip = '"gzipped"'; // To translate +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate $strNoDatabases = 'No databases'; @@ -293,5 +296,4 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 00623e1c5..de569e4e4 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -286,7 +286,10 @@ $strWrongUser = 'Zl $strYes = 'Áno'; // To translate +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strExtendedInserts = 'Extended inserts'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate @@ -294,5 +297,4 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 3e553b511..6e0703f79 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -282,10 +282,13 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Rows affected: '; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; $strNoDatabases = 'No databases'; @@ -295,5 +298,4 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShowPHPInfo = 'Show PHP information'; // To translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 6c85e745a..af0c63ecc 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -281,10 +281,13 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 50cbc6f43..411227278 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -281,10 +281,13 @@ $strGzip = '"gzipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strDatabasesStats = 'Databases statistics';//to translate +$strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; @@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strDatabasesStats = 'Databases statistics';//to translate ?>