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.

49 lines
2.1 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: account_log.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* 菜單 */
$_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'] = '消費積分不是整數';
?>