summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec.cs.po
blob: c46085b21edc81d1b3aa1babc62846b45b8b83e1 (plain)
  1. # Czech translation of basewiki/ikiwiki/pagespec page for ikiwiki.
  2. # Copyright (C) 2009 Miroslav Kure <kurem@debian.cz>
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # Miroslav Kure <kurem@debian.cz>, 2009.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki/basewiki\n"
  9. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  10. "PO-Revision-Date: 2009-08-26 14:14+0200\n"
  11. "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
  12. "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
  13. "Language: cs\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. #. type: Plain text
  18. #, no-wrap
  19. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  20. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  21. #. type: Plain text
  22. msgid ""
  23. "To select a set of pages, such as pages that are locked, pages whose commit "
  24. "emails you want subscribe to, or pages to combine into a blog, the wiki uses "
  25. "a PageSpec. This is an expression that matches a set of pages."
  26. msgstr ""
  27. "Pro výběr množiny stránek (jako jsou například zamknuté stránky, stránky, u "
  28. "nichž chcete dostávat maily se změnami nebo třeba stránky, které chcete "
  29. "zkombinovat do blogu) používá wiki něco s názvem PageSpec. PageSpec je "
  30. "výraz, který se shoduje s množinou stránek."
  31. #. type: Plain text
  32. msgid ""
  33. "The simplest PageSpec is a simple list of pages. For example, this matches "
  34. "any of the three listed pages:"
  35. msgstr ""
  36. "Nejjednodušší PageSpec je jednoduchý seznam stránek. Například následující "
  37. "se shoduje s libovolnou ze tří zmíněných stránek:"
  38. #. type: Plain text
  39. #, no-wrap
  40. msgid "\tfoo or bar or baz\n"
  41. msgstr "\tstránka1 or stránka2 or stránka3\n"
  42. #. type: Plain text
  43. msgid ""
  44. "More often you will want to match any pages that have a particular thing in "
  45. "their name. You can do this using a glob pattern. \"`*`\" stands for any "
  46. "part of a page name, and \"`?`\" for any single letter of a page name. So "
  47. "this matches all pages about music, and any [[SubPage]]s of the SandBox, but "
  48. "does not match the SandBox itself:"
  49. msgstr ""
  50. "Mnohem častěji budete chtít vybrat stránky, které obsahují ve svém názvu "
  51. "konkrétní řetězec. K tomu můžete použít tzv. vzor, který může obsahovat "
  52. "zástupné znaky. „`*`“ znamená libovolnou část názvu stránky, „`?`“ zastupuje "
  53. "jedno písmeno názvu stránky. Následující příklad vybere všechny stránky o "
  54. "hudbě a všechny [[podstránky|SubPage]] [[pískoviště|SandBox]] (ve wiki "
  55. "uložené jako SandBox), ale ne pískoviště samotné:"
  56. #. type: Plain text
  57. #, no-wrap
  58. msgid "\t*music* or SandBox/*\n"
  59. msgstr "\t*music* or SandBox/*\n"
  60. #. type: Plain text
  61. msgid ""
  62. "You can also prefix an item with \"`!`\" to skip pages that match it. So to "
  63. "match all pages except for Discussion pages and the SandBox:"
  64. msgstr ""
  65. "Výraz můžete uvodit znakem „`!`“ a negovat tak jeho význam, tj. přeskočit "
  66. "dané stránky. Například chcete-li vybrat všechny stránky ve wiki kromě "
  67. "diskuzí (uložené jako Discussion) a pískoviště (SandBox), použijte:"
  68. #. type: Bullet: ' * '
  69. msgid "and !SandBox and !*/Discussion"
  70. msgstr "and !SandBox and !*/Discussion"
  71. #. type: Plain text
  72. msgid ""
  73. "Some more elaborate limits can be added to what matches using these "
  74. "functions:"
  75. msgstr "S komplikovanějšími výběry mohou pomoci následující funkce:"
  76. #. type: Plain text
  77. #, no-wrap
  78. msgid ""
  79. "* \"`glob(someglob)`\" - matches pages and other files that match the given glob.\n"
  80. " Just writing the glob by itself is actually a shorthand for this function.\n"
  81. "* \"`page(glob)`\" - like `glob()`, but only matches pages, not other files\n"
  82. "* \"`link(page)`\" - matches only pages that link to a given page (or glob)\n"
  83. "* \"`tagged(tag)`\" - matches pages that are tagged or link to the given tag (or\n"
  84. " tags matched by a glob)\n"
  85. "* \"`backlink(page)`\" - matches only pages that a given page links to\n"
  86. "* \"`creation_month(month)`\" - matches only files created on the given month\n"
  87. " number\n"
  88. "* \"`creation_day(mday)`\" - or day of the month\n"
  89. "* \"`creation_year(year)`\" - or year\n"
  90. "* \"`created_after(page)`\" - matches only files created after the given page\n"
  91. " was created\n"
  92. "* \"`created_before(page)`\" - matches only files created before the given page\n"
  93. " was created\n"
  94. "* \"`internal(glob)`\" - like `glob()`, but matches even internal-use \n"
  95. " pages that globs do not usually match.\n"
  96. "* \"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\",\n"
  97. " \"`license(glob)`\", \"`copyright(glob)`\", \"`guid(glob)`\" \n"
  98. " - match pages that have the given metadata, matching the specified glob.\n"
  99. "* \"`user(username)`\" - tests whether a modification is being made by a\n"
  100. " user with the specified username. If openid is enabled, an openid can also\n"
  101. " be put here. Glob patterns can be used in the username. For example, \n"
  102. " to match all openid users, use `user(*://*)`\n"
  103. "* \"`admin()`\" - tests whether a modification is being made by one of the\n"
  104. " wiki admins.\n"
  105. "* \"`ip(address)`\" - tests whether a modification is being made from the\n"
  106. " specified IP address.\n"
  107. "* \"`comment(glob)`\" - matches comments to a page matching the glob.\n"
  108. "* \"`comment_pending(glob)`\" - matches unmoderated, pending comments.\n"
  109. "* \"`postcomment(glob)`\" - matches only when comments are being \n"
  110. " posted to a page matching the specified glob\n"
  111. msgstr ""
  112. #. type: Plain text
  113. msgid ""
  114. "For example, to match all pages in a blog that link to the page about music "
  115. "and were written in 2005:"
  116. msgstr ""
  117. "Například pro výběr všech stránek v blogu, které se odkazují na stránku o "
  118. "hudbě a byly napsány v roce 2005:"
  119. #. type: Plain text
  120. #, no-wrap
  121. msgid "\tblog/* and link(music) and creation_year(2005)\n"
  122. msgstr "\tblog/* and link(music) and creation_year(2005)\n"
  123. #. type: Plain text
  124. msgid ""
  125. "Note the use of \"and\" in the above example, that means that only pages "
  126. "that match each of the three expressions match the whole. Use \"and\" when "
  127. "you want to combine expression like that; \"or\" when it's enough for a page "
  128. "to match one expression. Note that it doesn't make sense to say \"index and "
  129. "SandBox\", since no page can match both expressions."
  130. msgstr ""
  131. "Povšimněte si použití „and“ v předchozím příkladu. Znamená to, že se vyberou "
  132. "pouze stránky, které splňují všechny tři podmínky zároveň. Pokud by stačilo, "
  133. "aby byla platná alespoň jedna ze zadaných podmínek, použijte „or“. Poznámka: "
  134. "výraz „index and SandBox“ nikdy nevrátí žádnou stránku, protože není možné, "
  135. "aby nějaká stránka splňovala obě podmínky zároveň."
  136. #. type: Plain text
  137. msgid ""
  138. "More complex expressions can also be created, by using parentheses for "
  139. "grouping. For example, to match pages in a blog that are tagged with either "
  140. "of two tags, use:"
  141. msgstr ""
  142. "Při vytváření komplexnějších výrazů můžete použít závorky. Například pro "
  143. "výběr stránek v blogu, které mají alespoň jeden ze dvou štítků, můžete "
  144. "použít:"
  145. #. type: Plain text
  146. #, no-wrap
  147. msgid "\tblog/* and (tagged(foo) or tagged(bar))\n"
  148. msgstr "\tblog/* and (tagged(štítek1) or tagged(štítek2))\n"
  149. #. type: Plain text
  150. msgid ""
  151. "Note that page names in PageSpecs are matched against the absolute filenames "
  152. "of the pages in the wiki, so a pagespec \"foo\" used on page \"a/b\" will "
  153. "not match a page named \"a/foo\" or \"a/b/foo\". To match relative to the "
  154. "directory of the page containing the pagespec, you can use \"./\". For "
  155. "example, \"./foo\" on page \"a/b\" matches page \"a/foo\"."
  156. msgstr ""
  157. "Jména stránek v PageSpec se porovnávají vůči absolutním jménům souborů wiki "
  158. "stránek, takže PageSpec „něco“ použité na stránce „a/b“ nenajde „a/něco“ ani "
  159. "„a/b/něco“. Chcete-li vyhledávat relativně k adresáři stránky, která "
  160. "obsahuje PageSpec, můžete použít „./“. To znamená, že „./něco“ na stránce „a/"
  161. "b“ najde stránku „a/něco“."
  162. #. type: Plain text
  163. msgid ""
  164. "To indicate the name of the page the PageSpec is used in, you can use a "
  165. "single dot. For example, `link(.)` matches all the pages linking to the page "
  166. "containing the PageSpec."
  167. msgstr ""
  168. #~ msgid ""
  169. #~ "\"`link(page)`\" - matches only pages that link to a given page (or glob)"
  170. #~ msgstr ""
  171. #~ "„`link(stránka)`“ - vybere stránky, které odkazují na danou stránku "
  172. #~ "(resp. stránky, pokud použijete zástupné znaky)"
  173. #~ msgid ""
  174. #~ "\"`tagged(tag)`\" - matches pages that are tagged or link to the given "
  175. #~ "tag (or tags matched by a glob)"
  176. #~ msgstr ""
  177. #~ "„`tagged(štítek)`“ - vybere stránky, které obsahují daný štítek (resp. "
  178. #~ "štítky, pokud použijete zástupné znaky), nebo na něj odkazují"
  179. #~ msgid "\"`backlink(page)`\" - matches only pages that a given page links to"
  180. #~ msgstr ""
  181. #~ "„`backlink(stránka)`“ - vybere pouze stránky, na které odkazuje daná "
  182. #~ "stránka"
  183. #~ msgid ""
  184. #~ "\"`creation_month(month)`\" - matches only pages created on the given "
  185. #~ "month"
  186. #~ msgstr ""
  187. #~ "„`creation_month(měsíc)`“ - vybere pouze stránky vytvořené v daném měsíci"
  188. #~ msgid "\"`creation_day(mday)`\" - or day of the month"
  189. #~ msgstr ""
  190. #~ "„`creation_day(den_měsíce)`“ - vybere pouze stránky vytvořené daného dne "
  191. #~ "v měsíci"
  192. #~ msgid "\"`creation_year(year)`\" - or year"
  193. #~ msgstr ""
  194. #~ "„`creation_year(rok)`“ - vybere pouze stránky vytvořené v daném roce"
  195. #~ msgid ""
  196. #~ "\"`created_after(page)`\" - matches only pages created after the given "
  197. #~ "page was created"
  198. #~ msgstr ""
  199. #~ "„`created_after(stránka)`“ - vybere pouze stránky vytvořené po vytvoření "
  200. #~ "dané stránky"
  201. #~ msgid ""
  202. #~ "\"`created_before(page)`\" - matches only pages created before the given "
  203. #~ "page was created"
  204. #~ msgstr ""
  205. #~ "„`created_before(stránka)`“ - vybere pouze stránky vytvořené před "
  206. #~ "vytvořením dané stránky"
  207. #~ msgid ""
  208. #~ "\"`glob(someglob)`\" - matches pages that match the given glob. Just "
  209. #~ "writing the glob by itself is actually a shorthand for this function."
  210. #~ msgstr ""
  211. #~ "„`glob(vzor)`“ - vybere stránky, které odpovídají danému vzoru. Použití "
  212. #~ "samotného vzoru je zkratkou za tuto funkci."
  213. #~ msgid ""
  214. #~ "\"`internal(glob)`\" - like `glob()`, but matches even internal-use pages "
  215. #~ "that globs do not usually match."
  216. #~ msgstr ""
  217. #~ "„`internal(vzor)`“ - jako `glob()`, ale vybere i stránky pro interní "
  218. #~ "potřebu, které glob() obvykle přeskočí."
  219. #~ msgid ""
  220. #~ "\"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\", \"`license"
  221. #~ "(glob)`\", \"`copyright(glob)`\" - match pages that have the given "
  222. #~ "metadata, matching the specified glob."
  223. #~ msgstr ""
  224. #~ "„`title(vzor)`“, „`author(vzor)`“, „`authorurl(vzor)`“, „`license(vzor)"
  225. #~ "`“, „`copyright(vzor)`“ - vybere stránky, které obsahují metadata "
  226. #~ "odpovídající zadanému vzoru."
  227. #, fuzzy
  228. #~| msgid ""
  229. #~| "\"`user(username)`\" - tests whether a modification is being made by a "
  230. #~| "user with the specified username. If openid is enabled, an openid can "
  231. #~| "also be put here."
  232. #~ msgid ""
  233. #~ "\"`user(username)`\" - tests whether a modification is being made by a "
  234. #~ "user with the specified username. If openid is enabled, an openid can "
  235. #~ "also be put here. Glob patterns can be used in the username. For example, "
  236. #~ "to match all openid users, use `user(*://*)`"
  237. #~ msgstr ""
  238. #~ "„`user(uživatelskéjméno)`“ - testuje, zda změnu provádí uživatel s daným "
  239. #~ "uživatelským jménem. Je-li povoleno openid, můžete ho použít místo "
  240. #~ "uživatelského jména."
  241. #~ msgid ""
  242. #~ "\"`admin()`\" - tests whether a modification is being made by one of the "
  243. #~ "wiki admins."
  244. #~ msgstr "„`admin()`“ - testuje, zda změnu provádí některý ze správců wiki."
  245. #~ msgid ""
  246. #~ "\"`ip(address)`\" - tests whether a modification is being made from the "
  247. #~ "specified IP address."
  248. #~ msgstr "„`ip(adresa)`“ - testuje, zda změnu provádí někdo z dané IP adresy."
  249. #~ msgid ""
  250. #~ "\"`postcomment(glob)`\" - matches only when comments are being posted to "
  251. #~ "a page matching the specified glob"
  252. #~ msgstr ""
  253. #~ "„`postcomment(vzor)`“ - shoduje se pouze pokud se komentáře ukládají do "
  254. #~ "stránky odpovídající zadanému vzoru"