mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6085 201d5d3c-b55e-5fd7-737f-ddc643e51545
42 lines
2.1 KiB
PHP
42 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* @file en.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief board modules's basic language pack
|
|
**/
|
|
|
|
$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';
|
|
|
|
// Item
|
|
$lang->search_result = 'Search Result';
|
|
$lang->consultation = 'Consultation';
|
|
$lang->secret = 'Secret';
|
|
$lang->thisissecret = 'This is a secret article.';
|
|
$lang->admin_mail = "Administrator's Mail";
|
|
|
|
// words used in button
|
|
$lang->cmd_board_list = 'Boards List';
|
|
$lang->cmd_module_config = 'Common Board Setting';
|
|
$lang->cmd_view_info = 'Board Info';
|
|
$lang->cmd_list_setting = 'List Setting';
|
|
|
|
// blah blah..
|
|
$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.<br />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 a board into anonymous board by hiding the author\'s information.';
|
|
$lang->about_board = 'This module is for creating and managing boards.';
|
|
$lang->about_consultation = "Non-administrator members would see their own articles.\nNon-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.<br />Multiple mails can be sent with commas(,).';
|
|
$lang->about_list_config = 'If using list-style skin, you may arrange items to display.<br />However, this feature might not be availble for non-official skins.<br />If you double-click target items and display items, then you can add / remove them';
|
|
|
|
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
|
|
?>
|