Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / wh / warehouse_selection_stock_de.html
index 8ca133e..ca164a5 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %][% USE JavaScript %][% USE LxERP %]<body onload="on_load(); [% onload %]">
 
  <script type="text/javascript" src="js/common.js"></script>
@@ -68,7 +69,7 @@
   <p>
    <table>
     <tr>
-     <th align="right" nowrap>Ziellager</th>
+     <th align="right" nowrap>[% 'Destination warehouse' | $T8 %]</th>
      <td>
       <select name="warehouse_id" onchange="warehouse_selected(warehouses[this.selectedIndex]['id'], 0)">
        [%- FOREACH warehouse = WAREHOUSES %]
     </tr>
 
     <tr>
-     <th align="right" nowrap>Ziellagerplatz:</th>
+     <th align="right" nowrap>[% 'Destination bin' | $T8 %]:</th>
      <td><select id="bin_id" name="bin_id"></select></td>
     </tr>
 
     <tr>
-     <th align="right" nowrap>Artikelnummer</th>
+     <th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
      <td>
       <input type="hidden" name="parts_id" id="parts_id" value="[% HTML.escape(parts_id) %]">
       <input type="hidden" name="old_partnumber" id="old_partnumber" value="[% HTML.escape(partnumber) %]">
@@ -93,7 +94,7 @@
     </tr>
 
     <tr>
-     <th align="right" nowrap>Artikelbeschreibung</th>
+     <th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
      <td>
       <input name="description" size="30" value="[% HTML.escape(description) %]">
       <input type="button" onclick="part_selection_window('partnumber', 'description', 'parts_id', 0, 'Form', 'no_services:click_button=update_button')" value="?">
     </tr>
 
     <tr>
-     <th align="right" nowrap>Chargennummer</th>
+     <th align="right" nowrap>[% 'Charge number' | $T8 %]</th>
      <td><input name="chargenumber" size="30" value="[% HTML.escape(chargenumber) %]"></td>
     </tr>
 
     [% IF conf_show_best_before %]
     <tr>
-     <th align="right" nowrap>Mindesthaltbarkeit</th>
+     <th align="right" nowrap>[% 'Best Before' | $T8 %]</th>
      <td>
        <input name="bestbefore" id="bestbefore" size="11" value="[% HTML.escape(bestbefore) %]" title="[% myconfig_dateformat %]">
        <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
     [% END %]
 
     <tr>
-     <th align="right" nowrap>EAN</th>
+     <th align="right" nowrap>[% 'EAN' | $T8 %]</th>
      <td><input name="ean" size="30" value="[% HTML.escape(ean) %]"></td>
     </tr>
 
     <tr>
-     <th align="right" nowrap>Menge</th>
+     <th align="right" nowrap>[% 'Quantity' | $T8 %]</th>
      <td>
       <input name="qty" size="10" value="[% HTML.escape(LxERP.format_amount(qty)) %]">
       <select name="unit">
     </tr>
 
     <tr>
-     <th align="right" nowrap>Optionaler Kommentar</th>
+     <th align="right" nowrap>[% 'Optional comment' | $T8 %]</th>
      <td><input name="comment" size="60" value="[% HTML.escape(comment) %]"></td>
     </tr>
 
   </p>
 
   <p>
-   <input type="submit" class="submit" name="action" id="update_button" value="Erneuern">
+   <input type="submit" class="submit" name="action" id="update_button" value="[% 'Update' | $T8 %]">
    [%- IF parts_id %]
-   <input type="submit" class="submit" name="action" value="Einlagern">
+   <input type="submit" class="submit" name="action" value="[% 'Stock' | $T8 %]">
    [%- END %]
   </p>
  </form>