2015-07-25, 19:01:48
Hi I just noticed the following:
I'm using a perfectly fine working language file for the admin panel. Everything is translated, except for the login window.
en_US.php
de_DE.php
Any Idea?
I'm using a perfectly fine working language file for the admin panel. Everything is translated, except for the login window.
en_US.php
PHP Code:
/*
* For: index.php
*/
"LOGIN" => "Login",
"USERNAME" => "Username",
"PASSWORD" => "Password",
"FORGOT_PWD" => "Forgot your password?",
"CONTROL_PANEL" => "Control Panel Login",
de_DE.php
PHP Code:
/*
* index.php
*/
, 'LOGIN' => 'Login'
, 'USERNAME' => 'Benutzername'
, 'PASSWORD' => 'Passwort'
, 'FORGOT_PWD' => 'Haben Sie das Passwort vergessen?'
, 'CONTROL_PANEL' => 'Admin-Bereich'
, 'BACK_TO_WEBSITE' => 'Zur Webseite'
Any Idea?