msgid "" msgstr "" "Project-Id-Version: Code Snippets SK\n" "POT-Creation-Date: 2014-12-09 06:55+0100\n" "PO-Revision-Date: 2014-12-09 07:10+0100\n" "Last-Translator: Jan Fajcak \n" "Language-Team: WordPress Slovensko \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.7.1\n" "X-Poedit-KeywordsList: __;_e;esc_html_e;gettext;gettext_noop\n" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-1: ..\n" #: ../admin/help/import.php:16 ../admin/help/manage.php:16 #: ../admin/help/single.php:15 msgid "Overview" msgstr "Prehľad" #: ../admin/help/import.php:18 msgid "" "Snippets are similar to plugins - they both extend and expand the " "functionality of WordPress. Snippets are more light-weight, just a few lines " "of code, and do not put as much load on your server. Here you can load " "snippets from a Code Snippets (.xml) import file into the database with your " "existing snippets." msgstr "" "Snippety sa podobajú modulom- oba rozširujú a prehlbujú funkčnosť WordPress. " "Snippety sú jednoduché kusy kódu veľké len pár riadkov, ktoré svojim objemom " "nezaťažujú server. Tu môžete nahrať snippety z Code Snippets (.xml) súboru " "do databáze k už existujúcim snippetom." #: ../admin/help/import.php:23 msgid "Importing" msgstr "Import" #: ../admin/help/import.php:25 msgid "" "You can load your snippets from a code snippets (.xml) export file using " "this page." msgstr "" "Môžete nahrať vaše snippety zo súboru Code Snippets (.xml) prostredníctvom " "tejto stránky." #: ../admin/help/import.php:26 #, php-format msgid "" "Snippets will be added to the database along with your existing snippets. " "Regardless of whether the snippets were active on the previous site, " "imported snippets are always inactive until activated using the Manage Snippets page.

" msgstr "" "Snippety budú pridané do databáze k už existujúcim snippetom. Bez ohľadu na " "to, že na predchádzajúcom webe boli aktívne, po importe je potrebné ich opäť " "aktivovať na stránke Spravovať snippety.

" #: ../admin/help/import.php:31 msgid "Exporting" msgstr "Export" #: ../admin/help/import.php:33 #, php-format msgid "" "You can save your snippets to a Code Snippets (.xml) export file using the " "Manage Snippets page." msgstr "" "Vaše snippety môžete uložiť pomocou súboru Code Snippets (.xml) na stránke " "Spravovať snippety." #: ../admin/help/import.php:37 ../admin/help/manage.php:38 #: ../admin/help/single.php:43 msgid "For more information:" msgstr "Viac informácií:" #: ../admin/help/import.php:38 ../admin/help/single.php:44 msgid "" "WordPress Extend" msgstr "" "WordPress Extend" #: ../admin/help/import.php:39 ../admin/help/manage.php:40 #: ../admin/help/single.php:45 msgid "" "Support Forums" msgstr "" "Fórum podpory" #: ../admin/help/import.php:40 ../admin/help/manage.php:41 #: ../admin/help/single.php:46 msgid "" "Project " "Website" msgstr "" "Webová " "stránka projektu" #: ../admin/help/manage.php:18 msgid "" "Snippets are similar to plugins - they both extend and expand the " "functionality of WordPress. Snippets are more light-weight, just a few lines " "of code, and do not put as much load on your server. Here you can manage " "your existing snippets and perform tasks on them such as activating, " "deactivating, deleting and exporting." msgstr "" "Snippety sa podobajú modulom- oba rozširujú a prehlbujú funkčnosť WordPress. " "Snippety sú jednoduché kusy kódu veľké len pár riadkov, ktoré svojim objemom " "nezaťažujú server. Tu môžete spravovať svoje snippety: aktivovať ich a " "deaktivovať, mazať alebo exportovať." #: ../admin/help/manage.php:23 msgid "Safe Mode" msgstr "Safe Mode" #: ../admin/help/manage.php:25 msgid "" "Be sure to check your snippets for errors before you activate them, as a " "faulty snippet could bring your whole blog down. If your site starts doing " "strange things, deactivate all your snippets and activate them one at a time." msgstr "" "Pred aktivovaním vašich snippetov sa uistite, že neobsahujú žiadne chyby, " "inak riskujete pád vašich stránok. Ak sa začne diať niečo neočakávané, " "deaktivujte všetky snippety a aktivujte ich ešte raz." #: ../admin/help/manage.php:26 msgid "" "If something goes wrong with a snippet and you can't use WordPress, you can " "cause all snippets to stop executing by adding " "define('CODE_SNIPPETS_SAFE_MODE', true); to your wp-" "config.php file. After you have deactivated the offending snippet, " "you can turn off safe mode by removing this line or replacing true with false." msgstr "" "Ak došlo k problému a nie je možné použiť WordPress, môžete zastaviť všetky " "snippety vložením define('CODE_SNIPPETS_SAFE_MODE', true); do " "súboru wp-config.php. Potom, ako deaktivujete problémový " "snippet, môžete tento kus kódu opäť odobrať alebo prepísať hodnotu " "true na false." #: ../admin/help/manage.php:31 msgid "Uninstall" msgstr "Odinštalovať" #: ../admin/help/manage.php:33 #, php-format msgid "" "When you delete Code Snippets through the Plugins menu in WordPress it will " "clear up the %1$s table and a few other bits of data stored in " "the database. If you want to keep this data (ie: you are only temporally " "uninstalling Code Snippets) then remove the %2$s folder using " "FTP." msgstr "" "Keď zmažete modul Code Snippets štandardnou cestou cez položku Moduly v " "administrácii WordPress, bude zmazaná aj tabuľka %1$s a ďalšie " "dáta, uložené v databáze. Ak chcete tieto dáta uchovať (napr. odinštalujete " "Code Snippets len dočasne), potom odstráňte zložku %2$s cez FTP " "ručne." #: ../admin/help/manage.php:34 msgid "" "Even if you're sure that you don't want to use Code Snippets ever again on " "this WordPress installation, you may want to use the export feature to back " "up your snippets." msgstr "" "Ak máte istotu, že už v tejto inštalácii nechcete používať Code Snippets, " "môžete vaše snippety pomocou funkcie Export zálohovať." #: ../admin/help/manage.php:39 msgid "" "WordPress Extend

