⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 users.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 PHP
字号:
<?php

/**
 * ECSHOP Member ID management language files
 * ============================================================================
 * 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锛沬t means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: liry $
 * $Date: 2007-02-09 18:38:06 +0800$(Friday,09 February 2007)
 * $Id: users.php 5541 2007-02-09 10:38:06Z scottye $
*/
/* List page */
$_LANG['label_user_name'] = 'Username:';
$_LANG['label_pay_points_gt'] = 'Points more than:';
$_LANG['label_pay_points_lt'] = ' Less than:';
$_LANG['label_rank_name'] = 'Rank';
$_LANG['all_option'] = 'All...';

$_LANG['view_order'] = 'View the order';
$_LANG['view_deposit'] = 'View Account details';
$_LANG['username'] = 'Username';
$_LANG['email'] = 'Email';
$_LANG['reg_date'] = 'Register date';
$_LANG['button_remove'] = 'Delete';
$_LANG['users_edit'] = 'Edit';
$_LANG['goto_list'] = 'Return list';
$_LANG['username_empty'] = 'Please enter a username!';

/* List relative language item */
$_LANG['password'] = 'Password';$_LANG['confirm_password'] = 'confirm password';
$_LANG['question'] = 'Secret question';
$_LANG['answer'] = 'Secret answer';
$_LANG['gender'] = 'Sex';
$_LANG['birthday'] = 'Birthday';
$_LANG['sex'][0] = 'Secrecy';
$_LANG['sex'][1] = 'Male';
$_LANG['sex'][2] = 'Female';
$_LANG['pay_points'] = 'Payment points';
$_LANG['rank_points'] = 'Rank points';
$_LANG['user_money'] = 'Available money';
$_LANG['frozen_money'] = 'Frozen money';
$_LANG['credit_line'] = 'Credit line';
$_LANG['user_rank'] = 'Rank';
$_LANG['not_special_rank'] = 'Nonspecial rank';
$_LANG['view_detail_account']='View details.';

$_LANG['msn'] = 'MSN';
$_LANG['qq'] = 'QQ';
$_LANG['home_phone'] = '瀹跺涵鐢佃瘽';
$_LANG['office_phone'] = '鍔炲叕鐢佃瘽';
$_LANG['mobile_phone'] = '鎵嬫満';

$_LANG['notice_pay_points'] = 'Payment points is a sort of monetary in the shop, to allow user use to a scale
points for shopping.';
$_LANG['notice_rank_points'] = 'Rank points is a sort of aggregate points, the system according to points to estimate user\'s rank.';
$_LANG['notice_user_money'] = 'User obligate money in the shop.';

/* Notice */
$_LANG['username_exists'] = 'The username has existed.';
$_LANG['email_exists'] = 'The email address has existed.';
$_LANG['edit_user_failed'] = 'Edit user data failed.';
$_LANG['invalid_email'] = 'The email address is invalid.';
$_LANG['update_success'] = 'Edit user data successfully.';
$_LANG['remove_confirm'] = 'Are you sure delete the user\\\'s account?';
$_LANG['remove_order_confirm'] = 'The user\'s account already exists, if you delete the user account, then the order data will be deleted. <br />Are you sure delete it?';
$_LANG['remove_order'] = 'Yes, I will delete the user account and orders.';
$_LANG['remove_cancel'] = 'No, I won\'t delete the user account.';
$_LANG['remove_success'] = 'User account %s has deleted successfully.';
$_LANG['add_success'] = 'User account %s has added successfully.';
$_LANG['batch_remove_success'] = 'You has deleted %d user accounts.';
$_LANG['register_points'] = '娉ㄥ唽閫佺Н鍒

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -