36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* currency.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-07-28 17:21:38
|
|
* @modified 2022-07-28 17:21:38
|
|
*/
|
|
|
|
return [
|
|
'index' => 'User login and registration',
|
|
'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',
|
|
'login' => 'login',
|
|
'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',
|
|
];
|