[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/broken/broken.pt Added new translation slots

Dmitry Vasiliev dima at hlabs.spb.ru
Sat Jan 28 14:36:52 EST 2006


Log message for revision 41474:
  Added new translation slots
  

Changed:
  U   Zope3/trunk/src/zope/app/broken/broken.pt

-=-
Modified: Zope3/trunk/src/zope/app/broken/broken.pt
===================================================================
--- Zope3/trunk/src/zope/app/broken/broken.pt	2006-01-27 23:49:46 UTC (rev 41473)
+++ Zope3/trunk/src/zope/app/broken/broken.pt	2006-01-28 19:36:50 UTC (rev 41474)
@@ -1,13 +1,17 @@
-<html metal:use-macro="context/@@standard_macros/view">
+<html metal:use-macro="context/@@standard_macros/view"
+  i18n:domain="zope">
 
 <div metal:fill-slot="body">
 
-<p>This object is broken because its class can not be found.</p>
+<p i18n:translate=""
+  >This object is broken because its class can not be found.</p>
 
-<p>This is probably because the module of the class,
-<strong tal:content="context/__class__/__module__">somemodule</strong>,
+<p i18n:translate="">This is probably because the module of the class,
+<strong i18n:name="module"
+  tal:content="context/__class__/__module__">somemodule</strong>,
 can't be found or because the name, <strong
-tal:content="context/__class__/__name__">someclass</strong>, is no longer
+  i18n:name="name"
+  tal:content="context/__class__/__name__">someclass</strong>, is no longer
 defined by the module.</p>
 
 </div>



More information about the Zope3-Checkins mailing list