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'] = '消费积分不是整数';
?>