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.3 KiB
49 lines
2.3 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP 程序说明
|
|
* ===========================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ==========================================================
|
|
* $Author: liubo $
|
|
* $Id: affiliate.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['on'] = 'Open';
|
|
$_LANG['off'] = 'Close';
|
|
|
|
$_LANG['separate_by'][0] = 'Recommend register is divided into';
|
|
$_LANG['separate_by'][1] = 'Recommend orders into';
|
|
|
|
$_LANG['expire'] = 'Recommend limitation:';
|
|
$_LANG['level_point_all'] = 'The total percentage of points is divided into:';
|
|
$_LANG['level_money_all'] = 'The total percentage of the cash is divided into:';
|
|
$_LANG['level_register_all'] = 'Registration is divided into a number of points:';
|
|
$_LANG['level_register_up'] = 'Grade points are divided into the ceiling:';
|
|
$_LANG['level_point'] = 'Divided into percentage points';
|
|
$_LANG['level_money'] = 'The percentage of cash into';
|
|
$_LANG['edit_ok'] = 'Successful operation';
|
|
$_LANG['level_error'] = 'Set up to level 5!';
|
|
$_LANG['levels'] = 'Recommend people level';
|
|
$_LANG['js_languages']['lang_removeconfirm'] = 'Are you sure you want to delete this grade it?';
|
|
$_LANG['js_languages']['save'] = 'Save';
|
|
$_LANG['js_languages']['cancel'] = 'Cancel';
|
|
|
|
$_LANG['unit']['hour'] = 'Hours';
|
|
$_LANG['unit']['day'] = 'Days';
|
|
$_LANG['unit']['week'] = 'Week';
|
|
|
|
$_LANG['addrow'] = 'Increase';
|
|
|
|
$_LANG['all_null'] = 'Can not all space';
|
|
|
|
$_LANG['help_expire'] = 'Visitors click on a web site people recommend, in this time period register, the next single, that is what the people recommend the introduction.';
|
|
$_LANG['help_lpa'] = 'Orders integral part of this percentage as divided by Integral.';
|
|
$_LANG['help_lma'] = 'The amount of orders as part of this percentage divided by the amount.';
|
|
$_LANG['help_lra'] = 'Introduction of Member Registration, references available rating points.';
|
|
$_LANG['help_lru'] = 'Integral to this level of the ceiling is no longer reward points introduce Register.';
|
|
?>
|