HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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&uuml;ck',

    'wrong_password'        => 'Entschuldigung, Sie haben ein ung&uuml;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'
];