1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `copy`, `cut` and `paste` directives are supplied by the [[!iki "
22 "plugins/cutpaste desc=cutpaste]] plugin."
26 msgid "With these directives you can store and recall pieces of text in a page:"
29 #. type: Bullet: ' * '
31 "`\\[[!cut id=name text=\"text\"]]` memorizes the text allowing to recall it "
32 "using the given ID. The text being cut is not included in the output."
35 #. type: Bullet: ' * '
37 "`\\[[!copy id=name text=\"text\"]]` memorizes the text allowing to recall it "
38 "using the given ID. The text being cut *is* included in the output."
41 #. type: Bullet: ' * '
42 msgid "`\\[[!paste id=name]]` is replaced by the previously memorized text."
47 "The text being cut, copied and pasted can freely include wiki markup, "
48 "including more calls to cut, copy and paste."
53 "You do not need to memorize the text before using it: a cut directive can "
54 "follow the paste directive that uses its text. In fact, this is quite "
55 "useful to postpone big blocks of text like long annotations and have a more "
56 "natural flow. For example:"
62 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
63 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
64 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
69 msgid "\t[...some time later...]\n"
74 msgid "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
80 msgid "\t blah blah blah\n"
85 msgid "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
90 msgid "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
95 "This can potentially be used to create loops, but ikiwiki is clever and "
101 "Since you can paste without using double quotes, copy and paste can be used "
102 "to nest directives that require multiline parameters inside each other:"
107 msgid "\t\\[[!toggleable id=foo text=\"\"\"\n"
112 msgid "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
117 msgid "\t\\[[!cut id=baz text=\"\"\"\n"
122 msgid "\tmultiline parameter!\n"
127 msgid "[[!meta robots=\"noindex, follow\"]]\n"