Commit 6cc8fd5d authored by Romain Courteaud's avatar Romain Courteaud

Improve translation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2c33e81
...@@ -50,11 +50,8 @@ ...@@ -50,11 +50,8 @@
<tal:block metal:define-macro="act">\n <tal:block metal:define-macro="act">\n
<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 i18n:translate="" i18n:domain="ui"\n <a tal:attributes="href string: search_area/WebSite_viewPendingEventList"\n
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
Act <span class="details">(<span class="newItem" tal:content="python:len(tasks)"/>\n
<tal:block i18n:translate="" i18n:domain="ui">total</tal:block>)</span>\n
</a>\n
</div>\n </div>\n
<div class="boxContent">\n <div class="boxContent">\n
<ul>\n <ul>\n
...@@ -62,11 +59,11 @@ ...@@ -62,11 +59,11 @@
<tal:block tal:condition="python:doc is not None">\n <tal:block tal:condition="python:doc is not None">\n
<a tal:define="url python: \'%s/view\' % doc.absolute_url()"\n <a tal:define="url python: \'%s/view\' % doc.absolute_url()"\n
tal:attributes="href url">\n tal:attributes="href url">\n
<span tal:replace="doc/portal_type"/>:\n <span tal:replace="python: doc.getTranslatedPortalType()"/>:\n
<span tal:replace="doc/getTitle"/>\n <span tal:replace="doc/getTitle"/>\n
<span tal:condition="python: hasattr(doc, \'getVersion\') and doc.getVersion()" \n <span tal:condition="python: hasattr(doc, \'getVersion\') and doc.getVersion()" \n
tal:replace="python: \'ver. %s\' % doc.getVersion()"/>\n tal:replace="python: \'ver. %s\' % doc.getVersion()"/>\n
(<span tal:content="python: (getattr(doc, \'getValidationStateTitle\',None) and doc.getValidationStateTitle()) or (getattr(doc, \'getSimulationStateTitle\', None) and doc.getSimulationStateTitle())" \n (<span tal:content="python: (getattr(doc, \'getTranslatedValidationStateTitle\',None) and doc.getTranslatedValidationStateTitle()) or (getattr(doc, \'getSimulationStateTitle\', None) and doc.getTranslatedSimulationStateTitle())" \n
tal:attributes="class doc/getTranslatedValidationStateTitle|doc/getTranslatedSimulationStateTitle|nothing"/>)\n tal:attributes="class doc/getTranslatedValidationStateTitle|doc/getTranslatedSimulationStateTitle|nothing"/>)\n
</a>\n </a>\n
</tal:block>\n </tal:block>\n
...@@ -96,7 +93,7 @@ ...@@ -96,7 +93,7 @@
<tal:block tal:replace="newsitem/getTitleOrId"\n <tal:block tal:replace="newsitem/getTitleOrId"\n
tal:on-error="string:"/>\n tal:on-error="string:"/>\n
</a>\n </a>\n
<tal:block tal:replace="python: \'(%s)\' % newsitem.getPortalType()"\n <tal:block tal:replace="python: \'(%s)\' % newsitem.getTranslatedPortalType()"\n
tal:on-error="string:"/>\n tal:on-error="string:"/>\n
</li>\n </li>\n
</ul>\n </ul>\n
......
616 617
\ 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