mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
paid torrent
This commit is contained in:
@@ -122,6 +122,8 @@ $lang_details = array
|
||||
'text_hide_list' => "[Hide list]",
|
||||
'row_action' => "Action",
|
||||
'text_download_torrent' => "Download torrent",
|
||||
'text_download_paid_torrent' => "Download torrent(deduct bonus: %s)",
|
||||
'text_download_bought_torrent' => "Download torrent(bought)",
|
||||
'title_download_torrent' => "Download torrent",
|
||||
'text_ask_for_reseed' => "Ask for a reseed",
|
||||
'title_ask_for_reseed' => "Ask snatched users for reseeding when there's no seeder",
|
||||
|
||||
@@ -41,6 +41,10 @@ $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',
|
||||
'paid_no' => 'Free',
|
||||
'paid_yes' => 'Paid',
|
||||
'paid_all' => 'All',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -807,6 +807,8 @@ $lang_settings = array
|
||||
'text_buy_change_username_card_note' => " bonus points to get a Change username card, valid forever. Default '100,000'.",
|
||||
'row_initial_tmp_invites' => "Initial Number of Temporary Invites",
|
||||
'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.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user