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