1 # Traduction de ikiwiki
2 # Copyright (C)2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
3 # This file is distributed under the same license as the PACKAGE Ikiwiki.
7 "Project-Id-Version: ikiwiki\n"
8 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
9 "PO-Revision-Date: 2009-09-09 20:32+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bits\n"
18 "The `color` directive is supplied by the [[!iki plugins/color desc=color]] "
20 msgstr "La directive `color` est fournie par le module d'extension [[!iki plugins/color desc=color]]."
24 "This directive can be used to color a piece of text on a page. It can be "
25 "used to set the foreground and/or background color of the text."
26 msgstr "Cette directive permet de mettre en couleur une partie d'un texte sur la page. On peut ainsi définir la couleur du texte lui-même ou la couleur du fond sur lequel le texte s'affiche."
30 "You can use a color name (e.g. `white`) or HTML code (e.g. `#ffffff`) to "
32 msgstr "Vous pouvez utiliser le nom de la couleur (par exemple \"white\") ou bien le code HTML (`#ffffff`)."
41 "Here the foreground color is defined as a word, while the background color "
42 "is defined as a HTML color code:"
43 msgstr "Voici comment définir la couleur du texte par un nom et la couleur du fond par un code HTLM :"
47 msgid "\t\\[[!color foreground=white background=#ff0000 text=\"White text on red background\"]]\n"
48 msgstr "\t\\[[!color foreground=white background=#ff0000 text=\"White text on red background\"]]\n"
52 "The background color is missing, so the text is displayed on default "
54 msgstr "Si la couleur de fond est absente, le texte est affiché sur la couleur de fond par défaut :"
58 msgid "\t\\[[!color foreground=white text=\"White text on default color background\"]]\n"
59 msgstr "\t\\[[!color foreground=white text=\"White text on default color background\"]]\n"
63 "The foreground is missing, so the text has the default foreground color:"
64 msgstr "Si la couleur du texte est absente, le texte possède la couleur par défaut :"
68 msgid "\t\\[[!color background=#ff0000 text=\"Default color text on red background\"]]\n"
69 msgstr "\t\\[[!color background=#ff0000 text=\"Default color text on red background\"]]\n"
73 msgid "[[!meta robots=\"noindex, follow\"]]\n"
74 msgstr "[[!meta robots=\"noindex, follow\"]]\n"