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/MdnDirecteur/hours.komma.cloud/resources/lang/nl/auth.php
<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed'   => 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.',
    'throttle' => 'Te veel mislukte loginpogingen. Probeer het over :seconds seconden nogmaals.',
    'email_does_not_match' => 'Het e-mailadres komt niet overeen met de te wijzigen gebruiker.',

    'log_in' => 'Inloggen',
    'forgot_your_password' => 'Wachtwoord vergeten?',


    'reset_password' => 'Reset wachtwoord',
    'send_password_reset_link' => 'Verzend wachtwoord reset link',
    'confirm_password' => 'Bevestig wachtwoord',

    'set_password' => 'Stel wachtwoord in',
];