Commit 6daaee3d authored by Yusei Tahara's avatar Yusei Tahara

2008-09-07 yusei

* Update English messages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0420ee09
...@@ -87,37 +87,43 @@ ...@@ -87,37 +87,43 @@
</dictionary> </dictionary>
</value> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>all_columns</string> </key> <key> <string>all_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>id</string> <string>ID</string>
</tuple> </tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>title</string> <string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>portal_type</string> <string>portal_type</string>
<string>portal_type</string> <string>Portal Type</string>
</tuple> </tuple>
<tuple> <tuple>
<string>reference</string> <string>reference</string>
<string>reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>version</string> <string>version</string>
<string>version</string> <string>Version</string>
</tuple> </tuple>
<tuple> <tuple>
<string>language</string> <string>language</string>
<string>language</string> <string>Language</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -131,21 +137,21 @@ ...@@ -131,21 +137,21 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>select</string> </key> <key> <string>select</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>jump_to_related_document_list_selection</string> </value> <value> <string>jump_to_related_document_list_selection</string> </value>
</item> </item>
<item> <item>
...@@ -153,7 +159,7 @@ ...@@ -153,7 +159,7 @@
<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>Related Documents</string> </value> <value> <string>Related Documents</string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -184,11 +190,8 @@ ...@@ -184,11 +190,8 @@
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<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>
......
2008-09-07 yusei
* Update English messages.
2008-09-04 yusei 2008-09-04 yusei
* Update English messages. * Update English messages.
......
918 921
\ No newline at end of file \ No newline at end of file
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<div>\n <div>\n
<label for="url" value="" i18n:translate="" i18n:domain="ui">URL</label>\n <label for="url" value="" i18n:translate="" i18n:domain="ui">URL</label>\n
<input type="text" name="link_url" id="url" size="80" value="http://" />\n <input type="text" name="link_url" id="url" size="80" value="http://" />\n
<a href="" target="_blank" onclick="return setLink(this)" value="" i18n:translate="" i18n:domain="ui">preview</a>\n <a href="" target="_blank" onclick="return setLink(this)" value="" i18n:translate="" i18n:domain="ui">Preview</a>\n
</div>\n </div>\n
<tal:block tal:define="contribute_prefix string:link_">\n <tal:block tal:define="contribute_prefix string:link_">\n
<div metal:use-macro="here/WebSite_viewContributePropertyRenderer/macros/contribute_properties">\n <div metal:use-macro="here/WebSite_viewContributePropertyRenderer/macros/contribute_properties">\n
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<tal:block tal:define="tasks python: list(here.WebSite_getPendingEventInfoList())[:TASK_LEN];">\n <tal:block tal:define="tasks python: list(here.WebSite_getPendingEventInfoList())[:TASK_LEN];">\n
<div class="boxHeader" >\n <div class="boxHeader" >\n
<a tal:attributes="href string: search_area/WebSite_viewPendingEventList"\n <a tal:attributes="href string: search_area/WebSite_viewPendingEventList"\n
tal:content="python: \'%s (%s %s)\' % (here.Base_translateString(\'Act\'), len(tasks), here.Base_translateString(\'total\'))" />\n tal:content="python:here.Base_translateString(\'Action: (${task_count} total.)\', mapping={\'task_count\':len(tasks)})" />\n
</div>\n </div>\n
<div class="boxContent">\n <div class="boxContent">\n
<ul>\n <ul>\n
...@@ -181,6 +181,12 @@ ...@@ -181,6 +181,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -168,7 +168,6 @@ Description:\n ...@@ -168,7 +168,6 @@ Description:\n
<h2 i18n:translate="" i18n:domain="ui">Query</h2>\n <h2 i18n:translate="" i18n:domain="ui">Query</h2>\n
<div>\n <div>\n
<textarea cols="80" rows="4" name="query_description"></textarea>\n <textarea cols="80" rows="4" name="query_description"></textarea>\n
<tal:block i18n:translate="" i18n:domain="ui">in</tal:block>\n
<select size="1" class="input" name="query_portal_type">\n <select size="1" class="input" name="query_portal_type">\n
<option value="all" selected value="" i18n:translate="" i18n:domain="ui">Any Documents</option>\n <option value="all" selected value="" i18n:translate="" i18n:domain="ui">Any Documents</option>\n
<option tal:repeat="ptype here/getPortalDocumentTypeList"\n <option tal:repeat="ptype here/getPortalDocumentTypeList"\n
......
2008-09-07 yusei
* Update English messages.
2008-09-04 yusei 2008-09-04 yusei
* Update English messages. * Update English messages.
......
701 702
\ 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