+[%- USE T8 %]
[% USE HTML %]<body>
[% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
<p>
- <translate>Custom variables for module</translate>
+ [% 'Custom variables for module' | $T8 %]
[%- INCLUDE generic/multibox.html
name = 'module',
id_key = 'module',
label_key = 'description',
DATA = MODULES %]
- <input type="submit" class="submit" name="action_list_cvar_configs" value="<translate>Show</translate>">
+ <input type="submit" class="submit" name="action_list_cvar_configs" value="[% 'Show' | $T8 %]">
</p>
<p>
<tr>
<td class="listheading" width="0%"></td>
<td class="listheading" width="0%"></td>
- <td class="listheading" width="20%"><translate>Name</translate></td>
- <td class="listheading" width="20%"><translate>Description</translate></td>
- <td class="listheading" width="20%"><translate>Type</translate></td>
- <td class="listheading" width="20%"><translate>Searchable</translate></td>
- <td class="listheading" width="20%"><translate>Includeable in reports</translate></td>
+ <td class="listheading" width="20%">[% 'Name' | $T8 %]</td>
+ <td class="listheading" width="20%">[% 'Description' | $T8 %]</td>
+ <td class="listheading" width="20%">[% 'Type' | $T8 %]</td>
+ <td class="listheading" width="20%">[% 'Searchable' | $T8 %]</td>
+ <td class="listheading" width="20%">[% 'Includeable in reports' | $T8 %]</td>
[%- IF module == 'IC' %]
- <td class="listheading" width="20%"><translate>Editable</translate></td>
+ <td class="listheading" width="20%">[% 'Editable' | $T8 %]</td>
[%- END %]
</tr>
<td>
[%- IF cfg.searchable %]
- <translate>Yes</translate>
+ [% 'Yes' | $T8 %]
[%- ELSE %]
- <translate>No</translate>
+ [% 'No' | $T8 %]
[%- END %]
</td>
<td>
[%- IF cfg.included_by_default %]
- <translate>Yes, included by default</translate>
+ [% 'Yes, included by default' | $T8 %]
[%- ELSIF cfg.includeable %]
- <translate>Yes</translate>
+ [% 'Yes' | $T8 %]
[%- ELSE %]
- <translate>No</translate>
+ [% 'No' | $T8 %]
[%- END %]
</td>
[%- IF module == 'IC' %]
<td>
[%- IF cfg.flag_editable %]
- <translate>Yes</translate>
+ [% 'Yes' | $T8 %]
[%- ELSE %]
- <translate>No</translate>
+ [% 'No' | $T8 %]
[%- END %]
</td>
[%- END %]
<hr height="3">
<p>
- <input type="submit" class="submit" name="action_add_cvar_config" value="<translate>Add</translate>">
+ <input type="submit" class="submit" name="action_add_cvar_config" value="[% 'Add' | $T8 %]">
</p>
</form>