]> git.joonet.de Git - adminer.git/commitdiff
Order of columns in table
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 7 May 2008 11:24:37 +0000 (11:24 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 7 May 2008 11:24:37 +0000 (11:24 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@398 7c3ca157-0c34-0410-bff1-cbf682f78f5c

lang/cs.inc.php

index fe0577ab8ef66a4b47b312afaed4d214e16dbf29..24b935bc63ad48434f9d4055312fc63b7dee8194 100644 (file)
@@ -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ů',
 );