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: 2011-05-05 20:04+0300\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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
25 "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
26 "desc=testpagespec]] plugin."
31 "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
32 "page, and to see the part that matches, or causes the match to fail."
37 msgstr "Eksempelbrug:"
41 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
42 msgstr "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
46 "This will print out something like \"no match: barpage does not match foopage"
47 "\", highlighting which part of the [[ikiwiki/PageSpec]] is causing the match "
53 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
54 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
58 "This will print out something like \"no match: bar* matches barpage\", since "
59 "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
64 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
65 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
69 "This will print out something like \"match: barpage matches barpage\", "
70 "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
75 msgid "[[!meta robots=\"noindex, follow\"]]\n"
76 msgstr "[[!meta robots=\"noindex, follow\"]]\n"