File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed
petition/templates/petition Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ msgstr ""
88"Project-Id-Version : Pytition\n "
99"Report-Msgid-Bugs-To : \n "
1010"POT-Creation-Date : 2022-08-15 21:12+0200\n "
11- "PO-Revision-Date : 2024-03-30 22:20 +0200\n "
12- "
Last-Translator :
Yann Sionneau <[email protected] >\n"
11+ "PO-Revision-Date : 2024-03-31 22:24 +0200\n "
12+ "
Last-Translator :
Fares Sellaouti <[email protected] >\n"
1313"Language-Team : French (France) <https://weblate.framasoft.org/projects/ "
1414"pytition/pytitions/fr_FR/>\n "
1515"Language : fr_FR\n "
@@ -2105,5 +2105,25 @@ msgstr "Italien"
21052105msgid "Occitan"
21062106msgstr "Occitan"
21072107
2108+ #: pytition/petition/templates/petition/edit_petition.html:19
2109+ msgid "Publication date"
2110+ msgstr "Date de publication"
2111+
2112+ #: pytition/petition/templates/petition/edit_petition.html:19
2113+ msgid "Show publication date"
2114+ msgstr "Afficher date de publication"
2115+
2116+ #: pytition/petition/templates/petition/edit_petition.html:19
2117+ msgid "Target"
2118+ msgstr "Objectif"
2119+
2120+ #: pytition/petition/templates/petition/edit_petition.html:19
2121+ msgid "Side text"
2122+ msgstr "Texte latéral"
2123+
2124+ #: pytition/petition/templates/petition/edit_petition.html:19
2125+ msgid "Sign form footer"
2126+ msgstr "Pied de formulaire de signature"
2127+
21082128#~ msgid "View all petitions"
21092129#~ msgstr "Voir toutes les pétitions"
Original file line number Diff line number Diff line change 1+ {% load i18n %}
12{% load widget_tweaks %}
23{% load petition_extras %}
34
1516
1617{% for field in form.visible_fields %}
1718 < div class ="form-group row ">
18- < label for ="{{ field.auto_id }} " class ="col-sm-12 col-md-3 col-lg-2 col-form-label "> {{ field.label } }</ label >
19+ < label for ="{{ field.auto_id }} " class ="col-sm-12 col-md-3 col-lg-2 col-form-label "> {% trans field.label % }</ label >
1920
2021 {% if form.is_bound %}
2122 {% if field.errors %}
You can’t perform that action at this time.
0 commit comments