]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/generic/print_options_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / generic / print_options_master.html
index 94a44b895d2b8735f6c2c32d41df6ffb2822f58b..f8ee3efd32cab6e772ba92f453e0bed7db4e3dd4 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]
 
 <table width="100%" cellspacing="0" cellpadding="0">
       [%- END %]
      </td>
      [%- IF display_copies %]
-     <td><translate>Copies</translate> <input name="copies" size="2" value="[% HTML.escape(copies) %]"></td>
+     <td>[% 'Copies' | $T8 %] <input name="copies" size="2" value="[% HTML.escape(copies) %]"></td>
      [%- END %]
      [%- IF display_groupitems %]
-     <td><translate>Group Items</translate></td>
+     <td>[% 'Group Items' | $T8 %]</td>
      <td><input name="groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]></td>
      [%- END %]
      [%- IF display_remove_draft %]
-     <td><translate>Remove Draft</translate></td>
+     <td>[% 'Remove Draft' | $T8 %]</td>
      <td><input name="remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]></td>
      [%- END %]
     </tr>