File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/de/customer/login.php
<?php
return [
// Global
'title' => 'Auf Ihre Account anmelden',
'panel_title' => 'Machen Sie Ihre Wahl',
'back' => 'Zurück',
'wrong_password' => 'Entschuldigung, Sie haben ein ungültiges Kennwort eingegeben. ',
'email_exists' => "Dieses Konto ist uns nicht bekannt.",
'email_activated' => "Dieses Konto ist noch nicht aktiviert.",
// Create account
'choose_new' => [
'title' => 'Account kreieren',
'text' => '',
'button' => 'Account kreieren',
],
// Login on account
'choose_login' => [
'title' => 'Auf Ihre Account anmelden',
],
'loginError' => 'Der Benutzername oder das Passwort ist falsch'
];