admin | 727e6b4 | 2006-10-03 04:50:28 +0000 | [diff] [blame] | 1 | <?php |
2 | |||||
3 | $lang['profiler_benchmarks'] = 'BENCHMARKS'; | ||||
4 | $lang['profiler_queries'] = 'QUERIES'; | ||||
5 | $lang['profiler_post_data'] = 'POST DATA'; | ||||
6 | $lang['profiler_no_db'] = 'Database driver is not currently loaded'; | ||||
7 | $lang['profiler_no_queries'] = 'No queries were run'; | ||||
8 | $lang['profiler_no_post'] = 'No POST data exists'; | ||||
9 | |||||
10 | ?> |