You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.1 KiB

3 years ago
<?php
/**
* ECSHOP Control panel administrator's password repossess file
* ============================================================================
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
* Development Ltd.
* Web site: http://www.ecmoban.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it mean that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: liubo $
* $Id: get_password.php 17217 2011-01-19 06:29:08Z liubo $
*/
/* Field information */
$_LANG['user_name'] = 'Administrator username';
$_LANG['email'] = 'Email';
$_LANG['enter_admin_pwd'] = 'Administrator new password';
$_LANG['confirm_admin_pwd'] = 'Administrator verify password';
$_LANG['get_newpassword'] = 'Administrator password repossess';
$_LANG['click_button'] = 'OK';
$_LANG['reset_button'] = 'Reset';
$_LANG['admin_login'] = 'Login';
$_LANG['login_now'] = 'Login now';
/* Prompting message */
$_LANG['js_languages']['user_name_empty'] = 'Please enter username!';
$_LANG['js_languages']['email_empty'] = 'Email address can\'t be blank!';
$_LANG['js_languages']['email_error'] = 'Email address format is invalid!';
$_LANG['js_languages']['admin_pwd_empty'] = 'Please enter administrator new password!';
$_LANG['js_languages']['confirm_pwd_empty'] = 'Please re-enter administrator password!';
$_LANG['js_languages']['both_pwd_error'] = 'The two passwords you entered did not match. Please type it again!';
$_LANG['email_username_error'] = 'Username and Email address must match, please return!';
$_LANG['send_mail_error'] = 'Error send email, please check your mail server config!';
$_LANG['code_param_error'] = 'Your request is invalid, please return!';
$_LANG['send_success'] = 'Reset password mail has sent your mailbox:';
$_LANG['update_pwd_success'] = 'Your new password has edited successfully!';
$_LANG['update_pwd_failed'] = 'Edit new password failure!';
3 years ago
?>