45 lines
1.9 KiB
PHP
45 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Signin Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during signin 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.
|
|
|
|
|
*/
|
|
|
|
'title' => 'Welcome back',
|
|
'no_account' => "Don't have an account?",
|
|
'create_account' => 'Create an account',
|
|
'email_placeholder' => 'Email',
|
|
'email_invalid' => 'Enter a valid email address!',
|
|
'phone_placeholder' => 'Phone Number',
|
|
'phone_invalid' => 'Enter a valid phone number!',
|
|
'password_placeholder' => 'Password',
|
|
'password_incorrect' => 'Password is incorrect!',
|
|
'remember_for_30_days' => 'Remember for 30 days',
|
|
'forgot_password' => 'Forgot password?',
|
|
'login_with_email' => 'Login with email',
|
|
'login_with_phone' => 'Login with phone',
|
|
'sign_in' => 'Sign In',
|
|
'or_continue_with' => 'or continue with',
|
|
'google' => 'Google',
|
|
'facebook' => 'Facebook',
|
|
'apple' => 'Apple',
|
|
'need_help' => 'Need help?',
|
|
'rights_reserved' => ' All rights reserved. Made by <span class="animate-underline"><a class="animate-target text-dark-emphasis text-decoration-none" href="/" rel="noreferrer" target="_blank">:company',
|
|
'company_name' => 'Coderthemes',
|
|
'sending' => 'Sending...',
|
|
'error' => 'An error occurred. Please try again.',
|
|
'invalid_credentials' => 'Invalid email or password',
|
|
'user_not_found' => 'User not found with this email',
|
|
'login_success' => 'Login successful',
|
|
'login_failed' => 'Login failed. Please try again.',
|
|
'password_field_required' => 'Password field is required for email login',
|
|
'google_failed' => 'Login with Google failed. Please try again.',
|
|
];
|