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/passwordReminder.php
<?php

return [
    'title' => 'Wachtwoord vergeten',

    'enter_email_title'         => 'Vul uw emailadres in',
    'enter_email_body'          => 'U kunt uw wachtwoord opnieuw instellen door uw emailadres op te geven.',

    'error_email_required'      => 'Vul a.u.b. dit veld in.',
    'error_email_invalid'       => 'Het opgegeven emailadres is niet bekend bij ons.',
    'error_email_unknown'       => 'Het opgegeven emailadres is niet bekend bij ons.',

    'error_password_invalid'    => 'Geen geldig wachtwoord.',
    'error_link_expired'        => 'De link om uw wachtwoord opnieuw intestellen is verlopen.',

    'reminder_mail_send_title'  => 'Er is een email verstuurd',
    'reminder_mail_send_body'   => 'We hebben een mail gestuurd naar ":email" met een link om uw wachtwoord te resetten.',

    'reset_title'   => 'Stel uw wachtwoord in.',
    'reset_body'    => 'U kunt uw wachtwoord opnieuw instellen door uw emailadres en een nieuw wachtwoord op te geven.',

    'success'   => 'Uw wachtwoord is opnieuw ingesteld.',

    'success_title'     => 'Uw wachtwoord is opnieuw ingesteld.',
    'success_body'      => 'Vanaf nu kunt u inloggen met uw nieuwe wachtwoord.',
    'success_action'    => 'Klik <a href=":link">hier</a> om verder te gaan.',

    'back'  => 'Terug',
];