diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index d724f274..c53cb2b5 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -139,7 +139,7 @@ document.getElementById('username').focus(); */ function selectQuery($query) { global $jush; - return "

>> " . h(str_replace("\n", " ", $query)) . " " . lang('Edit') . "\n"; + return "

>> " . h(str_replace("\n", " ", $query)) . " " . lang('Edit') . "\n"; } /** Description of a row in a table diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 3c9ed513..00f915ad 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -221,6 +221,7 @@ $translations = array( '%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'), 'Page' => 'Stránka', 'last' => 'poslední', + 'Last page' => 'Poslední stránka', 'whole result' => 'celý výsledek', '%d byte(s)' => array('%d bajt', '%d bajty', '%d bajtů'), diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index ba76c860..ec3a8e88 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -62,7 +62,7 @@ document.getElementById('username').focus(); if (isset($set)) { echo '

' . lang('New item') . "\n"; } - echo ">>\n"; + echo ">>\n"; } function foreignKeys($table) {