From 045ad590eb4c97e97dde8ee17d86ba2b024184c3 Mon Sep 17 00:00:00 2001 From: imperosol Date: Sun, 22 Mar 2026 11:21:20 +0100 Subject: [PATCH] add translations --- locale/fr/LC_MESSAGES/django.po | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 7791ae3f..5d9c46bc 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -258,8 +258,7 @@ msgstr "Rôle de la présidence" msgid "" "If the role is inactive, people joining the club won't be able to get it." msgstr "" -"Si ce rôle est inactif, il ne pourra pas être attribué aux gens qui " -"rejoignent le club." +"Si ce rôle est inactif, il ne pourra pas être attribué aux gens qui rejoignent le club." #: club/models.py msgid "club role" @@ -274,20 +273,12 @@ msgstr "rôles de club" msgid "" "Role %(name)s was declared as a presidency role without being a board role" msgstr "" -"Le rôle %(name)s a été déclaré comme rôle de présidence sans être un rôle du " -"bureau." +"Le rôle %(name)s a été déclaré comme rôle de présidence sans être un rôle du bureau." #: club/models.py #, python-format -msgid "Role %(role)s cannot be placed below a member role" -msgstr "" -"Le rôle %(role)s ne peut pas être placé en-dessous d'un rôle de membre." - -#: club/models.py -#, python-format -msgid "Role %(role)s cannot be placed below a non-presidency role" -msgstr "" -"Le rôle %(role)s ne peut pas être placé en-dessous d'un rôle de membre." +msgid "Board role %(role)s cannot be placed below a member role" +msgstr "Le rôle du bureau %(role)s ne peut pas être placé en-dessous d'un rôle de membre." #: club/models.py core/models.py counter/models.py eboutic/models.py #: election/models.py pedagogy/models.py sas/models.py trombi/models.py