영어 - 추가 번역

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.';
?>

View file

@ -35,12 +35,12 @@
$lang->file_search_target_list = array(
'filename' => 'File Name',
'filesize' => 'File Size (byte, over)',
'filesize_mega' => '파일크기 (Mb, 이상)',
'filesize_mega' => 'File Size (mbyte, over)',
'download_count' => 'Downloads (over)',
'regdate' => 'Registered Date',
'user_id' => '아이디',
'user_name' => '이름',
'nick_name' => '닉네임',
'user_id' => 'User UD',
'user_name' => 'User Name',
'nick_name' => 'Nickname',
'ipaddress' => 'IP Address',
);
?>

View file

@ -45,6 +45,7 @@
$lang->msg_no_checked_document = 'No checked articles exist.';
$lang->msg_move_failed = 'Failed to move';
$lang->msg_cannot_delete_for_child = 'Cannot delete a category having child categories.';
$lang->msg_limit_mid ="Only alphabets+[alphabets+numbers+_] can be used as module name.";
$lang->about_browser_title = "It will be shown in the browser title. It will be also used in a RSS/Trackback.";
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet + [english alphabet ,numbers, and underscore(_)] are allowed)";