1<?php
2/**
3 * Korean language for Page Redirect plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     wincomi <http://forum.dokuwiki.org/user/8622>
7 * @author :     Myeongjin <aranet100@gmail.com>
8 */
9
10$lang['redirect_to']     = "이 문서는 옮겨졌으며, 새 위치는 %s입니다.";
11$lang['redirected_from'] = "%s에서 넘어왔습니다.";
12