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.

47 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: sunxiaodong $
* $Id: user_account_manage.php 15487 2008-12-22 09:32:06Z sunxiaodong $
*/
$_LANG['user_account_manage'] = '资金管理';
$_LANG['view_application'] = '查看申请记录';
$_LANG['surplus_pro_type'] = '类型';
$_LANG['repay_money'] = '提现金额';
$_LANG['money'] = '金额';
$_LANG['username'] = '会员名';
$_LANG['add_money'] = '充值金额';
$_LANG['payment'] = '充值方式';
$_LANG['add_money_time'] = '充值时间';
$_LANG['to_cash'] = '提现金额';
$_LANG['to_payment'] = '提现方式';
$_LANG['to_cash_time'] = '提现时间';
$_LANG['button_remove'] = '删除';
$_LANG['remove_confirm'] = '您确定要删除该会员账号吗?';
$_LANG['order_by_surplus'] = '订单列表';
$_LANG['label_user_name'] = '会员名称';
$_LANG['order_sn'] = '订单号';
$_LANG['surplus'] = '使用余额';
$_LANG['integral_money'] = '积分使用余额';
$_LANG['add_time'] = '订单时间';
$_LANG['view_order'] = '查看订单';
$_LANG['user_account_info'] = '会员账户信息';
$_LANG['user_add_money'] = '用户充值总额';
$_LANG['user_repay_money'] = '提现金额';
$_LANG['user_money'] = '用户可用资金';
$_LANG['frozen_money'] = '用户冻结资金';
$_LANG['surplus_info'] = '余额使用信息';
$_LANG['order_surplus'] = '交易使用余额';
$_LANG['integral_money'] = '积分使用余额';
$_LANG['view'] = '查看';
?>