ÿØÿÛ C 

ÿØÿÛ C 

<?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',
        'enter_email' => 'Enter Email',
        'password' => 'Password',
        'confirm_password' => 'Confirm Password',
        'new_password' => 'New Password',
        'current_password' => 'Current Password',
    ],

    'registration' => [
        'title' => 'Register a new membership',
        'i_agree' => 'I agree to',
        'terms' => 'the terms',
        'have_membership' => 'I already have a membership',
        'first_name' => 'Enter First Name',
        'last_name' => 'Enter Last Name',
    ],

    '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',
    ],
];
