17a76cf00SAndreas Gohr<?php 27a76cf00SAndreas Gohr/** 37a76cf00SAndreas Gohr * Korean language file 47a76cf00SAndreas Gohr * 57a76cf00SAndreas Gohr * @author jk lee 6*8ace4127S이동낙 * @author dongnak@gmail.com 77a76cf00SAndreas Gohr */ 87a76cf00SAndreas Gohr$lang['menu'] = '복구 관리자'; 97a76cf00SAndreas Gohr$lang['filter'] = '스팸 페이지 검색 '; 107a76cf00SAndreas Gohr$lang['revert'] = '선택 페이지들 복구'; 117a76cf00SAndreas Gohr$lang['reverted'] = '%s를 이전 버전 %s 으로 복구'; 127a76cf00SAndreas Gohr$lang['removed'] = '%s 삭제'; 137a76cf00SAndreas Gohr$lang['revstart'] = '복구 작업을 시작합니다. 오랜 시간이 걸릴 수 있습니다. 완료되기 전에 스크립트 time out이 발생한다면 더 작은 작업들로 나누어서 복구하기 바랍니다. '; 147a76cf00SAndreas Gohr$lang['revstop'] = '복구 작업이 성공적으로 끝났습니다.'; 157a76cf00SAndreas Gohr$lang['note1'] = '주의: 대소문자 구별하여 검색합니다.'; 167a76cf00SAndreas Gohr$lang['note2'] = '주의: 이 페이지는 스팸 단어 <i>%s</i>를 포함하지 않은 가장 최근 과거 문서 버전으로 복구됩니다. '; 17