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

View File

@@ -0,0 +1,12 @@
<?php
$lang_takeedit = array
(
'std_edit_failed' => "編輯失敗!",
'std_missing_form_data' => "有項目沒有填寫",
'std_not_owner' => "你不是發種者!怎麼回事?\n",
'std_nfo_too_big' => "NFO過大最大為65,535位元組。",
'std_cannot_move_torrent' => "你沒有將種子移至另一區的許可權。另外,你怎麼會到這?"
);
?>