영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5092 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-12-16 06:51:11 +00:00
parent 769ee33f57
commit 0201823fb0
3 changed files with 9 additions and 8 deletions

View file

@ -16,12 +16,12 @@
// Item
$lang->parent_category_title = 'Parent Category';
$lang->category_title = 'Category';
$lang->category_color = '분류 폰트색깔';
$lang->category_color = 'Category Font Color';
$lang->expand = 'Expand';
$lang->category_group_srls = 'Accessable Group';
$lang->search_result = 'Search Result';
$lang->consultation = 'Consultation';
$lang->secret = '비밀글 기능';
$lang->secret = 'Secret';
$lang->admin_mail = "Administrator's Mail";
// words used in button
@ -38,8 +38,8 @@
$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_secret = '게시판 및 댓글의 비밀글 사용할 수 있도록 합니다.';
$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_category_color = '분류 폰트색깔을 지정합니다.';
$lang->about_category_color = 'You can set font color of category.';
?>