Commit bb60fc73 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-29 yusei

* Correct message text.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23296 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48f31353
......@@ -77,11 +77,11 @@ hour = 1.0 / 24\n
minute = 1.0 / (24 * 60)\n
if dif < 1:\n
if dif < hour:\n
return translateString("${timedif} min ago.", mapping = {\'timedif\':int(dif / minute)})\n
return translateString("${timedif}h ago.", mapping = {\'timedif\':int(dif / hour)})\n
return translateString("${timedif} min ago", mapping = {\'timedif\':int(dif / minute)})\n
return translateString("${timedif}h ago", mapping = {\'timedif\':int(dif / hour)})\n
if int(dif) == 1: \n
return translateString(\'1 day ago\')\n
return translateString("${timedif} days ago.", mapping = {\'timedif\':int(dif)})\n
return translateString("${timedif} days ago", mapping = {\'timedif\':int(dif)})\n
]]></string> </value>
......
......@@ -75,7 +75,7 @@
tal:content="ptype" tal:attributes="value ptype"\n
value="" i18n:translate="" i18n:domain="ui">Report</option>\n
</tal:block>\n
<option value="" i18n:translate="" i18n:domain="ui">-- Any other Documents Type --</option>\n
<option value="" i18n:translate="" i18n:domain="ui">-- Any other Document Type --</option>\n
</select>\n
<input type="file" name="contribute_file" size="30" />\n
</div>\n
......@@ -114,7 +114,7 @@
<h2 i18n:translate="" i18n:domain="ui">Link</h2>\n
<div class="fieldset tabbertabcont">\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
<a href="" target="_blank" onclick="return setLink(this)" value="" i18n:translate="" i18n:domain="ui">preview</a>\n
</div>\n
......
2008-08-29 yusei
* Correct message text.
2008-08-28 yusei
* Fixed text in WebSite_viewContributePropertyRenderer.
......
696
\ No newline at end of file
697
\ 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