]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/check_auth_database_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / admin / check_auth_database_master.html
index 313f0573bad6b736e8d57904a597cf7319f0acbc..4c554130e6dad21b49dc1bebbdddb981558fbf29 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body>
 
  <div class="listtop">[% title %]</div>
@@ -5,51 +6,46 @@
  <form method="post" action="admin.pl">
 
   <p>
-   <translate>The database for user management and authentication does
-    not exist. You can create let Lx-Office create it with the
-    following parameters:</translate>
+   [% 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' | $T8 %]
   </p>
 
   <table border="0">
    <tr>
-    <td><translate>Host</translate>:</td>
+    <td>[% 'Host' | $T8 %]:</td>
     <td>[% HTML.escape(db_host) %]</td>
    </tr>
    <tr>
-    <td><translate>Port</translate>:</td>
+    <td>[% 'Port' | $T8 %]:</td>
     <td>[% HTML.escape(db_port) %]</td>
    </tr>
    <tr>
-    <td><translate>User name</translate>:</td>
+    <td>[% 'User name' | $T8 %]:</td>
     <td>[% HTML.escape(db_user) %]</td>
    </tr>
    <tr>
-    <td><translate>Database name</translate>:</td>
+    <td>[% 'Database name' | $T8 %]:</td>
     <td>[% HTML.escape(db_db) %]</td>
    </tr>
   </table>
 
   <p>
-   <translate>Please enter the name of the database that will be
-    used as the template for the new database:</translate>
+   [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]
   </p>
 
-  <p><translate>Template database</translate>: <input name="db_template" value="template1"></p>
+  <p>[% 'Template database' | $T8 %]: <input name="db_template" value="template1"></p>
 
   <p>
-   <translate>If the database user listed above does not have the
-    right to create a database then enter the name and password of the
-    superuser below:</translate>
+   [% 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' | $T8 %]
   </p>
 
   <table border="0"
    <tr>
-    <td><translate>Superuser name</translate>:</td>
+    <td>[% 'Superuser name' | $T8 %]:</td>
     <td><input name="db_superuser"></td>
    </tr>
 
    <tr>
-    <td><translate>Password</translate>:</td>
+    <td>[% 'Password' | $T8 %]:</td>
     <td><input type="password" name="db_superuser_password"></td>
    </tr>
   </table>
@@ -57,8 +53,8 @@
   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
   <input type="hidden" name="action" value="create_auth_db">
 
-  <input type="submit" class="submit" value="<translate>Create Dataset</translate>">
-  <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
+  <input type="submit" class="submit" value="[% 'Create Dataset' | $T8 %]">
+  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  </form>