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

39 lines
1.7 KiB
PHP

<?php
$lang_forummanage = array
(
'head_forum_management' => "フォーラム管理",
'text_forum_management' => "フォーラム管理",
'text_edit_forum' => "フォーラムを編集",
'row_forum_name' => "フォーラム名",
'row_forum_description' => "フォーラムの説明",
'row_overforum' => "Overforum",
'row_moderator' => "モデレーター",
'text_moderator_note' => "最大3人のモデレータ。','で区切ってください。",
'row_minimum_read_permission' => "最小読み取り権限",
'row_minimum_write_permission' => "最小書き込み権限",
'row_minimum_create_topic_permission' => "トピック作成権限の最小値",
'row_forum_order' => "フォーラムの注文",
'text_forum_order_note' => "上位順。つまり、0が最上位に表示されます。",
'submit_edit_forum' => "フォーラムを編集",
'text_no_records_found' => "申し訳ありませんが、レコードが見つかりませんでした!",
'text_add_forum' => "フォーラムを追加",
'text_make_new_forum' => "新しいフォーラムを作成",
'submit_overforum_management' => "オーバーフォーラム管理",
'submit_add_forum' => "フォーラムを追加",
'col_name' => "名前",
'col_overforum' => "Overforum",
'col_read' => "既読にする",
'col_write' => "書き込み",
'col_create_topic' => "トピックを作成",
'col_moderator' => "モデレーター",
'col_modify' => "変更",
'text_not_available' => "該当なし",
'text_edit' => "編集",
'text_delete' => "削除",
'js_sure_to_delete_forum' => "このフォーラムを削除してもよろしいですか?",
'submit_make_forum' => "フォーラムを作成"
);
?>