mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
|
|
$lang_moforums = array
|
|
(
|
|
'head_overforum_management' => "オーバーフォーラム管理",
|
|
'text_forum_management' => "フォーラム管理",
|
|
'text_overforum_management' => "オーバーフォーラム管理",
|
|
'col_name' => "名前",
|
|
'col_viewed_by' => "閲覧者",
|
|
'col_modify' => "変更",
|
|
'text_edit' => "編集",
|
|
'text_delete' => "削除",
|
|
'js_sure_to_delete_overforum' => "このオーバーフォーラムを削除してもよろしいですか?",
|
|
'text_no_records_found' => "申し訳ありませんが、レコードが見つかりませんでした!",
|
|
'text_new_overforum' => "New Overforum",
|
|
'text_overforum_name' => "オーバーフォーラム名",
|
|
'text_overforum_description' => "フォーラムの説明を上書き",
|
|
'text_minimum_view_permission' => "最小表示権限",
|
|
'text_overforum_order' => "オーバフォーラムの注文",
|
|
'text_overforum_order_note' => "上位順。つまり、0が最上位に表示されます。",
|
|
'submit_make_overforum' => "オーバーフォーラムを作成",
|
|
'text_edit_overforum' => "オーバーフォーラムを編集",
|
|
'submit_edit_overforum' => "オーバーフォーラムを編集"
|
|
);
|
|
|
|
?>
|