mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update lang
This commit is contained in:
@@ -1,35 +1,38 @@
|
||||
<?php
|
||||
|
||||
$lang_forummanage = array (
|
||||
'head_forum_management' => 'フォーラム管理',
|
||||
'text_forum_management' => 'フォーラム管理',
|
||||
'text_edit_forum' => 'フォーラムのセクションを編集します',
|
||||
'row_forum_name' => 'セクション名',
|
||||
'row_forum_description' => 'セクションの説明',
|
||||
'row_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' => 'フォーラムパーティション',
|
||||
'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' => 'フォーラムセクションを作成します',
|
||||
$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' => "フォーラムを作成"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user