mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?php
|
|
|
|
$lang_forummanage = array
|
|
(
|
|
'head_forum_management' => "Forum Management",
|
|
'text_forum_management' => "Forum Management",
|
|
'text_edit_forum' => "Edit Forum",
|
|
'row_forum_name' => "Forum name",
|
|
'row_forum_description' => "Forum description",
|
|
'row_overforum' => "Overforum",
|
|
'row_moderator' => "Moderator",
|
|
'text_moderator_note' => "Max 3 moderators. Separate them by ','.",
|
|
'row_minimum_read_permission' => "Minimum read permission",
|
|
'row_minimum_write_permission' => "Minimum write permission",
|
|
'row_minimum_create_topic_permission' => "Minimum create topic permission",
|
|
'row_forum_order' => "Forum order",
|
|
'text_forum_order_note' => "Order by number ascendantly. That is, 0 shows on the topmost",
|
|
'submit_edit_forum' => "Edit forum",
|
|
'text_no_records_found' => "Sorry, no records were found!",
|
|
'text_add_forum' => "Add Forum",
|
|
'text_make_new_forum' => "Make new forum",
|
|
'submit_overforum_management' => "Overforum Management",
|
|
'submit_add_forum' => "Add Forum",
|
|
'col_name' => "Name",
|
|
'col_overforum' => "Overforum",
|
|
'col_read' => "Read",
|
|
'col_write' => "Write",
|
|
'col_create_topic' => "Create Topic",
|
|
'col_moderator' => "Moderator",
|
|
'col_modify' => "Modify",
|
|
'text_not_available' => "N/A",
|
|
'text_edit' => "Edit",
|
|
'text_delete' => "Delete",
|
|
'js_sure_to_delete_forum' => "Are you sure you want to delete this forum?",
|
|
'submit_make_forum' => "Make Forum"
|
|
);
|
|
|
|
?>
|