1<?php 2/** 3 * Language File for Configuration 4 * 5 * @author Louis Ouellet <louis_ouellet@hotmail.com> 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 */ 8 9$lang['showPageToolsTitle'] = 'Show the title of the page tools'; 10$lang['showSiteToolsTitle'] = 'Show the title of the site tools'; 11$lang['showUserToolsTitle'] = 'Show the title of the user tools'; 12 13$lang['doSiteToolsRequireLogin'] = 'Should the site tools require login'; 14$lang['doLogoChangesByNamespace'] = 'Should the logo changes be by namespace'; 15 16$lang['defaultAddNewPage'] = 'Namespace for AddNewPage plugin'; 17 18$lang['font'] = 'Font';