13abcf212SMyeongjin<?php 23abcf212SMyeongjin 33abcf212SMyeongjin/** 43abcf212SMyeongjin * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 53abcf212SMyeongjin * 6*f64212ccSmerefox * @author merefox <admin@homerecz.com> 73abcf212SMyeongjin * @author Myeongjin <aranet100@gmail.com> 8df72a223Swkdl * @author wkdl <chobkwon@gmail.com> 93abcf212SMyeongjin */ 103abcf212SMyeongjin$lang['export_pdf_button'] = 'PDF로 내보내기'; 1197f3f4e5SMyeongjin$lang['needtitle'] = '제목을 제공하세요.'; 1297f3f4e5SMyeongjin$lang['needns'] = '존재하는 이름공간을 제공하세요.'; 13*f64212ccSmerefox$lang['notexist'] = '요청된 페이지가 존재하지 않습니다.'; 1426be4eceSGerrit Uitslag$lang['empty'] = '아직 선택한 페이지가 없습니다.'; 159c90e6aaSMyeongjin$lang['tocheader'] = '목차'; 169c90e6aaSMyeongjin$lang['export_ns'] = '"%s:" 이름공간을 %s.pdf 파일로 내보내기'; 17*f64212ccSmerefox$lang['missingbookcreator'] = 'Bookcreator 플러그인이 설치되지 않았거나 비활성화 되어 있습니다.'; 18