Commit a5fb6afb by fezrul

update lang

parent de5c486b
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'activation_success' => 'Your account successfully activated.',
'already_registered?' => 'Have an account?',
'click_to_activate' => 'Please click <a href=":link">this activation link</a> to activate your account.',
'email' => 'Email',
'failed' => 'Invalid credentials',
'forgot_password' => 'Forgot password',
'identifier' => 'Email',
'login' => 'Login',
'login_here' => 'Login Here',
'name' => 'Name',
'not_registered_yet?' => 'Not registered yet?',
'password' => 'Password',
'password_confirmation' => 'Confirm Your Password',
'password_new' => 'New Password',
'password_confirm' => 'Confirm New Password',
'register' => 'Register',
'register_here' => 'Register Here',
'registration_success' => 'Registration success. Please check your email to activate your account.',
'remember' => 'Remember me',
'reset_password' => 'Reset Password',
'send_reset_password_link' => 'Send Reset Password Link',
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment