XOOPS  2.6.0
modinfo.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 define('_MI_MONOLOG_NAME','Monolog');
20 define('_MI_MONOLOG_DSC','Error and performance data logging');
21 
22 define('_MI_MONOLOG_ENABLE',"Enable Logging");
23 define('_MI_MONOLOG_SMARTYDEBUG',"Enable Smarty Debug");
24 
25 define('_MI_MONOLOG_UCONF_CAT_OPT','Options');
26 define('_MI_MONOLOG_UCONF_CAT_OPT_DESC','Monolog Options');
27 
28 define('_MI_MONOLOG_UCONF_ENABLE_PHPFIRE','Enable FirePHP Output');
29 
30 define('_MI_MONOLOG_ADMENU1','Home');
31 define('_MI_MONOLOG_ADMENU2','About');
32 define('_MI_MONOLOG_ADMENU3','Permissions');
33 
34 define('_MI_MONOLOG_THRESHOLD_LEVEL','Log level threshold');
35 define('_MI_MONOLOG_THRESHOLD_DEBUG','Debugging');
36 define('_MI_MONOLOG_THRESHOLD_INFO','Informational');
37 define('_MI_MONOLOG_THRESHOLD_WARNING','Warnings');
38 define('_MI_MONOLOG_THRESHOLD_ERROR','Errors');
39 
40 define('_MI_MONOLOG_INCLUDE_BLOCKS','Include blocks');
41 define('_MI_MONOLOG_INCLUDE_DEPRECATED','Include deprecated');
42 define('_MI_MONOLOG_INCLUDE_EXTRA','Include extra');
43 define('_MI_MONOLOG_INCLUDE_QUERIES','Include queries');
44 define('_MI_MONOLOG_INCLUDE_TIMERS','Include timers');
45 
46 define('_MI_MONOLOG_LOG_FILE_PATH','Absolute path and name of log file');
47 define('_MI_MONOLOG_LOG_MAX_VERSIONS','Maximum number of daily versions of the log to keep. (Use 0 for no versioning.)');
48 
49 define('_MI_MONOLOG_HELP','Help');
50 define('_MI_MONOLOG_HACKING','Hacking');