1<?php 2 3/** 4 * Slovak language for the "vector" DokuWiki template 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - /lib/tpl/vector/lang/<your lang>/lang.php 9 * - /lib/tpl/vector/lang/<your lang>/settings.php 10 * If they are not existing, copy and translate the English ones (hint: looking 11 * at <http://[your lang].wikipedia.org> might be helpful). 12 * 13 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>. 14 * Thanks! :-D 15 * 16 * 17 * LICENSE: This file is open source software (OSS) and may be copied under 18 * certain conditions. See COPYING file for details or try to contact 19 * the author(s) of this file in doubt. 20 * 21 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 22 * @author Peter Bezemek 23 * @link https://www.dokuwiki.org/template:vector 24 * @link https://www.dokuwiki.org/config:lang 25 * @link https://www.dokuwiki.org/devel:configuration 26 */ 27 28 29//check if we are running within the DokuWiki environment 30if (!defined("DOKU_INC")){ 31 die(); 32} 33 34//tabs, personal tools and special links 35$lang["vector_article"] = "Článok"; 36$lang["vector_discussion"] = "Diskusia"; 37$lang["vector_read"] = "Čítať"; 38$lang["vector_edit"] = "Upraviť"; 39$lang["vector_create"] = "Vytvoriť"; 40$lang["vector_userpage"] = "Stránka Používateľa"; 41$lang["vector_specialpage"] = "Špeciálne stránky"; 42$lang["vector_mytalk"] = "Moje Diskusie"; 43$lang["vector_exportodt"] = "Export: ODT"; 44$lang["vector_exportpdf"] = "Export: PDF"; 45$lang["vector_subscribens"] = "Prihlásiť odber zmien"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs 46$lang["vector_unsubscribens"] = "Odhlásiť odber zmien"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs 47$lang["vector_translations"] = "Jazyky"; 48 49//headlines for the different bars and boxes 50$lang["vector_navigation"] = "Navigácia"; 51$lang["vector_toolbox"] = "Nástroje"; 52$lang["vector_exportbox"] = "Tlač/export"; 53$lang["vector_inotherlanguages"] = "Jazyky"; 54$lang["vector_printexport"] = "Tlač/export"; 55$lang["vector_personnaltools"] = "Osobné Nástroje"; 56 57//buttons 58$lang["vector_btn_go"] = "Spustiť"; 59$lang["vector_btn_search"] = "Hľadať"; 60$lang["vector_btn_search_title"] = "Hľadať tento text"; 61 62//exportbox ("print/export") 63$lang["vector_exportbxdef_print"] = "Verzia pre tlač"; 64$lang["vector_exportbxdef_downloadodt"] = "Stiahnuť ako ODT"; 65$lang["vector_exportbxdef_downloadpdf"] = "Stiahnuť ako PDF"; 66 67//default toolbox 68$lang["vector_toolbxdef_whatlinkshere"] = "Čo sem odkazuje"; 69$lang["vector_toolbxdef_upload"] = "Nahrať súbor"; 70$lang["vector_toolbxdef_siteindex"] = "Index stránok"; 71$lang["vector_toolboxdef_permanent"] = "Trvalý odkaz"; 72$lang["vector_toolboxdef_cite"] = "Citovať túto stránku"; 73 74//cite this article 75$lang["vector_cite_bibdetailsfor"] = "Bibliografické podrobnosti pre"; 76$lang["vector_cite_pagename"] = "Názov stránky"; 77$lang["vector_cite_author"] = "Autor"; 78$lang["vector_cite_publisher"] = "Vydavateľ"; 79$lang["vector_cite_dateofrev"] = "Dátum tejto revízie"; 80$lang["vector_cite_dateretrieved"] = "Dátum načítania"; 81$lang["vector_cite_permurl"] = "Trvalé URL"; 82$lang["vector_cite_pageversionid"] = "Identifikátor Verzie Stránky"; 83$lang["vector_cite_citationstyles"] = "Štýly citácie pre"; 84$lang["vector_cite_checkstandards"] = "Prosím nezabudnite konzultovať príručku štýlu, normy sprievodcu alebo inštrukcie pre presnú syntax, ktorá vyhovuje vaším potrebám."; 85$lang["vector_cite_latexusepackagehint"] = "Ak používate URL balíka LaTeX (\usepackage{url} niekde v preambule), ktorý zvykne dávať oveľa krajšie sformátované webové adresy, vhodnejšie môže byť nasledujúce:"; 86$lang["vector_cite_retrieved"] = "Načítané"; 87$lang["vector_cite_from"] = "z"; 88$lang["vector_cite_in"] = "V"; 89$lang["vector_cite_accessed"] = "Prístup"; 90$lang["vector_cite_cited"] = "Citované"; 91$lang["vector_cite_lastvisited"] = "Posledná návšteva"; 92$lang["vector_cite_availableat"] = "K dispozícii na"; 93$lang["vector_cite_discussionpages"] = "Diskusné stránky DokuWiki"; 94$lang["vector_cite_markup"] = "Anotácia"; 95$lang["vector_cite_result"] = "Výsledok"; 96$lang["vector_cite_thisversion"] = "táto verzia"; 97 98//other 99$lang["vector_search"] = "Hľadať"; 100$lang["vector_accessdenied"] = "Prístup zamietnutý"; 101$lang["vector_fillplaceholder"] = "Vyplňte prosím tento zástupný symbol"; 102$lang["vector_donate"] = "Darujte"; 103$lang["vector_mdtemplatefordw"] = "Šablóna Vector pre DokuWiki"; 104$lang["vector_recentchanges"] = "Nedávne zmeny"; 105 106