summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2006-07-03 16:07:37 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2006-07-03 16:07:37 +0000
commit009f224e5799ffd963ce325fd1c1181bfab3dc14 (patch)
treee786ed85bbf4e73d5534f0bcb3313d96116bed4c /django
parent86b340656c343d507ad5004790e0caa98236aef5 (diff)
fixed #2241: typos in french translation (manually snarfed from the diff, please send .po files next time!)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django')
-rw-r--r--django/conf/locale/fr/LC_MESSAGES/django.mobin32921 -> 32919 bytes
-rw-r--r--django/conf/locale/fr/LC_MESSAGES/django.po4
2 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/locale/fr/LC_MESSAGES/django.mo b/django/conf/locale/fr/LC_MESSAGES/django.mo
index d678225f2f..7b2b1f6e9e 100644
--- a/django/conf/locale/fr/LC_MESSAGES/django.mo
+++ b/django/conf/locale/fr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/fr/LC_MESSAGES/django.po b/django/conf/locale/fr/LC_MESSAGES/django.po
index 7cc5070840..104e9a2aa1 100644
--- a/django/conf/locale/fr/LC_MESSAGES/django.po
+++ b/django/conf/locale/fr/LC_MESSAGES/django.po
@@ -514,7 +514,7 @@ msgstr "Supprimé %s."
#: contrib/admin/views/main.py:343
msgid "No fields changed."
-msgstr "Aucun champs modifié."
+msgstr "Aucun champ modifié."
#: contrib/admin/views/main.py:346
#, python-format
@@ -1906,7 +1906,7 @@ msgstr ""
#: db/models/fields/__init__.py:40
#, python-format
msgid "%(optname)s with this %(fieldname)s already exists."
-msgstr "%(optname)s avec le champs %(fieldname)s existe déjà."
+msgstr "%(optname)s avec le champ %(fieldname)s existe déjà."
#: db/models/fields/__init__.py:114 db/models/fields/__init__.py:265
#: db/models/fields/__init__.py:542 db/models/fields/__init__.py:553