blob: 7c40e3f3edc095749b7245dfb1c0b547c862748b [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001<?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_no_db'] = 'Database driver is not currently loaded';
12$lang['profiler_no_queries'] = 'No queries were run';
13$lang['profiler_no_post'] = 'No POST data exists';
14$lang['profiler_no_get'] = 'No GET data exists';
15$lang['profiler_no_uri'] = 'No URI data exists';
16$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
17
18/* End of file profiler_lang.php */
Derek Jonesa3ffbbb2008-05-11 18:18:29 +000019/* Location: ./system/language/english/profiler_lang.php */