Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / wh / warehouse_selection_stock_master.html
index e8b072c..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><translate>Destination warehouse</translate></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><translate>Destination bin</translate>:</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><translate>Part Number</translate></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><translate>Part Description</translate></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><translate>Charge number</translate></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><translate>Best Before</translate></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><translate>EAN</translate></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><translate>Quantity</translate></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><translate>Optional comment</translate></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="<translate>Update</translate>">
+   <input type="submit" class="submit" name="action" id="update_button" value="[% 'Update' | $T8 %]">
    [%- IF parts_id %]
-   <input type="submit" class="submit" name="action" value="<translate>Stock</translate>">
+   <input type="submit" class="submit" name="action" value="[% 'Stock' | $T8 %]">
    [%- END %]
   </p>
  </form>