1*7a76cf00SAndreas Gohr<?php 2*7a76cf00SAndreas Gohr/** 3*7a76cf00SAndreas Gohr * Korean language file 4*7a76cf00SAndreas Gohr * 5*7a76cf00SAndreas Gohr * @author jk lee 6*7a76cf00SAndreas Gohr */ 7*7a76cf00SAndreas Gohr$lang['menu'] = '복구 관리자'; 8*7a76cf00SAndreas Gohr$lang['filter'] = '스팸 페이지 검색 '; 9*7a76cf00SAndreas Gohr$lang['revert'] = '선택 페이지들 복구'; 10*7a76cf00SAndreas Gohr$lang['reverted'] = '%s를 이전 버전 %s 으로 복구'; 11*7a76cf00SAndreas Gohr$lang['removed'] = '%s 삭제'; 12*7a76cf00SAndreas Gohr$lang['revstart'] = '복구 작업을 시작합니다. 오랜 시간이 걸릴 수 있습니다. 완료되기 전에 스크립트 time out이 발생한다면 더 작은 작업들로 나누어서 복구하기 바랍니다. '; 13*7a76cf00SAndreas Gohr$lang['revstop'] = '복구 작업이 성공적으로 끝났습니다.'; 14*7a76cf00SAndreas Gohr$lang['note1'] = '주의: 대소문자 구별하여 검색합니다.'; 15*7a76cf00SAndreas Gohr$lang['note2'] = '주의: 이 페이지는 스팸 단어 <i>%s</i>를 포함하지 않은 가장 최근 과거 문서 버전으로 복구됩니다. '; 16