mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 18:37:31 +08:00
upload when exists redirect to details page
This commit is contained in:
@@ -242,6 +242,7 @@ $lang_details = array
|
||||
'claim_confirm' => '确定要认领此种子吗?',
|
||||
'action_approval' => '审核',
|
||||
'row_tags' => '标签',
|
||||
'torrent_existed' => '该种子已存在!'
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -241,6 +241,7 @@ $lang_details = array
|
||||
'claim_confirm' => '確定要認領此種子嗎?',
|
||||
'action_approval' => '審核',
|
||||
'row_tags' => '標簽',
|
||||
'torrent_existed' => '該種子已存在!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -241,6 +241,7 @@ $lang_details = array
|
||||
'claim_confirm' => 'Are you sure to claim this torrent?',
|
||||
'action_approval' => 'Approval',
|
||||
'row_tags' => 'Tags',
|
||||
'torrent_existed' => 'Torrent already uploaded!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user