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.

43 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 管理中心管理員密碼取回文件
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: get_password.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* 字段信息 */
$_LANG['user_name'] = '管理員用戶名';
$_LANG['email'] = 'Email地址';
$_LANG['enter_admin_pwd'] = '管理員新密碼';
$_LANG['confirm_admin_pwd'] = '管理員確認密碼';
$_LANG['get_newpassword'] = '管理員密碼找回';
$_LANG['click_button'] = '確定';
$_LANG['reset_button'] = '重置';
$_LANG['admin_login'] = '登錄首頁';
$_LANG['login_now'] = '立即登錄';
/* 提示信息 */
$_LANG['js_languages']['user_name_empty'] = '管理員用戶名不能為空!';
$_LANG['js_languages']['email_empty'] = 'Email地址不能為空!';
$_LANG['js_languages']['email_error'] = 'Email地址格式不正確!';
$_LANG['js_languages']['admin_pwd_empty'] = '請輸入管理員新密碼!';
$_LANG['js_languages']['confirm_pwd_empty'] = '請輸入管理員確認密碼!';
$_LANG['js_languages']['both_pwd_error'] = '您兩次輸入的密碼不一致!';
$_LANG['email_username_error'] = '用戶名與Email地址不匹配,請返回!';
$_LANG['send_mail_error'] = '郵件發送錯誤, 請檢查您的郵件服務器設置!';
$_LANG['code_param_error'] = '您執行了一個不合法的請求,請返回!';
$_LANG['send_success'] = '重置密碼的郵件已經發到您的郵箱:';
$_LANG['update_pwd_success'] = '您的新密碼已修改成功!';
$_LANG['update_pwd_failed'] = '修改新密碼失敗!';
?>