]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/if.da.po
Add initial danish underlay translation
[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-19 23:45+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 #, fuzzy, 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(openid)\"\n"
42 "     then=\"Denne wiki har OpenID **aktiveret**.\"\n"
43 "     else=\"Denne wiki har OpenID **deaktiveret**.\"]]\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 #, fuzzy
53 msgid ""
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."
57 msgstr ""
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:"
62
63 #. type: Plain text
64 msgid ""
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, "
68 "and so on."
69 msgstr ""
70
71 #. type: Plain text
72 msgid ""
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\"."
76 msgstr ""
77
78 #. type: Plain text
79 #, fuzzy
80 msgid ""
81 "In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded "
82 "with the following additional tests:"
83 msgstr ""
84 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
85 "tests:"
86
87 #. type: Bullet: '* '
88 msgid "enabled(plugin)"
89 msgstr ""
90
91 #. type: Plain text
92 #, no-wrap
93 msgid "  Tests whether the specified plugin is enabled.\n"
94 msgstr ""
95
96 #. type: Bullet: '* '
97 msgid "sourcepage(glob)"
98 msgstr ""
99
100 #. type: Plain text
101 #, no-wrap
102 msgid ""
103 "  Tests whether the glob matches the name of the page that contains the\n"
104 "  conditional.\n"
105 msgstr ""
106
107 #. type: Bullet: '* '
108 msgid "destpage(glob)"
109 msgstr ""
110
111 #. type: Plain text
112 #, no-wrap
113 msgid ""
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"
117 msgstr ""
118
119 #. type: Bullet: '* '
120 msgid "included()"
121 msgstr ""
122
123 #. type: Plain text
124 #, no-wrap
125 msgid "  Tests whether the page is being included onto another page.\n"
126 msgstr ""
127
128 #. type: Plain text
129 #, no-wrap
130 msgid "[[!meta robots=\"noindex, follow\"]]\n"
131 msgstr "[[!meta robots=\"noindex, follow\"]]\n"