mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
paid torent max_price&enabled configurable
This commit is contained in:
@@ -41,7 +41,8 @@ $lang_getrss = array
|
||||
'text_mode' => "matching mode ",
|
||||
'text_keyword_note' => "Ony subscribe to items with these keywords in titles.",
|
||||
'row_sticky' => 'Sticky',
|
||||
'row_paid' => 'Paid',
|
||||
'row_paid' => 'Magic will be deducted for downloading',
|
||||
'row_paid_help' => 'Note: This is not a Free/50% type of promotion, when the uploader sets the torrent to be paid, the download will require deduct bonus',
|
||||
'paid_no' => 'Free',
|
||||
'paid_yes' => 'Paid',
|
||||
'paid_all' => 'All',
|
||||
|
||||
@@ -809,6 +809,10 @@ $lang_settings = array
|
||||
'text_initial_tmp_invites_note' => "How many temporary invites should each user be given upon registration? Default '0'.",
|
||||
'row_tax_factor' => 'Tax factor for paid torrents',
|
||||
'text_tax_factor_note' => 'If the price is 100, this factor is 0.1 and the actual revenue of the uploader is 100 - 100 x 0.1 = 90, note that it should not be greater than 1 or less than 0.',
|
||||
'row_max_price' => 'Maximum fee for paid torrents',
|
||||
'text_max_price_note' => 'default: 1,000,000, set to 0 no limit',
|
||||
'row_paid_torrent_enabled' => 'Whether to enable paid torrents',
|
||||
'text_paid_torrent_enabled_note' => 'When enabled, users with permission can set a certain amount of bonus to be charged to users who download the torrents when they are sent, default: no',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user