diff --git a/easyaudit/locale/fr/LC_MESSAGES/django.mo b/easyaudit/locale/fr/LC_MESSAGES/django.mo index e195845f..658e1046 100644 Binary files a/easyaudit/locale/fr/LC_MESSAGES/django.mo and b/easyaudit/locale/fr/LC_MESSAGES/django.mo differ diff --git a/easyaudit/locale/fr/LC_MESSAGES/django.po b/easyaudit/locale/fr/LC_MESSAGES/django.po index dc5734f6..34edc6d6 100644 --- a/easyaudit/locale/fr/LC_MESSAGES/django.po +++ b/easyaudit/locale/fr/LC_MESSAGES/django.po @@ -182,9 +182,33 @@ msgid "Are you sure you want to permanently remove all objects ?" msgstr "Voulez-vous supprimer définitivement tous les objects" #: templates/admin/easyaudit/purge_confirmation.html:25 -msgid "Yes, I\'m sure" +msgid "Yes, I'm sure" msgstr "Oui j'en suis sûre" #: templates/admin/easyaudit/purge_confirmation.html:26 msgid "Cancel" msgstr "Annuler" + +#: models.py:26 +msgid "Many-to-Many Add" +msgstr "Ajout plusieurs-à-plusieurs" + +#: models.py:27 +msgid "Reverse Many-to-Many Add" +msgstr "Ajout inversé plusieurs-à-plusieurs" + +#: models.py:28 +msgid "Many-to-Many Remove" +msgstr "Suppression plusieurs-à-plusieurs" + +#: models.py:29 +msgid "Reverse Many-to-Many Remove" +msgstr "Suppression inversée plusieurs-à-plusieurs" + +#: models.py:30 +msgid "Many-to-Many Clear" +msgstr "Nettoyage plusieurs-à-plusieurs" + +#: models.py:31 +msgid "Reverse Many-to-Many Clear" +msgstr "Nettoyage inversé plusieurs-à-plusieurs"