Files
nexusphp/lang/ja/lang_takeflush.php

11 lines
302 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_takeflush = array
(
'std_failed' => "失敗しました",
'std_success' => "成功",
'std_ghost_torrents_cleaned' => "幽霊の急流は正常に清掃された",
'std_cannot_flush_others' => "あなた自身のゴースト急流のみをきれいにすることができます"
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>