Commit beb55458 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-28 yusei

* Update Base_translateString or translateString instead of N_ for translation message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23261 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0123a1fc
...@@ -65,14 +65,13 @@ ...@@ -65,14 +65,13 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>from Products.ERP5Type.Message import Message\n <value> <string>from Products.ERP5Type.Message import translateString\n
N_ = lambda msg: Message(\'erp5_ui\', msg)\n
\n \n
return [\n return [\n
(\'\', \'\'),\n (\'\', \'\'),\n
( N_(\'List of Documents\'), \'list\'),\n (translateString(\'List of Documents\'), \'list\'),\n
( N_(\'Default Export of each Document\'), \'list_view\' ),\n (translateString(\'Default Export of each Document\'), \'list_view\' ),\n
( N_(\'Default Export of each Document (one sheet per view)\'), \'list_view_separate_sheet\'),\n (translateString(\'Default Export of each Document (one sheet per view)\'), \'list_view_separate_sheet\'),\n
]\n ]\n
</string> </value> </string> </value>
</item> </item>
...@@ -123,8 +122,7 @@ return [\n ...@@ -123,8 +122,7 @@ return [\n
<value> <value>
<tuple> <tuple>
<string>Products.ERP5Type.Message</string> <string>Products.ERP5Type.Message</string>
<string>Message</string> <string>translateString</string>
<string>N_</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2008-08-28 yusei
* Update Base_translateString or translateString instead of N_ for translation message.
2008-06-26 yusei 2008-06-26 yusei
* Revise version to 5.1. * Revise version to 5.1.
...@@ -31,4 +34,4 @@ Include field OOoChart in ODS style ...@@ -31,4 +34,4 @@ Include field OOoChart in ODS style
*add some style sheet *add some style sheet
2007-06-28 jerome 2007-06-28 jerome
initial prototype initial prototype
\ No newline at end of file
146 147
\ 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