source: sourcecode/system/language/english/profiler_lang.php @ 1

Last change on this file since 1 was 1, checked in by dungnv, 11 years ago
File size: 1.1 KB
Line 
1<?php
2
3$lang['profiler_database']              = 'DATABASE';
4$lang['profiler_controller_info'] = 'CLASS/METHOD';
5$lang['profiler_benchmarks']    = 'BENCHMARKS';
6$lang['profiler_queries']               = 'QUERIES';
7$lang['profiler_get_data']              = 'GET DATA';
8$lang['profiler_post_data']             = 'POST DATA';
9$lang['profiler_uri_string']    = 'URI STRING';
10$lang['profiler_memory_usage']  = 'MEMORY USAGE';
11$lang['profiler_config']                = 'CONFIG VARIABLES';
12$lang['profiler_session_data']  = 'SESSION DATA';
13$lang['profiler_headers']               = 'HTTP HEADERS';
14$lang['profiler_no_db']                 = 'Database driver is not currently loaded';
15$lang['profiler_no_queries']    = 'No queries were run';
16$lang['profiler_no_post']               = 'No POST data exists';
17$lang['profiler_no_get']                = 'No GET data exists';
18$lang['profiler_no_uri']                = 'No URI data exists';
19$lang['profiler_no_memory']             = 'Memory Usage Unavailable';
20$lang['profiler_no_profiles']   = 'No Profile data - all Profiler sections have been disabled.';
21$lang['profiler_section_hide']  = 'Hide';
22$lang['profiler_section_show']  = 'Show';
23
24/* End of file profiler_lang.php */
25/* Location: ./system/language/english/profiler_lang.php */
Note: See TracBrowser for help on using the repository browser.