HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //var/www/admin.javaapp.co.uk/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' => 'These credentials do not match our records..',
    // 'password' => 'The provided password is incorrect.',
    'password' => 'The provided Password is incorrect.',
    // 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
    'login' => 'LOGIN',
    'loginButton' => 'Log In',
    'email' => 'EMAIL',
    'password' => 'PASSWORD',
    'otp' => 'OTP',
    'otp' => 'OTP',
    'forgotPassword' => 'Forgot Password?',
    'rightsReserved' => '© ' . date("Y") . ' All Rights Reserved.',
    'verifyOTPButton' => 'VERIFY OTP',
    'resendOTP' => 'RESEND OTP',
    'OTPVerification' => 'OTP Verification',
    'forgotPassword' => 'FORGOT PASSWORD',
    'forgotPasswordText' => 'Please enter your registered Email Address. We will send you password reset link over it.',
    'passwordResetLinkButton' => 'Send Password Reset Link',
    'admin' => 'ADMIN',
    'cafe' => 'CAFE',
    'logout' => 'Log Out',
    // 'subjectOTP' => 'Welcome to Java Go: OTP Verification',
    'subjectOTP' => ' Verify Your Account with One-Time Password (OTP)',
    // 'subjectResetPassword' => 'Welcome to Java Go: Reset Password Notification',
    'subjectResetPassword' => 'Java Go - Password Reset Request',
    'OTPSendSuccessfully' => 'OTP sent successfully! Please check your Email.',
    // 'credentialsNotMatch' => 'These credentials do not match our records.',
    'credentialsNotMatch' => 'Login Credentials does not match our records.',
    'cafeLoginSuccess' => 'Cafe Logged In successfully!!!',
    // 'OTPExpired' => 'This OTP has been expired.',
    'OTPExpired' => 'This OTP is expired..',
    'validOTP' => 'Please enter a valid OTP.',
    // 'sendResetLinkEmail' => 'Password reset link send successfully! Please check your email.',
    'sendResetLinkEmail' => 'Password reset link is sent to your registered Email Id.',
    // 'waitForApproval' => 'Wait until the account is approved.',
    'waitForApproval' => 'Please wait, Your account is under review.',
    // 'deactivatedAccount' => 'Your account has been deactivated by the admin, please contact the admin.',
    'deactivatedAccount' => 'Your account has been deactivated by the admin, please contact the Admin. Thank You!!!.',
    // 'resetPasswordLinkExpired' => 'This reset password link has been expired.',
    'resetPasswordLinkExpired' => 'Reset Password link is expired.',
    'resetPassword' => 'RESET PASSWORD',
    'resetPasswordButton' => 'RESET PASSWORD',
    'confirm_password' => 'CONFIRM PASSWORD',
    // 'passwordResetSuccess' => 'Password has been reset successfully!',
    'passwordResetSuccess' => 'Password is reset successfully!!!',
    'signup' => 'SIGN UP',
    'signupButton' => 'Sign Up',
    'phone' => 'PHONE NUMBER',
    'cafe_name' => 'CAFE NAME',
    'address' => 'ADDRESS',
    // 'cafeRequestSendSuccessfully' => 'Cafe request sent successfully, please wait for approval.',
    'cafeRequestSendSuccessfully' => 'Cafe approval request is sent. Oue team will reach out to you soon. Thank You!!!.',
    'signupSuccessfully' => 'Signup has been completed successfully, now you can login.',
    // 'signupSuccessfully' => 'Congratulations!!! Welcome to Java Go. Please proceed to Sign In.',
    'signupSuccessfully' => 'Congratulations!!! Welcome to Java Go. Please proceed to Log In.',
    // 'approvedSuccessfully' => 'Your account has been approved successfully, now you can login.',
    'approvedSuccessfully' => 'Congratulations!!! Your account is approved',
    // 'You’reNewHere?' => 'You’re new here?',
    'You’reNewHere?' => 'You are new here?',
    'AlreadyHaveAnAccount?' => 'Already have an account?',
    'postcode' => 'POSTCODE',
    'BackToLogin' => 'Back to Login',
    // 'pleaseCompleteApprovalProcess' => 'Please check your email and complete your approval process.',
    'pleaseCompleteApprovalProcess' => 'Please check your email and complete your onboarding process.',
];