1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Nicolas GERARD <gerardnico@gmail.com> 7 */ 8 9// for the configuration manager 10$lang['ActionReaderFirst'] = 'First redirection action for a reader'; 11$lang['ActionReaderSecond'] = 'Second redirection action for a reader if the first action don\'t success.'; 12$lang['ActionReaderThird'] = 'Third redirection action for a reader if the second action don\'t success.'; 13$lang['GoToEditMode'] = 'Switch directly in the edit mode for a writer ?'; 14 15$lang['ShowPageNameIsNotUnique'] = 'When redirected to the edit mode, show a message when the page name is not unique'; 16$lang['ShowMessageClassic'] = 'Show classic message when a action is performed ?'; 17$lang['WeightFactorForSamePageName'] = 'Weight factor for same page name to calculate the score for the best page.'; 18$lang['WeightFactorForStartPage'] = 'Weight factor for same start page to calculate the score for the best page.'; 19$lang['WeightFactorForSameNamespace'] = 'Weight factor for same namespace to calculate the score for the best page.'; 20 21?>