<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Nicolas GERARD <gerardnico@gmail.com>
 */
 
// for the configuration manager
$lang['ActionReaderFirst'] = 'First redirection action for a reader';
$lang['ActionReaderSecond'] = 'Second redirection action for a reader if the first action don\'t success.';
$lang['ActionReaderThird'] = 'Third redirection action for a reader if the second action don\'t success.';
$lang['GoToEditMode'] = 'Switch directly in the edit mode for a writer ?';

$lang['ShowPageNameIsNotUnique'] = 'When redirected to the edit mode, show a message when the page name is not unique';
$lang['ShowMessageClassic'] = 'Show classic message when a action is performed ?';
$lang['WeightFactorForSamePageName'] = 'Weight factor for same page name to calculate the score for the best page.';
$lang['WeightFactorForStartPage'] = 'Weight factor for same start page to calculate the score for the best page.';
$lang['WeightFactorForSameNamespace'] = 'Weight factor for same namespace to calculate the score for the best page.';

?>