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: 2010-07-18 22:29+0000\n"
9 "PO-Revision-Date: 2010-07-17 16:07+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "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 `comment` directive is supplied by the [[!iki plugins/comments "
20 "desc=comments]] plugin, and is used to add a comment to a page. Typically, "
21 "the directive is the only thing on a comment page, and is filled out by the "
22 "comment plugin when a user posts a comment."
24 "La directive `comment` est fournie par le module d'extension [[!iki plugins/"
25 "comments desc=comments]]. Elle permet l'ajout d'un commentaire sur une page. "
26 "En général, la page ne comporte que la directive et c'est le greffon lui-"
27 "même qui remplit la directive quand un utilisateur poste un commentaire."
36 "\t\\[[!comment format=mdwn\n"
37 "\tusername=\"foo\"\n"
39 "\tdate=\"2009-06-02T19:05:01Z\"\n"
42 "\t\\[[!comment format=mdwn\n"
43 "\tusername=\"foo\"\n"
45 "\tdate=\"2009-06-02T19:05:01Z\"\n"
69 "The only required parameter is `content`, the others just add or override "
70 "metadata of the comment."
72 "Le seul paramètre obligatoire est `content`. les autres paramètres ajoutent "
73 "ou annulent des métadonnées."
77 "`content` - Text to display for the comment. Note that [[directives|ikiwiki/"
78 "directive]] may not be allowed, depending on the configuration of the "
81 "`content` - Texte du commentaire à afficher. Les [[directives|ikiwiki/"
82 "directive]] sont autorisées, ou non, selon la configuration du greffon "
86 msgid "`format` - Specifies the markup used for the content."
87 msgstr "`format` - Indique le balisage utilisé par le commentaire."
90 msgid "`subject` - Subject for the comment."
91 msgstr "subject` - Sujet du commentaire."
95 "`date` - Date the comment was posted. Can be entered in nearly any format, "
96 "since it's parsed by [[!cpan TimeDate]]"
98 "`date` - Indique la date du commentaire. Cette date peut utiliser presque "
99 "tous les formats, puisqu'elle est analysée par [[!cpan TimeDate]]."
101 #. type: Bullet: '* '
103 "`username` - Used to record the username (or OpenID) of a logged in "
106 "`username` - Sert pour l'enregistrement du nom (ou OpenID) d'un commentateur "
109 #. type: Bullet: '* '
111 "`nickname` - Name to display for a logged in commenter. (Optional; used for "
115 #. type: Bullet: '* '
117 "`ip` - Can be used to record the IP address of a commenter, if they posted "
120 "`ip` - Permet d'enregistrer l'adresse IP d'un commentateur, s'il envoie son "
121 "commentaire de façon anonyme."
123 #. type: Bullet: '* '
125 "`claimedauthor` - Records the name that the user entered, if anonymous "
126 "commenters are allowed to enter their (unverified) name."
128 "`claimedauthor` - Enregistre le nom donné par l'utilisateur, si les "
129 "commentateurs anonymes ont la possibilité d'indiquer un nom (invérifié)."
133 msgid "[[!meta robots=\"noindex, follow\"]]\n"
134 msgstr "[[!meta robots=\"noindex, follow\"]]\n"