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
+11
View File
@@ -0,0 +1,11 @@
<?php
$lang_takeflush = array
(
'std_failed' => "失敗",
'std_success' => "成功",
'std_ghost_torrents_cleaned' => "個冗余種子被成功清除。",
'std_cannot_flush_others' => "你只能清除自己的冗余種子"
);
?>