[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/revert/lang/ko/ -> lang.php (source)

   1  <?php
   2  
   3  /**
   4   * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
   5   *
   6   * @author take <take@ruu.kr>
   7   * @author merefox <admin@homerecz.com>
   8   * @author pavement <pavement@rael.cc>
   9   * @author Traend <Traend@ruu.kr>
  10   * @author Seungheon Song <esketch@gmail.com>
  11   * @author jk Lee
  12   * @author dongnak <dongnak@gmail.com>
  13   * @author Song Younghwan <purluno@gmail.com>
  14   * @author Seung-Chul Yoo <dryoo@live.com>
  15   * @author erial2 <erial2@gmail.com>
  16   * @author Myeongjin <aranet100@gmail.com>
  17   * @author S.H. Lee <tuders@naver.com>
  18   */
  19  $lang['menu']                  = '되돌리기 관리자';
  20  $lang['filter']                = '스팸 문서 검색';
  21  $lang['revert']                = '선택한 문서 되돌리기';
  22  $lang['reverted']              = '%s 판을 %s 판으로 되돌림';
  23  $lang['removed']               = '%s 제거됨';
  24  $lang['revstart']              = '되돌리기 작업을 시작합니다. 오랜 시간이 걸릴 수 있습니다. 완료되기 전에
  25                       스크립트 시간 초과가 발생한다면 더 작은 작업으로 나누어서
  26                       되돌리시기 바랍니다.';
  27  $lang['revstop']               = '되돌리기 작업이 성공적으로 끝났습니다.';
  28  $lang['note1']                 = '참고: 대소문자를 구별해 찾습니다';
  29  $lang['note2']                 = '참고: 문서는 <i>%s</i> 스팸 단어를 포함하지 않은 최신 판으로 되돌립니다.';