<?php

$lang['useRedirectMatch'] = 'enable regular expressions matching rule for redirect';
$lang['show_msg'] = 'Display a message about the redirection?';
  $lang['show_msg_o_0'] = 'no';
  $lang['show_msg_o_1'] = 'only 301 redirect';
  $lang['show_msg_o_2'] = 'both 301 and 302 redirect';
$lang['msg_target'] = 'Limit redirection message to ...';
  $lang['msg_target_o_0'] = 'only for admin (superuser)';
  $lang['msg_target_o_1'] = 'manager class users';
  $lang['msg_target_o_2'] = 'login users';
  $lang['msg_target_o_3'] = 'all visitor';
$lang['404page']  = 'Pagename to display when the page is not found (like http 404 response) ';
$lang['logging']  = 'enable logging. The redirection.log file is saved in data/cache directory.';

