+[%- USE T8 %]
<body>
- <p><b>Fehler!</b></p>
+ <p><b>[% 'Error!' | $T8 %]</b></p>
- <p>Die Konfigurationsdatei für die Authentifizierung "config/authentication.pl" wurde nicht gefunden. Diese Lx-Office-Installation wurde vermutlich noch nicht vollständig aktualisiert oder eingerichtet. Bitte wenden Sie sich an Ihren Administrator.</p>
+ <p>[% 'The authentication configuration file "config/authentication.pl" does not exist. This Lx-Office installation has probably not been updated correctly yet. Please contact your administrator.' | $T8 %]</p>
- <p>Wenn Sie selber die Aktualisierung bzw. Einrichtung übernehmen wollen, so lesen Sie bitte die Datei "doc/UPGRADE" und folgen Sie den dort beschriebenen Schritten.</p>
+ <p>[% 'If you yourself want to upgrade the installation then please read the file "doc/UPGRADE" and follow the steps outlined in this file.' | $T8 %]</p>
<p>
- <a href="login.pl" target="_top">Anmeldung</a> |
- <a href="admin.pl" target="_top">Administration</a>
+ <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
+ <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
</p>
</body>