Modified the way the tables' number is displayed
This commit is contained in:
@@ -199,9 +199,11 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
|
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
|
||||||
<td colspan="7" align="center">
|
<td align="center">
|
||||||
<?php echo $strSum . "\n"; ?>
|
<?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)) . "\n"; ?>
|
||||||
<b>( <?php echo $num_tables . ' ' . $strTables; ?> )</b>
|
</td>
|
||||||
|
<td colspan="6" align="center">
|
||||||
|
<?php echo $strSum . "\n"; ?>
|
||||||
</td>
|
</td>
|
||||||
<td align="right" nowrap="nowrap">
|
<td align="right" nowrap="nowrap">
|
||||||
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
|
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -286,6 +286,6 @@ $strNoModification = 'No change';
|
|||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -287,6 +287,6 @@ $strFormEmpty = 'Missing value in the form !';
|
|||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // 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
|
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -286,6 +286,6 @@ $strFormEmpty = 'Missing value in the form !';
|
|||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // 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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -287,6 +287,6 @@ $strNoModification = 'No change';
|
|||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -286,6 +286,6 @@ $strFormEmpty = 'Missing value in the form !';
|
|||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // 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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -253,7 +253,7 @@ $strTable = 'table ';
|
|||||||
$strTableComments = 'Table comments';
|
$strTableComments = 'Table comments';
|
||||||
$strTableEmpty = 'The table name is empty!';
|
$strTableEmpty = 'The table name is empty!';
|
||||||
$strTableMaintenance = 'Table maintenance';
|
$strTableMaintenance = 'Table maintenance';
|
||||||
$strTables = ' table(s) ';
|
$strTables = '%s table(s)';
|
||||||
$strTableStructure = 'Table structure for table';
|
$strTableStructure = 'Table structure for table';
|
||||||
$strTableType = 'Table type';
|
$strTableType = 'Table type';
|
||||||
$strTerminatedBy = 'terminated by';
|
$strTerminatedBy = 'terminated by';
|
||||||
|
@@ -253,7 +253,7 @@ $strTable = 'table ';
|
|||||||
$strTableComments = 'Commentaires sur la table';
|
$strTableComments = 'Commentaires sur la table';
|
||||||
$strTableEmpty = 'Le nom de la table est vide';
|
$strTableEmpty = 'Le nom de la table est vide';
|
||||||
$strTableMaintenance = 'Maintenance de la table';
|
$strTableMaintenance = 'Maintenance de la table';
|
||||||
$strTables = ' table(s) ';
|
$strTables = '%s table(s)';
|
||||||
$strTableStructure = 'Structure de la table';
|
$strTableStructure = 'Structure de la table';
|
||||||
$strTableType = 'Table en format';
|
$strTableType = 'Table en format';
|
||||||
$strTerminatedBy = 'termin<69>(e)s par';
|
$strTerminatedBy = 'termin<69>(e)s par';
|
||||||
|
@@ -253,7 +253,7 @@ $strTable = 'Tabelle ';
|
|||||||
$strTableComments = 'Tabellen-Kommentar';
|
$strTableComments = 'Tabellen-Kommentar';
|
||||||
$strTableEmpty = 'Der Tabellenname ist leer!';
|
$strTableEmpty = 'Der Tabellenname ist leer!';
|
||||||
$strTableMaintenance = 'Hilfsmittel';
|
$strTableMaintenance = 'Hilfsmittel';
|
||||||
$strTables = ' Tabellen ';
|
$strTables = '%s Tabellen';
|
||||||
$strTableStructure = 'Tabellenstruktur f<>r Tabelle';
|
$strTableStructure = 'Tabellenstruktur f<>r Tabelle';
|
||||||
$strTableType = 'Tabellentyp';
|
$strTableType = 'Tabellentyp';
|
||||||
$strTerminatedBy = 'getrennt mit';
|
$strTerminatedBy = 'getrennt mit';
|
||||||
@@ -286,6 +286,4 @@ $strWelcome = 'Willkommen bei ';
|
|||||||
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||||
|
|
||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
// To translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -287,6 +287,6 @@ $strFormEmpty = 'Missing value in the form !';
|
|||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // 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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -255,7 +255,7 @@ $strTableEmpty = 'Brak nazwy tabeli!';
|
|||||||
$strTableMaintenance = 'Zarz<72>dzanie tabel<65>';
|
$strTableMaintenance = 'Zarz<72>dzanie tabel<65>';
|
||||||
$strTableStructure = 'Struktura tabeli dla ';
|
$strTableStructure = 'Struktura tabeli dla ';
|
||||||
$strTableType = 'Typ tabeli';
|
$strTableType = 'Typ tabeli';
|
||||||
$strTables = ' tabela(e)';
|
$strTables = '%s tabela(e)';
|
||||||
$strTerminatedBy = 'zako<6B>czone przez';
|
$strTerminatedBy = 'zako<6B>czone przez';
|
||||||
$strTextAreaLength = ' To pole mo<6D>e nie by<62> edytowalne,<br /> z powodu swojej d<>ugo<67>ci ';
|
$strTextAreaLength = ' To pole mo<6D>e nie by<62> edytowalne,<br /> z powodu swojej d<>ugo<67>ci ';
|
||||||
$strTheContent = 'Zawarto<74><6F> pliku zosta<74>a do<64><6F>czona.';
|
$strTheContent = 'Zawarto<74><6F> pliku zosta<74>a do<64><6F>czona.';
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -287,5 +287,5 @@ $strGzip = '"gzipped"'; // To translate
|
|||||||
$strOffSet = 'offset'; // To translate
|
$strOffSet = 'offset'; // To translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = ' table(s) '; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -287,5 +287,5 @@ $strGzip = '"gzipped"'; // To translate
|
|||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset'; // To translate
|
$strOffSet = 'offset'; // To translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = ' table(s) '; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -288,5 +288,5 @@ $strYes = '
|
|||||||
// To translate
|
// To translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = ' table(s) '; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -289,5 +289,5 @@ $strFormEmpty = 'Missing value in the form !';
|
|||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = ' table(s) '; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,6 @@ $strQueryOnDb = 'SQL-query on database ';
|
|||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //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';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user