1<?php
2
3/**
4 * Korean language for the "monobook" 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/monobook/lang/<your lang>/lang.php
9 * - /lib/tpl/monobook/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 관인생략
22 * @author Myeongjin <aranet100@gmail.com>
23 * @link https://www.dokuwiki.org/template:monobook
24 * @link https://www.dokuwiki.org/config:lang
25 * @link https://www.dokuwiki.org/devel:configuration
26 */
27
28
29//check if we are running within the DokuWiki environment
30if (!defined("DOKU_INC")){
31    die();
32}
33
34//tabs
35$lang["monobook_tab_article"] = "문서";
36$lang["monobook_tab_discussion"] = "토론";
37$lang["monobook_tab_userpage"] = "사용자 문서";
38$lang["monobook_tab_specialpage"] = "특수 문서";
39$lang["monobook_tab_mytalk"] = "사용자 토론";
40$lang["monobook_tab_exportodt"] = "내보내기: ODT";
41$lang["monobook_tab_exportpdf"] = "내보내기: PDF";
42
43//headlines for the different bars
44$lang["monobook_bar_views"] = "보기";
45$lang["monobook_bar_personnaltools"] = "개인 도구";
46$lang["monobook_bar_navigation"] = "둘러보기";
47$lang["monobook_bar_toolbox"] = "도구모음";
48$lang["monobook_qrcodebox"] = "QR 코드";
49$lang["monobook_bar_inotherlanguages"] = "다른 언어";
50$lang["monobook_bar_search"] = "찾기";
51
52//buttons
53$lang["monobook_btn_go"] = "보기";
54$lang["monobook_btn_search"] = "찾기";
55
56//default toolbox
57$lang["monobook_toolbxdef_whatlinkshere"] = "여기를 가리키는 문서";
58$lang["monobook_toolbxdef_upload"] = "파일 올리기";
59$lang["monobook_toolbxdef_siteindex"] = "사이트맵";
60$lang["monobook_toolbxdef_print"] = "인쇄용 문서";
61$lang["monobook_toolboxdef_permanent"] = "고유 링크";
62$lang["monobook_toolboxdef_cite"] = "이 문서 인용하기";
63
64//qr code box
65$lang["monobook_qrcodebox_qrcode"] = "QR 코드";
66$lang["monobook_qrcodebox_genforcurrentpage"] = "현재 문서의 생성된 QR 코드";
67$lang["monobook_qrcodebox_urlofcurrentpage"] = "현재 문서의 QR 코드 (쉽게 모바일 접근을 하려면 스캔)";
68
69//cite this article
70$lang["monobook_cite_bibdetailsfor"] = "다음 문서의 출처 정보:";
71$lang["monobook_cite_pagename"] = "문서 이름";
72$lang["monobook_cite_author"] = "저자";
73$lang["monobook_cite_publisher"] = "발행처";
74$lang["monobook_cite_dateofrev"] = "이 판의 날짜";
75$lang["monobook_cite_dateretrieved"] = "확인한 날짜";
76$lang["monobook_cite_permurl"] = "고유 URL";
77$lang["monobook_cite_pageversionid"] = "문서 판 ID";
78$lang["monobook_cite_citationstyles"] = "다음 문서의 인용 양식:";
79$lang["monobook_cite_checkstandards"] = "필요에 따라 정확한 구문에 대한 양식 매뉴얼, 표준 가이드 또는 안내자의 지침을 확인하는 것을 기억하세요";
80$lang["monobook_cite_latexusepackagehint"] = "LaTeX 패키지 URL(프리앰블의 어딘가에 \usepackage{url})을 사용하면 더 정돈된 형식의 웹 주소를 얻을 수 있습니다. 다음과 같은 방법을 선호합니다";
81$lang["monobook_cite_retrieved"] = "확인한 날짜:";
82$lang["monobook_cite_from"] = "다음에서 찾아볼 수 있음:";
83$lang["monobook_cite_in"] = "발행처:";
84$lang["monobook_cite_accessed"] = "접근한 날짜:";
85$lang["monobook_cite_cited"] = "인용한 날짜:";
86$lang["monobook_cite_lastvisited"] = "마지막으로 방문한 날짜:";
87$lang["monobook_cite_availableat"] = "다음에서 찾아볼 수 있음";
88$lang["monobook_cite_discussionpages"] = "도쿠위키 토론 문서";
89$lang["monobook_cite_markup"] = "문법";
90$lang["monobook_cite_result"] = "결과";
91$lang["monobook_cite_thisversion"] = "이 판";
92
93//other
94$lang["monobook_accessdenied"] = "접근 거부됨";
95$lang["monobook_fillplaceholder"] = "이 자리를 채우거나 비활성화하세요";
96$lang["monobook_donate"] = "기부";
97$lang["monobook_mdtemplatefordw"] = "도쿠위키를 위한 모노북 템플릿";
98$lang["monobook_recentchanges"] = "최근 바뀜";
99
100