forked from markxeasy/codeigniter-italian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofiler_lang.php
25 lines (23 loc) · 1.29 KB
/
profiler_lang.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASSE/METODO';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'USO DI MEMORIA';
$lang['profiler_config'] = 'VARIABILI DI CONFIGURAZIONE';
$lang['profiler_session_data'] = 'DATI DI SESSIONE';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Il driver della banca dati al momento non è caricato.';
$lang['profiler_no_queries'] = 'Nessuna query è stata eseguita';
$lang['profiler_no_post'] = 'Non esiste alcun dato di POST';
$lang['profiler_no_get'] = 'Non esiste alcun dato di GET';
$lang['profiler_no_uri'] = 'Non esiste alcun dato di URI';
$lang['profiler_no_memory'] = 'Utilizzo della memoria non disponibile';
$lang['profiler_no_profiles'] = 'Nessun dato di Profiler - tutte le sezioni di Profiler sono state disabilitate.';
$lang['profiler_section_hide'] = 'Nascondi';
$lang['profiler_section_show'] = 'Mostra';
/* End of file profiler_lang.php */
/* Location: ./system/language/italian/profiler_lang.php */