xref: /template/writr/lang/en/settings.php (revision 2b4083854a1c956caceba371eacad2a54dae01b0)
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';
17*2b408385SLouis Ouellet$lang['useTooltips']                        = 'Enable the tooltips';
185c46d2caSLouis Ouellet$lang['doLogoChangesByNamespace']           = 'Should the logo changes be by namespace';
195c46d2caSLouis Ouellet
20b716a0a1SLouis Ouellet$lang['_plugins']                           = 'Configure Plugins';
215c46d2caSLouis Ouellet$lang['defaultAddNewPage']                  = 'Namespace for AddNewPage plugin';
225c46d2caSLouis Ouellet
23b716a0a1SLouis Ouellet$lang['_customizations']                    = 'Customize the Template';
24