]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/directives/ikiwiki/directive/testpagespec.de.po
dd41adaeeac4e9971be69c8e787fa9694fb8e678
[git.ikiwiki.info.git] / po / underlays / directives / ikiwiki / directive / testpagespec.de.po
1 # German translation of directives/ikiwiki/directive/testpagespec 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: 2010-03-12 09:29+0530\n"
8 "PO-Revision-Date: 2017-12-21 23:33+0100\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: de\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"
17 #. type: Plain text
18 msgid ""
19 "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
20 "desc=testpagespec]] plugin."
21 msgstr ""
22 "Die `testpagespec`-Anweisung wird durch die [[!iki plugins/testpagespec "
23 "desc=testpagespec]]-Erweiterung bereitgestellt."
25 #. type: Plain text
26 msgid ""
27 "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
28 "page, and to see the part that matches, or causes the match to fail."
29 msgstr ""
30 "Mit dieser Anweisung kann geprüft werden, ob eine [[ikiwiki/PageSpec]] auf eine "
31 "Seite passt. Sie zeigt außerdem an, welcher Teil das Passen oder Nicht-Passen "
32 "verursacht."
34 #. type: Plain text
35 msgid "Example uses:"
36 msgstr "Beispiele zur Verwendung:"
38 #. type: Plain text
39 #, no-wrap
40 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
41 msgstr ""
42 "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
44 #. type: Plain text
45 msgid ""
46 "This will print out something like \"no match: barpage does not match "
47 "foopage\", highlighting which part of the [[ikiwiki/PageSpec]] is causing "
48 "the match to fail."
49 msgstr ""
50 "Dies wird etwas wie \"no match: barpage does not match foopage\" anzeigen und "
51 "damit darauf hinweisen, welcher Teil der [[ikiwiki/PageSpec]] ein Passen "
52 "verhindert."
54 #. type: Plain text
55 #, no-wrap
56 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
57 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
59 #. type: Plain text
60 msgid ""
61 "This will print out something like \"no match: bar* matches barpage\", since "
62 "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
63 msgstr ""
64 "Dies wird etwas wie \"no match: bar* matches barpage\" anzeigen, weil der Teil "
65 "der das Passen verhindert negiert ist."
67 #. type: Plain text
68 #, no-wrap
69 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
70 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
72 #. type: Plain text
73 msgid ""
74 "This will print out something like \"match: barpage matches barpage\", "
75 "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
76 msgstr ""
77 "Dies wird etwas wie \"match: barpage matches barpage\" anzeigen und damit "
78 "angeben, welcher Teil der [[ikiwiki/PageSpec]] passt."
80 #. type: Plain text
81 #, no-wrap
82 msgid "[[!meta robots=\"noindex, follow\"]]\n"
83 msgstr "[[!meta robots=\"noindex, follow\"]]\n"