|
Last change
on this file was
8411,
checked in by Steffen Hoffmann, 13 years ago
|
|
AnnouncerPlugin: (i18n) Correct directive namespace for Genshi templates.
Finally activate translation of template msgid's.
Some previously separated msgid's were joined to allow for more control
of text structur in translations and all catalogs updated accordingly.
|
|
File size:
958 bytes
|
| Line | |
|---|
| 1 | <span xmlns="http://www.w3.org/1999/xhtml" |
|---|
| 2 | xmlns:xi="http://www.w3.org/2001/XInclude" |
|---|
| 3 | xmlns:py="http://genshi.edgewall.org/" |
|---|
| 4 | xmlns:i18n="http://genshi.edgewall.org/i18n" |
|---|
| 5 | i18n:domain="announcer"> |
|---|
| 6 | <ul> |
|---|
| 7 | <li> |
|---|
| 8 | <input type="checkbox" name="legacy_notify_component_owner" checked="${data.component_owner or None}"/> |
|---|
| 9 | Notify me of changes to tickets that belong to components that I own. |
|---|
| 10 | </li> |
|---|
| 11 | <li> |
|---|
| 12 | <input type="checkbox" name="legacy_notify_owner" checked="${data.owner or None}"/> |
|---|
| 13 | Notify me of changes to tickets that I own. |
|---|
| 14 | </li> |
|---|
| 15 | <li> |
|---|
| 16 | <input type="checkbox" name="legacy_notify_reporter" checked="${data.reporter or None}"/> |
|---|
| 17 | Notify me of changes to tickets that I reported. |
|---|
| 18 | </li> |
|---|
| 19 | <li> |
|---|
| 20 | <input type="checkbox" name="legacy_notify_updater" checked="${data.updater or None}"/> |
|---|
| 21 | Notify me when I update a ticket. |
|---|
| 22 | </li> |
|---|
| 23 | </ul> |
|---|
| 24 | </span> |
|---|
Note: See
TracBrowser
for help on using the repository browser.