Approval.
This commit is contained in:
21
de/login.php
21
de/login.php
@ -1,10 +1,13 @@
|
||||
<?PHP
|
||||
$tlLogin['username'] = 'Benutzername';
|
||||
$tlLogin['password'] = 'Passwort';
|
||||
$tlLogin['login'] = 'Login';
|
||||
$tlLogin['remember_me'] = 'Login merken';
|
||||
$tlLogin['global_statistics'] = 'Globale Statistiken';
|
||||
$tlLogin['recent_blog_posts'] = 'Neueste Blogbeiträge';
|
||||
$tlLogin['public_db_contents'] = 'Veröffentlichte Datenbankinhalte';
|
||||
$tlLogin['log_in'] = 'Einloggen';
|
||||
$tlLogin['avg_text_len'] = 'Objektbeschreibungen: Durchschnittle Länge';
|
||||
declare(strict_types = 1);
|
||||
$tlLogin = array (
|
||||
'username' => 'Benutzername',
|
||||
'password' => 'Passwort',
|
||||
'login' => 'Login',
|
||||
'remember_me' => 'Login merken',
|
||||
'global_statistics' => 'Globale Statistiken',
|
||||
'recent_blog_posts' => 'Neueste Blogbeiträge',
|
||||
'public_db_contents' => 'Veröffentlichte Datenbankinhalte',
|
||||
'log_in' => 'Einloggen',
|
||||
'avg_text_len' => 'Objektbeschreibungen: Durchschnittle Länge',
|
||||
);
|
||||
|
Reference in New Issue
Block a user