Blame | Last modification | View Log | Download
<?php/** MantisBT - a php based bugtracking system** Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org* Copyright (C) 2002 - 2016 MantisBT Team - mantisbt-dev@lists.sourceforge.net** MantisBT is free software: you can redistribute it and/or modify* it under the terms of the GNU General Public License as published by* the Free Software Foundation, either version 2 of the License, or* (at your option) any later version.** MantisBT is distributed in the hope that it will be useful,* but WITHOUT ANY WARRANTY; without even the implied warranty of* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the* GNU General Public License for more details.** You should have received a copy of the GNU General Public License* along with MantisBT. If not, see <http://www.gnu.org/licenses/>.** *********************************************************************** ** This file contains translations stored in translatewiki.net. *** ** See https://translatewiki.net/wiki/Project:About for information *** ** on copyright/license for translatewiki.net translations. *** *********************************************************************** ** *** ** DO NOT UPDATE MANUALLY *** ** *** ** To improve a translation please visit https://translatewiki.net *** ** Detailed instructions on how to create or update translations at *** ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto *** ***********************************************************************//** Korean (한국어)** See the qqq 'language' for message documentation incl. usage of parameters* To improve a translation please visit https://translatewiki.net** @ingroup Language* @file** @author Changwoo* @author Hong3e* @author Ykhwong* @author 아라*/$s_plugin_format_title = '맨티스 서식';$s_plugin_format_description = '공식 텍스트 처리 및 서식 플러그인.';$s_plugin_format_config = '설정';$s_plugin_format_process_text = '텍스트 처리';$s_plugin_format_process_text_warning_notice = '잘 모르면 사용 중지하지 마십시오. 사용 중지 상태에서는 크로스 사이트 스크립팅(XSS) 공격을 받을 수 있습니다.';$s_plugin_format_process_urls = 'URL 처리';$s_plugin_format_process_buglinks = '맨티스BT 내부 링크 (이슈 및 이슈 노트)';$s_plugin_format_process_buglinks_info = '자동링크 처리 <em>이슈</em> 앞에"%s", <em>이슈노트 </em> 앞에 "%s';$s_plugin_format_process_markdown = '마크다운';$s_plugin_format_process_markdown_info = '마크다운 포맷을 지원합니다. 마크다운 문법으로 작성된 텍스트를 HTML로 변환하여 표시합니다.';$s_plugin_format_enabled = '사용';$s_plugin_format_disabled = '끄기';