From: jakubvrana Date: Wed, 7 May 2008 14:41:09 +0000 (+0000) Subject: New translations X-Git-Tag: v3.0.0~1113 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=a8129f9167e4f5d4f6156a741574a1b6f5122c38;p=adminer.git New translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@401 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/lang/sk.inc.php b/lang/sk.inc.php index 48137276..0c799be4 100644 --- a/lang/sk.inc.php +++ b/lang/sk.inc.php @@ -155,6 +155,8 @@ $translations = array( 'all' => 'všetko', 'Delete selected' => 'Zmazať označené', 'Truncate table' => 'Vyprázdniť tabuľku', - 'Logged as: %s' => '', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => '', + 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Príliš veľké POST dáta. Zmenšite dáta alebo zvýšte hodnotu konfiguračej direktívy "post_max_size".', + 'Logged as: %s' => 'Prihlásený ako: %s', + 'Move up' => 'Presunúť hore', + 'Move down' => 'Presunúť dolu', );