*/ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Moderate Discussions'; $lang['discussion'] = '의견'; $lang['comment'] = '댓글'; $lang['comments'] = '댓글들'; $lang['nocomments'] = '댓글들'; $lang['url'] = '홈페이지'; $lang['address'] = '주소'; $lang['date'] = '날짜'; $lang['entercomment'] = '내용을 입력하세요'; $lang['wikisyntax'] = '( 도쿠위키 문법 사용 가능 )'; $lang['older'] = '다음 댓글'; $lang['newer'] = '이전 댓글'; $lang['btn_reply'] = '댓글'; $lang['btn_hide'] = '숨기기'; $lang['btn_show'] = '보이기'; $lang['btn_change'] = '수정하기'; $lang['statuschanged'] = '댓글이 수정되었습니다.'; $lang['wordblock'] = '스팸으로 간주되는 단어가 포함되었습니다.'; $lang['moderation'] = '댓글이 등록되었습니다. 관리자의 승인을 기다리고 있습니다.'; $lang['mail_newcomment'] = '새 댓글'; $lang['subscribe'] = '새 댓글 알림'; $lang['noguests'] = '로그인 하신후에 댓글을 남길 수 있습니다.'; $lang['status'] = '상태'; $lang['off'] = 'off'; $lang['open'] = '펼치기'; $lang['closed'] = '닫기'; $lang['reply'] = '댓글'; $lang['replies'] = '댓글들'; $lang['newthread'] = '새 쓰레드'; $lang['threads'] = '쓰레드'; //Setup VIM: ex: et ts=2 enc=utf-8 :