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
47 lines
2.0 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP 会员资金管理文件
|
|
* ============================================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.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'] = '查看';
|
|
|
|
?>
|