reward bonus options configurable

This commit is contained in:
xiaomlove
2025-09-08 11:22:55 +07:00
parent 928c371d6a
commit 6411cdc72e
6 changed files with 19 additions and 7 deletions
+2
View File
@@ -819,6 +819,8 @@ $lang_settings = array
'row_min_size' => 'Minimum volume',
'text_bonus_mini_size'=> 'The minimum volume required for torrent is',
'text_bonus_mini_size_help' => '. Torrent size smaller than this volume are not included in the bonus calculation. Unit: bytes (Byte), e.g., 1 Byte = 1024 KiB.',
'row_reward_bonus_options' => 'Reward Bonus Options',
'text_reward_bonus_options_note' => 'Reward bonus options on the torrent details page, multiple options separated by commas',
);
?>