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'] = '修改新密码失败!';
?>