From 03c1bb41b60966877684b9dd87b4173c3f32fdfa Mon Sep 17 00:00:00 2001 From: Ehouarn Date: Fri, 18 Jul 2025 23:49:34 +0200 Subject: [PATCH 1/2] First of many --- locale/fr/LC_MESSAGES/django.po | 8 -------- 1 file changed, 8 deletions(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index b62c48bc..76ebb02b 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -4095,14 +4095,6 @@ msgstr "La note est indisponible pour le moment" msgid "Thank you for your understanding -- The Respos Info of BDE" msgstr "Merci de votre compréhension -- Les Respos Info du BDE" -#: note_kfet/templates/base_search.html:15 -msgid "Search by attribute such as name..." -msgstr "Chercher par un attribut tel que le nom..." - -#: note_kfet/templates/base_search.html:23 -msgid "There is no results." -msgstr "Il n'y a pas de résultat." - #: note_kfet/templates/cas/logged.html:8 msgid "" "

Log In Successful

You have successfully logged into the Central " From 61999a31a5d0a867e67895665cd29662b2d95b8a Mon Sep 17 00:00:00 2001 From: Ehouarn Date: Sat, 19 Jul 2025 18:04:14 +0200 Subject: [PATCH 2/2] Wei details --- apps/wei/forms/registration.py | 2 +- locale/fr/LC_MESSAGES/django.po | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/wei/forms/registration.py b/apps/wei/forms/registration.py index 35838c2b..4fbbaaae 100644 --- a/apps/wei/forms/registration.py +++ b/apps/wei/forms/registration.py @@ -82,7 +82,7 @@ class WEIRegistration1AForm(WEIRegistrationForm): class WEIChooseBusForm(forms.Form): bus = forms.ModelMultipleChoiceField( queryset=Bus.objects, - label=_("bus"), + label=_("Bus"), help_text=_("This choice is not definitive. The WEI organizers are free to attribute for you a bus and a team," + " in particular if you are a free eletron."), widget=CheckboxSelectMultiple(), diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 76ebb02b..16ca4aab 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -3152,10 +3152,8 @@ msgid "Note transaction" msgstr "Transaction Note" #: apps/wei/models.py:217 -#, fuzzy -#| msgid "Credit type" msgid "deposit type" -msgstr "Type de rechargement" +msgstr "type de caution" #: apps/wei/models.py:221 apps/wei/templates/wei/weimembership_form.html:64 msgid "birth date"