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: 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 `copy`, `cut` and `paste` directives are supplied by the [[!iki plugins/"
26 "cutpaste desc=cutpaste]] plugin."
31 "With these directives you can store and recall pieces of text in a page:"
34 #. type: Bullet: ' * '
36 "`\\[[!cut id=name text=\"text\"]]` memorizes the text allowing to recall it "
37 "using the given ID. The text being cut is not included in the output."
40 #. type: Bullet: ' * '
42 "`\\[[!copy id=name text=\"text\"]]` memorizes the text allowing to recall it "
43 "using the given ID. The text being cut *is* included in the output."
46 #. type: Bullet: ' * '
47 msgid "`\\[[!paste id=name]]` is replaced by the previously memorized text."
52 "The text being cut, copied and pasted can freely include wiki markup, "
53 "including more calls to cut, copy and paste."
58 "You do not need to memorize the text before using it: a cut directive can "
59 "follow the paste directive that uses its text. In fact, this is quite "
60 "useful to postpone big blocks of text like long annotations and have a more "
61 "natural flow. For example:"
67 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
68 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
69 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
71 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
72 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
73 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
77 msgid "\t[...some time later...]\n"
78 msgstr "\t[...noget tid senere...]\n"
82 msgid "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
83 msgstr "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
87 msgid "\t blah blah blah\n"
88 msgstr "\t blah blah blah\n"
92 msgid "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
93 msgstr "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
97 msgid "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
98 msgstr "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
102 "This can potentially be used to create loops, but ikiwiki is clever and "
108 "Since you can paste without using double quotes, copy and paste can be used "
109 "to nest directives that require multiline parameters inside each other:"
114 msgid "\t\\[[!toggleable id=foo text=\"\"\"\n"
115 msgstr "\t\\[[!toggleable id=foo text=\"\"\"\n"
119 msgid "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
120 msgstr "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
124 msgid "\t\\[[!cut id=baz text=\"\"\"\n"
125 msgstr "\t\\[[!cut id=baz text=\"\"\"\n"
129 msgid "\tmultiline parameter!\n"
130 msgstr "\tflere linjer lang parameter!\n"
134 msgid "[[!meta robots=\"noindex, follow\"]]\n"
135 msgstr "[[!meta robots=\"noindex, follow\"]]\n"