1<?php
2/**
3 * Korean language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Myeongjin <aranet100@gmail.com>
7 */
8
9// for the configuration manager
10$lang['precedence']            = '마크업 우선 순위';
11$lang['precedence_o_dokuwiki'] = '도쿠위키';
12$lang['precedence_o_creole']   = 'Creole';
13$lang['monospace']             = '고정폭 동작';
14$lang['linebreak']             = '다음 문자로 줄바꿈으로 바꾸기';
15
16//Setup VIM: ex: et ts=2 enc=utf-8 :
17