From 42d4b19af29340256efbe4ff96cc414a161439d9 Mon Sep 17 00:00:00 2001 From: Fares Sellaouti Date: Sun, 31 Mar 2024 22:24:05 +0200 Subject: [PATCH] translation: fixed issues in French translation Issue:315 --- pytition/locale/fr_FR/LC_MESSAGES/django.po | 24 +++++++++++++++++-- .../petition/templates/petition/bs4_form.html | 3 ++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/pytition/locale/fr_FR/LC_MESSAGES/django.po b/pytition/locale/fr_FR/LC_MESSAGES/django.po index 97bbd887..e5d3bd39 100644 --- a/pytition/locale/fr_FR/LC_MESSAGES/django.po +++ b/pytition/locale/fr_FR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Pytition\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-08-15 21:12+0200\n" -"PO-Revision-Date: 2024-03-30 22:20+0200\n" -"Last-Translator: Yann Sionneau \n" +"PO-Revision-Date: 2024-03-31 22:24+0200\n" +"Last-Translator: Fares Sellaouti \n" "Language-Team: French (France) \n" "Language: fr_FR\n" @@ -2105,5 +2105,25 @@ msgstr "Italien" msgid "Occitan" msgstr "Occitan" +#: pytition/petition/templates/petition/edit_petition.html:19 +msgid "Publication date" +msgstr "Date de publication" + +#: pytition/petition/templates/petition/edit_petition.html:19 +msgid "Show publication date" +msgstr "Afficher date de publication" + +#: pytition/petition/templates/petition/edit_petition.html:19 +msgid "Target" +msgstr "Objectif" + +#: pytition/petition/templates/petition/edit_petition.html:19 +msgid "Side text" +msgstr "Texte latéral" + +#: pytition/petition/templates/petition/edit_petition.html:19 +msgid "Sign form footer" +msgstr "Pied de formulaire de signature" + #~ msgid "View all petitions" #~ msgstr "Voir toutes les pétitions" diff --git a/pytition/petition/templates/petition/bs4_form.html b/pytition/petition/templates/petition/bs4_form.html index 1732ad05..d32ff5b2 100644 --- a/pytition/petition/templates/petition/bs4_form.html +++ b/pytition/petition/templates/petition/bs4_form.html @@ -1,3 +1,4 @@ +{% load i18n %} {% load widget_tweaks %} {% load petition_extras %} @@ -15,7 +16,7 @@ {% for field in form.visible_fields %}
- + {% if form.is_bound %} {% if field.errors %}