1<?php
2/**
3 * Traditional Chinese language for Page Redirect plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     Danny Lin <danny0838[at]pchome[dot]com[dot]tw>
7 */
8
9$lang['redirect_to']     = "本頁已重定向至 %s。";
10$lang['redirected_from'] = "本頁重定向自 %s。";
11