Files
nexusphp/lang/ja/lang_takeedit.php
2025-05-05 21:27:48 +07:00

12 lines
524 B
PHP
Raw Permalink 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' => "トレントを別のセクションに移動する権限がありません。BTWは、どうやってここに移動しますか"
);
?>