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

52 lines
2.7 KiB
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_comment = array
(
'std_error' => "エラー",
'std_comment_flooding_denied' => "コメントの洪水は許可されていません。お待ちください。 ",
'std_before_posting_another' => " second(s) before posting another comment.",
'std_no_torrent_id' => "このIDのトレントはありません。",
'std_no_comment_id' => "このIDのコメントはありません",
'std_comment_body_empty' => "コメント本文は空にできません!",
'head_add_comment_to' => "コメントを追加 ",
'text_add_comment_to' => "コメントを追加 ",
'submit_okay' => "OK",
'text_comments_in_reverse_order' => "Most recent comments, in reverse order\n",
'std_invalid_id' => "Invalid ID.",
'std_permission_denied' => "アクセスが拒否されました。",
'head_edit_comment_to' => "コメントの編集 ",
'text_edit_comment_to' => "コメントの編集 ",
'std_delete_comment' => "コメントを削除",
'std_delete_comment_note' => "You are about to delete a comment. Click\n",
'std_here_if_sure' => "><b>here</b></a> if you are sure.",
'head_original_comment' => "元のコメント",
'text_original_content_of_comment' => "コメントの元の内容 ",
'std_unknown_action' => "不明な操作。",
'std_no_review_id' => "このIDのレビューはありません",
'std_review_body_empty' => "レビュー本文は空にできません!",
'text_reviews_in_reverse_order' => "<h2>Most recent reviews, in reverse order</h2>\n",
'head_edit_review_to' => "レビューの編集 ",
'text_edit_review_to' => "レビューの編集 ",
'std_delete_review' => "レビューを削除",
'std_delete_review_note' => "You are about to delete a review. Click\n",
'head_original_review' => "元のレビュー",
'text_original_content_of_review' => "オリジナルのレビュー内容 ",
'std_unknown_action' => "不明な操作。",
'row_user_comment' => "ユーザー&nbsp;コメント",
'row_editor_notes' => "編集者のメモ",
'row_bouns_change' => "ボーナス変更",
'text_bouns_change_notes' => " 0から1000まで レビューの品質に基づいて1000以上は1000として扱われ、範囲内ではないものは0として扱われます",
'std_review_no_external_info' => "外部情報なしでコメントをマークできませんでした!",
'std_review_unmark' => "レビューのマークを解除",
'std_unmark_review_note' => "You are about to unmark a review. Click\n",
'row_original_torrent' => "元の Torrent",
'text_no_exists' => "これ以上存在しません!",
'text_torrent_id' => " トレントID: ",
'text_back' => "戻る",
'text_body' => "本文",
'text_compose' => "作成",
'text_edit' => "編集",
);
?>