Commit f2c33e81 authored by Romain Courteaud's avatar Romain Courteaud

Translate input text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18856 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbd339e9
...@@ -98,10 +98,10 @@ ...@@ -98,10 +98,10 @@
<img src="send_by_mail" border="0"/>\n <img src="send_by_mail" border="0"/>\n
<tal:block i18n:translate="" i18n:domain="ui">Click here to contribute by Email</tal:block></a>\n <tal:block i18n:translate="" i18n:domain="ui">Click here to contribute by Email</tal:block></a>\n
&nbsp;\n &nbsp;\n
<input type="submit" name="Memo_makeOOoTemplate:method" value="Make Template" id="maketemplatebutton" disabled="disabled"\n <input i18n:domain="ui" i18n:attributes="value" type="submit" name="Memo_makeOOoTemplate:method" value="Make Template" id="maketemplatebutton" disabled="disabled"\n
style="width:100px;background-image:none;"/>\n style="width:100px;background-image:none;"/>\n
&nbsp;\n &nbsp;\n
<input type="submit" name="WebSite_contributeContent:method" value="Contribute"/>\n <input i18n:domain="ui" i18n:attributes="value" type="submit" name="WebSite_contributeContent:method" value="Contribute"/>\n
</div>\n </div>\n
\n \n
\n \n
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<textarea cols="80" rows="2" name="link_description"></textarea>\n <textarea cols="80" rows="2" name="link_description"></textarea>\n
</div>\n </div>\n
</div>\n </div>\n
<input style="float:right" type="submit" name="WebSite_linkContent:method" value="Contribute"/>\n <input i18n:domain="ui" i18n:attributes="value" style="float:right" type="submit" name="WebSite_linkContent:method" value="Contribute"/>\n
<div class="clear"></div>\n <div class="clear"></div>\n
</div>\n </div>\n
\n \n
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
...@@ -88,7 +88,7 @@ Description:\n ...@@ -88,7 +88,7 @@ Description:\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</tal:block>\n </tal:block>\n
</select>\n </select>\n
<input type="submit" name="search_area/WebSite_viewQuickSearchResultList:method" value="Search"/>\n <input i18n:domain="ui" i18n:attributes="value" type="submit" name="search_area/WebSite_viewQuickSearchResultList:method" value="Search"/>\n
</div>\n </div>\n
<div class="searchOptions">\n <div class="searchOptions">\n
<a tal:attributes="href string: search_area/Base_viewAdvancedSearchDialog" i18n:translate="" i18n:domain="ui">Advanced Search</a> | <a href="javascript:void 0" onclick="javascript:openTips();" value="" i18n:translate="" i18n:domain="ui">Search Tips</a>\n <a tal:attributes="href string: search_area/Base_viewAdvancedSearchDialog" i18n:translate="" i18n:domain="ui">Advanced Search</a> | <a href="javascript:void 0" onclick="javascript:openTips();" value="" i18n:translate="" i18n:domain="ui">Search Tips</a>\n
...@@ -170,13 +170,14 @@ Description:\n ...@@ -170,13 +170,14 @@ Description:\n
tal:attributes="value ptype" tal:content="python:ptype"\n tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</select>\n </select>\n
<input type="submit" name="WebSite_postQueryWithType:method" value="Send Query to Expert"/>\n <input type="submit" i18n:domain="ui" i18n:attributes="value" name="WebSite_postQueryWithType:method" value="Send Query to Expert"/>\n
<div class="clear"></div>\n <div class="clear"></div>\n
</div>\n </div>\n
</div>\n </div>\n
\n \n
</div>\n </div>\n
</tal:block> </tal:block>\n
]]></string> </value> ]]></string> </value>
</item> </item>
......
615 616
\ 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