ECOMMERCE/lang/en/signin.php

37 lines
1.3 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 :company',
'company_name' => 'Coderthemes',
];