1 # SOME DESCRIPTIVE TITLE
2 # Traduction de ikiwiki
3 # Copyright (C)2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
4 # This file is distributed under the same license as the PACKAGE Ikiwiki.
8 "Project-Id-Version: ikiwiki\n"
9 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
10 "PO-Revision-Date: 2009-09-16 07:37+0200\n"
11 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
12 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bits\n"
19 "The `copy`, `cut` and `paste` directives are supplied by the [[!iki plugins/"
20 "cutpaste desc=cutpaste]] plugin."
22 "Les directives `copy`, `cut` and `paste` sont fournies par le module "
23 "d'extension [[!iki plugins/cutpaste desc=cutpaste]]."
27 "With these directives you can store and recall pieces of text in a page:"
29 "Ces directives permettent de sauvegarder et rappeler des parties de texte "
32 #. type: Bullet: ' * '
34 "`\\[[!cut id=name text=\"text\"]]` memorizes the text allowing to recall it "
35 "using the given ID. The text being cut is not included in the output."
37 "`\\[[!cut id=name text=\"text\"]]` garde en mémoire le texte, qui peut être "
38 "rappelé grâce à l'id. Le texte coupé n'est pas inclus dans la sortie."
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."
44 msgstr "`\\[[!copy id=name text=\"text\"]]` garde en mémoire le texte, qui peut être rappelé grâce à l'id. Le texte coupé *est* inclus dans la sortie."
46 #. type: Bullet: ' * '
47 msgid "`\\[[!paste id=name]]` is replaced by the previously memorized text."
49 "`\\[[!paste id=name]]` est remplacé par le texte précédemment mis en mémoire."
53 "The text being cut, copied and pasted can freely include wiki markup, "
54 "including more calls to cut, copy and paste."
56 "Le texte coupé, copié ou collé peut être inclus dans une balise wiki, avec "
57 "d'autres appels encore aux directives cut, copy et paste."
61 "You do not need to memorize the text before using it: a cut directive can "
62 "follow the paste directive that uses its text. In fact, this is quite "
63 "useful to postpone big blocks of text like long annotations and have a more "
64 "natural flow. For example:"
65 msgstr "Il n'est pas nécessaire de mettre en mémoire le texte avant de l'utiliser. Une directive « cut » peut suivre une directive « paste » qui utilise le texte. Pouvoir différer de gros morceaux de texte comme de longues annotations et pouvoir suivre un cours plus naturel est très pratique. Par exemple :"
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"
74 "\t\\[[!toggleable id=\"cut\" text=\"[[!paste id=cutlongdesc]]\"]]\n"
75 "\t\\[[!toggleable id=\"copy\" text=\"[[!paste id=copylongdesc]]\"]]\n"
76 "\t\\[[!toggleable id=\"paste\" text=\"[[!paste id=pastelongdesc]]\"]]\n"
80 msgid "\t[...some time later...]\n"
81 msgstr "\t[...some time later...]\n"
85 msgid "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
86 msgstr "\t\\[[!cut id=cutlongdesc text=\"\"\"\n"
90 msgid "\t blah blah blah\n"
91 msgstr "\t blah blah blah\n"
95 msgid "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
96 msgstr "\t\\[[!cut id=copylongdesc text=\"\"\"\n"
100 msgid "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
101 msgstr "\t\\[[!cut id=pastelongdesc text=\"\"\"\n"
105 "This can potentially be used to create loops, but ikiwiki is clever and "
108 "Des boucles peuvent résulter mais ikiwiki est intelligent et les rompt."
112 "Since you can paste without using double quotes, copy and paste can be used "
113 "to nest directives that require multiline parameters inside each other:"
114 msgstr "Puisqu'il est possible de coller sans doubler les guillemets, ces directives copy et paste peuvent servir à emboîter des directives qui demandent des paramètres à plusieurs lignes insérés l'un dans l'autre :"
118 msgid "\t\\[[!toggleable id=foo text=\"\"\"\n"
119 msgstr "\t\\[[!toggleable id=foo text=\"\"\"\n"
123 msgid "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
124 msgstr "\t [[!toggleable id=bar text=\"[[!paste id=baz]]\"]]\n"
128 msgid "\t\\[[!cut id=baz text=\"\"\"\n"
129 msgstr "\t\\[[!cut id=baz text=\"\"\"\n"
133 msgid "\tmultiline parameter!\n"
134 msgstr "\tmultiline parameter!\n"
138 msgid "[[!meta robots=\"noindex, follow\"]]\n"
139 msgstr "[[!meta robots=\"noindex, follow\"]]\n"