diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index ecb999c6..8b349e2e 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -229,4 +229,5 @@ $translations = array( 'Lists' => 'Seznamy', 'Relations' => 'Vztahy', 'Maximum allowed file size is %sB.' => 'Maximální povolená velikost souboru je %sB.', + 'Clear' => 'Vyčistit', ); diff --git a/adminer/sql.inc.php b/adminer/sql.inc.php index 8f9d2488..88397f40 100644 --- a/adminer/sql.inc.php +++ b/adminer/sql.inc.php @@ -1,6 +1,11 @@ ' . lang('Edit') . ' ' . shorten_utf8(str_replace("\n", " ", $val), 80, "") . "
\n"; } + echo "\n"; echo "\n"; } ?>