Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / admin / create_dataset_de.html
index f830d31..db60b3b 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body class="admin">
 
   <h2>[% title %]</h2>
@@ -5,23 +6,23 @@
   <form method="post" action="admin.pl">
 
    <p>
-    Sie können entweder eine neue Datenbank erstellen oder eine existierende auswählen.
-    In letzterem Fall werden die von Lx-Office benötigten Tabellen in dieser existierenden Datenbank angelegt.
+    [% 'You can either create a new database or chose an existing database.' | $T8 %]
+    [% 'In the latter case the tables needed by Lx-Office will be created in that database.' | $T8 %]
    </p>
 
    <table>
     <tr>
-     <th valign="top" align="right" nowrap>existierende Datenbanken</th>
+     <th valign="top" align="right" nowrap>[% 'Existing Datasets' | $T8 %]</th>
      <td valign="top">[% HTML.escape(dbsources) %]</td>
     </tr>
 
     <tr>
-     <th align="right" nowrap>Datenbank anlegen</th>
+     <th align="right" nowrap>[% 'Create Dataset' | $T8 %]</th>
      <td><input name="db"></td>
     </tr>
 
     <tr>
-     <th align="right" nowrap>Schriftsatz</th>
+     <th align="right" nowrap>[% 'Multibyte Encoding' | $T8 %]</th>
      <td>
       [%- IF FORCE_DBENCODING %]
       <input type="hidden" name="encoding" value="[% HTML.escape(FORCE_DBENCODING) %]">
@@ -35,7 +36,7 @@
     </tr>
 
     <tr>
-     <th valign="top" align="right" nowrap>Kontenplan anlegen</th>
+     <th valign="top" align="right" nowrap>[% 'Create Chart of Accounts' | $T8 %]</th>
      <td>
       <select name="chart">
        [% FOREACH row = CHARTS %]<option [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>[% END %]
@@ -58,7 +59,7 @@
 
    <hr size="3" noshade>
 
-   <p><input type="submit" class="submit" name="action" value="Weiter"></p>
+   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
 
   </form>