summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec.de.po
blob: e76c5da2a513221277dc9c2ba507907f73015ce0 (plain)
  1. # German translation of basewiki/ikiwiki/pagespec page for ikiwiki.
  2. # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
  3. # Redistribution and use in source and compiled forms, with or without
  4. # modification, are permitted under any circumstances. No warranty.
  5. msgid ""
  6. msgstr ""
  7. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  8. "PO-Revision-Date: 2010-03-14 13:39+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "Language: \n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  16. #. type: Plain text
  17. #, no-wrap
  18. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  19. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  20. #. type: Plain text
  21. msgid ""
  22. "To select a set of pages, such as pages that are locked, pages whose commit "
  23. "emails you want subscribe to, or pages to combine into a blog, the wiki uses "
  24. "a PageSpec. This is an expression that matches a set of pages."
  25. msgstr ""
  26. "Um eine Menge von Seiten auszuwählen (etwa Seiten, die gesperrt werden "
  27. "sollen, deren Einrechungs-Mails man abonnieren will, oder die man zu einem "
  28. "Blog kombinieren will), verwendet das Wiki eine PageSpec. Dies ist ein "
  29. "Ausdruck, der auf bestimmte Seiten passt."
  30. #. type: Plain text
  31. msgid ""
  32. "The simplest PageSpec is a simple list of pages. For example, this matches "
  33. "any of the three listed pages:"
  34. msgstr ""
  35. "Die einfachste PageSpec ist eine einfache Liste von Seiten. Zum Beispiel "
  36. "passt dies auf jede der drei aufgezählten Seiten:"
  37. #. type: Plain text
  38. #, no-wrap
  39. msgid "\tfoo or bar or baz\n"
  40. msgstr "\tfoo or bar or baz\n"
  41. #. type: Plain text
  42. msgid ""
  43. "More often you will want to match any pages that have a particular thing in "
  44. "their name. You can do this using a glob pattern. \"`*`\" stands for any "
  45. "part of a page name, and \"`?`\" for any single letter of a page name. So "
  46. "this matches all pages about music, and any [[SubPage]]s of the SandBox, but "
  47. "does not match the SandBox itself:"
  48. msgstr ""
  49. "Häufiger wird es vorkommen, dass man Seiten erfassen will, deren Name etwas "
  50. "bestimmtes enthält. Man kann dies mit einem Muster tun: \"`*`\" steht für "
  51. "einen beliebigen Teil eines Seitennamens und \"`?`\" steht für einen "
  52. "beliebigen Buchstaben eines Seitennamens. Also passt dies alle Seiten über "
  53. "Musik, und alle [[Unterseiten|SubPage]] des Sandkastens, aber nicht auf den "
  54. "Sandkasten selbst:"
  55. #. type: Plain text
  56. #, no-wrap
  57. msgid "\t*music* or SandBox/*\n"
  58. msgstr "\t*music* or SandBox/*\n"
  59. #. type: Plain text
  60. msgid ""
  61. "You can also prefix an item with \"`!`\" to skip pages that match it. So to "
  62. "match all pages except for Discussion pages and the SandBox:"
  63. msgstr ""
  64. "Man kann einem Eintrag ein \"`!`\" voranstellen, um die betreffenden Seiten "
  65. "auszuschließen. Auf diese Weise können alle Seiten außer Diskussionsseiten "
  66. "und Sandkasten erfasst werden:"
  67. #. type: Bullet: ' * '
  68. msgid "and !SandBox and !*/Discussion"
  69. msgstr "and !SandBox and !*/Discussion"
  70. #. type: Plain text
  71. msgid ""
  72. "Some more elaborate limits can be added to what matches using these "
  73. "functions:"
  74. msgstr ""
  75. "Einige weitergehende Einschränkungen können hinzugefügt werden, indem die "
  76. "folgenden Funktionen verwendet werden:"
  77. #. type: Plain text
  78. #, no-wrap
  79. msgid ""
  80. "* \"`glob(someglob)`\" - matches pages and other files that match the given glob.\n"
  81. " Just writing the glob by itself is actually a shorthand for this function.\n"
  82. "* \"`page(glob)`\" - like `glob()`, but only matches pages, not other files\n"
  83. "* \"`link(page)`\" - matches only pages that link to a given page (or glob)\n"
  84. "* \"`tagged(tag)`\" - matches pages that are tagged or link to the given tag (or\n"
  85. " tags matched by a glob)\n"
  86. "* \"`backlink(page)`\" - matches only pages that a given page links to\n"
  87. "* \"`creation_month(month)`\" - matches only files created on the given month\n"
  88. " number\n"
  89. "* \"`creation_day(mday)`\" - or day of the month\n"
  90. "* \"`creation_year(year)`\" - or year\n"
  91. "* \"`created_after(page)`\" - matches only files created after the given page\n"
  92. " was created\n"
  93. "* \"`created_before(page)`\" - matches only files created before the given page\n"
  94. " was created\n"
  95. "* \"`internal(glob)`\" - like `glob()`, but matches even internal-use \n"
  96. " pages that globs do not usually match.\n"
  97. "* \"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\",\n"
  98. " \"`license(glob)`\", \"`copyright(glob)`\", \"`guid(glob)`\" \n"
  99. " - match pages that have the given metadata, matching the specified glob.\n"
  100. "* \"`user(username)`\" - tests whether a modification is being made by a\n"
  101. " user with the specified username. If openid is enabled, an openid can also\n"
  102. " be put here. Glob patterns can be used in the username. For example, \n"
  103. " to match all openid users, use `user(*://*)`\n"
  104. "* \"`admin()`\" - tests whether a modification is being made by one of the\n"
  105. " wiki admins.\n"
  106. "* \"`ip(address)`\" - tests whether a modification is being made from the\n"
  107. " specified IP address.\n"
  108. "* \"`comment(glob)`\" - matches comments to a page matching the glob.\n"
  109. "* \"`comment_pending(glob)`\" - matches unmoderated, pending comments.\n"
  110. "* \"`postcomment(glob)`\" - matches only when comments are being \n"
  111. " posted to a page matching the specified glob\n"
  112. msgstr ""
  113. #. type: Plain text
  114. msgid ""
  115. "For example, to match all pages in a blog that link to the page about music "
  116. "and were written in 2005:"
  117. msgstr ""
  118. "Zum Beispiel können alle Seiten eines Blogs ausgewählt werden, die einen "
  119. "Link zu einer Seite über Musik enthalten und 2005 geschrieben wurden:"
  120. #. type: Plain text
  121. #, no-wrap
  122. msgid "\tblog/* and link(music) and creation_year(2005)\n"
  123. msgstr "\tblog/* and link(music) and creation_year(2005)\n"
  124. #. type: Plain text
  125. msgid ""
  126. "Note the use of \"and\" in the above example, that means that only pages "
  127. "that match each of the three expressions match the whole. Use \"and\" when "
  128. "you want to combine expression like that; \"or\" when it's enough for a page "
  129. "to match one expression. Note that it doesn't make sense to say \"index and "
  130. "SandBox\", since no page can match both expressions."
  131. msgstr ""
  132. "Beachte die Verwendung von `and` im obigen Beispiel: Dies bewirkt, dass nur "
  133. "die Seiten auf den gesamten Ausdruck passen, die auf alle drei Teilausdrücke "
  134. "passen. Verwende `and` um Ausdrücke so zu kombinieren und `or` wenn eine "
  135. "Seite nur auf einen der Ausdrücke passen soll. Beachte dass es sinnlos ist, "
  136. "`index and SandBox` zu sagen, da keine Seite auf beide Ausdrücke passen kann."
  137. #. type: Plain text
  138. msgid ""
  139. "More complex expressions can also be created, by using parentheses for "
  140. "grouping. For example, to match pages in a blog that are tagged with either "
  141. "of two tags, use:"
  142. msgstr ""
  143. "Es können auch komplexere Ausdrücke erstellt werden, indem Klammern zur "
  144. "Gruppierung verwendet werden. Zum Beispiel passt der folgende Ausdruck auf "
  145. "Blog-Seiten, die mit einem der beiden angegebenen Tags versehen sind:"
  146. #. type: Plain text
  147. #, no-wrap
  148. msgid "\tblog/* and (tagged(foo) or tagged(bar))\n"
  149. msgstr "\tblog/* and (tagged(foo) or tagged(bar))\n"
  150. #. type: Plain text
  151. msgid ""
  152. "Note that page names in PageSpecs are matched against the absolute filenames "
  153. "of the pages in the wiki, so a pagespec \"foo\" used on page \"a/b\" will "
  154. "not match a page named \"a/foo\" or \"a/b/foo\". To match relative to the "
  155. "directory of the page containing the pagespec, you can use \"./\". For "
  156. "example, \"./foo\" on page \"a/b\" matches page \"a/foo\"."
  157. msgstr ""
  158. "Beachte, dass Seitennamen in PageSpecs auf den absoluten Dateinamen der "
  159. "Seiten im Wiki passen müssen: Die PageSpec `foo` auf der Seite `a/b` wird "
  160. "weder auf `a/foo` noch auf `a/b/foo` passen. Um relative Pfade zum "
  161. "Verzeichnis der Seite, die die PageSpec enthält, zu verwenden, kannst du `./"
  162. "` verwenden. Zum Beispiel passt `./foo` auf der Seite `a/b` auf `a/foo`."
  163. #. type: Plain text
  164. msgid ""
  165. "To indicate the name of the page the PageSpec is used in, you can use a "
  166. "single dot. For example, `link(.)` matches all the pages linking to the page "
  167. "containing the PageSpec."
  168. msgstr ""
  169. #~ msgid ""
  170. #~ "\"`link(page)`\" - matches only pages that link to a given page (or glob)"
  171. #~ msgstr ""
  172. #~ "\"`link(page)`\" - passt nur auf Seiten, die einen Link auf die "
  173. #~ "angegebene Seite (oder das angegebene Muster) enthalten"
  174. #~ msgid ""
  175. #~ "\"`tagged(tag)`\" - matches pages that are tagged or link to the given "
  176. #~ "tag (or tags matched by a glob)"
  177. #~ msgstr ""
  178. #~ "\"`tagged(tag)`\" - passt nur auf Seiten, die mit dem angegebenen Tag "
  179. #~ "versehen sind oder auf diesen verweisen (auch hier kann ein Muster "
  180. #~ "verwendet werden)"
  181. #~ msgid "\"`backlink(page)`\" - matches only pages that a given page links to"
  182. #~ msgstr ""
  183. #~ "\"`backlink(page)`\" - passt nur auf Seiten, auf die von der angegebenen "
  184. #~ "Seite verwiesen wird"
  185. #~ msgid ""
  186. #~ "\"`creation_month(month)`\" - matches only pages created on the given "
  187. #~ "month"
  188. #~ msgstr ""
  189. #~ "\"`creation_month(month)`\" - passt nur auf Seiten, die im angegebenen "
  190. #~ "Monat erstellt wurden"
  191. #~ msgid "\"`creation_day(mday)`\" - or day of the month"
  192. #~ msgstr "\"`creation_day(mday)`\" - genauso für einen Tag im Monat"
  193. #~ msgid "\"`creation_year(year)`\" - or year"
  194. #~ msgstr "\"`creation_year(year)`\" - der ein Jahr"
  195. #~ msgid ""
  196. #~ "\"`created_after(page)`\" - matches only pages created after the given "
  197. #~ "page was created"
  198. #~ msgstr ""
  199. #~ "\"`created_after(page)`\" - passt nur auf Seiten, die nach der "
  200. #~ "angegebenen Seite angelegt wurden"
  201. #~ msgid ""
  202. #~ "\"`created_before(page)`\" - matches only pages created before the given "
  203. #~ "page was created"
  204. #~ msgstr ""
  205. #~ "\"`created_before(page)`\" - passt nur auf Seiten, die vor der "
  206. #~ "angegebenen Seite angelegt wurden."
  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(someglob)`\" - passt nur auf Seiten, auf die das angegebene "
  212. #~ "Muster passt. Das Muster direkt anzugeben ist eine Abkürzung für diese "
  213. #~ "Funktion."
  214. #~ msgid ""
  215. #~ "\"`internal(glob)`\" - like `glob()`, but matches even internal-use pages "
  216. #~ "that globs do not usually match."
  217. #~ msgstr ""
  218. #~ "\"`internal(glob)`\" - wie `glob()`, aber es werden auch intern "
  219. #~ "verwendete Seiten erfasst, auf die normale Muster nicht passen."
  220. #~ msgid ""
  221. #~ "\"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\", \"`license"
  222. #~ "(glob)`\", \"`copyright(glob)`\" - match pages that have the given "
  223. #~ "metadata, matching the specified glob."
  224. #~ msgstr ""
  225. #~ "\"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\", \"`license"
  226. #~ "(glob)`\", \"`copyright(glob)`\" - passt auf Seiten, deren Metadaten auf "
  227. #~ "die angegebenen Muster passen."
  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. Glob patterns can be used in the username. For example, "
  232. #~ "to match all openid users, use `user(*://*)`"
  233. #~ msgstr ""
  234. #~ "\"`user(username)`\" - prüft ob eine Änderung von einem Benutzer mit dem "
  235. #~ "angegebenen Namen gemacht wird. Wenn OpenID aktiviert ist, kann auch eine "
  236. #~ "OpenID angegeben werden. Muster können im Benutzernamen verwendet werden. "
  237. #~ "zum Beispiel können alle OpenID-Nutzer mit `user(*://*)` erfasst werden."
  238. #~ msgid ""
  239. #~ "\"`admin()`\" - tests whether a modification is being made by one of the "
  240. #~ "wiki admins."
  241. #~ msgstr ""
  242. #~ "\"`admin()`\" - prüft ob eine Änderung durch einen der Wiki-"
  243. #~ "Administratoren gemacht wird."
  244. #~ msgid ""
  245. #~ "\"`ip(address)`\" - tests whether a modification is being made from the "
  246. #~ "specified IP address."
  247. #~ msgstr ""
  248. #~ "\"`ip(address)`\" - prüft ob eine Änderung von der angegebenen IP-Adresse "
  249. #~ "aus gemacht wird."
  250. #~ msgid ""
  251. #~ "\"`postcomment(glob)`\" - matches only when comments are being posted to "
  252. #~ "a page matching the specified glob"
  253. #~ msgstr ""
  254. #~ "\"`postcomment(glob)`\" - passt nur, wenn ein Kommentar zu einer durch "
  255. #~ "das Muster angegebenen Seite gemacht wird"