diff --git a/db_details.php3 b/db_details.php3
index 1859fe726..794b2de66 100755
--- a/db_details.php3
+++ b/db_details.php3
@@ -199,9 +199,11 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
echo "\n";
?>
-
-
- ( )
+ |
+
+ |
+
+
|
diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3
index cc5993c47..1e88f3759 100644
--- a/lang/brazilian_portuguese.inc.php3
+++ b/lang/brazilian_portuguese.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3
index feeba083c..23eaadc8c 100644
--- a/lang/bulgarian-win1251.inc.php3
+++ b/lang/bulgarian-win1251.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3
index 0700a36e0..48dd6fa55 100644
--- a/lang/catala.inc.php3
+++ b/lang/catala.inc.php3
@@ -286,6 +286,6 @@ $strNoModification = 'No change';
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again ';
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3
index d5b3517dd..aabd92937 100644
--- a/lang/chinese_big5.inc.php3
+++ b/lang/chinese_big5.inc.php3
@@ -287,6 +287,6 @@ $strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change';
$strQueryOnDb = ' SQL-query on database '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
?>
diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3
index 8089ebcce..5c48316e1 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again ';
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3
index d5cd65ebb..c7ecae633 100644
--- a/lang/czech-iso.inc.php3
+++ b/lang/czech-iso.inc.php3
@@ -286,6 +286,6 @@ $strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change';
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3
index 25a709580..4412430cd 100644
--- a/lang/czech-win1250.inc.php3
+++ b/lang/czech-win1250.inc.php3
@@ -287,6 +287,6 @@ $strNoModification = 'No change';
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3
index f43365104..3ce922441 100644
--- a/lang/danish.inc.php3
+++ b/lang/danish.inc.php3
@@ -286,6 +286,6 @@ $strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change';
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3
index f07fe3147..d32595161 100644
--- a/lang/dutch.inc.php3
+++ b/lang/dutch.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/english.inc.php3 b/lang/english.inc.php3
index f918ed4b2..49c2ab83a 100644
--- a/lang/english.inc.php3
+++ b/lang/english.inc.php3
@@ -253,7 +253,7 @@ $strTable = 'table ';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableMaintenance = 'Table maintenance';
-$strTables = ' table(s) ';
+$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$strTableType = 'Table type';
$strTerminatedBy = 'terminated by';
diff --git a/lang/french.inc.php3 b/lang/french.inc.php3
index c983f78d2..cf6f73f98 100644
--- a/lang/french.inc.php3
+++ b/lang/french.inc.php3
@@ -253,7 +253,7 @@ $strTable = 'table ';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableMaintenance = 'Maintenance de la table';
-$strTables = ' table(s) ';
+$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTableType = 'Table en format';
$strTerminatedBy = 'terminé(e)s par';
diff --git a/lang/german.inc.php3 b/lang/german.inc.php3
index 3bb7e77bf..2885968cc 100644
--- a/lang/german.inc.php3
+++ b/lang/german.inc.php3
@@ -253,7 +253,7 @@ $strTable = 'Tabelle ';
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableMaintenance = 'Hilfsmittel';
-$strTables = ' Tabellen ';
+$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTableType = 'Tabellentyp';
$strTerminatedBy = 'getrennt mit';
@@ -286,6 +286,4 @@ $strWelcome = 'Willkommen bei ';
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strYes = 'Ja';
-
-// To translate
?>
diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3
index 197c71664..99d2653e7 100644
--- a/lang/italian.inc.php3
+++ b/lang/italian.inc.php3
@@ -287,6 +287,6 @@ $strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change'; // To translate
$strQueryOnDb = 'SQL-query on database ';
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3
index 6dcb05bec..1c234e983 100644
--- a/lang/japanese.inc.php3
+++ b/lang/japanese.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3
index f93113fd6..91a47f1cd 100644
--- a/lang/korean.inc.php3
+++ b/lang/korean.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3
index 18d113b2f..4fb447f9a 100644
--- a/lang/norwegian.inc.php3
+++ b/lang/norwegian.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3
index eff5d8a1e..8828d5025 100644
--- a/lang/polish.inc.php3
+++ b/lang/polish.inc.php3
@@ -255,7 +255,7 @@ $strTableEmpty = 'Brak nazwy tabeli!';
$strTableMaintenance = 'Zarządzanie tabelą';
$strTableStructure = 'Struktura tabeli dla ';
$strTableType = 'Typ tabeli';
-$strTables = ' tabela(e)';
+$strTables = '%s tabela(e)';
$strTerminatedBy = 'zakończone przez';
$strTextAreaLength = ' To pole może nie być edytowalne, z powodu swojej długości ';
$strTheContent = 'Zawartość pliku została dołączona.';
diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3
index f390a086a..c13fde719 100644
--- a/lang/portuguese.inc.php3
+++ b/lang/portuguese.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3
index 15d8dffd2..372a14a6e 100644
--- a/lang/russian-koi8.inc.php3
+++ b/lang/russian-koi8.inc.php3
@@ -287,5 +287,5 @@ $strGzip = '"gzipped"'; // To translate
$strOffSet = 'offset'; // To translate
$strNoModification = 'No change'; // To translate
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
?>
diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3
index b91ea2657..44261822f 100644
--- a/lang/russian-win1251.inc.php3
+++ b/lang/russian-win1251.inc.php3
@@ -287,5 +287,5 @@ $strGzip = '"gzipped"'; // To translate
$strNoModification = 'No change'; // To translate
$strOffSet = 'offset'; // To translate
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
?>
diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3
index b11a6953d..23fcbb001 100644
--- a/lang/slovak-iso.inc.php3
+++ b/lang/slovak-iso.inc.php3
@@ -288,5 +288,5 @@ $strYes = '
// To translate
$strNoModification = 'No change'; // To translate
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
?>
diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3
index 0927173e4..b8a0ed7fe 100644
--- a/lang/spanish.inc.php3
+++ b/lang/spanish.inc.php3
@@ -289,5 +289,5 @@ $strFormEmpty = 'Missing value in the form !';
$strNoModification = 'No change'; // To translate
$strOffSet = 'offset';
$strShowPHPInfo = 'Show PHP information'; // To translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
?>
diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3
index a526cac95..edeeefb54 100644
--- a/lang/swedish.inc.php3
+++ b/lang/swedish.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3
index f9367c190..bbc5fa70b 100644
--- a/lang/thai.inc.php3
+++ b/lang/thai.inc.php3
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
-$strTables = ' table(s) '; //to translate
+$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
?>
|