mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
update lang
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_takeflush = array (
|
||||
'std_failed' => '失敗',
|
||||
'std_success' => '成功',
|
||||
'std_ghost_torrents_cleaned' => '冗長な種子が正常に除去されました。',
|
||||
'std_cannot_flush_others' => '独自の冗長種をクリアすることしかできません',
|
||||
$lang_takeflush = array
|
||||
(
|
||||
'std_failed' => "失敗しました",
|
||||
'std_success' => "成功",
|
||||
'std_ghost_torrents_cleaned' => "幽霊の急流は正常に清掃された",
|
||||
'std_cannot_flush_others' => "あなた自身のゴースト急流のみをきれいにすることができます"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user