Version 0.1.54.1 0.1.54.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 04 Oct 2019 19:19:45 +0200
changeset 1364 a2a0487968a2
parent 1363 4518951655df
child 1365 3453b2e881dc
Version 0.1.54.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo
src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po
src/pyams_content/locales/pyams_content.pot
--- a/buildout.cfg	Fri Oct 04 13:53:56 2019 +0200
+++ b/buildout.cfg	Fri Oct 04 19:19:45 2019 +0200
@@ -85,4 +85,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.54
+pyams_content = 0.1.54.1
--- a/docs/HISTORY.txt	Fri Oct 04 13:53:56 2019 +0200
+++ b/docs/HISTORY.txt	Fri Oct 04 19:19:45 2019 +0200
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.54.1
+--------
+ - added notice on form's submit message input widget
+ - added default value to form's submit button label
+
 0.1.54
 ------
  - added contributor restrictions to allow contributors to manage contents owned by other
--- a/setup.py	Fri Oct 04 13:53:56 2019 +0200
+++ b/setup.py	Fri Oct 04 19:19:45 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.54'
+version = '0.1.54.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Fri Oct 04 13:53:56 2019 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO	Fri Oct 04 19:19:45 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.54
+Version: 0.1.54.1
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,11 @@
         History
         =======
         
+        0.1.54.1
+        --------
+         - added notice on form's submit message input widget
+         - added default value to form's submit button label
+        
         0.1.54
         ------
          - added contributor restrictions to allow contributors to manage contents owned by other
Binary file src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo has changed
--- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po	Fri Oct 04 13:53:56 2019 +0200
+++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po	Fri Oct 04 19:19:45 2019 +0200
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE 1.0\n"
-"POT-Creation-Date: 2019-10-01 11:55+0200\n"
+"POT-Creation-Date: 2019-10-03 12:42+0200\n"
 "PO-Revision-Date: 2015-09-10 10:42+0200\n"
 "Last-Translator: Thierry Florac <tflorac@ulthar.net>\n"
 "Language-Team: French\n"
@@ -4186,8 +4186,8 @@
 "If set, this title will be displayed in front-office instead of original "
 "title"
 msgstr ""
-"S'il est rensigné, ce titre sera affiché en front-office à la place du titre "
-"original"
+"S'il est renseigné, ce titre sera affiché en front-office à la place du "
+"titre original"
 
 #: src/pyams_content/shared/form/interfaces.py:150
 msgid "Form header"
@@ -4204,7 +4204,7 @@
 #: src/pyams_content/shared/form/interfaces.py:155
 msgid "If set, this title will be displayed above input fields"
 msgstr ""
-"S'il est rensigné, ce titre sera affiché en front-office au-dessus de la "
+"S'il est renseigné, ce titre sera affiché en front-office au-dessus de la "
 "liste des champs de saisie"
 
 #: src/pyams_content/shared/form/interfaces.py:159
@@ -4227,7 +4227,7 @@
 
 #: src/pyams_content/shared/form/interfaces.py:169
 msgid "Submit message"
-msgstr "Message de soumission"
+msgstr "Message après soumission"
 
 #: src/pyams_content/shared/form/interfaces.py:170
 msgid "This message will be displayed after form submission"
@@ -4306,8 +4306,8 @@
 "User consent must be explicit, and user must be warned about usage which "
 "will be made of submitted data; text samples are given below"
 msgstr ""
-"Le consentement de l'utilisateur doit être explicité clairement ; ci-dessous "
-"figurent quelques exemples de formulations possibles"
+"Le consentement de l'utilisateur doit être explicité de façon claire "
+"et explicite..."
 
 #: src/pyams_content/shared/form/interfaces.py:213
 msgid "RGPD user rights"
@@ -4320,8 +4320,7 @@
 "formulations"
 msgstr ""
 "L'internaute doit facilement pouvoir retirer son consentement par la suite ; "
-"il convient donc de lui indiquer la façon de procéder. Ci-dessous figurent "
-"des exemples de formulations possibles"
+"il convient donc de lui indiquer la façon de procéder."
 
 #: src/pyams_content/shared/form/interfaces.py:259
 msgid "Source address"
@@ -4361,20 +4360,28 @@
 msgid "Main form settings"
 msgstr "Paramètres du formulaire"
 
-#: src/pyams_content/shared/form/zmi/properties.py:162
+#: src/pyams_content/shared/form/zmi/properties.py:168
 msgid "Form handler settings"
 msgstr "Paramètres du gestionnaire"
 
