1 # Danish translation of if 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 `if` directive is supplied by the [[!iki plugins/conditional "
26 "desc=conditional]] plugin."
31 "With this directive, you can make text be conditionally displayed on a "
38 "\t\\[[!if test=\"enabled(smiley)\"\n"
39 "\t then=\"The smiley plugin is enabled :-)\"\n"
40 "\t else=\"No smiley plugin here..\"]]\n"
42 "[[!if test=\"enabled(smiley)\"\n"
43 " then=\"Smiley-udvidelsen er aktiveret :-)\"\n"
44 " else=\"Ingen smiley-udvidelse her...\"]]\n"
48 "If the specified `test` succeeds, the `then` text will be displayed, "
49 "otherwise the `else` text will be displayed. The `else` part is optional."
54 "The `then` and `else` values can include any markup that would be allowed in "
55 "the wiki page outside the template. Triple-quoting the values even allows "
56 "quotes to be included."
58 "Værdierne `then` og `else` kan indeholde enhver opmærkning som ville være "
59 "tilladt på wikisiden udenfor skabelonen. Trippel-citering af værdien "
60 "tillader endda at bruge citering som del af værdien."
64 "The `test` is a [[ikiwiki/PageSpec]]; if it matches any page in the wiki "
65 "then it succeeds. So you can do things like testing for the existence of a "
66 "page or pages, testing to see if any pages were created in a given month, "
72 "If you want the [[ikiwiki/PageSpec]] to only match against the page that "
73 "contains the conditional, rather than matching against all pages in the "
74 "wiki, set the \"all\" parameter to \"no\"."
79 "In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded "
80 "with the following additional tests:"
82 "I et `if`-direktiv udvides den normale [[ikiwiki/PageSpec]]-syntaks med "
83 "følgende yderligere tests:"
86 msgid "enabled(plugin)"
87 msgstr "enabled(udvielse)"
91 msgid " Tests whether the specified plugin is enabled.\n"
95 msgid "sourcepage(glob)"
96 msgstr "sourcepage(glob)"
101 " Tests whether the glob matches the name of the page that contains the\n"
105 #. type: Bullet: '* '
106 msgid "destpage(glob)"
107 msgstr "destpage(glob)"
112 " Tests whether the glob matches the name of the page that is being built.\n"
113 " That might be different than the name of the page that contains the\n"
114 " conditional, if it's being inlined into another page.\n"
117 #. type: Bullet: '* '
124 " Tests whether the page is being included onto another page, for example\n"
125 " via [[inline]] or [[map]]. Note that pages inserted into other pages\n"
126 " via [[template]] are not matched here.\n"
131 msgid "[[!meta robots=\"noindex, follow\"]]\n"
132 msgstr "[[!meta robots=\"noindex, follow\"]]\n"