32 lines
1.1 KiB
PHP
32 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' => 'Forgot Password',
|
|
'follow_prompt' => 'Please follow the prompts to retrieve your password',
|
|
'email_forCode' => 'Please enter your email address to get the verification code',
|
|
'enter_password' => 'Please enter a new password',
|
|
'email' => 'Email',
|
|
'email_address' => 'Email Address',
|
|
'verification_code' => 'Verification Code',
|
|
'password' => 'Password',
|
|
'confirm_password' => 'Confirm Password',
|
|
'send_code' => 'Send Code',
|
|
'to_back' => 'Back to previous step',
|
|
'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!',
|
|
'enter_code' => 'Please enter verification code',
|
|
];
|