1<?php 2 3/** 4 * Korean language for the Config Manager 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//header navigation 34$lang["mnmlblog_headernav"] = "머리글 둘러보기를 보여줄까요?"; 35$lang["mnmlblog_headernav_location"] = "만약 보여준다면 머리글 둘러보기로 다음 위키 문서 사용:"; 36 37//sidebar navigation 38$lang["mnmlblog_sidebarnav"] = "사이드바 둘러보기를 보여줄까요?"; 39$lang["mnmlblog_sidebarnav_location"] = "만약 보여준다면 사이드바 둘러보기로 다음 위키 문서 사용:"; 40 41//custom copyright notice 42$lang["mnmlblog_copyright"] = "저작권 알림을 보여줄까요?"; 43$lang["mnmlblog_copyright_default"] = "만약 보여준다면 기본 저작권 알림을 사용하겠습니까?"; 44$lang["mnmlblog_copyright_location"] = "기본 알림을 사용하지 않는다면 저작권 알림으로 다음 위키 문서 사용:"; 45 46//search form 47$lang["mnmlblog_search"] = "검색 양식을 보여줄까요?"; 48$lang["mnmlblog_search_pos"] = "만약 보여준다면 검색 양식 위치"; 49 50//qr code box 51$lang["mnmlblog_qrcodebox"] = "(모바일 브라우저에 쉽게 URL 전송을 위해) 현재 위키 문서 URL의 QR 코드로 된 상자를 보여줄까요?"; 52 53//other stuff 54$lang["mnmlblog_newpostform_location"] = "'<blog newform>' 양식에 대해 다음 위키 문서 사용:"; 55$lang["mnmlblog_hideadminlinksfromanon"] = "클라이언트가 인증된 사용자가 아니면 모든 관리자와 사용자 기능과 관련된 링크를 숨길까요? 이 기능이 활성이면 수동으로 로그인 양식을 호출해야 함에 주의하세요. (힌트: '".DOKU_URL.DOKU_SCRIPT."?do=login')"; 56$lang["mnmlblog_loaduserjs"] = "'mnml-blog/user/user.js'를 불러올까요?"; 57 58