Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / login / authentication_pl_missing_master.html
index 30f87f3..e9530b0 100644 (file)
@@ -1,19 +1,15 @@
+[%- USE T8 %]
 <body>
 
- <p><b><translate>Error!</translate></b></p>
+ <p><b>[% 'Error!' | $T8 %]</b></p>
 
- <p><translate>The authentication configuration file
-   &quot;config/authentication.pl&quot; does not exist. This Lx-Office
-   installation has probably not been updated correctly yet. Please
-   contact your administrator.</translate></p>
+ <p>[% 'The authentication configuration file &quot;config/authentication.pl&quot; does not exist. This Lx-Office installation has probably not been updated correctly yet. Please contact your administrator.' | $T8 %]</p>
 
- <p><translate>If you yourself want to upgrade the installation then
-   please read the file &quot;doc/UPGRADE&quot; and follow the steps
-   outlined in this file.</translate></p>
+ <p>[% 'If you yourself want to upgrade the installation then please read the file &quot;doc/UPGRADE&quot; and follow the steps outlined in this file.' | $T8 %]</p>
 
  <p>
-  <a href="login.pl" target="_top"><translate>Login</translate></a> |
-  <a href="admin.pl" target="_top"><translate>Administration</translate></a>
+  <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
+  <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
  </p>
 
 </body>