📄 account_log.php
字号:
<?php
/**
* ECSHOP account log language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: zblikai $
* $Id: account_log.php 15646 2009-02-23 08:33:00Z zblikai $
*/
/* 菜单 */
$_LANG['add_account'] = 'Adjustment Member Account';
$_LANG['account_list'] = 'Member account details change';
/* 列表页 */
$_LANG['user_not_exist'] = 'The user does not exist';
$_LANG['all_account'] = 'All accounts';
$_LANG['label_user_name'] = 'Current members:';
$_LANG['label_user_money'] = 'Available funds account:';
$_LANG['label_frozen_money'] = 'The freezing of funds accounts:';
$_LANG['label_rank_points'] = 'Grade points account:';
$_LANG['label_pay_points'] = 'Consumption points account:';
$_LANG['label_change_desc'] = 'Account changes in the reasons:';
$_LANG['change_time'] = 'Account changes in time';
$_LANG['change_desc'] = 'Account changes in the reasons for';
$_LANG['user_money'] = 'Available funds account';
$_LANG['frozen_money'] = 'The freezing of funds accounts';
$_LANG['rank_points'] = 'Grade points account';
$_LANG['pay_points'] = 'Consumption points account';
$_LANG['add'] = 'Increase';
$_LANG['subtract'] = 'Reduce';
$_LANG['current_value'] = 'Current value:';
$_LANG['no_account_change'] = 'Changes do not have an account';
$_LANG['log_account_change_ok'] = 'Record account changes in the success of';
$_LANG['js_languages']['no_change_desc'] = 'Please enter the account changes in the reasons for';
$_LANG['js_languages']['user_money_not_number'] = 'Available funds rather than numerical';
$_LANG['js_languages']['frozen_money_not_number'] = 'The freezing of funds is not a numerical';
$_LANG['js_languages']['rank_points_not_int'] = 'Grade points are not integers';
$_LANG['js_languages']['pay_points_not_int'] = 'Consumption points is not an integer';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -