mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
2. 문서 모듈 설정의 휴지통 TAB 잘못된 태그 수정 3. 익명 게시판 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5921 201d5d3c-b55e-5fd7-737f-ddc643e51545
42 lines
2.3 KiB
PHP
42 lines
2.3 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 = '익명 사용';
|
|
|
|
$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 = '비밀글입니다.';
|
|
$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 = '글쓴이의 정보를 없애고 익명으로 게시판 사용을 할 수 있게 합니다. 스킨설정에서 글쓰인 정보등을 보이지 않도록 하시면 더욱 유용합니다';
|
|
$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 = '게시판의 목록형식 사용시 원하는 항목들로 배치를 할 수 있습니다.<br />단 스킨에서 지원하지 않는 경우 지원되지 않을 수 있습니다<br />대상항목/ 표시항목의 항목을 더블클릭하면 추가/ 제거가 됩니다.';
|
|
|
|
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
|
|
?>
|