1 # Danish translation of directives/ikiwiki/directive/toggle 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 `toggle` and `toggleable` directives are supplied by the [[!iki plugins/"
26 "toggle desc=toggle]] plugin."
31 "With these directives you can create links on pages that, when clicked, "
32 "toggle display of other parts of the page."
37 "It uses javascript to accomplish this; browsers without javascript will "
38 "always see the full page content."
43 msgstr "Eksempler på brug:"
47 msgid "\t\\[[!toggle id=\"ipsum\" text=\"show\"]]\n"
48 msgstr "\t\\[[!toggle id=\"ipsum\" text=\"vis\"]]\n"
52 msgid "\t\\[[!toggleable id=\"ipsum\" text=\"\"\"\n"
53 msgstr "\t\\[[!toggleable id=\"ipsum\" text=\"\"\"\n"
58 "\tLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n"
59 "\teiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim\n"
60 "\tad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
61 "\taliquip ex ea commodo consequat.\n"
66 msgid "\t[[!toggle id=\"ipsum\" text=\"hide\"]]\n"
67 msgstr "\t[[!toggle id=\"ipsum\" text=\"skjul\"]]\n"
71 "Note that you can include wiki markup in the toggleable text, including even "
72 "additional toggles, as shown in the above example."
77 "Also, the toggle and the togglable definitions do not need to be next to "
78 "each other, but can be located anywhere on the page. There can also be "
79 "mutiple toggles that all toggle a single togglable."
84 "The id has a default value of \"default\", so can be omitted in simple cases."
89 "If you'd like a toggleable to be displayed by default, and toggle to hidden, "
90 "then pass a parameter \"open=yes\" when setting up the toggleable."
95 msgid "[[!meta robots=\"noindex, follow\"]]\n"
96 msgstr "[[!meta robots=\"noindex, follow\"]]\n"