+[%- USE T8 %]
[% USE HTML %]<body>
<form action="[% HTML.escape(script) %]" method="post">
<table width="100%">
<tr>
- <th class="listtop">Entwurf speichern</th>
+ <th class="listtop">[% 'Save draft' | $T8 %]</th>
</tr>
<tr height="5"></tr>
<tr>
- <td>Geben Sie eine Beschreibung für diesen Entwurf ein.</td>
+ <td>[% 'Enter a description for this new draft.' | $T8 %]</td>
</tr>
<tr>
<td>
- Beschreibung:
+ [% 'Description' | $T8 %]:
<input name="draft_description">
</td>
</tr>
<tr>
<td>
- <input type="submit" class="submit" name="action" value="Entwurf speichern">
+ <input type="submit" class="submit" name="action" value="[% 'Save draft' | $T8 %]">
</td>
</tr>
</table>