]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dbupgrade/warehouse_form_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dbupgrade / warehouse_form_master.html
index 3ad1adb5e70585c7264cdfbb4894a176be7aebf3..5edff88f78f3f0f4c8fca25660a2fb98b5a1e319 100644 (file)
@@ -1,24 +1,25 @@
+[%- USE T8 %]
 [% USE HTML %]
-<div class="listtop"><translate>Warehouse Migration</translate></div>
+<div class="listtop">[% 'Warehouse Migration' | $T8 %]</div>
 
 <form action="[% script %]" method="POST">
  <p>
-  <translate>Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.</translate>
-  <translate>This update will change the nature the onhand of goods is tracked.</translate>
-  <translate>As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking</translate>
+  [% 'Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.' | $T8 %]
+  [% 'This update will change the nature the onhand of goods is tracked.' | $T8 %]
+  [% 'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' | $T8 %]
  </p>
 
- <p><translate>Do you want to store the existing onhand values into a new warehouse?</translate></p>
+ <p>[% 'Do you want to store the existing onhand values into a new warehouse?' | $T8 %]</p>
 
- <input id="do_migrate_Y" name="do_migrate" type="radio" value="Y">&nbsp;<label for="do_migrate_Y"><translate>Yes</translate></label>
- <input id="do_migrate_N" name="do_migrate" type="radio" value="N" checked>&nbsp;<label for="do_migrate_N"><translate>No</translate></label>
+ <input id="do_migrate_Y" name="do_migrate" type="radio" value="Y">&nbsp;<label for="do_migrate_Y">[% 'Yes' | $T8 %]</label>
+ <input id="do_migrate_N" name="do_migrate" type="radio" value="N" checked>&nbsp;<label for="do_migrate_N">[% 'No' | $T8 %]</label>
 
- <p><translate>Please specify a description for the warehouse designated for these goods.</translate></p>
+ <p>[% 'Please specify a description for the warehouse designated for these goods.' | $T8 %]</p>
  <input name="import_warehouse" size="50">
 
- <p><translate>Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.</translate><p>
+ <p>[% 'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' | $T8 %]<p>
 
   <input name="bin_default" size="50">
 
- <p><input type="submit" value="<translate>Continue</translate>"></p>
+ <p><input type="submit" value="[% 'Continue' | $T8 %]"></p>
 </form>