Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / login / auth_db_unreachable.html
1 [%- USE T8 %]
2 <body>
3
4  <p><b>[% 'Error!' | $T8 %]</b></p>
5
6  <p>[%- 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' | $T8 %]</p>
7
8  <p>[% 'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' | $T8 %]</p>
9
10  <p>
11   <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
12   <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
13  </p>
14
15 </body>
16 </html>