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.
44 lines
2.4 KiB
44 lines
2.4 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Control panel common 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: user_rank.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['rank_name'] = 'Rank name';
|
|
$_LANG['integral_min'] = 'Min points';
|
|
$_LANG['integral_max'] = 'Max points';
|
|
$_LANG['discount'] = 'Discount';
|
|
$_LANG['add_user_rank'] = 'Add User Rank';
|
|
$_LANG['special_rank'] = 'Special rank';
|
|
$_LANG['show_price'] = 'Display the price for user rank in the details page.';
|
|
$_LANG['notice_special'] = 'Special member can\'t be changed as points changed.';
|
|
$_LANG['add_continue'] = 'Continue add user rank.';
|
|
$_LANG['back_list'] = 'Return to user rank list.';
|
|
$_LANG['show_price_short'] = 'Display the price.';
|
|
$_LANG['notice_discount'] = 'Please fill in for the 0-100 integer, such as fill in 80, said the initial discount rate of 8 packs';
|
|
|
|
$_LANG['rank_name_exists'] = 'The user rank name %s already exists.';
|
|
$_LANG['add_rank_success'] = 'The user rank has added successfully.';
|
|
$_LANG['integral_min_exists'] = 'The user rank has existed, and min limit of points is %d.';
|
|
$_LANG['integral_max_exists'] = 'The user rank has existed, and max limit of points is %d.';
|
|
|
|
/* JS language */
|
|
$_LANG['js_languages']['remove_confirm'] = 'Are you sure delete the selected user rank?';
|
|
$_LANG['js_languages']['rank_name_empty'] = 'Please enter user rank name.';
|
|
$_LANG['js_languages']['integral_min_invalid'] = 'Please enter a min limit of points, and the number must be an integer.';
|
|
$_LANG['js_languages']['integral_max_invalid'] = 'Please enter a max limit of points, and the number must be an integer.';
|
|
$_LANG['js_languages']['discount_invalid'] = 'Please enter a discount rate, and the number must be more than 100.';
|
|
$_LANG['js_languages']['integral_max_small'] = 'The max limit points must be more than min limit.';
|
|
$_LANG['js_languages']['lang_remove'] = 'Remove';
|
|
?>
|