default.inc.php 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $_lang['xbug.xbug'] = 'xBug';
  3. $_lang['xbug.menu_desc'] = 'xBug Query and Page Profiler Tools.';
  4. $_lang['xbug.xbug_query'] = 'xBug Query Debugger.';
  5. $_lang['xbug.xbug_query_desc'] = 'xBug xPDOCriteria Debugging Utility.';
  6. $_lang['xbug.description'] = 'xBug helper utility to test xPDOQuery objects.';
  7. $_lang['xbug.xbugquery'] = 'xBug Query Debugger and Profiler';
  8. $_lang['xbug.error_code'] = 'xBug error code : ';
  9. $_lang['xbug.error_info'] = 'Error info: ';
  10. $_lang['xbug.results'] = 'Results';
  11. $_lang['xbug.explain'] = 'Explain';
  12. $_lang['xbug.stats'] = 'Statistics';
  13. $_lang['xbug.collector_method'] = 'Collector Method';
  14. $_lang['xbug.row_count'] = 'Row count';
  15. $_lang['xbug.query_time'] = 'Query Time (milliseconds)';
  16. $_lang['xbug.collection_time'] = 'Collection Time (milliseconds)';
  17. $_lang['xbug.collection_memory'] = 'Collection Memory Usage (Mb)';
  18. $_lang['xbug.ms'] = 'ms';
  19. $_lang['xbug.second'] = 'seconds';
  20. $_lang['xbug.mb'] = 'Mb';
  21. $_lang['xbug.process'] = 'Process';
  22. $_lang['xbug.profiler'] = 'Profiler';
  23. $_lang['xbug.profiler.menu_desc'] = 'Analyze parser and sql events during page load';
  24. $_lang['xbug.profiler.desc'] = 'xBug site profiler is used to view data about queries run during page load and tags that are processed.';