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.
51 lines
2.3 KiB
51 lines
2.3 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP account log language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: liubo $
|
|
* $Id: account_log.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
/* 菜单 */
|
|
$_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';
|
|
|
|
?>
|