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