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

32 lines
2.1 KiB
PHP

<?php
$lang_takeupload = array
(
'std_upload_failed' => "アップロードに失敗しました!",
'std_missing_form_data' => "フォームデータがありません",
'std_empty_filename' => "ファイル名が空です!",
'std_zero_byte_nfo' => "0バイトのNFO",
'std_nfo_too_big' => "NFO が大きすぎます!最大 65,535 バイトです。",
'std_nfo_upload_failed' => "NFO のアップロードに失敗しました",
'std_blank_description' => "説明を入力する必要があります!",
'std_category_unselected' => "トレントを入れるカテゴリを選択する必要があります!",
'std_invalid_filename' => "無効なファイル名です!",
'std_filename_not_torrent' => "ファイル名が無効です (.torrentではありません)。",
'std_empty_file' => "ファイルが空です!",
'std_not_bencoded_file' => "何をアップロードしましたか?これは暗号化されたファイルではありません!",
'std_not_a_dictionary' => "辞書ではなく",
'std_dictionary_is_missing_key' => "辞書はキーがありません",
'std_invalid_entry_in_dictionary' => "辞書内の不正なエントリ",
'std_invalid_dictionary_entry_type' => "辞書エントリタイプが不正です",
'std_invalid_pieces' => "無効なピース",
'std_missing_length_and_files' => "長さとファイルの両方がありません",
'std_filename_errors' => "ファイル名のエラー",
'std_uploaded_not_offered' => "あなたが提供したトレントをアップロードする権限があります。戻って「あなたのオファー」から1つを選択してください!",
'std_unauthorized_upload_freely' => "トレントを自由にアップロードする権限がありません!",
'std_torrent_existed' => "トレントはすでにアップロードされています!",
'std_torrent_file_too_big' => "Torrent ファイルが大きすぎます!最大値 ",
'std_remake_torrent_note' => " bytes. Please remake the Torrent file with bigger piece size or split the content to several torrent. (Automatic Copy)",
);
?>