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_DEBUGBAR_DEBUG', "Debug");
20 define('_MD_DEBUGBAR_INCLUDED_FILES', "Included files");
21 define('_MD_DEBUGBAR_PHP_VERSION', "PHP Version");
22 define('_MD_DEBUGBAR_NONE', "None");
23 //define('_MD_DEBUGBAR_ALL', "All");
24 define('_MD_DEBUGBAR_ERRORS', "Errors");
25 define('_MD_DEBUGBAR_DEPRECATED', "Deprecated");
26 define('_MD_DEBUGBAR_QUERIES', "Queries");
27 define('_MD_DEBUGBAR_BLOCKS', "Blocks");
28 define('_MD_DEBUGBAR_EXTRA', "Extra");
29 define('_MD_DEBUGBAR_TIMERS', "Timers");
30 define('_MD_DEBUGBAR_TIMETOLOAD', "%s took %s seconds to load.");
31 define('_MD_DEBUGBAR_TOTAL', "Total");
32 define('_MD_DEBUGBAR_NOT_CACHED', "Not cached");
33 define('_MD_DEBUGBAR_CACHED', "Cached (regenerates every %s seconds)");
34 //define('_MD_DEBUGBAR_UNKNOWN', "Unknown");
35 //define('_MD_DEBUGBAR_E_USER_NOTICE', "Notice");
36 //define('_MD_DEBUGBAR_E_USER_WARNING', "Warning");
37 //define('_MD_DEBUGBAR_E_USER_ERROR', "Error");
38 //define('_MD_DEBUGBAR_E_NOTICE', "Notice");
39 //define('_MD_DEBUGBAR_E_WARNING', "Warning");
40 //define('_MD_DEBUGBAR_E_STRICT', "Strict");
41 //define('_MD_DEBUGBAR_FILELINE', "%s in file %s line %s");