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.

42 lines
1.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* $Author: wayne $
* $Id: affiliate.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['on'] = '开启';
$_LANG['off'] = '关闭';
$_LANG['separate_by'][0] = '推荐注册分成';
$_LANG['separate_by'][1] = '推荐订单分成';
$_LANG['expire'] = '推荐时效:';
$_LANG['level_point_all'] = '积分分成总额百分比:';
$_LANG['level_money_all'] = '现金分成总额百分比:';
$_LANG['level_register_all'] = '注册积分分成数:';
$_LANG['level_register_up'] = '等级积分分成上限:';
$_LANG['level_point'] = '积分分成百分比';
$_LANG['level_money'] = '现金分成百分比';
$_LANG['edit_ok'] = '操作成功';
$_LANG['level_error'] = '最多可以设5个级别';
$_LANG['levels'] = '推荐人级别';
$_LANG['js_languages']['lang_removeconfirm'] = '您确定要删除这个等级么?';
$_LANG['js_languages']['save'] = '保存';
$_LANG['js_languages']['cancel'] = '取消';
$_LANG['unit']['hour'] = '小时';
$_LANG['unit']['day'] = '天';
$_LANG['unit']['week'] = '周';
$_LANG['addrow'] = '增加';
$_LANG['all_null'] = '不能全为空';
$_LANG['help_expire'] = '访问者点击某推荐人的网址后,在此时间段内注册、下单,均认为是该推荐人的所介绍的。';
$_LANG['help_lpa'] = '订单积分的此百分比部分作为分成用积分。';
$_LANG['help_lma'] = '订单金额的此百分比部分作为分成用金额。';
$_LANG['help_lra'] = '介绍会员注册,介绍人所能获得的等级积分。';
$_LANG['help_lru'] = '等级积分到此上限则不再奖励介绍注册积分。';
?>