This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
$lang_fastdelete = array
(
'std_delete_failed' => "Delete failed!",
'std_missing_form_data' => "missing form data",
'text_no_permission' => "You're not authorised to delete this torrent, only moderators or above can do that. Please contact one if this is your torrent and you want to delete it.\n",
'std_delete_torrent' => "Delete torrent",
'std_delete_torrent_note' => "Sanity check: You are about to delete a torrent. Click",
'std_here_if_sure' => " here</a> if you are sure."
);
?>