diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 05:48:16 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 05:48:16 +0000 |
| commit | dd56de08515262e316e2da5be998f4516e78d999 (patch) | |
| tree | 5cccb2672bc26e679ce61466d5c18a2847c4fcc7 | |
| parent | 200686ba4a6b8f4a8f1005572316a746265edde8 (diff) | |
Fixed #4973 -- Made a slight tweak to the French translation to try and accommodate indeterminate forms (plural and gender) in the resulting sentence. Thanks, Johann Queuniet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/djangojs.mo | bin | 1533 -> 1540 bytes | |||
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/djangojs.po | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/locale/fr/LC_MESSAGES/djangojs.mo b/django/conf/locale/fr/LC_MESSAGES/djangojs.mo Binary files differindex 34f4c78529..44f04e3b7e 100644 --- a/django/conf/locale/fr/LC_MESSAGES/djangojs.mo +++ b/django/conf/locale/fr/LC_MESSAGES/djangojs.mo diff --git a/django/conf/locale/fr/LC_MESSAGES/djangojs.po b/django/conf/locale/fr/LC_MESSAGES/djangojs.po index 1841be20c8..3d6a2aaca3 100644 --- a/django/conf/locale/fr/LC_MESSAGES/djangojs.po +++ b/django/conf/locale/fr/LC_MESSAGES/djangojs.po @@ -35,7 +35,7 @@ msgstr "Dimanche Lundi Mardi Mercredi Jeudi Vendredi Samedi" #: contrib/admin/media/js/SelectFilter2.js:33 #, perl-format msgid "Available %s" -msgstr "Disponible %s" +msgstr "%s disponible(s)" #: contrib/admin/media/js/SelectFilter2.js:41 msgid "Choose all" @@ -52,7 +52,7 @@ msgstr "Enlever" #: contrib/admin/media/js/SelectFilter2.js:53 #, perl-format msgid "Chosen %s" -msgstr "Choisi %s" +msgstr "%s choisi(es)" #: contrib/admin/media/js/SelectFilter2.js:54 msgid "Select your choice(s) and click " |