" msgstr "" "WordPress Extend

" #: ../admin/help/single.php:17 msgid "" "Snippets are similar to plugins - they both extend and expand the " "functionality of WordPress. Snippets are more light-weight, just a few lines " "of code, and do not put as much load on your server. Here you can add a new " "snippet, or edit an existing one." msgstr "" "Snippety sa podobajú modulom- oba rozširujú a prehlbujú funkčnosť WordPress. " "Snippety sú jednoduché kusy kódu veľké len pár riadkov, ktoré svojim objemom " "nezaťažujú server. Tu môžete pridávať nové snippety, alebo upravovať už " "existujúce." #: ../admin/help/single.php:22 msgid "Finding Snippets" msgstr "Nájsť snippety" #: ../admin/help/single.php:24 msgid "" "Here are some links to websites which host a large number of snippets that " "you can add to your site.\n" "\t\t" msgstr "" "Tu je niekoľko odkazov na weby, kde môžete nájsť množstvo snippetov, " "použiteľných aj na vašich stránkach.\n" "\t\t" #: ../admin/help/single.php:31 msgid "" "More places to find snippets, as well as a selection of example snippets, " "can be found in the plugin documentation" msgstr "" "Viac miest, kde nájdete snippety a niekoľko ukážok snippetov nájdete v dokumentácii modulu" #: ../admin/help/single.php:36 msgid "Adding Snippets" msgstr "Ako pridať snippet?" #: ../admin/help/single.php:38 msgid "" "You need to fill out the name and code fields for your snippet to be added. " "While the description field will add more information about how your snippet " "works, what is does and where you found it, it is completely optional." msgstr "Je potrebné vyplniť názov snippetu a vložiť jeho kód." #: ../admin/help/single.php:39 msgid "" "Please be sure to check that your snippet is valid PHP code and will not " "produce errors before adding it through this page. While doing so will not " "become active straight away, it will help to minimise the chance of a faulty " "snippet becoming active on your site." msgstr "" "Prosím skontrolujte, či vaše snippety obsahujú overený PHP kód a nespôsobia " "na tejto stránke chyby. Keďže nebudú hneď aktívne, nemusíte sa obávať " "možného pádu stránky po ich nahratí." #: ../admin/messages/import.php:32 msgid "An error occurred when processing the import file." msgstr "Pri importe došlo ku chybe." #: ../admin/messages/manage.php:14 msgid "" "Warning: Safe mode is active and snippets will not execute! " "Remove the CODE_SNIPPETS_SAFE_MODE constant from wp-" "config.php to turn off safe mode. Help" msgstr "" "Upozornenie: Safe mode je aktívny a snippety nebudú " "fungovať! Odstráňte konštantu CODE_SNIPPETS_SAFE_MODE z " "wp-config.php pre vypnutie safe mode. Pomoc" #: ../admin/messages/manage.php:20 msgid "Snippet activated." msgstr "Snippet aktivovaný." #: ../admin/messages/manage.php:24 msgid "Selected snippets activated." msgstr "Vybrané snippety aktivované." #: ../admin/messages/manage.php:28 msgid "Snippet deactivated." msgstr "Snippet deaktivovaný." #: ../admin/messages/manage.php:32 msgid "Selected snippets deactivated." msgstr "Vybrané snippety deaktivované." #: ../admin/messages/manage.php:36 msgid "Snippet deleted." msgstr "Snippet zmazaný." #: ../admin/messages/manage.php:40 msgid "Selected snippets deleted." msgstr "Vybrané snippety zmazané." #: ../admin/messages/single.php:14 msgid "An error occurred when saving the snippet." msgstr "Pri ukladaní snippetu došlo ku chybe." #: ../admin/messages/single.php:18 msgid "Snippet updated and activated." msgstr "Snippet aktualizovaný a aktivovaný." #: ../admin/messages/single.php:22 msgid "Snippet added and activated." msgstr "Snippet pridaný a aktivovaný." #: ../admin/messages/single.php:26 msgid "Snippet updated and deactivated." msgstr "" "Snippet aktualizovaný a deaktivovaný." #: ../admin/messages/single.php:30 msgid "Snippet updated." msgstr "Snippet aktualizovaný." #: ../admin/messages/single.php:34 msgid "Snippet added." msgstr "Snippet pridaný." #: ../admin/views/import.php:20 ../includes/class-admin.php:327 msgid "Import Snippets" msgstr "Importovať snippety" #: ../admin/views/import.php:24 msgid "" "Howdy! Upload your Code Snippets export file and we’ll import the " "snippets to this site." msgstr "" "Nahrajte súbor Code Snippets (.xml) a naimportujte snippety na túto stránku." #: ../admin/views/import.php:26 #, php-format msgid "" "You will need to go to the Manage Snippets page to " "activate the imported snippets." msgstr "" "Po ukončení importu musíte ísť na stránku Spravovať snippety a aktivovať importované snippety." #: ../admin/views/import.php:28 msgid "" "Choose a Code Snippets (.xml) file to upload, then click Upload file and " "import." msgstr "" "Zvoľte súbor Code Snippets (.xml) a kliknite na tlačidlo Nahrať súbor a " "importovať." #: ../admin/views/import.php:35 msgid "Choose a file from your computer:" msgstr "Zvoľte súbor vo vašom počítači:" #: ../admin/views/import.php:36 msgid "(Maximum size: 8MB)" msgstr "(Maximálna veľkosť: 8MB)" #: ../admin/views/import.php:42 msgid "Upload file and import" msgstr "Nahrať súbor a importovať" #: ../admin/views/manage.php:21 ../includes/class-admin.php:152 #: ../includes/class-admin.php:276 ../includes/class-admin.php:277 #: ../includes/class-admin.php:287 msgid "Snippets" msgstr "Snippety" #: ../admin/views/manage.php:39 msgid "Search Installed Snippets" msgstr "Hľadať nainštalované snippety" #: ../admin/views/single.php:29 ../includes/class-admin.php:299 msgid "Edit Snippet" msgstr "Upraviť snippety" #: ../admin/views/single.php:37 ../includes/class-admin.php:299 msgid "Add New Snippet" msgstr "Pridať nový snippet" #: ../admin/views/single.php:53 ../admin/views/single.php:54 msgid "Name (short title)" msgstr "Názov (krátky nadpis)" #: ../admin/views/single.php:59 msgid "Code" msgstr "Kód" #: ../admin/views/single.php:85 msgid "Save Changes & Activate" msgstr "Uložiť zmeny a aktivovať" #: ../admin/views/single.php:91 msgid "Save Changes & Deactivate" msgstr "Uložiť zmeny a deaktivovať" #: ../admin/views/single.php:100 ../includes/class-list-table.php:166 #: ../includes/class-list-table.php:266 msgid "Export" msgstr "Export" #: ../admin/views/single.php:107 msgid "" "You are about to permanently delete this snippet.\n" "'Cancel' to stop, 'OK' to delete." msgstr "" "Chcete navždy zmazať tento snippet. \n" "'Cancel' pre zrušenie, 'OK' pre zmazanie." #: ../admin/views/single.php:112 ../includes/class-list-table.php:175 #: ../includes/class-list-table.php:267 msgid "Delete" msgstr "Zmazať" #: ../includes/class-admin.php:185 msgid "Code Snippets" msgstr "Code Snippets" #: ../includes/class-admin.php:186 msgid "Import snippets from a Code Snippets export file" msgstr "Importovať snippety zo súboru Code Snippets" #: ../includes/class-admin.php:246 msgid "You are not authorized to access this page." msgstr "Nemáte prístup na túto stránku." #: ../includes/class-admin.php:288 ../includes/class-admin.php:695 msgid "Manage" msgstr "Spravovať" #: ../includes/class-admin.php:300 ../includes/class-list-table.php:160 msgid "Edit" msgstr "Upraviť" #: ../includes/class-admin.php:300 msgid "Add New" msgstr "Pridať nový" #: ../includes/class-admin.php:328 msgid "Import" msgstr "Import" #: ../includes/class-admin.php:663 ../includes/class-list-table.php:228 msgid "Description" msgstr "Popis" #: ../includes/class-admin.php:694 msgid "Manage your existing snippets" msgstr "Spravovať existujúce snippety" #: ../includes/class-admin.php:722 msgid "Visit the WordPress.org plugin page" msgstr "Navštíviť stránku modulu na WordPress.org" #: ../includes/class-admin.php:723 msgid "About" msgstr "O module" #: ../includes/class-admin.php:727 msgid "Visit the support forums" msgstr "Navštíviť fórum podpory" #: ../includes/class-admin.php:728 msgid "Support" msgstr "Podpora" #: ../includes/class-admin.php:732 msgid "Support this plugin's development" msgstr "Podporiť vývoj tohoto modulu" #: ../includes/class-admin.php:733 msgid "Donate" msgstr "Podporiť" #: ../includes/class-admin.php:764 msgid "" "Have feedback on Code Snippets? Please take the time to " "answer a short survey on how you use this plugin and what you'd like to see " "changed or added in the future." msgstr "" "Máte spätnú väzbu na Code Snippets?Prosím, nájdite si čas a " "zúčastnite sa prieskumu o tom, ako používate tento modul a čo by ste na ňom " "v budúcnosti zmenili, alebo čím ho doplnili." #: ../includes/class-admin.php:767 msgid "Take the survey now" msgstr "Zúčastnite sa prieskumu" #: ../includes/class-list-table.php:49 msgid "Snippets per page" msgstr "Počet snippetov na stránke" #: ../includes/class-list-table.php:141 ../includes/class-list-table.php:265 msgid "Network Deactivate" msgstr "Sieť deaktivovaná" #: ../includes/class-list-table.php:141 ../includes/class-list-table.php:265 msgid "Deactivate" msgstr "Deaktivovať" #: ../includes/class-list-table.php:150 ../includes/class-list-table.php:264 msgid "Network Activate" msgstr "Sieť aktivovaná" #: ../includes/class-list-table.php:150 ../includes/class-list-table.php:264 msgid "Activate" msgstr "Aktivovať" #: ../includes/class-list-table.php:182 msgid "" "You are about to permanently delete the selected item.\n" "\t\t\t\t'Cancel' to stop, 'OK' to delete." msgstr "" "Chcete navždy zmazať túto položku. \n" "\t\t\t\t'Cancel' pre zrušenie, 'OK' úre zmazanie." #: ../includes/class-list-table.php:190 #, php-format msgid "Untitled #%d" msgstr "Bez názvu #%d" #: ../includes/class-list-table.php:226 msgid "Name" msgstr "Názov" #: ../includes/class-list-table.php:227 msgid "ID" msgstr "ID" #: ../includes/class-list-table.php:268 msgid "Export to PHP" msgstr "Export do PHP" #: ../includes/class-list-table.php:342 msgid "Filter" msgstr "Filter" #: ../includes/class-list-table.php:350 msgid "Clear List" msgstr "Vyčistiť zoznam" #: ../includes/class-list-table.php:492 #, php-format msgid "" "You do not appear to have any snippets available at this time. Add New→" msgstr "" "Momentálne nemáte k dispozícii žiadne snippety. Pridať nový " "→" #: ../includes/class-list-table.php:676 msgid "Search results" msgstr "Výsledky hľadania" #: ../includes/class-list-table.php:679 #, php-format msgid " for “%s”" msgstr "pre “%s”" #: ../includes/class-list-table.php:685 msgid "Clear Filters" msgstr "Vyčistiť filtre" #~ msgid "Manage Snippets" #~ msgstr "Spravovať snippety" #~ msgid "Sorry, you’re not allowed to edit snippets" #~ msgstr "Prepáčte, ale nemáte oprávnenie na úpravu snippetov" #~ msgid "Please provide a name for the snippet and its code." #~ msgstr "Prosím, uveďte názov snippetu a vložte jeho kód." #~ msgid "" #~ "Enter or paste the snippet code without the <?php and " #~ "?> tags." #~ msgstr "" #~ "Napíšte alebo skopírujte kód snippetu bez značiek <?php a " #~ "?>." #~ msgid "(Optional)" #~ msgstr "(voliteľné)" #~ msgid "Save" #~ msgstr "Uložiť" #~ msgid "Cancel" #~ msgstr "Zrušiť" #~ msgid "" #~ "Make sure that you don't add the <?php, <? or ?> the beginning and end of the code. You can " #~ "however use these tags in the code to stop and start PHP sections" #~ msgstr "" #~ "Uistite sa, že ste nevložili <?php, <? " #~ "alebo ?> v priebehu alebo na konci kódu. Tieto značky " #~ "však môžete použiť pre zastavenie alebo spustenie úsekov PHP."