1<?php
2/**
3 * Korean language file
4 *
5 * If your language is not/only partially translated or you found an error/typo,
6 * have a look at the files belows "/plugin-blogtng/lang/<your lang>/". If they
7 * are not existing, copy and translate the English ones. And don't forget to
8 * send any new translation or fix to the BlogTNG authors (contact information
9 * can be found at <http://www.dokuwiki.org/plugin:blogtng>). Thanks :-).
10 *
11 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
12 * @author Myeongjin <aranet100@gmail.com>
13 */
14
15$lang['menu']           = '블로그 관리 (BlogTNG)';
16$lang['entry_latest']   = '마지막 항목 %d개';
17$lang['comment_latest'] = '마지막 댓글 %d개';
18$lang['numhits']        = '조회 수';
19$lang['blog']           = '블로그';
20$lang['author']         = '저자';
21$lang['dashboard']      = '대시보드';
22$lang['entry']          = '항목';
23$lang['filter']         = '필터';
24$lang['tags']           = '태그';
25$lang['commentstatus']  = '댓글은';
26$lang['searchresults']  = '검색 결과';
27$lang['permalink']      = '고유링크';
28
29$lang['comments']    = '댓글';
30$lang['0comments']   = '댓글 %d개';
31$lang['1comments']   = '댓글 %d개';
32$lang['Xcomments']   = '댓글 %d개';
33$lang['readmore']    = '더 읽기…';
34
35$lang['prev'] = '&lt; 새 게시물';
36$lang['next'] = '오래된 게시물 &gt;';
37
38$lang['title']   = '제목:';
39$lang['create']  = '만들기';
40$lang['created'] = '만든 날짜';
41
42$lang['js']['reply'] = '이 댓글에 답글';
43
44$lang['comment_mail']      = '이메일';
45$lang['comment_avatar']    = '아바타';
46$lang['comment_name']      = '이름';
47$lang['comment_web']       = '웹사이트';
48$lang['comment_preview']   = '미리 보기';
49$lang['comment_submit']    = '댓글 남기기';
50$lang['comment_source']    = '출처';
51$lang['comment_status']    = '상태';
52$lang['comment_text']      = '텍스트';
53$lang['comment_ip']        = 'IP 주소';
54$lang['comment_subscribe'] = '새 댓글 구독';
55$lang['comment_reply']     = '답글';
56
57$lang['subscr_subject'] = '%s에 대한 새 댓글';
58$lang['optin_subject']  = '구독을 확인하세요';
59
60$lang['optin_ok']  = '감사합니다. 이제 메일을 통해 댓글 업데이트를 받을 것입니다';
61$lang['optin_err'] = '이런. 해당 키를 찾을 수 없습니다. 아마도 복사해서 붙여넣기 오류인가요?';
62
63$lang['unsubscribe_ok']        = '구독 취소를 성공했습니다. 더 이상 이 게시물로의 새 댓글에 대해 알리지 않을 것입니다.';
64$lang['unsubscribe_err_key']   = '이런. 해당 키를 찾을 수 없습니다. 아마도 복사해서 붙여넣기 오류인가요?';
65$lang['unsubscribe_err_other'] = '아이구. 구독을 찾을 수 없습니다. 아마도 복사해서 붙여넣기 오류인가요?';
66
67$lang['btn_comment_edit'] = '편집';
68$lang['act_comment_edit'] = '댓글 편집';
69
70$lang['msg_comment_save']           = '댓글 바뀜이 저장되었습니다';
71$lang['msg_comment_status_change']  = '댓글 상태가 바뀌었습니다';
72$lang['msg_comment_delete']         = '댓글이 삭제되었습니다';
73$lang['msg_entry_blog_change']      = '항목의 블로그가 바뀌었습니다';
74
75$lang['err_notitle'] = '주어진 게시물 제목이 없습니다!';
76