12415b718Schris<?php 2ce268366SOndrej Vegh/** 3ce268366SOndrej Vegh * Slovak language file 4ce268366SOndrej Vegh * 5ce268366SOndrej Vegh * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6ce268366SOndrej Vegh * @author Ondrej Vegh <ov@vsieti.sk> with help of the scholars from Zdruzena stredna skola polygraficka in Bratislava 7ce268366SOndrej Vegh */ 8ce268366SOndrej Vegh$lang['encoding'] = 'utf-8'; 9ce268366SOndrej Vegh$lang['direction'] = 'ltr'; 10ce268366SOndrej Vegh 11ce268366SOndrej Vegh$lang['btn_edit'] = 'Upraviť stránku'; 12ce268366SOndrej Vegh$lang['btn_source'] = 'Zobraziť zdroj stránky'; 13ce268366SOndrej Vegh$lang['btn_show'] = 'Zobraziť stránku'; 14ce268366SOndrej Vegh$lang['btn_create'] = 'Vytvoriť stránku'; 15ce268366SOndrej Vegh$lang['btn_search'] = 'Hľadať'; 16ce268366SOndrej Vegh$lang['btn_save'] = 'Uložiť'; 17ce268366SOndrej Vegh$lang['btn_preview']= 'Náhľad'; 18ce268366SOndrej Vegh$lang['btn_top'] = 'Hore'; 19ce268366SOndrej Vegh$lang['btn_newer'] = '<< novšie'; 20ce268366SOndrej Vegh$lang['btn_older'] = 'staršie >>'; 21ce268366SOndrej Vegh$lang['btn_revs'] = 'Staršia verzia'; 22ce268366SOndrej Vegh$lang['btn_recent'] = 'Posledné úpravy'; 23ce268366SOndrej Vegh$lang['btn_upload'] = 'Priložiť'; 24ce268366SOndrej Vegh$lang['btn_cancel'] = 'Storno'; 25ce268366SOndrej Vegh$lang['btn_index'] = 'Index'; 26ce268366SOndrej Vegh$lang['btn_secedit']= 'Upraviť'; 27ce268366SOndrej Vegh$lang['btn_login'] = 'Prihlásiť sa'; 28ce268366SOndrej Vegh$lang['btn_logout'] = 'Odhlásiť sa'; 29ce268366SOndrej Vegh$lang['btn_admin'] = 'Admin'; 30ce268366SOndrej Vegh$lang['btn_update'] = 'Aktualizovať'; 31ce268366SOndrej Vegh$lang['btn_delete'] = 'Zmazať'; 32ce268366SOndrej Vegh$lang['btn_back'] = 'Späť'; 33ce268366SOndrej Vegh$lang['btn_backlink'] = "Spätné linky"; 34ce268366SOndrej Vegh$lang['btn_backtomedia'] = 'Späť na výber média'; 35ce268366SOndrej Vegh$lang['btn_subscribe'] = 'Posielať zmeny'; 36ce268366SOndrej Vegh$lang['btn_unsubscribe'] = 'Neposielať zmeny'; 37ce268366SOndrej Vegh$lang['btn_profile'] = 'Aktualizovať profil'; 38ce268366SOndrej Vegh$lang['btn_reset'] = 'Zrušiť'; 39ce268366SOndrej Vegh$lang['btn_resendpwd'] = 'Poslať nové heslo'; 40ce268366SOndrej Vegh 41ce268366SOndrej Vegh$lang['loggedinas'] = 'Prihlásený(á) ako'; 42ce268366SOndrej Vegh$lang['user'] = 'Užívateľské meno'; 43ce268366SOndrej Vegh$lang['pass'] = 'Heslo'; 44ce268366SOndrej Vegh$lang['newpass'] = 'Nové heslo'; 45ce268366SOndrej Vegh$lang['oldpass'] = 'Potvrď aktuálne heslo'; 46ce268366SOndrej Vegh$lang['passchk'] = 'Ešte raz znovu'; 47ce268366SOndrej Vegh$lang['remember'] = 'Zapamätaj si ma'; 48ce268366SOndrej Vegh$lang['fullname'] = 'Celé meno'; 49ce268366SOndrej Vegh$lang['email'] = 'E-Mail'; 50ce268366SOndrej Vegh$lang['profile'] = 'Užívateľský profil'; 51ce268366SOndrej Vegh$lang['register'] = 'Registrovať'; 52ce268366SOndrej Vegh$lang['badlogin'] = 'Zadané užívateľské meno a heslo nie je správne.'; 53ce268366SOndrej Vegh$lang['minoredit'] = 'Menšie zmeny'; 54ce268366SOndrej Vegh 55ce268366SOndrej Vegh$lang['regmissing'] = 'Musíte vyplniť všetky údaje.'; 56ce268366SOndrej Vegh$lang['reguexists'] = 'Užívateľ s rovnakým menom je už zaregistrovaný.'; 57ce268366SOndrej Vegh$lang['regsuccess'] = 'Užívateľský účet bol vytvorený a heslo zaslané mailom.'; 58ce268366SOndrej Vegh$lang['regsuccess2']= 'Užívateľský účet bol vytvorený.'; 59ce268366SOndrej Vegh$lang['regmailfail']= 'Zdá sa, že nastala chyba pri posielaní mailu s heslom. Skúste kontaktovať správcu.'; 60ce268366SOndrej Vegh$lang['regbadmail'] = 'Zadaná mailová adresa nie je platná. Pokiaľ si myslíte, že to je zle, skúste kontaktovať správcu.'; 61ce268366SOndrej Vegh$lang['regbadpass'] = 'Dve zadané heslá nie sú rovnaké, skúste prosím znovu.'; 62ce268366SOndrej Vegh$lang['regpwmail'] = 'Vaše heslo do systému DokuWiki'; 63ce268366SOndrej Vegh$lang['reghere'] = 'Nemáte uživateľský účet? Vytvorte si ho'; 64ce268366SOndrej Vegh 65ce268366SOndrej Vegh$lang['profna'] = 'Toto wiki nepodporuje zmenu profilu'; 66ce268366SOndrej Vegh$lang['profnochange'] = 'Žiadne zmeny, nie je čo robiť.'; 67ce268366SOndrej Vegh$lang['profnoempty'] = 'Prázdne meno, alebo e-mailová adresa nie sú povolené.'; 68ce268366SOndrej Vegh$lang['profchanged'] = 'Užívateľský účet úspešne zmenený.'; 69ce268366SOndrej Vegh 70ce268366SOndrej Vegh$lang['pwdforget'] = 'Zabudli ste heslo? Získajte nové!'; 71ce268366SOndrej Vegh$lang['resendna'] = 'Toto wiki nepodporuje znovuposielanie hesla.'; 72ce268366SOndrej Vegh$lang['resendpwd'] = 'Pošli nové heslo pre'; 73ce268366SOndrej Vegh$lang['resendpwdmissing'] = 'Prepáčte, musíte vyplniť všetky polia.'; 74ce268366SOndrej Vegh$lang['resendpwdnouser'] = 'Prepáčte, nemôžeme nájsť zadaného užívateľa v databáza.'; 75ce268366SOndrej Vegh$lang['resendpwdsuccess'] = 'Vaše nové heslo bolo zaslané na e-mail.'; 76ce268366SOndrej Vegh 77ce268366SOndrej Vegh 78ce268366SOndrej Vegh$lang['txt_upload'] = 'Vyberte súbor ako prílohu'; 79ce268366SOndrej Vegh$lang['txt_filename'] = 'Wiki meno (volitelné)'; 80ce268366SOndrej Vegh$lang['txt_overwrt'] = 'Prepísať existujúci súbor'; 81ce268366SOndrej Vegh$lang['lockedby'] = 'Práve zamknuté:'; 82ce268366SOndrej Vegh$lang['lockexpire'] = 'Zámok vyprší:'; 83ce268366SOndrej Vegh$lang['willexpire'] = 'Váš zámok pre editáciu za chvílu vyprší.\nAby ste predišli konfliktom, stlačte tlačítko Náhľad a zámok sa predĺži.'; 84ce268366SOndrej Vegh 85ce268366SOndrej Vegh$lang['notsavedyet'] = 'Neuložené zmeny budú ztratené.\nChcete naozaj pokračovať?'; 86ce268366SOndrej Vegh$lang['rssfailed'] = 'Nastala chyba pri vytváraní tohto RSS: '; 87ce268366SOndrej Vegh$lang['nothingfound']= 'Nič nenájdené.'; 88ce268366SOndrej Vegh 89ce268366SOndrej Vegh$lang['mediaselect'] = 'Výber dokumentu'; 90ce268366SOndrej Vegh$lang['fileupload'] = 'Nahrávanie dokumentu'; 91ce268366SOndrej Vegh$lang['uploadsucc'] = 'Prenos prebehol v poriadku'; 92ce268366SOndrej Vegh$lang['uploadfail'] = 'Chyba pri nahrávaní. Možno kvôli zle nastaveným právam?'; 93ce268366SOndrej Vegh$lang['uploadwrong'] = 'Priloženie súboru s takouto príponou není dovolené.'; 94ce268366SOndrej Vegh$lang['uploadexist'] = 'Súbor skutočne existuje. Nie je čo robiť.'; 95ce268366SOndrej Vegh$lang['deletesucc'] = 'Súbor "%s" bol zmazený.'; 96ce268366SOndrej Vegh$lang['deletefail'] = '"%s" nie je možné zmazať - skontrolujte oprávnenia.'; 97ce268366SOndrej Vegh$lang['mediainuse'] = 'Súbor "%s" nebol zmazaný - je stále používaný.'; 98ce268366SOndrej Vegh$lang['namespaces'] = 'Menné priestory'; 99ce268366SOndrej Vegh$lang['mediafiles'] = 'Dostupné súbory'; 100ce268366SOndrej Vegh 101ce268366SOndrej Vegh$lang['reference'] = 'Referencie pre'; 102ce268366SOndrej Vegh$lang['ref_inuse'] = 'Súbor nemôže byť zmazaný, pretože je stále používaný nasledujúcimi stránkami:'; 103ce268366SOndrej Vegh$lang['ref_hidden'] = 'Niektoré referencie sú na stránky pre ktoré nemáte právo na čítanie'; 104ce268366SOndrej Vegh 105ce268366SOndrej Vegh$lang['hits'] = '- počet výskytov'; 106ce268366SOndrej Vegh$lang['quickhits'] = 'Zodpovedajúce stránky'; 107ce268366SOndrej Vegh$lang['toc'] = 'Obsah'; 108ce268366SOndrej Vegh$lang['current'] = 'aktualné'; 109ce268366SOndrej Vegh$lang['yours'] = 'Vaša verzia'; 110ce268366SOndrej Vegh$lang['diff'] = 'zobrazit rozdiely voči aktuálnej verzii'; 111ce268366SOndrej Vegh$lang['line'] = 'Riadok'; 112ce268366SOndrej Vegh$lang['breadcrumb'] = 'História'; 113*9a3288d6Sovegh$lang['youarehere'] = 'Nachádzate sa'; 114ce268366SOndrej Vegh$lang['lastmod'] = 'Posledná úprava'; 115ce268366SOndrej Vegh$lang['by'] = 'od'; 116ce268366SOndrej Vegh$lang['deleted'] = 'odstranené'; 117ce268366SOndrej Vegh$lang['created'] = 'vytvorené'; 118ce268366SOndrej Vegh$lang['restored'] = 'stará verzia bola obnovena'; 119ce268366SOndrej Vegh$lang['summary'] = 'Komentár k úpravám'; 120ce268366SOndrej Vegh 121ce268366SOndrej Vegh$lang['mail_newpage'] = '[DokuWiki] nová stránka:'; 122ce268366SOndrej Vegh$lang['mail_changed'] = '[DokuWiki] zmena stránky:'; 123ce268366SOndrej Vegh 124ce268366SOndrej Vegh$lang['nosmblinks'] = 'Odkazovanie na zdielané prostriedky Windows funguje len v Internet Explorer.\nAj napriek tomu tento odkaz môžete skopírovat a vložit inde.'; 125ce268366SOndrej Vegh 126ce268366SOndrej Vegh$lang['qb_alert'] = 'Vložte prosím text, ktorý chcete formátovať.\nTen bude pridaný na koniec dokumentu.'; 127ce268366SOndrej Vegh$lang['qb_bold'] = 'Tučné'; 128ce268366SOndrej Vegh$lang['qb_italic'] = 'Kurzíva'; 129ce268366SOndrej Vegh$lang['qb_underl'] = 'Podčiarknutie'; 130ce268366SOndrej Vegh$lang['qb_code'] = 'Neformátovať (zdrojový kód)'; 131ce268366SOndrej Vegh$lang['qb_strike'] = 'Prečiarknutie'; 132ce268366SOndrej Vegh$lang['qb_h1'] = 'Nadpis 1. úrovne'; 133ce268366SOndrej Vegh$lang['qb_h2'] = 'Nadpis 2. úrovne'; 134ce268366SOndrej Vegh$lang['qb_h3'] = 'Nadpis 3. úrovne'; 135ce268366SOndrej Vegh$lang['qb_h4'] = 'Nadpis 4. úrovne'; 136ce268366SOndrej Vegh$lang['qb_h5'] = 'Nadpis 5. úrovne'; 137ce268366SOndrej Vegh$lang['qb_link'] = 'Interný odkaz'; 138ce268366SOndrej Vegh$lang['qb_extlink'] = 'Externý odkaz'; 139ce268366SOndrej Vegh$lang['qb_hr'] = 'Horizontálna linka'; 140ce268366SOndrej Vegh$lang['qb_ol'] = 'Číslovaný zoznam'; 141ce268366SOndrej Vegh$lang['qb_ul'] = 'Nečíslovaný zoznam'; 142ce268366SOndrej Vegh$lang['qb_media'] = 'Vložiť obrázky alebo iné súbory'; 143ce268366SOndrej Vegh$lang['qb_sig'] = 'Vložiť podpis'; 144ce268366SOndrej Vegh$lang['qb_smileys'] = 'Smajlíky'; 145ce268366SOndrej Vegh$lang['qb_chars'] = 'Špeciálne znaky'; 146ce268366SOndrej Vegh 147ce268366SOndrej Vegh$lang['del_confirm']= 'Zmazať túto položku?'; 1481d3e0272SAndreas Gohr$lang['admin_register']= 'Pridaj nového užívateľa'; 149ce268366SOndrej Vegh 150ce268366SOndrej Vegh$lang['spell_start'] = 'Skontrolovať pravopis'; 151ce268366SOndrej Vegh$lang['spell_stop'] = 'Úprava výsledku'; 152ce268366SOndrej Vegh$lang['spell_wait'] = 'Prosím čakajte...'; 153ce268366SOndrej Vegh$lang['spell_noerr'] = 'Žiadne chyby nenájdené'; 154ce268366SOndrej Vegh$lang['spell_nosug'] = 'Žiadne doporučenia'; 155ce268366SOndrej Vegh$lang['spell_change']= 'Zmena'; 156ce268366SOndrej Vegh 157ce268366SOndrej Vegh$lang['metaedit'] = 'Upraviť metainformácie'; 158ce268366SOndrej Vegh$lang['metasaveerr'] = 'Zápis metainformácií zlyhal'; 159ce268366SOndrej Vegh$lang['metasaveok'] = 'Metainformácie uložené'; 160ce268366SOndrej Vegh$lang['img_backto'] = 'Späť na'; 161ce268366SOndrej Vegh$lang['img_title'] = 'Titul'; 162ce268366SOndrej Vegh$lang['img_caption'] = 'Popis'; 163ce268366SOndrej Vegh$lang['img_date'] = 'Dátum'; 164ce268366SOndrej Vegh$lang['img_fname'] = 'Názov súboru'; 165ce268366SOndrej Vegh$lang['img_fsize'] = 'Veľkosť'; 166ce268366SOndrej Vegh$lang['img_artist'] = 'Fotograf'; 167ce268366SOndrej Vegh$lang['img_copyr'] = 'Kopírovacie práva'; 168ce268366SOndrej Vegh$lang['img_format'] = 'Formát'; 169ce268366SOndrej Vegh$lang['img_camera'] = 'Fotoaparát'; 170ce268366SOndrej Vegh$lang['img_keywords']= 'Klúčové slová'; 171ce268366SOndrej Vegh 172ce268366SOndrej Vegh$lang['subscribe_success'] = 'Pridané %s do zoznamu objednávok pre %s'; 173ce268366SOndrej Vegh$lang['subscribe_error'] = 'Chyba pri pridaní %s do zoznamu objednávok pre %s'; 174ce268366SOndrej Vegh$lang['subscribe_noaddress']= 'Nie je žiadna e-mailová adresa priradená k vašemu menu,nemôžte byť pridaný do zoznamu objednávok'; 175ce268366SOndrej Vegh$lang['unsubscribe_success']= 'Odobrané %s zo zoznamu objednávok pre %s'; 176ce268366SOndrej Vegh$lang['unsubscribe_error'] = 'Chaba pri odobraní %s zo zoznamu objednávok pre %s'; 177ce268366SOndrej Vegh 178ce268366SOndrej Vegh/* auth.class language support */ 179ce268366SOndrej Vegh$lang['authmodfailed'] = 'Užívateľská autentifikácia nie je možná. Prosím informujte správcu tohto systému.'; 180*9a3288d6Sovegh$lang['authtempfail'] = 'Užívateľská autentifikácia je dočasne nedostupná. Ak táto situácia pretrvá, prosím informujte správcu tohto systému.'; 181ce268366SOndrej Vegh 182ce268366SOndrej Vegh/* mysql.class language support */ 183ce268366SOndrej Vegh$lang['noMySQL'] = "MySQL rozšírenie pre PHP nenájdené. Prosím informujte správcu tohto systému."; 184ce268366SOndrej Vegh$lang['noDatabase'] = "MySQL: Nie je možné vstúpiť do databázy '%d'. Prosím informujte správcu tohto systému."; 185ce268366SOndrej Vegh$lang['noConnect'] = "MySQL: Nie je možné pripojiť sa k '%u@%s'. Prosím informujte správcu tohto systému."; 186ce268366SOndrej Vegh$lang['joinGroupFailed'] = "Účet pre '%u' nie je vytvorený, pretože nie je možné pridať ho do skupiny '%g'."; 187ce268366SOndrej Vegh$lang['modUserFailed'] = "Nie je možné meniť údaje o užívateľovi. Prosím informujte správcu tohto systému."; 188ce268366SOndrej Vegh 189ce268366SOndrej Vegh 190ce268366SOndrej Vegh//Setup VIM: ex: et ts=2 enc=utf-8 : 191