[H&R] basically

This commit is contained in:
xiaomlove
2021-06-21 02:01:26 +08:00
parent 45aba84111
commit d2a8f1a1a6
39 changed files with 966 additions and 74 deletions
+4 -1
View File
@@ -122,7 +122,10 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'bonus_amount_not_allowed_two' => "Bonus amount not allowed! You can only give away from 1000.0 to 50000.0 points every time.",
'bonus_ratio_not_allowed' => "Bonus ratio not allowed! Only users whose ratio below 0.8 need charity.",
'std_no_users_need_charity' => "No users need charity at the moment.",
'text_success_charity' => "Thank you! Your generosity is appreciated."
'text_success_charity' => "Thank you! Your generosity is appreciated.",
'text_cancel_hr_title' => 'H&R cancel',
'text_cancel_hr_label' => 'Type in H&R ID:',
'text_success_cancel_hr' => "Success cancel one H&R.",
);
?>
+4
View File
@@ -712,6 +712,10 @@ $lang_settings = array
'text_sticky_second_level_background_color_note' => 'Sticky second level bg color, it will be none if not set.',
'row_download_support_passkey' => 'Support download by passkey',
'text_download_support_passkey_note' => 'Support download torrent file by passkey or not(also require torrent id).',
'row_torrent_hr' => 'H&R',
'text_torrent_hr_note' => '.Set torrent join the H&R inspect',
'row_cancel_hr' => 'Cancel H&R',
'text_cancel_hr_note' => "bonus points to cancel one H&R。Default '10000'。",
);
?>