|
74 | 74 | db_content string:username;"> |
75 | 75 | <th i18n:translate="">Creator:</th> |
76 | 76 | <td metal:use-macro="search_select"> |
77 | | - <option metal:fill-slot="extra_options" |
| 77 | + <option metal:fill-slot="extra_options" i18n:translate="" |
78 | 78 | tal:attributes="value request/user/id">created by me</option> |
79 | 79 | </td> |
80 | 80 | <td metal:use-macro="column_input"></td> |
|
93 | 93 | <tr tal:define="name string:actor"> |
94 | 94 | <th i18n:translate="">Actor:</th> |
95 | 95 | <td metal:use-macro="search_select"> |
96 | | - <option metal:fill-slot="extra_options" |
| 96 | + <option metal:fill-slot="extra_options" i18n:translate="" |
97 | 97 | tal:attributes="value request/user/id">done by me</option> |
98 | 98 | </td> |
99 | 99 | <td metal:use-macro="column_input"></td> |
|
106 | 106 | db_content string:name;"> |
107 | 107 | <th i18n:translate="">Priority:</th> |
108 | 108 | <td metal:use-macro="search_select"> |
109 | | - <option metal:fill-slot="extra_options" value="-1" |
| 109 | + <option metal:fill-slot="extra_options" value="-1" i18n:translate="" |
110 | 110 | tal:attributes="selected python:value == '-1'">not selected</option> |
111 | 111 | </td> |
112 | 112 | <td metal:use-macro="column_input"></td> |
|
120 | 120 | <th i18n:translate="">Status:</th> |
121 | 121 | <td metal:use-macro="search_select"> |
122 | 122 | <tal:block metal:fill-slot="extra_options"> |
123 | | - <option value="-1,1,2,3,4,5,6,7" |
| 123 | + <option value="-1,1,2,3,4,5,6,7" i18n:translate="" |
124 | 124 | tal:attributes="selected python:value == '-1,1,2,3,4,5,6,7'">not resolved</option> |
125 | | - <option value="-1" |
| 125 | + <option value="-1" i18n:translate="" |
126 | 126 | tal:attributes="selected python:value == '-1'">not selected</option> |
127 | 127 | </tal:block> |
128 | 128 | </td> |
|
137 | 137 | <th i18n:translate="">Assigned to:</th> |
138 | 138 | <td metal:use-macro="search_select"> |
139 | 139 | <tal:block metal:fill-slot="extra_options"> |
140 | | - <option tal:attributes="value request/user/id">assigned to me</option> |
141 | | - <option value="-1" tal:attributes="selected python:value == '-1'">unassigned</option> |
| 140 | + <option tal:attributes="value request/user/id" |
| 141 | + i18n:translate="">assigned to me</option> |
| 142 | + <option value="-1" tal:attributes="selected python:value == '-1'" |
| 143 | + i18n:translate="">unassigned</option> |
142 | 144 | </tal:block> |
143 | 145 | </td> |
144 | 146 | <td metal:use-macro="column_input"></td> |
|
183 | 185 | |
184 | 186 | <input type="hidden" name="@action" value="search"> |
185 | 187 | </td> |
186 | | - <td><input type="submit" value="Search"></td> |
| 188 | + <td><input type="submit" value="Search" i18n:attributes="value"></td> |
187 | 189 | </tr> |
188 | 190 |
|
189 | 191 | <tr><td> </td> |
|
0 commit comments