Commit f4fabc78 authored by Jérome Perrin's avatar Jérome Perrin

Use "Password and confirmation doesn\'t match." as external validator failures messages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17913 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4374797c
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -36,7 +33,7 @@ ...@@ -36,7 +33,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>external_validator_failed</string> </key> <key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value> <value> <string>Password and confirmation doesn\'t match.</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -32,7 +29,7 @@ ...@@ -32,7 +29,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>external_validator_failed</string> </key> <key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value> <value> <string>Password and confirmation doesn\'t match.</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -80,13 +77,13 @@ ...@@ -80,13 +77,13 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The password of the user.\n <value> <string>The password of the user.\n
\n \n
Leaving this password empty will not modify existing password.</string> </value> Leaving this password empty will not modify existing password.</string> </value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
...@@ -104,7 +101,7 @@ Leaving this password empty will not modify existing password.</string> </value> ...@@ -104,7 +101,7 @@ Leaving this password empty will not modify existing password.</string> </value>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>User Password</string> </value> <value> <string>User Password</string> </value>
</item> </item>
</dictionary> </dictionary>
......
235 236
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment