1<?php
2
3$lang['useRedirectMatch'] = 'enable regular expressions matching rule for redirect';
4$lang['show_msg'] = 'Display a message about the redirection?';
5  $lang['show_msg_o_0'] = 'no';
6  $lang['show_msg_o_1'] = 'only 301 redirect';
7  $lang['show_msg_o_2'] = 'both 301 and 302 redirect';
8$lang['msg_target'] = 'Limit redirection message to ...';
9  $lang['msg_target_o_0'] = 'only for admin (superuser)';
10  $lang['msg_target_o_1'] = 'manager class users';
11  $lang['msg_target_o_2'] = 'login users';
12  $lang['msg_target_o_3'] = 'all visitor';
13$lang['404page']  = 'Pagename to display when the page is not found (like http 404 response) ';
14$lang['logging']  = 'enable logging. The redirection.log file is saved in data/cache directory.';
15
16