changed: user can not delete torrent

This commit is contained in:
xiaomlove
2022-08-24 14:31:34 +08:00
parent f91a7597bd
commit ec5de07c42
8 changed files with 35 additions and 28 deletions

View File

@@ -111,7 +111,8 @@ $lang_details = array
'text_dead' => "断种",
'row_health' => "活力度",
'text_anonymous' => "匿名",
'text_edit_torrent' => "编辑/刪除",
'text_edit_torrent' => "编辑",
'text_edit_and_delete_torrent' => "编辑/刪除",
'title_edit_torrent' => "点击编辑或删除本种子",
'row_upped_by' => "",
'text_click' => "点击",

View File

@@ -111,7 +111,8 @@ $lang_details = array
'text_dead' => "斷種",
'row_health' => "活力度",
'text_anonymous' => "匿名",
'text_edit_torrent' => "編輯/刪除",
'text_edit_torrent' => "編輯",
'text_edit_and_delete_torrent' => "編輯/刪除",
'title_edit_torrent' => "點擊編輯或移除本種子",
'row_upped_by' => "",
'text_click' => "點擊",

View File

@@ -110,7 +110,8 @@ $lang_details = array
'text_dead' => "dead",
'row_health' => "Health",
'text_anonymous' => "Anonymous",
'text_edit_torrent' => "Edit/Delete",
'text_edit_torrent' => "Edit",
'text_edit_and_delete_torrent' => "Edit/Delete",
'title_edit_torrent' => "Click to Edit or Delete this torrent",
'row_upped_by' => "Uploaded by",
'text_click' => "Click ",