XOOPS  2.6.0
_logger.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 
24 // _LANGCODE: en
25 // _CHARSET : UTF-8
26 // Translator: XOOPS Translation Team
27 /*
28 define('_LOGGER_DEBUG', "Debug");
29 define('_LOGGER_INCLUDED_FILES', "Included files");
30 define('_LOGGER_FILES', "%s files");
31 define('_LOGGER_MEM_USAGE', "Memory usage");
32 define('_LOGGER_MEM_ESTIMATED', "%s [Estimated]");
33 define('_LOGGER_NONE', "None");
34 define('_LOGGER_ALL', "All");
35 define('_LOGGER_ERRORS', "Errors");
36 define('_LOGGER_DEPRECATED', "Deprecated");
37 define('_LOGGER_QUERIES', "Queries");
38 define('_LOGGER_BLOCKS', "Blocks");
39 define('_LOGGER_EXTRA', "Extra");
40 define('_LOGGER_TIMERS', "Timers");
41 
42 
43 define('_LOGGER_TIMETOLOAD', "%s took %s seconds to load.");
44 
45 define('_LOGGER_TOTAL', "Total");
46 
47 define('_LOGGER_NOT_CACHED', "Not cached");
48 define('_LOGGER_CACHED', "Cached (regenerates every %s seconds)");
49 
50 define('_LOGGER_UNKNOWN', "Unknown");
51 define('_LOGGER_E_USER_NOTICE', "Notice");
52 define('_LOGGER_E_USER_WARNING', "Warning");
53 define('_LOGGER_E_USER_ERROR', "Error");
54 define('_LOGGER_E_NOTICE', "Notice");
55 define('_LOGGER_E_WARNING', "Warning");
56 define('_LOGGER_E_STRICT', "Strict");
57 define('_LOGGER_FILELINE', "%s in file %s line %s");
58 */