Go to the documentation of this file.
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");
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)");