1 # Danish translation of directives/ikiwiki/directive/testpagespec page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-23 00:06+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
25 "desc=testpagespec]] plugin."
30 "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
31 "page, and to see the part that matches, or causes the match to fail."
36 msgstr "Eksempelbrug:"
40 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
41 msgstr "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
45 "This will print out something like \"no match: barpage does not match foopage"
46 "\", highlighting which part of the [[ikiwiki/PageSpec]] is causing the match "
52 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
53 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
57 "This will print out something like \"no match: bar* matches barpage\", since "
58 "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
63 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
64 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
68 "This will print out something like \"match: barpage matches barpage\", "
69 "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
74 msgid "[[!meta robots=\"noindex, follow\"]]\n"
75 msgstr "[[!meta robots=\"noindex, follow\"]]\n"