+[%- USE T8 %]
[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]>
<form method="post" action="[% HTML.escape(script) %]">
<input type="hidden" name="remap_parts_id" value="[% HTML.escape(remap_parts_id) %]">
<input type="hidden" name="remap_partnumber" value="[% HTML.escape(remap_partnumber) %]">
- <div class="listtop">Artikel oder Erzeugnis auswählen</div>
+ <div class="listtop">[% 'Select a part or assembly' | $T8 %]</div>
<p>
<table>
<tr>
<th class="listheading"> </th>
- <th class="listheading">Nummer</th>
- <th class="listheading">Beschreibung</th>
+ <th class="listheading">[% 'Number' | $T8 %]</th>
+ <th class="listheading">[% 'Description' | $T8 %]</th>
[% IF has_charge %]
- <th class="listheading">Chargennummer</th>
+ <th class="listheading">[% 'Charge number' | $T8 %]</th>
[% END %]
[% IF has_bestbefore %]
[% IF conf_show_best_before %]
- <th class="listheading">Mindesthaltbarkeit</th>
+ <th class="listheading">[% 'Best Before' | $T8 %]</th>
[% END %]
[% END %]
[% IF has_ean %]
- <th class="listheading">EAN</th>
+ <th class="listheading">[% 'EAN' | $T8 %]</th>
[% END %]
</tr>
</p>
<p>
- <input type="submit" class="submit" name="action" value="Weiter">
+ <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
</p>
</form>