]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/test_db_connection_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection_master.html
index 25dedacb0ac0bd81b0878d4db96723e352e10726..865efeac99cb9b172a8662012371cb1d4e1a8b88 100644 (file)
@@ -1,17 +1,17 @@
+[%- USE T8 %]
 [% USE HTML %]<body>
 
  <div class="listtop">[% title %]</div>
 
  [%- IF connection_ok %]
 
- <p><translate>The connection was established successfully.</translate></p>
+ <p>[% 'The connection was established successfully.' | $T8 %]</p>
 
  [%- ELSE %]
 
  <p>
-  <translate>The connection to the database could not be
-   established.</translate>
-  <translate>Error message from the database driver:</translate>
+  [% 'The connection to the database could not be established.' | $T8 %]
+  [% 'Error message from the database driver:' | $T8 %]
  </p>
 
  <p>[% HTML.escape(errstr) %]</p>
@@ -20,7 +20,7 @@
 
  <p>
   <form>
-   <input type="button" class="submit" onclick="window.close()" value="<translate>Close Window</translate>">
+   <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
   </form>
  </p>