]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/poll.fr.po
Change Projects link to point to projects DB
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / poll.fr.po
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.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Ikiwiki\n"
8 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
9 "PO-Revision-Date: 2009-09-12 14:50+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bits\n"
15
16 #. type: Plain text
17 msgid ""
18 "The `poll` directive is supplied by the [[!iki plugins/poll desc=poll]] "
19 "plugin."
20 msgstr "La directive `poll` est fournie par le module d'extension [[!iki plugins/poll desc=poll]]."
21
22 #. type: Plain text
23 msgid ""
24 "This directive allows you to create online polls in the wiki. Here's an "
25 "example use:"
26 msgstr "Cette directive permet d'organiser des sondages en ligne sur le wiki. Voici un exemple d'utilisation :"
27
28 #. type: Plain text
29 #, no-wrap
30 msgid "\t\\[[!poll 0 \"red\" 0 \"green\" 0 \"blue\"]]\n"
31 msgstr "\t\\[[!poll 0 \"red\" 0 \"green\" 0 \"blue\"]]\n"
32
33 #. type: Plain text
34 msgid ""
35 "The numbers indicate how many users voted for that choice. When a user votes "
36 "for a choice in the poll, the page is modified and the number incremented."
37 msgstr "Chaque chiffre indique le nombre d'utilisateurs qui ont voté pour ce choix. Quand quelqu'un vote pour un choix, la page est modifiée et le nombre augmente. "
38
39 #. type: Plain text
40 msgid ""
41 "While some basic precautions are taken to prevent users from accidentially "
42 "voting twice, this sort of poll should not be counted on to be very "
43 "accurate; all the usual concerns about web based polling apply. Unless the "
44 "page that the poll is in is locked, users can even edit the page and change "
45 "the numbers!"
46 msgstr "Des précautions élémentaires sont prises pour éviter qu'on puisse voter deux fois. Cependant ce type de consultation n'est pas très précis et les préventions habituelles contre les sondages en ligne s'appliquent aussi. Quand la page du sondage n'est pas verrouillée, les utilisateurs peuvent même modifier la page et changer les chiffres !"
47
48 #. type: Plain text
49 msgid "Parameters:"
50 msgstr "Paramètres :"
51
52 #. type: Bullet: '* '
53 msgid ""
54 "`open` - Whether voting is still open. Set to \"no\" to close the poll to "
55 "voting."
56 msgstr "`open` - Indique s'il est possible de voter. Il faut indiquer la valeur \"no\" pour terminer la consultation."
57
58 #. type: Bullet: '* '
59 msgid ""
60 "`total` - Show total number of votes at bottom of poll. Default is \"yes\"."
61 msgstr "`total` -  Affiche le nombre total de votes au bas de la consultation. La valeur par défaut est \"yes\"."
62
63 #. type: Bullet: '* '
64 msgid "`percent` - Whether to display percents. Default is \"yes\"."
65 msgstr "`percent` -  Indique s'il faut montrer des pourcentages. La valeur par défaut est \"yes\"."
66
67 #. type: Plain text
68 #, no-wrap
69 msgid "[[!meta robots=\"noindex, follow\"]]\n"
70 msgstr "[[!meta robots=\"noindex, follow\"]]\n"