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['show_note'] = 'Display note on page you are redirected to?';
10$lang['allow_external'] = 'Allow redirects to external websites?';
11