Files
nexusphp/lang/cht/lang_takeedit.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

12 lines
370 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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' => "你沒有將種子移至另一區的許可權。另外,你怎麼會到這?"
);
?>