mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
index page add top uploader
This commit is contained in:
@@ -269,18 +269,18 @@ $lang_settings = array
|
||||
'row_allow_giving_bonus_gift' => "Allow giving bonus gift",
|
||||
'text_giving_bonus_gift_note' => "Allow users to give bonus gift to each other. Default 'yes'.",
|
||||
'head_account_settings' => "Account Settings",
|
||||
'row_never_delete' => "Never delete",
|
||||
'text_delete_inactive_accounts' => "Delete Inactive User Accounts",
|
||||
'text_never_delete' => " or above would never be deleted. Default ",
|
||||
'row_never_delete_if_packed' => "Never delete if packed",
|
||||
'text_never_delete_if_packed' => " or above would never be deleted if packed. Default ",
|
||||
'row_delete_packed' => "Delete packed accounts",
|
||||
'text_delete_packed_note_one' => "Packed accounts would be deleted if users have not logged in for more than ",
|
||||
'row_never_delete' => "Never disable",
|
||||
'text_delete_inactive_accounts' => "Disable Inactive User Accounts",
|
||||
'text_never_delete' => " or above would never be disable. Default ",
|
||||
'row_never_delete_if_packed' => "Never disable if packed",
|
||||
'text_never_delete_if_packed' => " or above would never be disabled if packed. Default ",
|
||||
'row_delete_packed' => "Disable packed accounts",
|
||||
'text_delete_packed_note_one' => "Packed accounts would be disabled if users have not logged in for more than ",
|
||||
'text_delete_packed_note_two' => " days in a row. Default '400', set it to '0' to disable the rule.",
|
||||
'row_delete_unpacked' => "Delete unpacked accounts",
|
||||
'text_delete_unpacked_note_one' => "Unpacked accounts would be deleted if users have not logged in for more than ",
|
||||
'row_delete_unpacked' => "Disable unpacked accounts",
|
||||
'text_delete_unpacked_note_one' => "Unpacked accounts would be disabled if users have not logged in for more than ",
|
||||
'text_delete_unpacked_note_two' => " days in a row. Default '150', set it to '0' to disable the rule.",
|
||||
'row_delete_no_transfer' => "Delete accounts with no transfer data",
|
||||
'row_delete_no_transfer' => "Disable accounts with no transfer data",
|
||||
'text_delete_transfer_note_one' => "Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than ",
|
||||
'text_delete_transfer_note_two' => " days in a row, or users have been registered for more than ",
|
||||
'text_delete_transfer_note_three' => " days. Default '60', '0'. <br />NOTE: Two rules work seperately. Setting one of them to '0' <b>ONLY</b> disables one rule.",
|
||||
|
||||
Reference in New Issue
Block a user