1<?php
2/**
3 * Japanese language for Page Redirect plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     Ikuo Obataya https://github.com/iobataya
7 */
8$lang['redirect_to']     = "このページは移動しました。新しいページは %s です。";
9$lang['redirected_from'] = "ページ「%s」からリダイレクトされました。";
10