]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/drafts/load_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / drafts / load_de.html
index 49e22cf12134493a5c0f771bb40fe55a512d73b5..13aae21f351f53a2fa3c5621ed2e1cab5e3f777a 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body>
 
  <form action="[% HTML.escape(script) %]" method="post">
@@ -6,13 +7,13 @@
 
   <table width="100%">
    <tr>
-    <th class="listtop">Entwurf laden</th>
+    <th class="listtop">[% 'Load draft' | $T8 %]</th>
    </tr>
    <tr height="5"></tr>
 
    <tr>
     <td>
-     Die folgenden Entw&uuml;rfe wurden gespeichert und k&ouml;nnen geladen werden.
+     [% 'The following drafts have been saved and can be loaded.' | $T8 %]
     </td>
    </tr>
 
@@ -21,9 +22,9 @@
      <table>
       <tr>
        <th class="listheading">&nbsp;</th>
-       <th class="listheading">Datum</th>
-       <th class="listheading">Beschreibung</th>
-       <th class="listheading">Bearbeiter</th>
+       <th class="listheading">[% 'Date' | $T8 %]</th>
+       <th class="listheading">[% 'Description' | $T8 %]</th>
+       <th class="listheading">[% 'Employee' | $T8 %]</th>
       </tr>
 
       [% FOREACH row = DRAFTS %]
@@ -41,8 +42,8 @@
    <tr>
     <td>
      <input type="hidden" name="action" value="draft_action_dispatcher">
-     <input type="submit" class="submit" name="draft_action" value="Überspringen">
-     <input type="submit" class="submit" name="draft_action" value="Entwürfe löschen">
+     <input type="submit" class="submit" name="draft_action" value="[% 'Skip' | $T8 %]">
+     <input type="submit" class="submit" name="draft_action" value="[% 'Delete drafts' | $T8 %]">
     </td>
    </tr>
   </table>