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

11 lines
233 B
PHP

<?php
$lang_takeflush = array
(
'std_failed' => "失敗",
'std_success' => "成功",
'std_ghost_torrents_cleaned' => "個冗余種子被成功清除。",
'std_cannot_flush_others' => "你只能清除自己的冗余種子"
);
?>