41 lines
1.4 KiB
PHP
41 lines
1.4 KiB
PHP
<?php
|
|
|
|
/**
|
|
* currency.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @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',
|
|
'third_party_logins' => 'Third-party Login',
|
|
];
|