seedBox record alert + destroy disabled account

This commit is contained in:
xiaomlove
2022-10-16 04:52:44 +08:00
parent 871e3637ea
commit be29509cff
17 changed files with 96 additions and 31 deletions
+1
View File
@@ -337,6 +337,7 @@ $lang_functions = array
'input_check_all' => "Check All",
'input_uncheck_all' => "Uncheck All",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
);
?>
+3
View File
@@ -791,6 +791,9 @@ $lang_settings = array
'row_upload_deny_approval_deny_count' => 'Refuse to upload approval deny count',
'text_upload_deny_approval_deny_count_note' => "When the number of torrents approval deny is greater than or equal to this value, publishing is not allowed. Set to '0' to not use this rule",
'row_nfo_view_style_default' => 'NFO view style default',
'row_destroy_disabled' => 'Delete account completely',
'text_destroy_disabled_note_one' => 'Disabled accounts if they are continuously',
'text_destroy_disabled_note_two' => "Days without logging in, will be physically deleted from the database completely. Default '500', please set a value greater than any of the above to cause disable. Set to '0' to disable this rule." ,
);
?>