forked from tomcode/ci-french-language-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiler_lang.php
25 lines (23 loc) · 1.3 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'] = 'BASE DE DONNEES';
$lang['profiler_controller_info'] = 'CLASS/METHODE';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'REQUETES';
$lang['profiler_get_data'] = 'DONNEES GET';
$lang['profiler_post_data'] = 'DONNEES POST';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'UTILISATION MEMOIRE';
$lang['profiler_config'] = 'VARIABLES CONFIG';
$lang['profiler_session_data'] = 'DONNEES SESSION';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Le driver de la base de données n\'est actuellement pas chargé';
$lang['profiler_no_queries'] = 'Aucune requête n\'a été exécutée';
$lang['profiler_no_post'] = 'Aucune donnée POST n\'existe';
$lang['profiler_no_get'] = 'Aucune donnée GET n\'existe';
$lang['profiler_no_uri'] = 'Aucune donnée URI n\'existe';
$lang['profiler_no_memory'] = 'Utilisation de la mémoire indisponible';
$lang['profiler_no_profiles'] = 'Pas de données du profil - toute section est désactivée.';
$lang['profiler_section_hide'] = 'Cacher';
$lang['profiler_section_show'] = 'Montrer';
/* End of file profiler_lang.php */
/* Location: ./system/language/french/profiler_lang.php */