Approval.

This commit is contained in:
2020-05-18 02:10:25 +02:00
committed by Stefan Rohde-Enslin
parent 48d1d28b37
commit 984834659c
9 changed files with 90 additions and 0 deletions

10
de/login.php Normal file
View File

@ -0,0 +1,10 @@
<?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';