mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
51 lines
3.5 KiB
PHP
51 lines
3.5 KiB
PHP
<?php
|
|
$lang->board = 'Board';
|
|
$lang->except_notice = 'Exclude Notices';
|
|
$lang->use_anonymous = 'Use Anonymous';
|
|
$lang->cmd_manage_menu = 'Manage Menus';
|
|
$lang->list_target_item = 'Target Item';
|
|
$lang->list_display_item = 'Display Item';
|
|
$lang->summary = 'Summary';
|
|
$lang->thumbnail = 'Thumbnail';
|
|
$lang->last_post = 'Last post';
|
|
$lang->board_management = 'Board Management';
|
|
$lang->search_result = 'Search Result';
|
|
$lang->consultation = 'Consultation';
|
|
$lang->secret = 'Secret';
|
|
$lang->thisissecret = 'This is a secret article.';
|
|
$lang->admin_mail = 'Administrator\'s Mail';
|
|
$lang->cmd_board_list = 'Boards List';
|
|
$lang->cmd_module_config = 'Common Board Setting';
|
|
$lang->cmd_board_info = 'Board Info';
|
|
$lang->cmd_list_setting = 'List Setting';
|
|
$lang->cmd_create_board = 'Create a new board';
|
|
$lang->cmd_manage_selected_board = 'Manage Selected Board';
|
|
$lang->about_layout_setup = 'You can manually modify board layout code. Insert or manage the widget code anywhere you want';
|
|
$lang->about_board_category = 'You can make board categories. When board category is broken, try rebuilding the cache file manually.';
|
|
$lang->about_except_notice = 'Notice articles will not be displayed on normal list.';
|
|
$lang->about_use_anonymous = 'Make this board into an anonymous board by hiding the author\'s information. It is more useful if you make the author\'s information hidden at skin setup. <strong>Please turn off history at additional setup. If not, editing document might show the author\'s info.</strong>';
|
|
$lang->about_board = 'This module is for creating and managing boards.';
|
|
$lang->about_consultation = 'Non-administrator members would see their own articles. Non-members would not be able to write articles when using consultation.';
|
|
$lang->about_secret = 'Users will be able to write secret articles or comments.';
|
|
$lang->about_admin_mail = 'A mail will be sent when an article or comment is submitted. Mails can be sent to mutiple mail addresses if connecting addresses with commas(,).';
|
|
$lang->about_list_config = 'If using list-style skin, you may arrange items to display. However, this feature might not be availble for non-official skins. If you double-click target items and display items, then you can add / remove them';
|
|
$lang->about_use_status = 'Please select status that can be selected when you write article.';
|
|
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
|
|
$lang->write_comment = 'Write a comment';
|
|
$lang->msg_not_allow_comment = 'This article is not allowed to write comment.';
|
|
$lang->no_board_instance = 'There is no board created.';
|
|
$lang->choose_board_instance = 'Please choose one or more board instance.';
|
|
$lang->comment_status = 'Comments';
|
|
$lang->category_settings = 'Category settings';
|
|
$lang->hide_category = 'Hide categories';
|
|
$lang->about_hide_category = 'You can disable a category feature.';
|
|
$lang->protect_content = 'Protect contents';
|
|
$lang->about_protect_content = 'If there is any comment on document, document\'s owner cannot modify or delete that.';
|
|
$lang->msg_protect_content = 'You cannot modify or delete document which has any comment on it.';
|
|
$lang->comment_delete_message = 'Leave Placeholder for Deleted Comment';
|
|
$lang->about_comment_delete_message = 'When a comment is deleted, leave a placeholder saying that it has been deleted.';
|
|
$lang->cmd_only_p_comment = 'Only if there are replies';
|
|
$lang->cmd_all_comment_message = 'Always';
|
|
$lang->cmd_do_not_message = 'Never';
|
|
$lang->delete_placeholder = 'Delete Placeholder';
|
|
$lang->msg_document_notify_mail = '[%s] The new post : %s';
|