From e8f74759edcbfa7c730bd796a3cacacd45e2736d Mon Sep 17 00:00:00 2001 From: Martin Lacina Date: Sat, 24 Jan 2015 15:17:36 +0100 Subject: [PATCH] Translated using Weblate (Slovak) Currently translated at 82.4% (2457 of 2979 strings) [CI skip] --- po/sk.po | 57 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/po/sk.po b/po/sk.po index 2e0c9cf660..ca63e56758 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2015-01-01 08:24-0500\n" -"PO-Revision-Date: 2015-01-22 21:26+0200\n" +"PO-Revision-Date: 2015-01-24 15:17+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: Slovak " "\n" @@ -5556,7 +5556,7 @@ msgstr "Použiť IGNORE" #: libraries/config/messages.inc.php:177 msgid "Syntax to use when inserting data" -msgstr "Akú syntax použiť pre vkladanie dát" +msgstr "Použitá syntax pre vkladanie dát" #: libraries/config/messages.inc.php:178 #: libraries/plugins/export/ExportSql.class.php:419 @@ -7919,7 +7919,7 @@ msgstr "Rýchla - zobraziť len minimum možností" #: libraries/display_export.lib.php:228 msgid "Custom - display all possible options" -msgstr "Vlastné - zobrazí všetky voľby nastavení" +msgstr "Vlastná - zobrazí všetky voľby nastavení" #: libraries/display_export.lib.php:250 msgid "Database(s):" @@ -9014,7 +9014,7 @@ msgstr "Filtrovať databázy podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1170 #: libraries/navigation/NavigationTree.class.php:1204 msgid "Clear fast filter" -msgstr "Vyčistiť rýchly filter" +msgstr "Vymazať filter" #: libraries/navigation/NavigationTree.class.php:1203 msgid "Filter by name or regex" @@ -9061,12 +9061,12 @@ msgstr "Zobraziť skryté položky" #: libraries/navigation/Nodes/Node_Database_Container.class.php:36 msgctxt "Create new database" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Event_Container.class.php:37 msgctxt "Create new event" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Function_Container.class.php:24 #: libraries/navigation/Nodes/Node_Function_Container.class.php:25 @@ -9078,7 +9078,7 @@ msgstr "Funkcie" #: libraries/navigation/Nodes/Node_Function_Container.class.php:36 msgctxt "Create new function" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Index.class.php:32 #: libraries/structure.lib.php:1504 libraries/structure.lib.php:2218 @@ -9091,7 +9091,7 @@ msgstr "Index" #: libraries/navigation/Nodes/Node_Index_Container.class.php:38 msgctxt "Create new index" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/navigation/Nodes/Node_Procedure.class.php:34 msgid "Procedure" @@ -9113,12 +9113,12 @@ msgstr "" #: libraries/navigation/Nodes/Node_Table_Container.class.php:45 msgctxt "Create new table" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_Trigger_Container.class.php:39 msgctxt "Create new trigger" msgid "New" -msgstr "" +msgstr "Nová" #: libraries/navigation/Nodes/Node_View_Container.class.php:26 #: libraries/navigation/Nodes/Node_View_Container.class.php:27 @@ -9130,7 +9130,7 @@ msgstr "Pohľady" #: libraries/navigation/Nodes/Node_View_Container.class.php:45 msgctxt "Create new view" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/normalization.lib.php:114 msgid "Make all columns atomic" @@ -9528,7 +9528,7 @@ msgstr "Odstrániť dáta alebo tabuľku" #: libraries/operations.lib.php:1231 msgid "Empty the table (TRUNCATE)" -msgstr "" +msgstr "Vyprázdniť tabuľku (TRUNCATE)" #: libraries/operations.lib.php:1239 msgid "Delete the table (DROP)" @@ -9914,6 +9914,8 @@ msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" +"Zobraziť komentíre (zahŕňa informácie ako je čas exportu, verzia PHP a " +"verzia servera)" #: libraries/plugins/export/ExportSql.class.php:100 msgid "Additional custom header comment (\\n splits lines):" @@ -9924,6 +9926,7 @@ msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" +"Zahrnúť čas vytorenia, poslednej aktualizácie a poslednej kontroly databáz" #: libraries/plugins/export/ExportSql.class.php:170 msgid "" @@ -9950,6 +9953,8 @@ msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" +"Použiť opačný apostrof pri názvoch tabuliek a polí (To ochráni názvy " +"stĺpcov a tabuliek so špeciálnymi znakmi alebo kľúčové slová)" #: libraries/plugins/export/ExportSql.class.php:332 msgid "Data creation options" @@ -9958,28 +9963,28 @@ msgstr "Možnosti vytvárania údajov" #: libraries/plugins/export/ExportSql.class.php:336 #: libraries/plugins/export/ExportSql.class.php:2033 msgid "Truncate table before insert" -msgstr "" +msgstr "Vyprázdniť tabuľku pred vložením" #: libraries/plugins/export/ExportSql.class.php:342 msgid "Instead of INSERT statements, use:" -msgstr "" +msgstr "Namiesto príkazu INSERT použiť:" #: libraries/plugins/export/ExportSql.class.php:348 msgid "INSERT DELAYED statements" -msgstr "" +msgstr "príkazy INSERT DELAYED" #: libraries/plugins/export/ExportSql.class.php:359 #: libraries/plugins/export/ExportSql.class.php:389 msgid "INSERT IGNORE statements" -msgstr "" +msgstr "príkazy INSERT IGNORE" #: libraries/plugins/export/ExportSql.class.php:372 msgid "Function to use when dumping data:" -msgstr "" +msgstr "Funkcia použitá pri ukladaní dát:" #: libraries/plugins/export/ExportSql.class.php:385 msgid "Syntax to use when inserting data:" -msgstr "" +msgstr "Použitá syntax pre vkladanie dát:" #: libraries/plugins/export/ExportSql.class.php:393 msgid "" @@ -10012,6 +10017,8 @@ msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" +"Uložiť binárne stĺpce v šestnástkovom zápise (napríklad \"abc\" sa zapíše " +"0x616263)" #: libraries/plugins/export/ExportSql.class.php:440 msgid "" @@ -11968,7 +11975,7 @@ msgstr "Oprávnenia pre %s" #: libraries/server_privileges.lib.php:3814 msgctxt "Create new user" msgid "New" -msgstr "" +msgstr "Nový" #: libraries/server_privileges.lib.php:3843 msgid "Edit Privileges:" @@ -13051,10 +13058,9 @@ msgid "Edit user group: '%s'" msgstr "" #: libraries/server_user_groups.lib.php:225 -#, fuzzy #| msgid "No privileges." msgid "User group menu assignments" -msgstr "Žiadne práva." +msgstr "Priradenia menu pre skupinu užívateľov" #: libraries/server_user_groups.lib.php:232 msgid "Group name:" @@ -13327,10 +13333,9 @@ msgid "Remove columns from central list" msgstr "" #: libraries/structure.lib.php:348 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Make consistent with central list" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Zosúladiť s centrálnym zoznamom" #: libraries/structure.lib.php:370 msgid "Check tables having overhead" @@ -13375,16 +13380,14 @@ msgid "Fulltext" msgstr "Celý text" #: libraries/structure.lib.php:1527 libraries/structure.lib.php:2146 -#, fuzzy #| msgid "CHAR textarea columns" msgid "Add to central columns" -msgstr "Stĺpce techtovej oblasti typu CHAR" +msgstr "Pridať do centrálnych stĺpcov" #: libraries/structure.lib.php:1532 libraries/structure.lib.php:2136 -#, fuzzy #| msgid "Remove column(s)" msgid "Remove from central columns" -msgstr "Odstrániť stĺpce" +msgstr "Odstrániť z centrálnych stĺpcov" #: libraries/structure.lib.php:1548 libraries/structure.lib.php:1658 msgid "Move columns"