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/SBogers85/equichecker.com/resources/lang/en/auth.php
<?php

return [
    'login' => [
        'wrong_credentials' => ' These credentials do not match our records.',
        'too_many_times' => 'Too many invalid login attempts, please wait 1 hour before trying again.',
        'not_active' => 'There is no account found, or activated for these credentials.',
        'please' => 'please',
        'contact_us' => 'contact us',
        'to_activate_your_account' => 'to activate your account',
        'mail_address' => 'sergio@dale-int.com'
    ],

    'password-forgot' => [
        'no_account' => 'It looks like that the e-mail is not linked to an account'
    ],

    'password-forgot-email' => [
        'subject' => 'Password reset link',
        'confirmation' => 'The email has been send',
    ],
    'password-reset-page' => [
        'wrong_token' => 'The token is not linked to any acount',
        'password_updated' => 'Your password has been updated!, you can login with the new password'
    ],
    'password-activate-email' => [
        'subject' => 'Activate your equichecker account'
    ],

    'changePassword' => [
        'header' => 'Change password',
        'password' => 'Password',
        'confirmPassword' => 'Confirm password',
        'text' => 'Choose en confirm your new password below.',
        'confirm' => 'Change password'
    ],

    'activateAccount' => [
        'header' => 'Activate account',
        'password' => 'Password',
        'confirmPassword' => 'Confirm password',
        'text' => 'Choose en confirm your password below.',
        'confirm' => 'Activate account'
    ]

];