From: jakubvrana Date: Wed, 7 May 2008 11:24:37 +0000 (+0000) Subject: Order of columns in table X-Git-Tag: v3.0.0~1116 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f616e11f05ab1b7d4822e8cd21819701a1f25a3c;p=adminer.git Order of columns in table git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@398 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/lang/cs.inc.php b/lang/cs.inc.php index fe0577ab..24b935bc 100644 --- a/lang/cs.inc.php +++ b/lang/cs.inc.php @@ -157,4 +157,6 @@ $translations = array( 'Truncate table' => 'Promazat tabulku', 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Příliš velká POST data. Zmenšete data nebo zvyšte hodnotu konfigurační direktivy "post_max_size".', 'Logged as: %s' => 'Přihlášen jako: %s', + 'Move up' => 'Přesunout nahoru', + 'Move down' => 'Přesunout dolů', );