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['_tools'] = 'Configure Tools'; 10$lang['showPageToolsTitle'] = 'Show the title of the page tools'; 11$lang['showSiteToolsTitle'] = 'Show the title of the site tools'; 12$lang['showUserToolsTitle'] = 'Show the title of the user tools'; 13$lang['doSiteToolsRequireLogin'] = 'Should the site tools require login'; 14 15$lang['_extra'] = 'Configure Extras'; 16$lang['useToolbar'] = 'Enable the toolbar'; 17$lang['useTooltips'] = 'Enable the tooltips'; 18$lang['makeFullWidth'] = 'Make the content area full width'; 19$lang['doLogoChangesByNamespace'] = 'Should the logo changes be by namespace'; 20$lang['doLogoLinkChangesByNamespace'] = 'Should the logo link changes be by namespace'; 21$lang['doTitleChangesByNamespace'] = 'Should the site title changes be by namespace'; 22$lang['doTaglineChangesByNamespace'] = 'Should the site tagline changes be by namespace'; 23 24$lang['_plugins'] = 'Configure Plugins'; 25$lang['defaultAddNewPage'] = 'Namespace for AddNewPage plugin'; 26$lang['enableStarredBookmark'] = 'Enable the Starred Bookmarks in the Toolbar'; 27 28$lang['_customizations'] = 'Customize the Template'; 29