Current File : /home/getxxhzo/app.genicards.com/lang/en/auth.php |
<?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.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'account_deactivate' => 'Your account is currently inactive, Please contact to administrator.',
'email_verify' => 'Please verify your email before login.',
'full_name' => 'Full Name',
'email' => 'Email',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'remember_me' => 'Remember Me',
'sign_in' => 'Sign In',
'get_started' => 'Get Started',
'sign_up' => 'Sign Up',
'sign_out' => 'Sign out',
'register' => 'Register',
'modern_&_powerful_interface' => 'Modern & Powerful Interface',
"choose_a_plan_that's_right_for_you" => "Choose a plan that's right for you",
'stories_from_our_customers' => 'Stories From Our Customers',
"let's_hear_what_they_say" => "Let's Hear What They Say",
'subscribe_here' => 'Subscribe here',
'copyright_by' => 'Copyright by',
'home' => 'Home',
'about' => 'About',
'pricing' => 'Pricing',
'contact' => 'Contact',
'features' => 'Features',
'login' => [
'title' => 'Sign in to start your session',
'forgot_password' => 'I forgot my password',
'register_membership' => 'Register a new membership',
],
'registration' => [
'title' => 'Register a new membership',
'i_agree' => 'I agree to',
'terms' => 'the terms',
'have_membership' => 'I already have a membership',
],
'forgot_password' => [
'title' => 'Enter Email to reset password',
'send_pwd_reset' => 'Send Password Reset Link',
],
'reset_password' => [
'title' => 'Reset your password',
'reset_pwd_btn' => 'Reset Password',
],
'emails' => [
'password' => [
'reset_link' => 'Click here to reset your password',
],
],
'app' => [
'member_since' => 'Member since',
'messages' => 'Messages',
'settings' => 'Settings',
'lock_account' => 'Lock Account',
'profile' => 'Profile',
'online' => 'Online',
'search' => 'Search',
'create' => 'Create',
'export' => 'Export',
'print' => 'Print',
'reset' => 'Reset',
'reload' => 'Reload',
],
];