From a8129f9167e4f5d4f6156a741574a1b6f5122c38 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 7 May 2008 14:41:09 +0000 Subject: [PATCH] New translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@401 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang/sk.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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', );