1<?php
2
3/**
4 * Korean language for the "mnml-blog" DokuWiki template
5 *
6 * If your language is not/only partially translated or you found an error/typo,
7 * have a look at the following files:
8 * - /lib/tpl/mnml-blog/lang/<your lang>/lang.php
9 * - /lib/tpl/mnml-blog/lang/<your lang>/settings.php
10 * If they are not existing, copy and translate the English ones.
11 *
12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
13 * Thanks! :-D
14 *
15 *
16 * LICENSE: This file is open source software (OSS) and may be copied under
17 *          certain conditions. See COPYING file for details or try to contact
18 *          the author(s) of this file in doubt.
19 *
20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
21 * @author Myeongjin <aranet100@gmail.com>
22 * @link https://www.dokuwiki.org/template:mnml-blog
23 * @link https://www.dokuwiki.org/config:lang
24 * @link https://www.dokuwiki.org/devel:configuration
25 */
26
27
28//check if we are running within the DokuWiki environment
29if (!defined("DOKU_INC")){
30    die();
31}
32
33//links (not all are used by default but may be useful for /user/boxes.php)
34$lang["mnmlblog_lnk_print"] = "인쇄용 문서";
35$lang["mnmlblog_lnk_permrev"] = "고유 링크";
36$lang["mnmlblog_lnk_whatlinkshere"] = "여기를 가리키는 문서";
37$lang["mnmlblog_lnk_siteindex"] = "사이트맵";
38$lang["mnmlblog_lnk_upload"] = "파일 올리기";
39$lang["mnmlblog_lnk_newposting"] = "새 포스트";
40
41//qr code box
42$lang["mnmlblog_qrcodebox_qrcode"] = "QR 코드: 현재 문서의 URL";
43$lang["mnmlblog_qrcodebox_genforcurrentpage"] = "현재 문서의 생성된 QR 코드";
44$lang["mnmlblog_qrcodebox_urlofcurrentpage"] = "현재 문서의 QR 코드 (쉽게 모바일 접근을 하려면 스캔)";
45
46//other
47$lang["mnmlblog_search"] = "찾기";
48$lang["mnmlblog_accessdenied"] = "접근 거부됨";
49$lang["mnmlblog_fillplaceholder"] = "이 자리를 채우거나 비활성화하세요";
50$lang["mnmlblog_donate"] = "기부";
51$lang["mnmlblog_mdtemplatefordw"] = "도쿠위키를 위한 mnml-blog 템플릿";
52$lang["mnmlblog_recentchanges"] = "최근 바뀜";
53
54