bnbweb/languages/zh_tw/admin/get_password.php
2022-11-15 01:31:15 +08:00

43 lines
2.0 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 管理中心管理?密?取回文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: get_password.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 字段信息 */
$_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'] = '修改新的密碼失敗!';
?>