From b43b531c3bf59c912bd980a1c5008a505cf515b4 Mon Sep 17 00:00:00 2001
From: imperosol
+ {% trans trimmed nb=nb_event %} + This event will take place every week for {{ nb }} weeks. + If you moderate or delete this event, + it will also be moderated (or deleted) for the following weeks. + {% endtrans %} +
+ {% endif %} + {% endif %} {% if user.has_perm("com.moderate_news") %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index c81232ef..35e39309 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -1263,7 +1263,7 @@ msgstr "Format : 16:9 | Résolution : 1920x1080" msgid "Start date" msgstr "Date de début" -#: com/forms.py +#: com/forms.py com/templates/com/macros.jinja msgid "Weekly event" msgstr "Événement Hebdomadaire" @@ -1422,6 +1422,16 @@ msgstr "" "Elle sera cachée pour les autres utilisateurs tant qu'elle ne sera pas " "modérée." +#: com/templates/com/macros.jinja +#, python-format +msgid "" +"This event will take place every week for %(nb)s weeks. If you moderate or delete " +"this event, it will also be moderated (or deleted) for the following weeks." +msgstr "" +"Cet événement se déroulera chaque semaine pendant %(nb)s semaines. Si vous " +"modérez ou supprimez cet événement, il sera également modéré (ou supprimé) " +"pour les semaines suivantes." + #: com/templates/com/macros.jinja com/templates/com/mailing_admin.jinja #: com/templates/com/news_admin_list.jinja com/templates/com/news_detail.jinja #: core/templates/core/file_detail.jinja