XOOPS  2.6.0
main.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('_MD_MONOLOG_DEBUG',"Debug");
20 define('_MD_MONOLOG_INCLUDED_FILES', "Included files");
21 define('_MD_MONOLOG_FILES',"%s files");
22 define('_MD_MONOLOG_MEM_USAGE',"Usage: %.03fM Peak: %.03fM");
23 define('_MD_MONOLOG_MEMORY',"Memory");
24 define('_MD_MONOLOG_NONE', "None");
25 //define('_MD_MONOLOG_ALL', "All");
26 define('_MD_MONOLOG_ERRORS',"Errors");
27 define('_MD_MONOLOG_DEPRECATED',"Deprecated");
28 define('_MD_MONOLOG_QUERIES',"Queries");
29 define('_MD_MONOLOG_BLOCKS',"Blocks");
30 define('_MD_MONOLOG_EXTRA',"Extra");
31 define('_MD_MONOLOG_TIMERS',"Timers");
32 define('_MD_MONOLOG_TIMETOLOAD',"%s took %.04f seconds to load.");
33 //define('_MD_MONOLOG_TOTAL',"Total");
34 define('_MD_MONOLOG_NOT_CACHED',"Not cached");
35 define('_MD_MONOLOG_CACHED',"Cached (regenerates every %s seconds)");
36 //define('_MD_MONOLOG_UNKNOWN', "Unknown");
37 //define('_MD_MONOLOG_E_USER_NOTICE', "Notice");
38 //define('_MD_MONOLOG_E_USER_WARNING', "Warning");
39 //define('_MD_MONOLOG_E_USER_ERROR', "Error");
40 //define('_MD_MONOLOG_E_NOTICE', "Notice");
41 //define('_MD_MONOLOG_E_WARNING', "Warning");
42 //define('_MD_MONOLOG_E_STRICT', "Strict");
43 //define('_MD_MONOLOG_FILELINE', "%s in file %s line %s");
44 define('_MD_MONOLOG_EXCEPTION','Exception : %s : file %s line %s');
45 define('_MD_MONOLOG_MESSAGES','Message');