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.1 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
/**
* shop 程序說明
* ===========================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ==========================================================
* $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'] = '等級積分到此上限則不再獎勵介紹註冊積分。';
?>