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 @@
</dictionary>
</value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<key> <string>all_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>title</string>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>portal_type</string>
<string>portal_type</string>
<string>Portal Type</string>
</tuple>
<tuple>
<string>reference</string>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>version</string>
<string>version</string>
<string>Version</string>
</tuple>
<tuple>
<string>language</string>
<string>language</string>
<string>Language</string>
</tuple>
</list>
</value>
......@@ -131,21 +137,21 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>search</string> </key>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>select</string> </key>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>jump_to_related_document_list_selection</string> </value>
</item>
<item>
......@@ -153,7 +159,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Related Documents</string> </value>
</item>
</dictionary>
......@@ -184,11 +190,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
2008-09-07 yusei
* Update English messages.
2008-09-04 yusei
* Update English messages.
......
918
\ No newline at end of file
921
\ No newline at end of file
......@@ -116,7 +116,7 @@
<div>\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
<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
<tal:block tal:define="contribute_prefix string:link_">\n
<div metal:use-macro="here/WebSite_viewContributePropertyRenderer/macros/contribute_properties">\n
......
......@@ -51,7 +51,7 @@
<tal:block tal:define="tasks python: list(here.WebSite_getPendingEventInfoList())[:TASK_LEN];">\n
<div class="boxHeader" >\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 class="boxContent">\n
<ul>\n
......@@ -181,6 +181,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -168,7 +168,6 @@ Description:\n
<h2 i18n:translate="" i18n:domain="ui">Query</h2>\n
<div>\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
<option value="all" selected value="" i18n:translate="" i18n:domain="ui">Any Documents</option>\n
<option tal:repeat="ptype here/getPortalDocumentTypeList"\n
......
2008-09-07 yusei
* Update English messages.
2008-09-04 yusei
* Update English messages.
......
701
\ No newline at end of file
702
\ 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