| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2017-01-21 14:29+0100\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
- #: counter/models.py:12
- msgid "name"
- msgstr "nom"
- #: counter/models.py:13
- msgid "email"
- msgstr "email"
- #: counter/models.py:14
- msgid "trigram"
- msgstr "trigramme"
- #: counter/models.py:15
- msgid "associated user"
- msgstr "utilisateur associé"
- #: counter/models.py:16
- msgid "email notifications"
- msgstr "notifications par email"
- #: counter/models.py:17
- msgid "sort by SeumScore"
- msgstr "trier par SeumScore"
- #: counter/models.py:20
- #, python-format
- msgid "%(trigram)s (%(name)s)"
- msgstr "%(trigram)s (%(name)s)"
- #: counter/models.py:23
- msgid "counter"
- msgstr "compteur"
- #: counter/models.py:27 counter/models.py:55
- msgid "datetime"
- msgstr "date et heure"
- #: counter/models.py:28
- msgid "reason"
- msgstr "raison"
- #: counter/models.py:29
- #, fuzzy
- #| msgid "Victim"
- msgid "victim"
- msgstr "victime"
- #: counter/models.py:30
- #, fuzzy
- #| msgid "Seum giver"
- msgid "seum giver"
- msgstr "fouteur de seum"
- #: counter/models.py:34
- #, python-format
- msgid "%(counter)s : %(datetime)s (%(reason)s)"
- msgstr "%(counter)s : %(datetime)s (%(reason)s)"
- #: counter/models.py:48 counter/models.py:79
- msgid "reset"
- msgstr "remise à zéro"
- #: counter/models.py:49
- msgid "resets"
- msgstr "remises à zéro"
- #: counter/models.py:53
- msgid "liker"
- msgstr "likeur"
- #: counter/models.py:54
- msgid "seum"
- msgstr "seum"
- #: counter/models.py:58
- msgid "like"
- msgstr "like"
- #: counter/models.py:59
- msgid "likes"
- msgstr "likes"
- #: counter/models.py:63
- #, python-format
- msgid "%(liker)s likes %(reset)s"
- msgstr "%(liker)s aime %(reset)s"
- #: counter/models.py:70
- msgid "keyword"
- msgstr "mot-clé"
- #: counter/models.py:71
- msgid "keywords"
- msgstr "mots-clés"
- #: counter/models.py:78 counter/models.py:82
- msgid "hashtag"
- msgstr "hashtag"
- #: counter/models.py:83
- msgid "hashtags"
- msgstr "hashtags"
- #: counter/models.py:86
- #, python-format
- msgid "%(keyword)s for %(who)s"
- msgstr "%(keyword)s pour %(who)s"
- #: counter/templates/hashtagTemplate.html:20
- msgid "Seums containing"
- msgstr "Liste des seums contenant"
- #: counter/templates/hashtagTemplate.html:26
- msgid "Date"
- msgstr "Date"
- #: counter/templates/hashtagTemplate.html:27
- msgid "Motive"
- msgstr "Motif"
- #: counter/templates/hashtagTemplate.html:28
- msgid "Victim"
- msgstr "Victime"
- #: counter/templates/hashtagTemplate.html:29
- msgid "Seum giver"
- msgstr "Fouteur de seum"
- #: counter/templates/hashtagTemplate.html:30
- msgid "Number of likes"
- msgstr "Nombre de likes"
- #: counter/templates/hashtagTemplate.html:56
- msgid "Back to counters list"
- msgstr "Retour à la liste des compteurs"
- #: seum/settings.py:111
- msgid "English"
- msgstr "Anglais"
- #: seum/settings.py:112
- msgid "French"
- msgstr "Français"
- #~ msgid "Seum"
- #~ msgstr "Seum"
|