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: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+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 `if` directive is supplied by the [[!iki plugins/conditional "
25 "desc=conditional]] plugin."
30 "With this directive, you can make text be conditionally displayed on a "
37 "\t\\[[!if test=\"enabled(smiley)\"\n"
38 "\t then=\"The smiley plugin is enabled :-)\"\n"
39 "\t else=\"No smiley plugin here..\"]]\n"
41 "[[!if test=\"enabled(openid)\"\n"
42 " then=\"Denne wiki har OpenID **aktiveret**.\"\n"
43 " else=\"Denne wiki har OpenID **deaktiveret**.\"]]\n"
47 "If the specified `test` succeeds, the `then` text will be displayed, "
48 "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 "Generelt kan en værdi indeholde enhver opmærkning som ville være tilladt på "
59 "wikisiden udenfor skabelonen. Trippel-citering af værdien tillader endda at "
60 "bruge citering som del af værdien. Kombineret med flerlinje-citerede værdier "
61 "tillader dette indlejring af store klumper af opmærket tekst i skabelonen:"
65 "The `test` is a [[ikiwiki/PageSpec]]; if it matches any page in the wiki "
66 "then it succeeds. So you can do things like testing for the existence of a "
67 "page or pages, testing to see if any pages were created in a given month, "
73 "If you want the [[ikiwiki/PageSpec]] to only match against the page that "
74 "contains the conditional, rather than matching against all pages in the "
75 "wiki, set the \"all\" parameter to \"no\"."
81 "In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded "
82 "with the following additional tests:"
84 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
88 msgid "enabled(plugin)"
93 msgid " Tests whether the specified plugin is enabled.\n"
97 msgid "sourcepage(glob)"
103 " Tests whether the glob matches the name of the page that contains the\n"
107 #. type: Bullet: '* '
108 msgid "destpage(glob)"
114 " Tests whether the glob matches the name of the page that is being built.\n"
115 " That might be different than the name of the page that contains the\n"
116 " conditional, if it's being inlined into another page.\n"
119 #. type: Bullet: '* '
125 msgid " Tests whether the page is being included onto another page.\n"
130 msgid "[[!meta robots=\"noindex, follow\"]]\n"
131 msgstr "[[!meta robots=\"noindex, follow\"]]\n"