mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +08:00
paid torent max_price&enabled configurable
This commit is contained in:
@@ -42,7 +42,8 @@ $lang_getrss = array
|
||||
'text_mode' => "",
|
||||
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目",
|
||||
'row_sticky' => '置頂',
|
||||
'row_paid' => '收費',
|
||||
'row_paid' => '下載需扣除魔力',
|
||||
'row_paid_help' => '註意:此並非 Free/50% 之類的促銷類型,當發種人設置種子收費時,下載是需要扣除相應魔力的',
|
||||
'paid_no' => '免費',
|
||||
'paid_yes' => '收費',
|
||||
'paid_all' => '全部',
|
||||
|
||||
@@ -809,6 +809,10 @@ $lang_settings = array
|
||||
'text_initial_tmp_invites_note' => "新註冊用戶的初始臨時邀請名額,有效期 7 天。默認'0'。",
|
||||
'row_tax_factor' => '收費種子收稅系數',
|
||||
'text_tax_factor_note' => '假如價格100, 此系數為 0.1,發布者實際收入為 100 - 100 x 0.1 = 90,註意不要大於 1 或小於 0。',
|
||||
'row_max_price' => '收費種子最高收費',
|
||||
'text_max_price_note' => '默認:1,000,000,設置為 0 無限製',
|
||||
'row_paid_torrent_enabled' => '是否啟用收費種子',
|
||||
'text_paid_torrent_enabled_note' => '啟用後,有權限的用戶可以在發種時設置向下載種子的用戶收取一定的魔力,默認:否',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user