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