2015-12-06 18:58:49 +00:00
< ? php
2016-12-30 22:19:23 +00:00
return [
2017-01-18 00:30:27 +00:00
'not_authorized' => 'You are not authorized to perform this action.' ,
2017-01-15 02:32:33 +00:00
'auth_error' => 'There was an error while attempting to login.' ,
2017-09-21 05:30:03 +00:00
'authentication_required' => 'Authentication is required to continue.' ,
2017-01-15 02:32:33 +00:00
'remember_me' => 'Remember Me' ,
'sign_in' => 'Sign In' ,
2018-03-31 21:33:10 +00:00
'forgot_password' => 'Forgot Password?' ,
'go_to_login' => 'Go to Login' ,
'reset_help_text' => 'Enter your account email address to recive instructions on resetting your password.' ,
'recover_account' => 'Recover Account' ,
2018-04-01 22:46:16 +00:00
'two_factor' => [
'label' => '2-Factor Token' ,
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.' ,
],
2017-01-15 02:32:33 +00:00
'reset_password_text' => 'Reset your account password.' ,
'reset_password' => 'Reset Account Password' ,
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.' ,
2018-03-22 14:28:10 +00:00
'failed' => 'The credentials provided do not match those we have on record, or the 2FA token provided was invalid.' ,
2016-12-30 22:19:23 +00:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.' ,
2017-09-16 00:26:34 +00:00
'password_requirements' => 'Passwords must contain at least one uppercase, lowercase, and numeric character and must be at least 8 characters in length.' ,
2017-01-17 23:21:33 +00:00
'request_reset' => 'Locate Account' ,
2017-02-02 03:58:48 +00:00
'2fa_required' => '2-Factor Authentication' ,
'2fa_failed' => 'The 2FA token provided was invalid.' ,
2017-04-02 01:18:56 +00:00
'totp_failed' => 'There was an error while attempting to validate TOTP.' ,
2017-10-29 17:37:25 +00:00
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.' ,
2016-12-30 22:19:23 +00:00
];