1<?php
2/**
3 * English language for Page Redirect plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     David Lorentsen <zyberdog@quakenet.org>
7 */
8
9$lang['redirect_to']     = "This page has been moved, the new location is %s.";
10$lang['redirected_from'] = "You were redirected here from %s.";
11