17a76cf00SAndreas Gohr<?php 27a76cf00SAndreas Gohr/** 37a76cf00SAndreas Gohr * Korean language file 47a76cf00SAndreas Gohr * 5*14bc69e3S이명진 * @author jk Lee 68ace4127S이동낙 * @author dongnak@gmail.com 700261c55S송영환 * @author Song Younghwan <purluno@gmail.com> 811d7187bSYooS C * @author Seung-Chul Yoo <dryoo@live.com> 9a699035cSErial Krale * @author erial2@gmail.com 10b2a83e66S이명진 * @author Myeongjin <aranet100@gmail.com> 117a76cf00SAndreas Gohr */ 12*14bc69e3S이명진$lang['menu'] = '되돌리기 관리자'; 13b2a83e66S이명진$lang['filter'] = '스팸 문서 찾기'; 14*14bc69e3S이명진$lang['revert'] = '선택한 문서 되돌리기'; 15*14bc69e3S이명진$lang['reverted'] = '%s 판을 %s 판으로 되돌림'; 16*14bc69e3S이명진$lang['removed'] = '%s 삭제함'; 17*14bc69e3S이명진$lang['revstart'] = '되돌리기 작업을 시작합니다. 오랜 시간이 걸릴 수 있습니다. 완료되기 전에 스크립트 시간 초과가 발생한다면 더 작은 작업으로 나누어서 되돌리시기 바랍니다.'; 18*14bc69e3S이명진$lang['revstop'] = '되돌리기 작업이 성공적으로 끝났습니다.'; 19*14bc69e3S이명진$lang['note1'] = '참고: 대소문자를 구별하여 찾습니다'; 20*14bc69e3S이명진$lang['note2'] = '참고: 이 문서는 <i>%s</i> 스팸 단어를 포함하지 않은 최근 이전 판으로 되돌립니다. '; 21