mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
384 B
PHP
13 lines
384 B
PHP
<?php
|
|
|
|
$lang_takereseed = array
|
|
(
|
|
'head_reseed_request' => "續種請求!",
|
|
'std_it_worked' => "成功了!完成下載的用戶將收到請求續種的短訊。",
|
|
'std_error' => "錯誤",
|
|
'std_torrent_not_dead' => "該種子沒有斷種。",
|
|
'std_reseed_sent_recently' => "該種子在過去15分鐘內已收到一次續種請求。請耐心等待好心人續種。",
|
|
);
|
|
|
|
?>
|