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/Eurotools/euro-tools.nl/resources/lang/en/auth.php
<?php

return [
    'failed' => "The email and/or password provided don't coincide, please try again.",
    'throttle' => 'You have tried to login too many times with incorrect details. For security reasons, your account has been temporarily blocked. The account will be automatically unblocked after 1 minute. Please try again later.',
    'forgot_password' => 'Have you forgotten your password?',
    'login' =>
        [
            'wrong_credentials' => 'The email and/or password provided are not the same. Please try again.',
            'too_many_times' => 'Too many attempts to log in. Please wait 1 hour and try again.',
            'not_active' => 'No active account was found that corresponds with the details entered.',
        ],
    'password-forgot' =>
        [
            'no_account' => 'No account has yet been linked to the email address provided.',
        ],
    'password-forgot-email' =>
        [
            'subject' => 'Reset password',
            'confirmation' => 'Email successfully sent',
        ],
    'password-reset-page' =>
        [
            'wrong_token' => 'The token has not been linked to an account',
            'confirm_password' => 'Confirm password',
        ],
    'password-activate-email' =>
        [
            'subject' => 'Activate your account',
        ],
    'send_email' => 'send email',
    'password' => 'Password',
    'log_in' => 'Login',
    'enter_email' => 'Please enter your email address.',
    'password-reset' => 'Your password has been changed. You can now log in with your new password.',
    'to_login_page' => 'Back to the login page',
    'confirmation' =>
        [
            'password-forgot' => 'You will receive an email to reset your password.',
            'password-reset' => 'Your password has been changed. You can now log in.',
            'account_activated' => 'Your account has been activated. You can now log in.',
        ],
    'reset-password' => 'Set or reset password',
    'reset-password-explanation' => 'Please enter your email address and click on \'send email\'. You will then receive an email with instructions on how to reset your password.',
    'email-reset-explanation' => 'Please enter your email address and click on the button below to send an e-mail with instructions on how to change your password',
    'reset-explanation' => 'Please enter your email address and fill in your new password twice. Then click on \'Set or reset password\'.',
    'password_confirmation' => 'Confirm Password',
    'update_password' => 'Set password',
    'activate_account' => 'Activate account',
    'log_out' => 'Sign out',
    'password-reset-button' => 'Reset password',
    'not_approved' => 'Your account has not yet been approved. Wait until further notice and try again.',
    'edit_profile' => 'Change client details',
    'save' => 'Save',
];