-#: src/pyams_content/shared/form/zmi/properties.py:96
+#: src/pyams_content/shared/form/zmi/properties.py:102
 msgid "Add captcha"
 msgstr "Intégrer un captcha"
 
-#: src/pyams_content/shared/form/zmi/properties.py:104
+#: src/pyams_content/shared/form/zmi/properties.py:110
 msgid "Add RGPD warning"
 msgstr "Conformité RGPD"
 
 #: src/pyams_content/shared/form/zmi/properties.py:76
 msgid ""
+"Text samples:<br />- Thank you for taking contact with us, your message has "
+"been transmitted."
+msgstr ""
+"Formulations possibles :<br />- Merci d'avoir pris contact avec nous, votre "
+"message a été transmis."
+
+#: src/pyams_content/shared/form/zmi/properties.py:82
+msgid ""
 "Text samples:<br />- By submitting this form, I agree that the information "
 "entered may be used for the purpose of my request and the business "
 "relationship that may result from it."
@@ -4383,7 +4390,7 @@
 "les informations saisies soient exploitées dans le cadre de ma demande et de "
 "la relation commerciale qui peut en découler."
 
-#: src/pyams_content/shared/form/zmi/properties.py:83
+#: src/pyams_content/shared/form/zmi/properties.py:89
 msgid ""
 "Text samples:<br />- To know and enforce your rights, including the right to "
 "withdraw your consent to the use of the data collected by this form, please "
@@ -4394,13 +4401,13 @@
 "collectées par ce formulaire, veuillez consulter notre politique de "
 "confidentialité."
 
-#: src/pyams_content/shared/form/zmi/properties.py:133
+#: src/pyams_content/shared/form/zmi/properties.py:139
 msgid "You MUST set an RGPD consent text and RGPD user rights to enable RGPD!"
 msgstr ""
-"Vous devez indiquer un texte de consentement ainsi qu'un rapperl des droits "
+"Vous devez indiquer un texte de consentement ainsi qu'un rappel des droits "
 "de la personne pour être en conformité avec le RGPD !"
 
-#: src/pyams_content/shared/form/zmi/properties.py:159
+#: src/pyams_content/shared/form/zmi/properties.py:165
 #, python-format
 msgid "« {handler} » form handler settings"
 msgstr "Paramètres du gestionnaire « {handler} »"
--- a/src/pyams_content/locales/pyams_content.pot	Fri Oct 04 13:53:56 2019 +0200
+++ b/src/pyams_content/locales/pyams_content.pot	Fri Oct 04 19:19:45 2019 +0200
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE 1.0\n"
-"POT-Creation-Date: 2019-10-01 11:55+0200\n"
+"POT-Creation-Date: 2019-10-03 12:42+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4052,37 +4052,43 @@
 msgid "Main form settings"
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:162
+#: ./src/pyams_content/shared/form/zmi/properties.py:168
 msgid "Form handler settings"
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:96
+#: ./src/pyams_content/shared/form/zmi/properties.py:102
 msgid "Add captcha"
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:104
+#: ./src/pyams_content/shared/form/zmi/properties.py:110
 msgid "Add RGPD warning"
 msgstr ""
 
 #: ./src/pyams_content/shared/form/zmi/properties.py:76
 msgid ""
+"Text samples:<br />- Thank you for taking contact with us, your message has "
+"been transmitted."
+msgstr ""
+
+#: ./src/pyams_content/shared/form/zmi/properties.py:82
+msgid ""
 "Text samples:<br />- By submitting this form, I agree that the information "
 "entered may be used for the purpose of my request and the business "
 "relationship that may result from it."
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:83
+#: ./src/pyams_content/shared/form/zmi/properties.py:89
 msgid ""
 "Text samples:<br />- To know and enforce your rights, including the right to "
 "withdraw your consent to the use of the data collected by this form, please "
 "consult our privacy policy."
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:133
+#: ./src/pyams_content/shared/form/zmi/properties.py:139
 msgid "You MUST set an RGPD consent text and RGPD user rights to enable RGPD!"
 msgstr ""
 
-#: ./src/pyams_content/shared/form/zmi/properties.py:159
+#: ./src/pyams_content/shared/form/zmi/properties.py:165
 #, python-format
 msgid "« {handler} » form handler settings"
 msgstr ""