Modified the way the tables' number is displayed

This commit is contained in:
Loïc Chapeaux
2001-08-18 10:16:20 +00:00
parent 3e7b6edd76
commit 1a666dbf0f
25 changed files with 29 additions and 29 deletions

View File

@@ -199,9 +199,11 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
echo "\n";
?>
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
<td colspan="7" align="center">
<?php echo $strSum . "\n"; ?>&nbsp;&nbsp;
<b>( <?php echo $num_tables . ' ' . $strTables; ?> )</b>
<td align="center">
<?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)) . "\n"; ?>
</td>
<td colspan="6" align="center">
<?php echo $strSum . "\n"; ?>
</td>
<td align="right" nowrap="nowrap">
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';

View File

@@ -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<69>(e)s par';

View File

@@ -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
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -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';
?>

View File

@@ -255,7 +255,7 @@ $strTableEmpty = 'Brak nazwy tabeli!';
$strTableMaintenance = 'Zarz<72>dzanie tabel<65>';
$strTableStructure = 'Struktura tabeli dla ';
$strTableType = 'Typ tabeli';
$strTables = ' tabela(e)';
$strTables = '%s tabela(e)';
$strTerminatedBy = 'zako<6B>czone przez';
$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.';

View File

@@ -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';
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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';
?>

View File

@@ -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';
?>