![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/resources/lang/en/ |
<?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.', 'full_name' => 'Full Name', 'email' => 'Email', 'password' => 'Password', 'confirm_password' => 'Confirm Password', 'remember_me' => 'Remember Me', 'sign_in' => 'Sign In', 'sign_out' => 'Sign out', 'register' => 'Register', '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', ], ];