diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-25 19:06:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-25 19:06:35 +0100 |
commit | a1c243a9db6b99b2cb6eee6136c14201099026e2 (patch) | |
tree | 39cb4fd3ca74bc78ae5ac067d45f52777f266055 | |
parent | b7e85715fd5649b96a93bbf6d13f6ef71b719d8c (diff) | |
download | Papillon-a1c243a9db6b99b2cb6eee6136c14201099026e2.tar.bz2 Papillon-a1c243a9db6b99b2cb6eee6136c14201099026e2.zip |
Update translations
-rw-r--r-- | papillon/locale/fr/LC_MESSAGES/django.po | 255 |
1 files changed, 164 insertions, 91 deletions
diff --git a/papillon/locale/fr/LC_MESSAGES/django.po b/papillon/locale/fr/LC_MESSAGES/django.po index af612c7..003dfc1 100644 --- a/papillon/locale/fr/LC_MESSAGES/django.po +++ b/papillon/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-25 00:49+0200\n" +"POT-Creation-Date: 2016-03-25 18:58+0100\n" "PO-Revision-Date: 2008-08-20 00:22+0200\n" "Last-Translator: Étienne Loks <etienne.loks@peacefrogs.net>,\n" "Language-Team: fr\n" @@ -17,72 +17,72 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: polls/feeds.py:37 +#: polls/feeds.py:40 msgid "Papillon - poll : " msgstr "Papillon - sondage : " -#: polls/forms.py:99 +#: polls/forms.py:113 msgid "Invalid poll" msgstr "Sondage non valide" -#: polls/forms.py:114 +#: polls/forms.py:128 msgid "Invalid date format: YYYY-MM-DD HH:MM:SS" msgstr "Format de date invalide AAAA-MM-JJ HH:MM:SS" -#: polls/models.py:44 templates/edit.html:22 +#: polls/models.py:48 templates/edit.html:19 msgid "" "Copy this address and send it to voters who want to participate to this poll" msgstr "Copiez cette adresse et envoyez là aux participants à ce sondage." -#: polls/models.py:46 templates/edit.html:31 +#: polls/models.py:50 templates/edit.html:26 msgid "Address to modify the current poll" msgstr "Adresse de modification de ce sondage" -#: polls/models.py:48 templates/vote.html:133 +#: polls/models.py:53 templates/vote.html:203 msgid "Author name" msgstr "Nom de l'auteur" -#: polls/models.py:49 +#: polls/models.py:55 msgid "Name, firstname or nickname of the author" msgstr "Nom, prénom ou surnom de l'auteur" -#: polls/models.py:51 +#: polls/models.py:57 msgid "Poll name" msgstr "Nom du sondage" -#: polls/models.py:52 +#: polls/models.py:58 msgid "Global name to present the poll" msgstr "Nom général pour présenter le sondage" -#: polls/models.py:54 +#: polls/models.py:60 msgid "Poll description" msgstr "Description du sondage" -#: polls/models.py:55 +#: polls/models.py:61 msgid "Precise description of the poll" msgstr "Description précise du sondage" -#: polls/models.py:57 +#: polls/models.py:63 msgid "Yes/No poll" msgstr "Oui/Non" -#: polls/models.py:58 +#: polls/models.py:64 msgid "Yes/No/Maybe poll" msgstr "Oui/Non/Peut-être" -#: polls/models.py:59 +#: polls/models.py:65 msgid "One choice poll" msgstr "Sondage à choix unique" -#: polls/models.py:60 +#: polls/models.py:66 msgid "Valuable choice poll" msgstr "Sondage pondéré" -#: polls/models.py:62 +#: polls/models.py:68 msgid "Type of the poll" msgstr "Type du sondage" -#: polls/models.py:63 +#: polls/models.py:69 msgid "" "Type of the poll:\n" "\n" @@ -103,81 +103,89 @@ msgstr "" " - \"Sondage pondéré\" permet aux utilisateurs de donner une note entre 0 et " "9 pour chaque choix\n" -#: polls/models.py:71 +#: polls/models.py:78 msgid "Choices are dates" msgstr "Les choix sont des dates" -#: polls/models.py:72 +#: polls/models.py:80 msgid "Check this option to choose between dates" msgstr "Cocher cette option pour choisir entre des dates" -#: polls/models.py:74 +#: polls/models.py:82 msgid "Closing date" msgstr "Date de fermeture" -#: polls/models.py:74 +#: polls/models.py:83 msgid "Closing date for participating to the poll" msgstr "Date de fermeture au vote du sondage" -#: polls/models.py:78 +#: polls/models.py:86 msgid "Display the poll on main page" msgstr "Afficher le sondage sur la page principale" -#: polls/models.py:78 +#: polls/models.py:87 msgid "Check this option to make the poll public" msgstr "Cocher cette option pour que le sondage soit publique" -#: polls/models.py:81 +#: polls/models.py:89 msgid "Allow users to add choices" msgstr "Permettre aux votants d'ajouter des choix" -#: polls/models.py:81 +#: polls/models.py:90 msgid "Check this option to open the poll to new choices submitted by users" msgstr "" "Cocher cette option pour permettre aux utilisateurs d'enrichir le sondage " "avec des nouveaux choix" -#: polls/models.py:84 +#: polls/models.py:93 msgid "Hide votes to new voters" msgstr "Cacher les résultats aux nouveaux votants" -#: polls/models.py:84 +#: polls/models.py:94 msgid "Check this option to hide poll results to new users" msgstr "" "Cocher cette option pour cacher, dans un premier temps, les résultats d'un " "sondage" -#: polls/models.py:87 +#: polls/models.py:96 msgid "State of the poll" msgstr "État du sondage" -#: polls/models.py:87 +#: polls/models.py:97 msgid "Uncheck this option to close the poll/check this option to reopen it" msgstr "" "Décocher cette option pour fermet le sondage aux votes/cocher cette option " "pour l'ouvrir de nouveau" -#: polls/models.py:156 +#: polls/models.py:173 #, python-format msgid "Vote from %(user)s" msgstr "Vote de %(user)s" -#: polls/models.py:224 +#: polls/models.py:247 msgid "Yes" msgstr "Oui" -#: polls/models.py:225 polls/models.py:226 +#: polls/models.py:248 polls/models.py:249 msgid "No" msgstr "Non" -#: polls/models.py:225 +#: polls/models.py:248 msgid "Maybe" msgstr "Peut-être" -#: polls/views.py:65 +#: polls/views.py:68 msgid "The poll requested don't exist (anymore?)" msgstr "Le sondage que vous avez demandé n'existe pas (n'existe plus ?)" +#: templates/500.html:5 +msgid "" +"An error has occurred. A system administrator has been informed and will " +"probably fix it soon." +msgstr "" +"Une erreur s'est produite. Un administrateur a été informé et va probablement " +"corriger cela prochainement." + #: templates/category.html:8 msgid "Polls" msgstr "Sondage" @@ -186,7 +194,7 @@ msgstr "Sondage" msgid "New poll" msgstr "Nouveau sondage" -#: templates/create.html:28 +#: templates/create.html:36 msgid "Create" msgstr "Créer" @@ -194,32 +202,40 @@ msgstr "Créer" msgid "Edit poll" msgstr "Éditer un sondage" -#: templates/edit.html:17 +#: templates/edit.html:18 msgid "Poll url" msgstr "Adresse du sondage" -#: templates/edit.html:26 +#: templates/edit.html:22 +msgid "Go to the poll!" +msgstr "Aller au sondage !" + +#: templates/edit.html:25 msgid "Administration url" msgstr "Adresse d'administration" -#: templates/edit.html:35 +#: templates/edit.html:31 msgid "Choices administration url" msgstr "Adresse d'administration des choix" -#: templates/edit.html:40 +#: templates/edit.html:32 msgid "Address to modify choices of the current poll." msgstr "Adresse de modification des choix disponibles pour ce sondage" -#: templates/edit.html:57 templates/editChoicesAdmin.html:38 -#: templates/vote.html:59 templates/vote.html.py:115 +#: templates/edit.html:35 +msgid "Edit choices" +msgstr "Modifier les choix" + +#: templates/edit.html:61 templates/editChoicesAdmin.html:50 +#: templates/vote.html:78 templates/vote.html.py:162 msgid "Edit" msgstr "Modifier" -#: templates/editChoices.html:4 -msgid "New choice" -msgstr "Nouveau choix" +#: templates/editChoices.html:8 +msgid "Add new choice" +msgstr "Ajouter un nouveau choix" -#: templates/editChoices.html:11 +#: templates/editChoices.html:8 msgid "" "Setting a new choice. Optionally you can set a limit of vote for this " "choice. This limit is usefull for limited resources allocation." @@ -228,53 +244,69 @@ msgstr "" "vote pour ce choix. Cette limite est utile dans le cas d'attribution de " "ressources limitées." -#: templates/editChoices.html:15 templates/editChoicesAdmin.html:35 -#: templates/editChoicesUser.html:22 -msgid "Limited to" -msgstr "Limité à" +#: templates/editChoices.html:13 +msgid "Choice value:" +msgstr "Valeur du choix :" -#: templates/editChoices.html:15 templates/editChoicesAdmin.html:35 -#: templates/editChoicesUser.html:22 -msgid "vote(s)" -msgstr "vote(s)" +#: templates/editChoices.html:15 +msgid "Max number of votes (optional):" +msgstr "Nombre maximum de votes (optionnel) :" -#: templates/editChoices.html:16 +#: templates/editChoices.html:18 msgid "Add" msgstr "Ajouter" -#: templates/editChoicesAdmin.html:14 +#: templates/editChoicesAdmin.html:15 msgid "As long as no options were added to the poll, it will not be available." msgstr "" "Tant qu'aucune option ne sera ajouté au sondage, il ne sera pas disponible." -#: templates/editChoicesAdmin.html:16 -msgid "Complete/Finalise the poll" -msgstr "Complète/Finalise le sondage" +#: templates/editChoicesAdmin.html:18 +msgid "Choice administration" +msgstr "Administration des choix" + +#: templates/editChoicesAdmin.html:19 +msgid "After you've finished to add or edit choices for this poll, click on:" +msgstr "Après l'édition des choix cliquez sur :" -#: templates/editChoicesAdmin.html:17 +#: templates/editChoicesAdmin.html:19 msgid "Next" msgstr "Suivant" -#: templates/editChoicesAdmin.html:21 -msgid "Available choices" -msgstr "Choix disponibles" +#: templates/editChoicesAdmin.html:26 +msgid "Edit available choices" +msgstr "Édition des choix disponibles" -#: templates/editChoicesAdmin.html:24 -msgid "Up/down" -msgstr "Haut/bas" +#: templates/editChoicesAdmin.html:30 +msgid "Position" +msgstr "Position" -#: templates/editChoicesAdmin.html:25 templates/editChoicesUser.html:17 -msgid "Label" -msgstr "Libellé" +#: templates/editChoicesAdmin.html:31 +msgid "Value" +msgstr "Valeur" -#: templates/editChoicesAdmin.html:26 templates/editChoicesUser.html:18 -msgid "Limit" -msgstr "Limite" +#: templates/editChoicesAdmin.html:32 +msgid "Max votes" +msgstr "Nombre de vote maximum" -#: templates/editChoicesAdmin.html:27 +#: templates/editChoicesAdmin.html:33 msgid "Delete?" msgstr "Supprimer ?" +#: templates/editChoicesAdmin.html:33 +msgid "To remove a choice, check this box on the good line and click on Edit." +msgstr "" +"Pour supprimer un choix, cliquer sur la case sur la ligne adéquate " +"et cliquez sur Éditer." + +#: templates/editChoicesAdmin.html:41 +msgid "Move up" +msgstr "Remonter" + +#: templates/editChoicesAdmin.html:43 +msgid "Move down" +msgstr "Descendre" + #: templates/editChoicesUser.html:13 msgid "Return to the poll" msgstr "Retourner au sondage" @@ -283,9 +315,29 @@ msgstr "Retourner au sondage" msgid "Choices" msgstr "Choix" -#: templates/editChoicesUser.html:21 templates/vote.html:144 +#: templates/editChoicesUser.html:17 +msgid "Current choices" +msgstr "Choix actuels" + +#: templates/editChoicesUser.html:20 +msgid "Name" +msgstr "Nom" + +#: templates/editChoicesUser.html:21 +msgid "Limit" +msgstr "Limite" + +#: templates/editChoicesUser.html:24 templates/vote.html:194 msgid "DATETIME_FORMAT" -msgstr "" +msgstr "DATETIME_FORMAT" + +#: templates/editChoicesUser.html:25 +msgid "Limited to" +msgstr "Limité à" + +#: templates/editChoicesUser.html:25 +msgid "vote(s)" +msgstr "vote(s)" #: templates/main.html:6 msgid "Create a poll" @@ -302,11 +354,11 @@ msgstr "" msgid "It's here!" msgstr "C'est ici !" -#: templates/main.html:9 +#: templates/main.html:10 msgid "Public polls" msgstr "Sondages publics" -#: templates/main.html:17 +#: templates/main.html:18 msgid "Categories" msgstr "Catégories" @@ -314,27 +366,35 @@ msgstr "Catégories" msgid "The current poll is closed." msgstr "Le sondage actuel est fermé" -#: templates/vote.html:23 +#: templates/vote.html:17 +msgid "Description" +msgstr "Description" + +#: templates/vote.html:20 +msgid "Participation" +msgstr "Participation" + +#: templates/vote.html:36 msgid "max" msgstr "max" -#: templates/vote.html:54 templates/vote.html.py:103 +#: templates/vote.html:73 templates/vote.html.py:138 msgid "Limit reached" msgstr "Limite atteinte" -#: templates/vote.html:109 +#: templates/vote.html:150 msgid "Sum" msgstr "Somme" -#: templates/vote.html:115 +#: templates/vote.html:162 msgid "Participate" msgstr "Participer" -#: templates/vote.html:122 +#: templates/vote.html:172 msgid "Add a new choice to this poll?" msgstr "Ajouter un nouveau choix à ce sondage ?" -#: templates/vote.html:124 +#: templates/vote.html:178 msgid "" "You have already vote? You are enough wise not to be influenced by other " "votes? You can display result by clicking" @@ -342,32 +402,36 @@ msgstr "" "Vous avez déjà voté ? Vous pensez être suffisament sage pour ne pas être " "influencé par les autres votes ? Vous pouvez afficher le résultat en cliquant" -#: templates/vote.html:124 +#: templates/vote.html:179 msgid "here" msgstr "ici" -#: templates/vote.html:125 +#: templates/vote.html:183 msgid "Remain informed of poll evolution:" msgstr "Restez informé de l'évolution du sondage" -#: templates/vote.html:125 -msgid "syndication" +#: templates/vote.html:184 +msgid "RSS syndication" msgstr "syndication" -#: templates/vote.html:128 +#: templates/vote.html:190 msgid "Comments" msgstr "Commentaires" -#: templates/vote.html:128 +#: templates/vote.html:190 #, python-format msgid "%(max_comment_nb)s max" msgstr "%(max_comment_nb)s maximum" -#: templates/vote.html:137 +#: templates/vote.html:201 +msgid "Add a comment" +msgstr "Ajouter un commentaire" + +#: templates/vote.html:207 msgid "Comment" msgstr "Commentaire" -#: templates/vote.html:140 +#: templates/vote.html:210 msgid "Send" msgstr "Envoyer" @@ -386,3 +450,12 @@ msgid ": %(sum)s vote" msgid_plural ": %(sum)s votes" msgstr[0] " : %(sum)s vote" msgstr[1] " : %(sum)s votes" + +#~ msgid "Complete/Finalise the poll" +#~ msgstr "Complète/Finalise le sondage" + +#~ msgid "Up/down" +#~ msgstr "Haut/bas" + +#~ msgid "Label" +#~ msgstr "Libellé" |