]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/generic/print_options_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / generic / print_options_de.html
index b1906f50cd8272bedfc696421c38286408a9cbde..f8ee3efd32cab6e772ba92f453e0bed7db4e3dd4 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]
 
 <table width="100%" cellspacing="0" cellpadding="0">
       [%- END %]
      </td>
      [%- IF display_copies %]
-     <td>Kopien <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>Waren gruppieren</td>
+     <td>[% 'Group Items' | $T8 %]</td>
      <td><input name="groupitems" type="checkbox" class="checkbox" [% groupitems_checked %]></td>
      [%- END %]
      [%- IF display_remove_draft %]
-     <td>Entwurf l&ouml;schen</td>
+     <td>[% 'Remove Draft' | $T8 %]</td>
      <td><input name="remove_draft" type="checkbox" class="checkbox" [% remove_draft_checked %]></td>
      [%- END %]
     </tr>