/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/system/language/english/profiler_lang.php

  • Committer: galaxyAbstractor
  • Date: 2013-04-10 15:58:59 UTC
  • mfrom: (20.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410155859-cih60kaz5es8savt
CodeIgniter implementation of basic CMS system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */
 
 
b'\\ No newline at end of file'