} else {
echo "<p>\n";
while ($row = $result->fetch_assoc()) {
- echo '<a href="' . htmlspecialchars($SELF) . 'select=' . urlencode($row["Name"]) . '">' . lang('select') . '</a> ';
+ echo '<a href="' . htmlspecialchars($SELF) . 'select=' . urlencode($row["Name"]) . '" title="' . lang('%d row(s)', $row["Rows"]) . '">' . lang('select') . '</a> ';
echo '<a href="' . htmlspecialchars($SELF) . (isset($row["Engine"]) ? 'table' : 'view') . '=' . urlencode($row["Name"]) . '">' . htmlspecialchars($row["Name"]) . "</a><br />\n";
}
echo "</p>\n";
'%d byte(s)' => array('%d byte', '%d bytes'),
'Routine has been called, %d row(s) affected.' => array('Routine has been called, %d row affected.', 'Routine has been called, %d rows affected.'),
'%d process(es) has been killed.' => array('%d process has been killed.', '%d processes have been killed.'),
+ '%d row(s)' => array('%d row', '%d rows'),
),
'cs' => array(
'Login' => 'Přihlásit se',
'Event' => 'Událost',
'MySQL version' => 'Verze MySQL',
'through PHP extension' => 'přes PHP extenzi',
+ '%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'),
),
);