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'
]
];