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