| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/home-services/resources/lang/en/ |
Upload File : |
<?php
/*
* File name: auth.php
* Last modified: 2021.04.13 at 12:12:52
* Author: SmarterVision - https://codecanyon.net/user/smartervision
* Copyright (c) 2021
*/
return [
'agree' => 'I agree to the terms',
'account_not_accepted' => 'Account not accepted! please submit your request using your admin panel account!',
'already_member' => 'I already have a membership',
'email' => 'Email Address',
'failed' => 'These credentials do not match our records.',
'forgot_password' => 'I forgot my password',
'login' => 'Login',
'login_facebook' => 'Sign in using Facebook',
'login_google' => 'Sign in using Google',
'login_title' => 'Sign in to start your session',
'login_twitter' => 'Sign in using Twitter',
'logout' => 'Logout',
'name' => 'Full Name',
'password' => 'Password',
'password_confirmation' => 'Confirm your password',
'register' => 'Sign In',
'register_new_member' => 'Register a new membership',
'remember_me' => 'Remember Me',
'remember_password' => 'I remember my password return to login',
'reset_password' => 'Reset',
'reset_password_title' => 'Enter your new password',
'reset_title' => 'Email to reset password',
'send_password' => 'Send password reset link',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];