You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

80 lines
3.9 KiB

  1. <?php
  2. /**
  3. * Slovak language for the Config Manager
  4. *
  5. * If your language is not/only partially translated or you found an error/typo,
  6. * have a look at the following files:
  7. * - /lib/tpl/vector/lang/<your lang>/lang.php
  8. * - /lib/tpl/vector/lang/<your lang>/settings.php
  9. * If they are not existing, copy and translate the English ones (hint: looking
  10. * at <http://[your lang].wikipedia.org> might be helpful).
  11. *
  12. * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
  13. * Thanks! :-D
  14. *
  15. *
  16. * LICENSE: This file is open source software (OSS) and may be copied under
  17. * certain conditions. See COPYING file for details or try to contact
  18. * the author(s) of this file in doubt.
  19. *
  20. * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
  21. * @author Peter Bezemek
  22. * @link https://www.dokuwiki.org/template:vector
  23. * @link https://www.dokuwiki.org/config:lang
  24. * @link https://www.dokuwiki.org/devel:configuration
  25. */
  26. //check if we are running within the DokuWiki environment
  27. if (!defined("DOKU_INC")){
  28. die();
  29. }
  30. //user pages
  31. $lang["vector_userpage"] = "Používať Stránky Používateľa?";
  32. $lang["vector_userpage_ns"] = "Ak áno, použite nasledujúci ':namespace:' ako koreňový adresár pre používateľské stránky:";
  33. //discussion pages
  34. $lang["vector_discuss"] = "Používať záložku/stránky Diskusia?";
  35. $lang["vector_discuss_ns"] = "Ak áno, použite nasledujúci ':namespace:' ako koreňový adresár pre používateľské stránky:";
  36. //site notice
  37. $lang["vector_sitenotice"] = "Zobrazovať všeobecnú informáciu (na všetkých stránkach)?";
  38. $lang["vector_sitenotice_location"] = "Ak áno, pre definíciu všeobecnej informácie použite nasledujúcu wiki stránku:";
  39. //navigation
  40. $lang["vector_navigation"] = "Zobrazovať navigáciu?";
  41. $lang["vector_navigation_location"] = "Ak áno, pre definíciu navigácie použite nasledujúcu wiki stránku:";
  42. $lang["vector_navigation_translate"] = "Ak áno a <a href=\"https://www.dokuwiki.org/plugin:translation\">Translation plugin</a> je nainštalovaný: použiť navigáciu špecifickú pre daný jazyk?<br />Wiki stránka pre preloženú navigáciu je [hodnota pre 'vector_navigation_location']_[iso kód jazyka] (napr. ':wiki:navigation_sk').";
  43. //exportbox ("print/export")
  44. $lang["vector_exportbox"] = "Zobrazovať 'tlač/export'?";
  45. $lang["vector_exportbox_default"] = "Ak áno, používať základné nastavenie pre 'tlač/export'?";
  46. $lang["vector_exportbox_location"] = "Ak nie základné, používať pre definíciu funkcie 'tlač/export' nasledujúce umiestnenie:";
  47. //toolbox
  48. $lang["vector_toolbox"] = "Zobrazovať nástroje?";
  49. $lang["vector_toolbox_default"] = "Ak áno, používať základné nastavenie pre nástroje?";
  50. $lang["vector_toolbox_location"] = "Ak nie základné, používať pre definíciu funkcie Nástroje nasledujúce umiestnenie:";
  51. //custom copyright notice
  52. $lang["vector_copyright"] = "Zobrazovať správu o copyrighte?";
  53. $lang["vector_copyright_default"] = "Ak áno, používať základné nastavenie pre copyright?";
  54. $lang["vector_copyright_location"] = "Ak nie základné, používať pre definíciu copyrightu nasledujúce umiestnenie:";
  55. //donation link/button
  56. $lang["vector_donate"] = "Zobrazovať odkaz/tlačidlo pre dary/dotácie?";
  57. $lang["vector_donate_url"] = "Ak nie základné, používať pre dary nasledujúce URL:";
  58. //TOC
  59. $lang["vector_toc_position"] = "Pozícia Obsahu";
  60. //other stuff
  61. $lang["vector_breadcrumbs_position"] = "Pozícia omrvinkovej navigácie (ak je povolená):";
  62. $lang["vector_youarehere_position"] = "Pozícia navigácie 'Nachádzate sa tu' (ak je povolená):";
  63. $lang["vector_cite_author"] = "Meno autora v 'Citujte tento Článok':";
  64. $lang["vector_loaduserjs"] = "Nahrať 'vector/user/user.js'?";
  65. $lang["vector_closedwiki"] = "Uzamknutá wiki (väčšina odkazov/záložiek/nástrojov je skrytá, až kým sa používateľ neprihlási)?";