]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/check_auth_tables_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / admin / check_auth_tables_de.html
index 79579ba3fae91972227fa12a6897c01fdf1ad217..64ef01b297c18c94afaf2d4dd8f77b3d2c295126 100644 (file)
@@ -1,32 +1,33 @@
+[%- USE T8 %]
 [% USE HTML %]<body>
 
  <div class="listtop">[% title %]</div>
 
  <p>
-  Die Tabellen zum Speichern der Benutzerdaten und zur Benutzerauthentifizierung wurden nicht gefunden. Sie werden in der folgenden Datenbank angelegt:
+  [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
  </p>
 
  <table border="0">
   <tr>
-   <td>Datenbankcomputer:</td>
+   <td>[% 'Host' | $T8 %]:</td>
    <td>[% HTML.escape(db_host) %]</td>
   </tr>
   <tr>
-   <td>Port:</td>
+   <td>[% 'Port' | $T8 %]:</td>
    <td>[% HTML.escape(db_port) %]</td>
   </tr>
   <tr>
-   <td>Benutzername:</td>
+   <td>[% 'User name' | $T8 %]:</td>
    <td>[% HTML.escape(db_user) %]</td>
   </tr>
   <tr>
-   <td>Datenbankname:</td>
+   <td>[% 'Database name' | $T8 %]:</td>
    <td>[% HTML.escape(db_db) %]</td>
   </tr>
  </table>
 
  <p>
-  Wenn Sie einen der Parameter &auml;ndern wollen, so dr&uuml;cken Sie auf den &quot;Zur&uuml;ck&quot;-Button, bearbeiten Sie die Datei &quot;config/authentication.pl&quot;, und melden Sie sich erneut im Administrationsbereich an.
+  [% 'If you want to change any of these parameters then press the &quot;Back&quot; button, edit the file &quot;config/authentication.pl&quot; and login into the admin module again.' | $T8 %]
  </p>
 
  <form method="post" action="admin.pl">
@@ -34,8 +35,8 @@
   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
   <input type="hidden" name="action" value="create_auth_tables">
 
-  <input type="submit" class="submit" value="Tabellen anlegen">
-  <input type="button" class="submit" onclick="history.back()" value="Zurück">
+  <input type="submit" class="submit" value="[% 'Create tables' | $T8 %]">
+  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  </form>