43 lines
1.7 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'profile' => 'Profile',
'logout' => 'Logout',
'login' => 'Login',
'login_to' => 'Login to start your session',
'remember_me' => 'Remember Me',
'forgot_password' => 'I forgot my password',
'reset_password' => 'Reset Password',
'enter_email' => 'Enter Your Email Address',
'current_email' => 'Current Email',
'reset' => 'Reset',
'never' => 'never',
2020-01-21 11:59:52 +03:00
'landing_page' => 'Landing Page',
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'password' => [
'current' => 'Password',
'current_confirm' => 'Password Confirmation',
'new' => 'New Password',
'new_confirm' => 'New Password Confirmation',
],
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'error' => [
2018-06-02 16:53:02 +03:00
'self_delete' => 'Error: Can not delete yourself!',
2019-11-16 10:21:14 +03:00
'self_disable' => 'Error: Can not disable yourself!',
2018-06-02 16:53:02 +03:00
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
2017-09-14 22:21:00 +03:00
],
'failed' => 'These credentials do not match our records.',
2021-06-15 16:01:55 +03:00
'password' => 'The provided password is incorrect.',
2017-09-14 22:21:00 +03:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
2021-06-15 16:01:55 +03:00
'disabled' => 'This account is disabled. Please, contact the system administrator.',
2017-09-14 22:21:00 +03:00
2018-05-21 15:26:19 +03:00
'notification' => [
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
'message_2' => 'If you did not request a password reset, no further action is required.',
'button' => 'Reset Password',
],
2017-09-14 22:21:00 +03:00
];