diff --git a/resources/app_languages.php b/resources/app_languages.php index 8799cde4be..2401bd9c4f 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -4062,4 +4062,26 @@ $text['description-domain_name']['ru-ru'] = ""; $text['description-domain_name']['sv-se'] = ""; $text['description-domain_name']['uk-ua'] = ""; -?> +$text['title-login']['en-us'] = "Login"; +$text['title-login']['ar-eg'] = "دخول"; +$text['title-login']['de-at'] = "Anmelden"; //copied from de-de +$text['title-login']['de-ch'] = "Anmelden"; //copied from de-de +$text['title-login']['de-de'] = "Anmelden"; +$text['title-login']['el-gr'] = "Είσοδος"; +$text['title-login']['es-cl'] = "Ingresar"; +$text['title-login']['es-mx'] = "Ingresar"; //copied from es-cl +$text['title-login']['fr-ca'] = "connexion"; //copied from fr-fr +$text['title-login']['fr-fr'] = "connexion"; +$text['title-login']['he-il'] = "כניסה"; +$text['title-login']['it-it'] = "Login"; +$text['title-login']['nl-nl'] = ""; +$text['title-login']['pl-pl'] = "Użytkownik"; +$text['title-login']['pt-br'] = "Entrar"; //copied from pt-pt +$text['title-login']['pt-pt'] = "Iniciar Sessão"; +$text['title-login']['ro-ro'] = "Autentificare"; +$text['title-login']['ru-ru'] = "Вход"; +$text['title-login']['sv-se'] = "Logga In"; +$text['title-login']['uk-ua'] = "Логін"; +$text['title-login']['tr-tr'] = "Giriş Yap"; + +?> \ No newline at end of file diff --git a/resources/login.php b/resources/login.php index 4f58f9d920..dd0e9a3aaa 100644 --- a/resources/login.php +++ b/resources/login.php @@ -192,6 +192,7 @@ } //add the header + $document['title'] = $text['title-login']; include "resources/header.php"; //show the message