bnbweb/languages/zh_tw/admin/account_log.php
2022-11-14 23:49:28 +08:00

49 lines
2.1 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 管理中心???????言文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: account_log.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 菜? */
$_LANG['add_account'] = '調整會員帳戶';
$_LANG['account_list'] = '會員帳戶變動細節';
/* 列表? */
$_LANG['user_not_exist'] = '這個會員不存在';
$_LANG['all_account'] = '所有帳戶';
$_LANG['label_user_name'] = '目前會員:';
$_LANG['label_user_money'] = '可用資金帳戶:';
$_LANG['label_frozen_money'] = '凍結資金帳戶:';
$_LANG['label_rank_points'] = '等級積分帳戶:';
$_LANG['label_pay_points'] = '消費積分帳戶:';
$_LANG['label_change_desc'] = '帳戶變動原因:';
$_LANG['change_time'] = '帳戶變動時間';
$_LANG['change_desc'] = '帳戶變動原因';
$_LANG['user_money'] = '可用資金帳戶';
$_LANG['frozen_money'] = '凍結資金帳戶';
$_LANG['rank_points'] = '等級積分帳戶';
$_LANG['pay_points'] = '消費積分帳戶';
$_LANG['add'] = '增加';
$_LANG['subtract'] = '減少';
$_LANG['current_value'] = '目前值:';
$_LANG['no_account_change'] = '沒有帳戶變動';
$_LANG['log_account_change_ok'] = '記錄帳戶變動成功';
$_LANG['js_languages']['no_change_desc'] = '請輸入帳戶變動原因';
$_LANG['js_languages']['user_money_not_number'] = '可用資金不是數值';
$_LANG['js_languages']['frozen_money_not_number'] = '凍結資金不是數值';
$_LANG['js_languages']['rank_points_not_int'] = '等級積分不是整數';
$_LANG['js_languages']['pay_points_not_int'] = '消費積分不是整數';
?>