mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
9 lines
280 B
PHP
9 lines
280 B
PHP
<?php
|
|
|
|
$lang_takeflush = array (
|
|
'std_failed' => '失敗',
|
|
'std_success' => '成功',
|
|
'std_ghost_torrents_cleaned' => '冗長な種子が正常に除去されました。',
|
|
'std_cannot_flush_others' => '独自の冗長種をクリアすることしかできません',
|
|
);
|