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.
 
 
 
 
 

106 lines
4.7 KiB

  1. <?php
  2. /**
  3. * Czech language for the "vector" DokuWiki template
  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 David Roesel <http://david.roesel.cz/>
  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. //tabs, personal tools and special links
  31. $lang["vector_article"] = "Článek";
  32. $lang["vector_discussion"] = "Diskuse";
  33. $lang["vector_read"] = "Číst";
  34. $lang["vector_edit"] = "Upravit";
  35. $lang["vector_create"] = "Vytvořit";
  36. $lang["vector_userpage"] = "Uživatelská stránka";
  37. $lang["vector_specialpage"] = "Speciální stránky";
  38. $lang["vector_mytalk"] = "Můj pokec";
  39. $lang["vector_exportodt"] = "Export: ODT";
  40. $lang["vector_exportpdf"] = "Export: PDF";
  41. $lang["vector_subscribens"] = "Odebírat NS změny"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
  42. $lang["vector_unsubscribens"] = "Přestat odebírat NS změny"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
  43. $lang["vector_translations"] = "Jazyky";
  44. //headlines for the different bars and boxes
  45. $lang["vector_navigation"] = "Navigace";
  46. $lang["vector_toolbox"] = "Nástroje";
  47. $lang["vector_exportbox"] = "Tisk/export";
  48. $lang["vector_inotherlanguages"] = "Jazyky";
  49. $lang["vector_printexport"] = "Vytisknout/exportovat";
  50. $lang["vector_personnaltools"] = "Osobní nástroje";
  51. //buttons
  52. $lang["vector_btn_go"] = "Přejít";
  53. $lang["vector_btn_search"] = "Hledat";
  54. $lang["vector_btn_search_title"] = "Hledat tento text";
  55. //exportbox ("print/export")
  56. $lang["vector_exportbxdef_print"] = "Verze k tisku";
  57. $lang["vector_exportbxdef_downloadodt"] = "Stáhnout jako ODT";
  58. $lang["vector_exportbxdef_downloadpdf"] = "Stáhnout jako PDF";
  59. //default toolbox
  60. $lang["vector_toolbxdef_whatlinkshere"] = "Stránky odkazující sem";
  61. $lang["vector_toolbxdef_upload"] = "Nahrát soubor";
  62. $lang["vector_toolbxdef_siteindex"] = "Hlavní stránka";
  63. $lang["vector_toolboxdef_permanent"] = "Trvalý odkaz";
  64. $lang["vector_toolboxdef_cite"] = "Citovat tuto stránku";
  65. //cite this article
  66. $lang["vector_cite_bibdetailsfor"] = "Bibliografické údaje";
  67. $lang["vector_cite_pagename"] = "Název stránky";
  68. $lang["vector_cite_author"] = "Autor";
  69. $lang["vector_cite_publisher"] = "Vydavatel";
  70. $lang["vector_cite_dateofrev"] = "Datum této verze";
  71. $lang["vector_cite_dateretrieved"] = "Vytažené datum"; //not sure about the actual implementation
  72. $lang["vector_cite_permurl"] = "Trvalý odkaz";
  73. $lang["vector_cite_pageversionid"] = "ID verze stránky";
  74. $lang["vector_cite_citationstyles"] = "Styly citací pro";
  75. $lang["vector_cite_checkstandards"] = "Nezpomeňte si zkontrolovat, který z následujících stylů přesně odpovídá formátu, vyžadovanému vaším zadávajícím/odborným vedoucím.";
  76. $lang["vector_cite_latexusepackagehint"] = "Při používání odkazů na LaTeX balíky (\usepackage{url} někde v preambuli), které často dávají hezčí adresy, by se vám mohlo hodit následující";
  77. $lang["vector_cite_retrieved"] = "Vytaženo";
  78. $lang["vector_cite_from"] = "od";
  79. $lang["vector_cite_in"] = "V";
  80. $lang["vector_cite_accessed"] = "Zobrazeno"; //or "Přistoupeno k", but a complete reformulation would be necessary
  81. $lang["vector_cite_cited"] = "Citováno";
  82. $lang["vector_cite_lastvisited"] = "Naposledy navštíveno";
  83. $lang["vector_cite_availableat"] = "Dostupné na";
  84. $lang["vector_cite_discussionpages"] = "DokuWiki diskuse";
  85. $lang["vector_cite_markup"] = "Markup"; //no suitable translation as far as I know, perhaps "Značkovací jazyk"/"Značkování"
  86. $lang["vector_cite_result"] = "Výsledek";
  87. $lang["vector_cite_thisversion"] = "tato verze";
  88. //other
  89. $lang["vector_search"] = "Hledat";
  90. $lang["vector_accessdenied"] = "Nepovolený přístup";
  91. $lang["vector_fillplaceholder"] = "Vyplňte prosím toto umístění";
  92. $lang["vector_donate"] = "Přispět";
  93. $lang["vector_mdtemplatefordw"] = "téma vector pro systém DokuWiki";
  94. $lang["vector_recentchanges"] = "Poslední změny";