Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/en/
Upload File :
Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/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.',
    'failed_to_change_password'         => 'Failed to change password!',
    'password'                          => 'The provided password is incorrect.',
    'throttle'                          => 'Too many login attempts. Please try again in :seconds seconds.',
    'logout'                            => 'Logout',
    'remember_me'                       => 'Remember Me',
    'enter_registered_email'            => 'Enter your registered email ID to reset the password',
    'forgot_password'                   => 'Forgot Password?',
    'login_to_account'                  => 'Please log in to your account',
    'role_not_exist'                    => 'This account not assigned with any Role!',
    'inactive_account'                  => 'This account is Inactive',
    'fill_details'                      => 'Please fill the below details to create your account',
    'agree_terms'                       => 'Please agree terms & Conditions!',
    'requested_to_change_password'                   => 'We received your reset password request. Please enter your new password!',

    'login'                             => 'Login',
    'register'                          => 'Register',

    'dont_have_account'                 => "Don't have an account yet?",
    

];