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/topswtw.komma.pro/app/lang/nl/customer/login.php
<?php

return [

    // Global
    'title'                 => 'Inloggen op uw account',
    'panel_title'           => 'Maak uw keuze',
    'back'                  => 'Terug',

    'wrong_password'        => 'Sorry, u heeft een verkeerd wachtwoord ingevuld.',
//    'wrong_credentials'     =>

    'email_exists'          => 'Dit account is niet bekend bij ons.',
    'email_activated'       => 'Dit account is nog niet geactiveerd.',

    // Create account
    'choose_new' => [
        'title'             => 'Account aanmaken',
        'text'              => '',
        'button'              => 'Account aanmaken',
    ],

    // Login on account
    'choose_login' => [
        'title'             => 'Inloggen op uw account',
    ],
    'loginError' => 'De gebruikersnaam of wachtwoord is niet correct.'
];