From b6347829c646ae95ccc828ddcac1b6292cfa793d Mon Sep 17 00:00:00 2001 From: imperosol Date: Tue, 1 Sep 2026 18:34:03 +0200 Subject: [PATCH] add translations --- locale/fr/LC_MESSAGES/django.po | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index a34f65c0..76e9339e 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-21 14:10+0200\n" +"POT-Creation-Date: 2026-09-01 18:32+0200\n" "PO-Revision-Date: 2016-07-18\n" "Last-Translator: Maréchal \n" @@ -5089,6 +5089,10 @@ msgstr "signalant" msgid "A guide of courses available at UTBM." msgstr "Un guide de tous les cours disponibles à l'UTBM." +#: pedagogy/templates/pedagogy/guide.jinja +msgid "Search UE" +msgstr "Recherche d'UE" + #: pedagogy/templates/pedagogy/guide.jinja #, python-format msgid "%(display_name)s" @@ -5758,6 +5762,18 @@ msgstr "fin de la cotisation" msgid "location" msgstr "lieu" +#: subscription/models.py +msgid "created_at" +msgstr "créé le" + +#: subscription/models.py +msgid "" +"When this subscription was created. This date may differ from the start of " +"the subscription." +msgstr "" +"Quand la cotisation a été créée. Cette date peut différer du début effectif de " +"la cotisation." + #: subscription/models.py msgid "You can not subscribe many time for the same period" msgstr "Vous ne pouvez pas cotiser plusieurs fois pour la même période"