[Zope3-checkins] CVS: Zope3/src/zope/app/site/browser -
interfacebrowse.pt:1.3 interfacedetail.pt:1.2
serviceactivation.pt:1.2 tool.pt:1.3
Dmitry Vasiliev
dima at hlabs.spb.ru
Thu Apr 1 08:19:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/site/browser
In directory cvs.zope.org:/tmp/cvs-serv30790/src/zope/app/site/browser
Modified Files:
interfacebrowse.pt interfacedetail.pt serviceactivation.pt
tool.pt
Log Message:
zope.pot updated with new messages to translate
=== Zope3/src/zope/app/site/browser/interfacebrowse.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/site/browser/interfacebrowse.pt:1.2 Tue Mar 23 17:07:53 2004
+++ Zope3/src/zope/app/site/browser/interfacebrowse.pt Thu Apr 1 08:18:59 2004
@@ -7,8 +7,8 @@
<table class="listingdescription" summary="Interfaces Listing"
cellspacing="0">
<thead>
- <th>Interface Name</th>
- <th>Title</th>
+ <th i18n:translate="">Interface Name</th>
+ <th i18n:translate="">Title</th>
</thead>
<tal:repeat tal:repeat="dict view/getInterfaces">
<tr tal:define="oddrow repeat/dict/odd;"
=== Zope3/src/zope/app/site/browser/interfacedetail.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/site/browser/interfacedetail.pt:1.1 Sat Mar 13 10:21:53 2004
+++ Zope3/src/zope/app/site/browser/interfacedetail.pt Thu Apr 1 08:18:59 2004
@@ -17,8 +17,8 @@
<table class="listingdescription" summary="Method Listing"
cellspacing="0">
<thead>
- <th>Method Signature</th>
- <th>Description</th>
+ <th i18n:translate="">Method Signature</th>
+ <th i18n:translate="">Description</th>
</thead>
<tal:repeat repeat="methoddict view/methods">
<tr tal:define="oddrow repeat/methoddict/odd;"
@@ -43,9 +43,9 @@
<table class="listingdescription" summary="Schema Listing"
cellspacing="0">
<thead>
- <th>Field Name</th>
- <th>Type</th>
- <th>Description</th>
+ <th i18n:translate="">Field Name</th>
+ <th i18n:translate="">Type</th>
+ <th i18n:translate="">Description</th>
</thead>
<tal:repeat repeat="field view/schema">
<tal:define define="oddrow repeat/field/odd;
@@ -64,7 +64,7 @@
</tal:define>
</tal:repeat>
</table>
- <p>* indicates required fields.</p>
+ <p i18n:translate="">* indicates required fields.</p>
</div>
<div tal:repeat="service view/getServices">
@@ -76,9 +76,9 @@
<table class="listingdescription" summary="Registration Listing"
cellspacing="0">
<thead>
- <th>Status</th>
- <th>Usage Summary</th>
- <th>Implementation Summary</th>
+ <th i18n:translate="">Status</th>
+ <th i18n:translate="">Usage Summary</th>
+ <th i18n:translate="">Implementation Summary</th>
</thead>
<tal:repeat repeat="reg service/registrations">
<tr tal:define="oddrow repeat/reg/odd"
=== Zope3/src/zope/app/site/browser/serviceactivation.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/site/browser/serviceactivation.pt:1.1 Sat Mar 13 10:21:53 2004
+++ Zope3/src/zope/app/site/browser/serviceactivation.pt Thu Apr 1 08:18:59 2004
@@ -34,7 +34,7 @@
<td><input type="radio" name="active" value="default/configure/1"
tal:attributes="value config/id;
checked config/active" /></td>
- <td tal:condition="not:config/name">Disabled</td>
+ <td i18n:translate="" tal:condition="not:config/name">Disabled</td>
<td tal:condition="config/name"><a href="foo"
tal:content="config/name"
tal:attributes="href config/url">Implementation</a>
=== Zope3/src/zope/app/site/browser/tool.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/site/browser/tool.pt:1.2 Sun Mar 21 19:52:26 2004
+++ Zope3/src/zope/app/site/browser/tool.pt Thu Apr 1 08:18:59 2004
@@ -37,9 +37,9 @@
<table width="100%" tal:condition="registries">
<tr>
<th width="5%"> </th>
- <th width="35%">Name</th>
- <th width="20%">Registration</th>
- <th width="40%">Parent</th>
+ <th i18n:translate="" width="35%">Name</th>
+ <th i18n:translate="" width="20%">Registration</th>
+ <th i18n:translate="" width="40%">Parent</th>
</tr>
<tr tal:repeat="reg registries">
<td>
More information about the Zope3-Checkins
mailing list