From f616e11f05ab1b7d4822e8cd21819701a1f25a3c Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 7 May 2008 11:24:37 +0000 Subject: [PATCH] Order of columns in table git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@398 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang/cs.inc.php | 2 ++ 1 file changed, 2 insertions(+) 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ů', );