]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/if.da.po
Add complete German basewiki and directives translation done by Sebastian Kuhnert.
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / if.da.po
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.
5 #
6 msgid ""
7 msgstr ""
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"
14 "MIME-Version: 1.0\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"
21
22 #. type: Plain text
23 msgid ""
24 "The `if` directive is supplied by the [[!iki plugins/conditional "
25 "desc=conditional]] plugin."
26 msgstr ""
27
28 #. type: Plain text
29 msgid ""
30 "With this directive, you can make text be conditionally displayed on a "
31 "page.  For example:"
32 msgstr ""
33
34 #. type: Plain text
35 #, no-wrap
36 msgid ""
37 "\t\\[[!if test=\"enabled(smiley)\"\n"
38 "\t      then=\"The smiley plugin is enabled :-)\"\n"
39 "\t      else=\"No smiley plugin here..\"]]\n"
40 msgstr ""
41 "[[!if test=\"enabled(smiley)\"\n"
42 "     then=\"Smiley-udvidelsen er aktiveret :-)\"\n"
43 "     else=\"Ingen smiley-udvidelse her...\"]]\n"
44
45 #. type: Plain text
46 msgid ""
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."
49 msgstr ""
50
51 #. type: Plain text
52 msgid ""
53 "The `then` and `else` values can include any markup that would be allowed in "
54 "the wiki page outside the template. Triple-quoting the values even allows "
55 "quotes to be included."
56 msgstr ""
57 "Værdierne `then` og `else` kan indeholde enhver opmærkning som ville være "
58 "tilladt på wikisiden udenfor skabelonen. Trippel-citering af værdien "
59 "tillader endda at bruge citering som del af værdien."
60
61 #. type: Plain text
62 msgid ""
63 "The `test` is a [[ikiwiki/PageSpec]]; if it matches any page in the wiki "
64 "then it succeeds. So you can do things like testing for the existence of a "
65 "page or pages, testing to see if any pages were created in a given month, "
66 "and so on."
67 msgstr ""
68
69 #. type: Plain text
70 msgid ""
71 "If you want the [[ikiwiki/PageSpec]] to only match against the page that "
72 "contains the conditional, rather than matching against all pages in the "
73 "wiki, set the \"all\" parameter to \"no\"."
74 msgstr ""
75
76 #. type: Plain text
77 msgid ""
78 "In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded "
79 "with the following additional tests:"
80 msgstr ""
81 "I et `if`-direktiv udvides den normale [[ikiwiki/PageSpec]]-syntaks med "
82 "følgende yderligere tests:"
83
84 #. type: Bullet: '* '
85 msgid "enabled(plugin)"
86 msgstr "enabled(udvielse)"
87
88 #. type: Plain text
89 #, no-wrap
90 msgid "  Tests whether the specified plugin is enabled.\n"
91 msgstr ""
92
93 #. type: Bullet: '* '
94 msgid "sourcepage(glob)"
95 msgstr "sourcepage(glob)"
96
97 #. type: Plain text
98 #, no-wrap
99 msgid ""
100 "  Tests whether the glob matches the name of the page that contains the\n"
101 "  conditional.\n"
102 msgstr ""
103
104 #. type: Bullet: '* '
105 msgid "destpage(glob)"
106 msgstr "destpage(glob)"
107
108 #. type: Plain text
109 #, no-wrap
110 msgid ""
111 "  Tests whether the glob matches the name of the page that is being built.\n"
112 "  That might be different than the name of the page that contains the\n"
113 "  conditional, if it's being inlined into another page.\n"
114 msgstr ""
115
116 #. type: Bullet: '* '
117 msgid "included()"
118 msgstr "included()"
119
120 #. type: Plain text
121 #, no-wrap
122 msgid "  Tests whether the page is being included onto another page.\n"
123 msgstr ""
124
125 #. type: Plain text
126 #, no-wrap
127 msgid "[[!meta robots=\"noindex, follow\"]]\n"
128 msgstr "[[!meta robots=\"noindex, follow\"]]\n"