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'] = '查看';
?>