Development of an internal social media platform with personalised dashboards for students
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.

django.po 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Vláďa Macek <macek@sandbox.cz>, 2012-2014
  6. # Vláďa Macek <macek@sandbox.cz>, 2015-2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  12. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  13. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  14. "Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: cs\n"
  19. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  20. msgid "Administrative Documentation"
  21. msgstr "Dokumentace správy"
  22. msgid "Home"
  23. msgstr "Domů"
  24. msgid "Documentation"
  25. msgstr "Dokumentace"
  26. msgid "Bookmarklets"
  27. msgstr "Bookmarklety"
  28. msgid "Documentation bookmarklets"
  29. msgstr "Dokumentační bookmarklety"
  30. msgid ""
  31. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  32. "click the link and add it to your bookmarks. Now you can select the "
  33. "bookmarklet from any page in the site."
  34. msgstr ""
  35. "Pro nainstalování bookmarkletů, přetáhněte odkaz na vaše záložky "
  36. "(„Oblíbené“), nebo klepněte pravým tlačítkem na odkaz a přidejte ho k vašim "
  37. "záložkám. Nyní můžete zvolit bookmarklet z libovolné stránky jakéhokoli webu."
  38. msgid "Documentation for this page"
  39. msgstr "Dokumentace k této stránce"
  40. msgid ""
  41. "Jumps you from any page to the documentation for the view that generates "
  42. "that page."
  43. msgstr ""
  44. "Z libovolné stránky otevře dokumentaci pohledu (view), který generoval tuto "
  45. "stránku."
  46. msgid "Tags"
  47. msgstr "Tagy"
  48. msgid "List of all the template tags and their functions."
  49. msgstr "Seznam všech šablonových tagů a jejich funkce."
  50. msgid "Filters"
  51. msgstr "Filtry"
  52. msgid ""
  53. "Filters are actions which can be applied to variables in a template to alter "
  54. "the output."
  55. msgstr ""
  56. "Filtry jsou akce, které mohou být aplikovány na proměnné v šabloně za účelem "
  57. "úpravy hodnoty."
  58. msgid "Models"
  59. msgstr "Modely"
  60. msgid ""
  61. "Models are descriptions of all the objects in the system and their "
  62. "associated fields. Each model has a list of fields which can be accessed as "
  63. "template variables"
  64. msgstr ""
  65. "Modely jsou popisy všech objektů v systému a jejich přidružených polí. Každý "
  66. "model má seznam polí, které mohou být čteny jako proměnné v šablonách."
  67. msgid "Views"
  68. msgstr "Views"
  69. msgid ""
  70. "Each page on the public site is generated by a view. The view defines which "
  71. "template is used to generate the page and which objects are available to "
  72. "that template."
  73. msgstr ""
  74. "Každá stránka na veřejném webu je generována pomocí pohledu. Pohled "
  75. "definuje, která šablona bude použita ke generování stránky a které objekty "
  76. "budou v šabloně k dispozici."
  77. msgid "Tools for your browser to quickly access admin functionality."
  78. msgstr ""
  79. "Nástroje pro prohlížeč k rychlému přístupu k funkcím administračního "
  80. "rozhraní."
  81. msgid "Please install docutils"
  82. msgstr "Nainstalujte balík docutils"
  83. #, python-format
  84. msgid ""
  85. "The admin documentation system requires Python's <a href=\"%(link)s"
  86. "\">docutils</a> library."
  87. msgstr ""
  88. "Dokumentační systém administračního rozhraní potřebuje pythonskou knihovnu "
  89. "<a href=\"%(link)s\">docutils</a>."
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. "Požádejte správce o instalaci balíku <a href=\"%(link)s\">docutils</a>."
  95. #, python-format
  96. msgid "Model: %(name)s"
  97. msgstr "Model: %(name)s"
  98. msgid "Fields"
  99. msgstr "Pole"
  100. msgid "Field"
  101. msgstr "Pole"
  102. msgid "Type"
  103. msgstr "Typ"
  104. msgid "Description"
  105. msgstr "Popis"
  106. msgid "Methods with arguments"
  107. msgstr "Metody s argumenty"
  108. msgid "Method"
  109. msgstr "Metoda"
  110. msgid "Arguments"
  111. msgstr "Argumenty"
  112. msgid "Back to Model documentation"
  113. msgstr "Zpět na popis modelů"
  114. msgid "Model documentation"
  115. msgstr "Dokumentace modelů"
  116. msgid "Model groups"
  117. msgstr "Skupiny modelů"
  118. msgid "Templates"
  119. msgstr "Šablony"
  120. #, python-format
  121. msgid "Template: %(name)s"
  122. msgstr "Šablona: %(name)s"
  123. #, python-format
  124. msgid "Template: \"%(name)s\""
  125. msgstr "Šablona: \"%(name)s\""
  126. #. Translators: Search is not a verb here, it qualifies path (a search path)
  127. #, python-format
  128. msgid "Search path for template \"%(name)s\":"
  129. msgstr "Vyhledávací cesta pro šablonu \"%(name)s\":"
  130. msgid "(does not exist)"
  131. msgstr "(neexistuje)"
  132. msgid "Back to Documentation"
  133. msgstr "Zpět na dokumentaci"
  134. msgid "Template filters"
  135. msgstr "Šablonové filtry"
  136. msgid "Template filter documentation"
  137. msgstr "Dokumentace šablonových filtrů"
  138. msgid "Built-in filters"
  139. msgstr "Vestavěné filtry"
  140. #, python-format
  141. msgid ""
  142. "To use these filters, put <code>%(code)s</code> in your template before "
  143. "using the filter."
  144. msgstr ""
  145. "Chcete-li tyto filtry používat, vložte do šablony před místo použití kód "
  146. "<code>%(code)s</code>."
  147. msgid "Template tags"
  148. msgstr "Šablonové tagy"
  149. msgid "Template tag documentation"
  150. msgstr "Dokumentace šablonových tagů"
  151. msgid "Built-in tags"
  152. msgstr "Vestavěné tagy"
  153. #, python-format
  154. msgid ""
  155. "To use these tags, put <code>%(code)s</code> in your template before using "
  156. "the tag."
  157. msgstr ""
  158. "Chcete-li tyto tagy používat, vložte do šablony před místo použití kód <code>"
  159. "%(code)s</code>."
  160. #, python-format
  161. msgid "View: %(name)s"
  162. msgstr "Pohled: %(name)s"
  163. msgid "Context:"
  164. msgstr "Kontext:"
  165. msgid "Templates:"
  166. msgstr "Šablony:"
  167. msgid "Back to View documentation"
  168. msgstr "Zpět na popis pohledů"
  169. msgid "View documentation"
  170. msgstr "Dokumentace pohledů"
  171. msgid "Jump to namespace"
  172. msgstr "Přejít na jmenný prostor"
  173. msgid "Empty namespace"
  174. msgstr "Prázdný jmenný prostor"
  175. #, python-format
  176. msgid "Views by namespace %(name)s"
  177. msgstr "Pohledy dle jmenného prostoru %(name)s"
  178. msgid "Views by empty namespace"
  179. msgstr "Pohledy dle prázdného jmenného prostoru"
  180. #, python-format
  181. msgid ""
  182. "\n"
  183. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  184. "code>.\n"
  185. msgstr ""
  186. "\n"
  187. "Funkce pohledu: <code>%(full_name)s</code>. Název: <code>%(url_name)s</"
  188. "code>.\n"
  189. msgid "tag:"
  190. msgstr "tag:"
  191. msgid "filter:"
  192. msgstr "filtr:"
  193. msgid "view:"
  194. msgstr "pohled (view):"
  195. #, python-format
  196. msgid "App %(app_label)r not found"
  197. msgstr "Aplikace %(app_label)r nebyla nalezena"
  198. #, python-format
  199. msgid "Model %(model_name)r not found in app %(app_label)r"
  200. msgstr "Model %(model_name)r v aplikaci %(app_label)r nenalezen"
  201. msgid "model:"
  202. msgstr "model:"
  203. #, python-format
  204. msgid "the related `%(app_label)s.%(data_type)s` object"
  205. msgstr "související položka `%(app_label)s.%(data_type)s`"
  206. #, python-format
  207. msgid "related `%(app_label)s.%(object_name)s` objects"
  208. msgstr "související položky `%(app_label)s.%(object_name)s`"
  209. #, python-format
  210. msgid "all %s"
  211. msgstr "Vše: %s"
  212. #, python-format
  213. msgid "number of %s"
  214. msgstr "Počet: %s"
  215. #, python-format
  216. msgid "%s does not appear to be a urlpattern object"
  217. msgstr "Objekt %s patrně není typu urlpattern."