]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/generic/select_part_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / generic / select_part_de.html
index e49e806d039821c569713452036bc868247310f7..324c4738ad67436e5102de2cdde655273d9e8e6f 100644 (file)
@@ -1,3 +1,4 @@
+[%- 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&auml;hlen</div>
+  <div class="listtop">[% 'Select a part or assembly' | $T8 %]</div>
 
   <p>
    <table>
     <tr>
      <th class="listheading">&nbsp;</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>
 
@@ -75,7 +76,7 @@
   </p>
 
   <p>
-   <input type="submit" class="submit" name="action" value="Weiter">
+   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
   </p>
 
  </form>