mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
524 B
PHP
12 lines
524 B
PHP
<?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は、どうやってここに移動しますか?"
|
||
);
|
||
|
||
?>
|