1 # Danish translation of directives/ikiwiki/directive/cutpaste 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 `copy`, `cut` and `paste` directives are supplied by the [[!iki plugins/"
25 "cutpaste desc=cutpaste]] plugin."
30 "With these directives you can store and recall pieces of text in a page:"
33 #. type: Bullet: ' * '
35 "`\\[[!cut id=name text=\"text\"]]` memorizes the text allowing to recall it "
36 "using the given ID. The text being cut is not included in the output."
39 #. type: Bullet: ' * '
41 "`\\[[!copy id=name text=\"text\"]]` memorizes the text allowing to recall it "
42 "using the given ID. The text being cut *is* included in the output."
45 #. type: Bullet: ' * '
46 msgid "`\\[[!paste id=name]]` is replaced by the previously memorized text."
51 "The text being cut, copied and pasted can freely include wiki markup, "
52 "including more calls to cut, copy and paste."
57 "You do not need to memorize the text before using it: a cut directive can "
58 "follow the paste directive that uses its text. In fact, this is quite "
59 "useful to postpone big blocks of text like long annotations and have a more "
60 "natural flow. For example:"
66 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
67 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
68 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
73 msgid "\t[...some time later...]\n"
78 msgid "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
79 msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
83 msgid "\t blah blah blah\n"
88 msgid "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
89 msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
93 msgid "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
94 msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
98 "This can potentially be used to create loops, but ikiwiki is clever and "
104 "Since you can paste without using double quotes, copy and paste can be used "
105 "to nest directives that require multiline parameters inside each other:"
110 msgid "\t\\[[!toggleable id=foo text=\"\"\"\n"
111 msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
115 msgid "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
120 msgid "\t\\[[!cut id=baz text=\"\"\"\n"
121 msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
125 msgid "\tmultiline parameter!\n"
130 msgid "[[!meta robots=\"noindex, follow\"]]\n"
131 msgstr "[[!meta robots=\"noindex, follow\"]]\n"