diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-04-26 12:42:00 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-04-26 12:42:00 +0000 |
| commit | 15a39660373723b43c816a435f4aac99f64dd440 (patch) | |
| tree | 0d9d9e1d6089f171ca92e56a41001b0fe8b3fd83 | |
| parent | 5adf26ee54b71bcf79c4060a477d294ae83148d0 (diff) | |
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
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.mo | bin | 67089 -> 67158 bytes | |||
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.po | 20 |
2 files changed, 15 insertions, 5 deletions
diff --git a/django/conf/locale/fr/LC_MESSAGES/django.mo b/django/conf/locale/fr/LC_MESSAGES/django.mo Binary files differindex efefb0bb6f..60b760f7a8 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.mo +++ b/django/conf/locale/fr/LC_MESSAGES/django.mo diff --git a/django/conf/locale/fr/LC_MESSAGES/django.po b/django/conf/locale/fr/LC_MESSAGES/django.po index 55387f4bd3..3e133e8ca7 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.po +++ b/django/conf/locale/fr/LC_MESSAGES/django.po @@ -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" |
