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_LOGGER_DEBUG', "Debug");
20 define('_MD_LOGGER_INCLUDED_FILES', "Included files");
21 define('_MD_LOGGER_FILES', "%s files");
22 define('_MD_LOGGER_MEM_USAGE', "Memory usage");
23 define('_MD_LOGGER_MEM_ESTIMATED', "%s [Estimated]");
24 define('_MD_LOGGER_NONE', "None");
25 define('_MD_LOGGER_ALL', "All");
26 define('_MD_LOGGER_ERRORS', "Errors");
27 define('_MD_LOGGER_DEPRECATED', "Deprecated");
28 define('_MD_LOGGER_QUERIES', "Queries");
29 define('_MD_LOGGER_BLOCKS', "Blocks");
30 define('_MD_LOGGER_EXTRA', "Extra");
31 define('_MD_LOGGER_TIMERS', "Timers");
32 define('_MD_LOGGER_TIMETOLOAD', "%s took %s seconds to load.");
33 define('_MD_LOGGER_TOTAL', "Total");
34 define('_MD_LOGGER_NOT_CACHED', "Not cached");
35 define('_MD_LOGGER_CACHED', "Cached (regenerates every %s seconds)");
36 define('_MD_LOGGER_UNKNOWN', "Unknown");
37 define('_MD_LOGGER_E_USER_NOTICE', "Notice");
38 define('_MD_LOGGER_E_USER_WARNING', "Warning");
39 define('_MD_LOGGER_E_USER_ERROR', "Error");
40 define('_MD_LOGGER_E_NOTICE', "Notice");
41 define('_MD_LOGGER_E_WARNING', "Warning");
42 define('_MD_LOGGER_E_STRICT', "Strict");
43 define('_MD_LOGGER_FILELINE', "%s in file %s line %s");