📄 user_account.php
字号:
<?php
/**
* ECSHOP 会员预付款管理语言项
* ============================================================================
* 版权所有 (C) 2005-2008 康盛创想(北京)科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com;http://www.comsenz.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: testyang $
* $Id: user_account.php 14481 2008-04-18 11:23:01Z testyang $
*/
$_LANG['user_surplus'] = '预付款';
$_LANG['surplus_id'] = '编号';
$_LANG['user_id'] = '会员名称';
$_LANG['surplus_amount'] = '金额';
$_LANG['add_date'] = '操作日期';
$_LANG['pay_mothed'] = '支付方式';
$_LANG['process_type'] = '类型';
$_LANG['confirm_date'] = '到款日期';
$_LANG['surplus_notic'] = '管理员备注';
$_LANG['surplus_desc'] = '会员描述';
$_LANG['surplus_type'] = '操作类型';
$_LANG['surplus_type_0'] = '充值';
$_LANG['surplus_type_1'] = '提现';
$_LANG['admin_user'] = '操作员';
$_LANG['status'] = '到款状态';
$_LANG['confirm'] = '已完成';
$_LANG['unconfirm'] = '未确认';
$_LANG['cancel'] = '取消';
$_LANG['please_select'] = '请选择...';
$_LANG['surplus_info'] = '会员金额信息';
$_LANG['check'] = '到款审核';
$_LANG['money_type'] = '币种';
$_LANG['surplus_add'] = '添加申请';
$_LANG['surplus_edit'] = '编辑申请';
$_LANG['attradd_succed'] = '您此次操作已成功!';
$_LANG['username_not_exist'] = '您输入的会员名称不存在!';
$_LANG['cancel_surplus'] = '您确定要取消这条记录吗?';
$_LANG['surplus_amount_error'] = '要提现的金额超过了此会员的帐户余额,此操作将不可进行!';
$_LANG['edit_surplus_notic'] = '现在的状态已经是 已完成,如果您要修改,请先将之设置为 未确认';
$_LANG['back_list'] = '返回充值和提现申请';
$_LANG['continue_add'] = '继续添加申请';
/* JS语言项 */
$_LANG['js_languages']['user_id_empty'] = '会员名称不能为空!';
$_LANG['js_languages']['deposit_amount_empty'] = '请输入充值的金额!';
$_LANG['js_languages']['pay_code_empty'] = '请选择支付方式';
$_LANG['js_languages']['deposit_amount_error'] = '请按正确的格式输入充值的金额!';
$_LANG['js_languages']['deposit_type_empty'] = '请填写类型!';
$_LANG['js_languages']['deposit_notic_empty'] = '请填写管理员备注!';
$_LANG['js_languages']['deposit_desc_empty'] = '请填写会员描述!';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -