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.

63 lines
2.7 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: user_account.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_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['no_user'] = '匿名购买';
$_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'] = '请填写会员描述!';
?>