diff --git a/lang/cs.inc.php b/lang/cs.inc.php index 7c97aaf2..a5915774 100644 --- a/lang/cs.inc.php +++ b/lang/cs.inc.php @@ -216,4 +216,5 @@ $translations = array( 'Stop on error' => 'Zastavit při chybě', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Byl překročen maximální povolený počet polí. Zvyšte prosím %s a %s.', '(anywhere)' => '(kdekoliv)', + 'Export selected' => 'Export označených', ); diff --git a/select.inc.php b/select.inc.php index 536db267..f8fb064c 100644 --- a/select.inc.php +++ b/select.inc.php @@ -325,7 +325,7 @@ for (var i=0; > i; i++) { echo " (" . lang('%d row(s)', $found_rows) . ")
\n"; echo ($_GET["db"] != "information_schema" ? "\n" : ""); - echo "\n"; + echo "\n"; } $result->free(); echo "\n";