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-23 00:06+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"
70 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
71 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
72 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
76 msgid "\t[...some time later...]\n"
77 msgstr "\t[...noget tid senere...]\n"
81 msgid "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
82 msgstr "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
86 msgid "\t blah blah blah\n"
87 msgstr "\t blah blah blah\n"
91 msgid "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
92 msgstr "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
96 msgid "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
97 msgstr "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
101 "This can potentially be used to create loops, but ikiwiki is clever and "
107 "Since you can paste without using double quotes, copy and paste can be used "
108 "to nest directives that require multiline parameters inside each other:"
113 msgid "\t\\[[!toggleable id=foo text=\"\"\"\n"
114 msgstr "\t\\[[!toggleable id=foo text=\"\"\"\n"
118 msgid "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
119 msgstr "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
123 msgid "\t\\[[!cut id=baz text=\"\"\"\n"
124 msgstr "\t\\[[!cut id=baz text=\"\"\"\n"
128 msgid "\tmultiline parameter!\n"
129 msgstr "\tflere linjer lang parameter!\n"
133 msgid "[[!meta robots=\"noindex, follow\"]]\n"
134 msgstr "[[!meta robots=\"noindex, follow\"]]\n"