2015-12-06 19:58:49 +01:00
< ? php
2016-12-30 23:19:23 +01:00
return [
2017-01-15 03:32:33 +01:00
'sign_in' => 'Sign In' ,
2018-03-31 23:33:10 +02:00
'go_to_login' => 'Go to Login' ,
2018-04-08 22:18:13 +02:00
'failed' => 'No account matching those credentials could be found.' ,
'forgot_password' => [
'label' => 'Forgot Password?' ,
2018-05-26 23:59:58 +02:00
'label_help' => 'Enter your account email address to receive instructions on resetting your password.' ,
2018-04-08 22:18:13 +02:00
'button' => 'Recover Account' ,
],
'reset_password' => [
'button' => 'Reset and Sign In' ,
],
2018-04-02 00:46:16 +02: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.' ,
2018-04-08 22:18:13 +02:00
'checkpoint_failed' => 'The two-factor authentication token was invalid.' ,
2018-04-02 00:46:16 +02:00
],
2016-12-30 23:19:23 +01:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.' ,
2018-04-08 22:18:13 +02:00
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.' ,
2017-10-29 18:37:25 +01: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 23:19:23 +01:00
];