mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
torrent delete independent of torrent management
This commit is contained in:
@@ -91,7 +91,7 @@ $lang_settings = array
|
||||
'row_view_userlist' => "查看用户列表",
|
||||
'text_view_userlist_note' => "。查看、搜索用户列表。",
|
||||
'row_torrent_management' => "管理种子",
|
||||
'text_torrent_management_note' => "。编辑、删除种子,但不能将种子设为置顶或促销。",
|
||||
'text_torrent_management_note' => "。编辑种子,但不能将种子设为置顶或促销或删除。",
|
||||
'row_torrent_sticky' => "设定种子置顶",
|
||||
'text_torrent_sticky_note' => "。将种子设为置顶",
|
||||
'row_torrent_on_promotion' => "设定种子为促销",
|
||||
@@ -771,6 +771,8 @@ $lang_settings = array
|
||||
'text_harem_addition_note' => '倍作为奖励(系数,如填入 0.01,后宫获得 100 魔力则奖励用户 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => '直接发布候选通过数',
|
||||
'text_offer_skip_approved_count_note' => '当通过的候选数大于等于此数值时,可直接发布不用提交候选。',
|
||||
'row_torrent_delete' => '删除种子',
|
||||
'text_torrent_delete_note' => '。删除种子',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -91,7 +91,7 @@ $lang_settings = array
|
||||
'row_view_userlist' => "檢視用戶清單",
|
||||
'text_view_userlist_note' => "。檢視、搜索用戶清單。",
|
||||
'row_torrent_management' => "管理種子",
|
||||
'text_torrent_management_note' => "。編輯、移除種子,但無法將種子設為置頂或促銷。",
|
||||
'text_torrent_management_note' => "。編輯種子,但無法將種子設為置頂或促銷或移除。",
|
||||
'row_torrent_sticky' => "設定種子置頂",
|
||||
'text_torrent_sticky_note' => "。將種子設為置頂",
|
||||
'row_torrent_on_promotion' => "設定種子為促銷",
|
||||
@@ -771,6 +771,8 @@ $lang_settings = array
|
||||
'text_harem_addition_note' => '倍作為獎勵(系數,如填入 0.01,後宮獲得 100 魔力則獎勵用戶 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => '直接發布候選通過數',
|
||||
'text_offer_skip_approved_count_note' => '當通過的候選數大於等於此數值時,可直接發布不用提交候選。',
|
||||
'row_torrent_delete' => '移除種子',
|
||||
'text_torrent_delete_note' => '。移除種子',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -91,7 +91,7 @@ $lang_settings = array
|
||||
'row_view_userlist' => "View User List",
|
||||
'text_view_userlist_note' => ". View, search user list",
|
||||
'row_torrent_management' => "Torrent Management",
|
||||
'text_torrent_management_note' => ". Edit, delete torrents, excluding setting torrent sticky or on promotion",
|
||||
'text_torrent_management_note' => ". Edit torrents, excluding setting torrent sticky or on promotion or delete",
|
||||
'row_torrent_sticky' => "Torrent Sticky",
|
||||
'text_torrent_sticky_note' => ". Set torrents sticky",
|
||||
'row_torrent_on_promotion' => "Torrent on Promotion",
|
||||
@@ -771,6 +771,8 @@ $lang_settings = array
|
||||
'text_harem_addition_note' => 'times as reward (factor, e.g. fill in 0.01, if harem gets 100 bonus then reward user 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => 'Direct upload offer allow count',
|
||||
'text_offer_skip_approved_count_note' => 'When the number of approved offer is greater than or equal to this value, you can upload directly without submitting offers.',
|
||||
'row_torrent_delete' => 'Delete torrent',
|
||||
'text_torrent_delete_note' => '.Delete torrent',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user