mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
11 lines
302 B
PHP
11 lines
302 B
PHP
<?php
|
|
|
|
$lang_takeflush = array
|
|
(
|
|
'std_failed' => "失敗しました",
|
|
'std_success' => "成功",
|
|
'std_ghost_torrents_cleaned' => "幽霊の急流は正常に清掃された",
|
|
'std_cannot_flush_others' => "あなた自身のゴースト急流のみをきれいにすることができます"
|
|
);
|
|
|
|
?>
|