xref: /template/writr/lang/en/settings.php (revision a5bfa42ccf072b9a27a1f053404eac34fe6a8bc1)
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';
185c46d2caSLouis Ouellet$lang['doLogoChangesByNamespace']           = 'Should the logo changes be by namespace';
19633ba5c6SLouis Ouellet$lang['doLogoLinkChangesByNamespace']       = 'Should the logo link changes be by namespace';
20*a5bfa42cSLouis Ouellet$lang['doTitleChangesByNamespace']          = 'Should the site title changes be by namespace';
21*a5bfa42cSLouis Ouellet$lang['doTaglineChangesByNamespace']        = 'Should the site tagline changes be by namespace';
225c46d2caSLouis Ouellet
23b716a0a1SLouis Ouellet$lang['_plugins']                           = 'Configure Plugins';
245c46d2caSLouis Ouellet$lang['defaultAddNewPage']                  = 'Namespace for AddNewPage plugin';
255c46d2caSLouis Ouellet
26b716a0a1SLouis Ouellet$lang['_customizations']                    = 'Customize the Template';
27