Commit 12431c1e authored by Yusei Tahara's avatar Yusei Tahara

2008-09-04 yusei

* Update English messages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23423 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1681a0b7
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -153,21 +153,21 @@ ...@@ -153,21 +153,21 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>stock_report_selection</string> </value> <value> <string>stock_report_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort_columns</string> </key> <key> <string>sort_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -182,8 +182,8 @@ ...@@ -182,8 +182,8 @@
<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>Stock By Variation</string> </value> <value> <string>Stock by Variation</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -72,7 +72,7 @@ packing_list = context\n ...@@ -72,7 +72,7 @@ packing_list = context\n
# Modify state\n # Modify state\n
packing_list_state = packing_list.getSimulationState()\n packing_list_state = packing_list.getSimulationState()\n
if packing_list_state == "draft":\n if packing_list_state == "draft":\n
packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder\'))\n packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder.\'))\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
...@@ -322,17 +322,21 @@ ...@@ -322,17 +322,21 @@
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>property_tester</string> <string>property_tester</string>
<string>property_tester</string> <string>Property Tester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>solver_list</string> <string>solver_list</string>
<string>solver_list</string> <string>Solver List</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -475,7 +479,7 @@ ...@@ -475,7 +479,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>listbox</string> </value> <value> <string>Divergence Messages</string> </value>
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
...@@ -492,11 +496,8 @@ ...@@ -492,11 +496,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Stock By Variation</string> </value> <value> <string>Stock by Variation</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -97,7 +97,7 @@ while count > 0 and len(trade_condition_list) == 0:\n ...@@ -97,7 +97,7 @@ while count > 0 and len(trade_condition_list) == 0:\n
\n \n
if len(trade_condition_list ) == 0 :\n if len(trade_condition_list ) == 0 :\n
redirect_url = \'%s/%s?%s\' % ( context.absolute_url(), form_id,\n redirect_url = \'%s/%s?%s\' % ( context.absolute_url(), form_id,\n
\'portal_status_message=\' + Base_translateString(\'No Trade Condition.\'))\n \'portal_status_message=\' + Base_translateString(\'No trade condition.\'))\n
else :\n else :\n
# if more than one trade condition is found, simply apply the first one\n # if more than one trade condition is found, simply apply the first one\n
trade_condition=trade_condition_list[0].getObject()\n trade_condition=trade_condition_list[0].getObject()\n
......
...@@ -97,7 +97,7 @@ while count > 0 and len(trade_condition_list) == 0:\n ...@@ -97,7 +97,7 @@ while count > 0 and len(trade_condition_list) == 0:\n
\n \n
if len(trade_condition_list ) == 0 :\n if len(trade_condition_list ) == 0 :\n
redirect_url = \'%s/%s?%s\' % ( context.absolute_url(), form_id,\n redirect_url = \'%s/%s?%s\' % ( context.absolute_url(), form_id,\n
\'portal_status_message=\' + Base_translateString(\'No Trade Condition.\'))\n \'portal_status_message=\' + Base_translateString(\'No trade condition.\'))\n
else :\n else :\n
# if more than one trade condition is found, simply apply the first one\n # if more than one trade condition is found, simply apply the first one\n
trade_condition=trade_condition_list[0].getObject()\n trade_condition=trade_condition_list[0].getObject()\n
......
...@@ -79,7 +79,7 @@ packing_list.PackingList_copyOrderProperties()\n ...@@ -79,7 +79,7 @@ packing_list.PackingList_copyOrderProperties()\n
packing_list_state = packing_list.getSimulationState()\n packing_list_state = packing_list.getSimulationState()\n
\n \n
if packing_list_state == "draft":\n if packing_list_state == "draft":\n
packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder\'))\n packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder.\'))\n
\n \n
# First set the packing_list in the building state\n # First set the packing_list in the building state\n
packing_list.startBuilding()\n packing_list.startBuilding()\n
......
...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=draft&portal_type=Purchase+Order&loc ...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=draft&portal_type=Purchase+Order&loc
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Purchase Orders to Plan</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Purchase proposals to approve (%(count)s)</string> </value> <value> <string>Purchase Proposals to Approve (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=auto_planned&portal_type=Purchase+Or ...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=auto_planned&portal_type=Purchase+Or
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Purchase Proposals to Approve</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=planned&portal_type=Purchase+Order&l ...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=planned&portal_type=Purchase+Order&l
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Purchase Orders to Order</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=ordered&portal_type=Purchase+Order&l ...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=ordered&portal_type=Purchase+Order&l
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Purchase Orders to Confirm</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=offered&portal_type=Purchase+Order&l ...@@ -33,7 +33,7 @@ purchase_order_module/view?simulation_state=offered&portal_type=Purchase+Order&l
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Offered Purchase Orders to Follow</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=draft&portal_type=Sale+Order&local_roles ...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=draft&portal_type=Sale+Order&local_roles
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Sale Orders to Plan</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Sale proposals to approve (%(count)s)</string> </value> <value> <string>Sale Proposals to Approve (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=draft&portal_type=Sale+Order&local_roles ...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=draft&portal_type=Sale+Order&local_roles
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Sale Proposals to Approve</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=planned&portal_type=Sale+Order&local_rol ...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=planned&portal_type=Sale+Order&local_rol
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Sale Orders to Order</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=ordered&portal_type=Sale+Order&local_rol ...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=ordered&portal_type=Sale+Order&local_rol
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Sale Orders to Confirm</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=offered&portal_type=Sale+Order&local_rol ...@@ -33,7 +33,7 @@ sale_order_module/view?simulation_state=offered&portal_type=Sale+Order&local_rol
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Offered Sale Orders to Follow</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Update quantity from container</string> </value> <value> <string>Update Quantity from Container</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Set ready</string> </value> <value> <string>Set Ready</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
......
2008-09-04 yusei
* Update English messages.
2008-08-29 yusei 2008-08-29 yusei
* Correct text. * Correct text.
......
480 481
\ 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