Commit 39e6e6ba authored by Jérome Perrin's avatar Jérome Perrin

Translate listbox_choice

Set a better listbox title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22495 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7369fabd
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Listbox</string> </value> <value> <string>Divergeances</string> </value>
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
......
...@@ -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="ListField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>ListField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -160,7 +157,9 @@ ...@@ -160,7 +157,9 @@
</item> </item>
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>required</string> </key> <key> <string>required</string> </key>
...@@ -236,16 +235,7 @@ ...@@ -236,16 +235,7 @@
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>Split and defer</string>
<string>SplitAndDefer</string>
</tuple>
<tuple>
<string>Accept</string>
<string>CopyToTarget</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -274,4 +264,20 @@ ...@@ -274,4 +264,20 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(context.Base_translateString(\'Split and Defer\'), \'SplitAndDefer\'), (context.Base_translateString(\'Accept\'), \'CopyToTarget\')]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
424 426
\ 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