Files
nexusphp/lang/ja/lang_takeedit.php
2025-04-19 02:06:51 +07:00

10 lines
506 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_takeedit = array (
'std_edit_failed' => '編集に失敗しました!',
'std_missing_form_data' => 'アイテムは入力されていません',
'std_not_owner' => 'あなたはブリーダーではありません!どうしたの?',
'std_nfo_too_big' => 'NFOが大きすぎる最大値は65,535バイトです。',
'std_cannot_move_torrent' => '種子を別のゾーンに移動する許可はありません。また、どうやってここに着いたのですか?',
);