* @created 2022-07-28 17:21:38 * @modified 2022-07-28 17:21:38 */ return [ 'index' => 'User login and registration', 'login_and_sign' => 'Login/Sign In', 'home' => 'Home', 'library' => 'library', 'login' => 'Login', 'already' => 'Already our customer?', 'description' => 'Already our customer?', 'email' => 'Email', 'email_address' => 'Email Address', 'password' => 'Password', 'forget_password' => 'Forget password', 'new' => 'New Account', 'not_already' => 'Not yet our registered customer?', 'confirm_password' => 'Confirm Password', 'register' => 'Register', 'enter_password' => 'Please enter password', 'enter_email' => 'please input your email', 'please_confirm' => 'Please confirm your password', 'password_err' => 'The passwords entered twice do not match!', 'email_err' => 'Please enter a valid email address!', 'check_form' => 'Please check that the form is filled out correctly', 'email_or_password_error' => 'Email or Password is incorrect!', 'customer_inactive' => 'The customer is inactive!', 'login_successfully' => 'Login successfully!', 'register_success' => 'Registered successfully', ];