15c46d2caSLouis Ouellet<?php 25c46d2caSLouis Ouellet/** 35c46d2caSLouis Ouellet * Language File for Configuration 45c46d2caSLouis Ouellet * 55c46d2caSLouis Ouellet * @author Louis Ouellet <louis_ouellet@hotmail.com> 65c46d2caSLouis Ouellet * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 75c46d2caSLouis Ouellet */ 85c46d2caSLouis Ouellet 9b716a0a1SLouis Ouellet$lang['_tools'] = 'Configure Tools'; 105c46d2caSLouis Ouellet$lang['showPageToolsTitle'] = 'Show the title of the page tools'; 115c46d2caSLouis Ouellet$lang['showSiteToolsTitle'] = 'Show the title of the site tools'; 125c46d2caSLouis Ouellet$lang['showUserToolsTitle'] = 'Show the title of the user tools'; 135c46d2caSLouis Ouellet$lang['doSiteToolsRequireLogin'] = 'Should the site tools require login'; 14b716a0a1SLouis Ouellet 15b716a0a1SLouis Ouellet$lang['_extra'] = 'Configure Extras'; 16df5bf7f3SLouis Ouellet$lang['useToolbar'] = 'Enable the toolbar'; 172b408385SLouis Ouellet$lang['useTooltips'] = 'Enable the tooltips'; 18a08601d4SLouis Ouellet$lang['makeFullWidth'] = 'Make the content area full width'; 195c46d2caSLouis Ouellet$lang['doLogoChangesByNamespace'] = 'Should the logo changes be by namespace'; 20633ba5c6SLouis Ouellet$lang['doLogoLinkChangesByNamespace'] = 'Should the logo link changes be by namespace'; 21a5bfa42cSLouis Ouellet$lang['doTitleChangesByNamespace'] = 'Should the site title changes be by namespace'; 22a5bfa42cSLouis Ouellet$lang['doTaglineChangesByNamespace'] = 'Should the site tagline changes be by namespace'; 235c46d2caSLouis Ouellet 24b716a0a1SLouis Ouellet$lang['_plugins'] = 'Configure Plugins'; 255c46d2caSLouis Ouellet$lang['defaultAddNewPage'] = 'Namespace for AddNewPage plugin'; 26df086b5dSLouis Ouellet$lang['enableStarredBookmark'] = 'Enable the Starred Bookmarks in the Toolbar'; 275c46d2caSLouis Ouellet 28b716a0a1SLouis Ouellet$lang['_customizations'] = 'Customize the Template'; 29*197e9867Shanzlik$lang['profile_pic_variant'] = 'Colour of outline for profile picture (if no gravatar)';