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