|
107 | 107 | </table> |
108 | 108 | </tal:block> |
109 | 109 |
|
110 | | -<p tal:condition="context/id" tal:content="structure string:Created on |
111 | | - <b>${context/creation}</b> by <b>${context/creator}</b>, last |
112 | | - changed <b>${context/activity}</b> by <b>${context/actor}</b>.">activity info |
| 110 | +<p tal:condition="context/id" i18n:translate=""> |
| 111 | + Created on <b><tal:x replace="context/creation" i18n:name="creation" /></b> |
| 112 | + by <b><tal:x replace="context/creator" i18n:name="creator" /></b>, |
| 113 | + last changed <b><tal:x replace="context/activity" i18n:name="activity" /></b> |
| 114 | + by <b><tal:x replace="context/actor" i18n:name="actor" /></b>. |
113 | 115 | </p> |
114 | 116 |
|
115 | 117 | <table class="files" tal:condition="context/files"> |
|
139 | 141 | tal:attributes="action string:issue${context/id}"> |
140 | 142 | <input type="hidden" name="@remove@files" tal:attributes="value file/id"> |
141 | 143 | <input type="hidden" name="@action" value="edit"> |
142 | | - <input type="submit" value="remove"> |
| 144 | + <input type="submit" value="remove" i18n:attributes="value"> |
143 | 145 | </form> |
144 | 146 | </td> |
145 | 147 | </tr> |
|
150 | 152 | <tal:block tal:repeat="msg context/messages/reverse"> |
151 | 153 | <tr> |
152 | 154 | <th><a tal:attributes="href string:msg${msg/id}" |
153 | | - tal:content="string:msg${msg/id} (view)"></a></th> |
154 | | - <th tal:content="string:Author: ${msg/author}">author</th> |
155 | | - <th tal:content="string:Date: ${msg/date}">date</th> |
| 155 | + i18n:translate="">msg<tal:x replace="msg/id" i18n:name="id" /> (view)</a></th> |
| 156 | + <th i18n:translate="">Author: <tal:x replace="msg/author" |
| 157 | + i18n:name="author" /></th> |
| 158 | + <th i18n:translate="">Date: <tal:x replace="msg/date" |
| 159 | + i18n:name="date" /></th> |
156 | 160 | <th> |
157 | 161 | <form style="padding:0" tal:condition="context/is_edit_ok" |
158 | 162 | tal:attributes="action string:issue${context/id}"> |
159 | 163 | <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> |
160 | 164 | <input type="hidden" name="@action" value="edit"> |
161 | | - <input type="submit" value="remove"> |
| 165 | + <input type="submit" value="remove" i18n:attributes="value"> |
162 | 166 | </form> |
163 | 167 | </th> |
164 | 168 | </tr> |
|
0 commit comments