Commit 15a39660 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fixed #7031 -- Added some missing plural forms to the French translation.

Thanks, François Charlier.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 5adf26ee
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -4277,23 +4277,33 @@ msgstr "ou"

#: utils/timesince.py:21
msgid "year"
msgstr "année"
msgid_plural "years"
msgstr[0] "année"
msgstr[1] "années"

#: utils/timesince.py:22
msgid "month"
msgstr "mois"
msgid_plural "months"
msgstr[0] "mois"
msgstr[1] "mois"

#: utils/timesince.py:23
msgid "week"
msgstr "semaine"
msgid_plural "weeks"
msgstr[0] "semaine"
msgstr[1] "semaines"

#: utils/timesince.py:24
msgid "day"
msgstr "journée"
msgid_plural "days"
msgstr[0] "journée"
msgstr[1] "journées"

#: utils/timesince.py:25
msgid "hour"
msgstr "heure"
msgid_plural "hours"
msgstr[0] "heure"
msgstr[1] "heures"

#: utils/timesince.py:26
msgid "minute"