xref: /template/writr/lang/en/settings.php (revision 6b276c46499fbc62afc453f4aae3c683e43e96c0)
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['doLogoChangesByNamespace']           = 'Should the logo changes be by namespace';
17
18$lang['_plugins']                           = 'Configure Plugins';
19$lang['defaultAddNewPage']                  = 'Namespace for AddNewPage plugin';
20
21$lang['_customizations']                    = 'Customize the Template';
22$lang['font']                               = 'Font';