bnbweb/languages/zh_tw/admin/affiliate.php
2022-11-15 01:31:15 +08:00

49 lines
2.0 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 程序?明
* ===========================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: affiliate.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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_finish'] = '完成認證分紅數:';
$_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_lrf'] = '會員完成實名認證,介紹人所能獲得的等級積分。';
?>