1<?php
2/**
3 * English language file
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 */
7
8$lang['user_rename']     = 'Groups or users that are allowed to rename a page (comma seperated). Leave blank to allow all.';
9$lang['user_rename_nr']  = 'Groups or users that are allowed to rename a page without creating redirect (comma seperated). Leave blank to allow all.';
10$lang['user_delete']     = 'Groups or users that are allowed to delete a page (comma seperated). Leave blank to allow all.';
11$lang['redirecttext']    = 'Text left after moving a page. (blank for default text)';
12