mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3623 201d5d3c-b55e-5fd7-737f-ddc643e51545
37 lines
1.9 KiB
PHP
37 lines
1.9 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->cmd_manage_menu = 'Menu management';
|
|
$lang->cmd_make_child = 'Add child category';
|
|
$lang->cmd_enable_move_category = "Change category position (Drag the top menu after selection)";
|
|
|
|
// Item
|
|
$lang->parent_category_title = 'Parent category';
|
|
$lang->category_title = 'Category';
|
|
$lang->expand = 'Expand';
|
|
$lang->category_group_srls = 'Accessable Group';
|
|
$lang->search_result = 'Search result';
|
|
|
|
// words used in button
|
|
$lang->cmd_board_list = 'Board list';
|
|
$lang->cmd_module_config = 'Common board setting';
|
|
$lang->cmd_view_info = 'Board info';
|
|
|
|
// blah blah..
|
|
$lang->about_category_title = 'Please input category name';
|
|
$lang->about_expand = 'By selecting this option, it will be always expanded';
|
|
$lang->about_category_group_srls = 'Only the selected group will be able to see current categories. (Manually open xml file to expose)';
|
|
$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 = "목록 상단에 늘 나타나는 공지사항을 일반 목록에서 공지사항을 출력하지 않도록 합니다.";
|
|
$lang->about_except_notice = "Notice articles will not be displayed on normal list.";
|
|
$lang->about_board = "This module is for creating and managing boards.\nYou may select the module name from the list after creating one to configure specifically.\nPlease be careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
|
|
?>
|