17506091 * 오해를 유발하거나 불필요한 설명문 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5035 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-12-04 00:52:08 +00:00
parent 3d4913482c
commit 1e8ef05dd4
8 changed files with 38 additions and 38 deletions

View file

@ -5,9 +5,9 @@
* @brief board modules's basic language pack
**/
$lang->board = "Board";
$lang->board = 'Board';
$lang->except_notice = "Exclude Notices";
$lang->except_notice = 'Exclude Notices';
$lang->cmd_manage_menu = 'Manage Menus';
$lang->cmd_make_child = 'Add Child Category';
@ -33,8 +33,8 @@
$lang->about_category_group_srls = 'Only selected group will be able to use current category';
$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_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)";
$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_except_notice = 'Notice articles will not be displayed on normal list.';
$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_admin_mail = 'A mail will be sent when an article or comment is submitted.<br />Multiple mails can be sent with commas(,).';
?>
?>