-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiler_lang.php
executable file
·32 lines (28 loc) · 1.37 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
26
27
28
29
30
31
32
<?php
/**
*
* @version 2.1.2
*
*/
$lang['profiler_database'] = 'BASE DE DONNÉES';
$lang['profiler_controller_info'] = 'CLASSE/MÉTHODE';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'REQUÊTES';
$lang['profiler_get_data'] = 'DONNÉES GET';
$lang['profiler_post_data'] = 'DONNÉES POST';
$lang['profiler_uri_string'] = 'CHAÎNE URI';
$lang['profiler_memory_usage'] = 'UTILISATION DE LA MÉMOIRE';
$lang['profiler_config'] = 'VARIABLES CONFIG';
$lang['profiler_session_data'] = 'DONNÉES DE SESSION';
$lang['profiler_headers'] = 'ENTÊTES HTTP';
$lang['profiler_no_db'] = 'Le Database driver n\'est pas chargé';
$lang['profiler_no_queries'] = 'Aucune requête 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 non disponible';
$lang['profiler_no_profiles'] = 'Pas de données de profilage - Toutes les sections du Profiler sont désactivées.';
$lang['profiler_section_hide'] = 'Cacher';
$lang['profiler_section_show'] = 'Afficher';
/* End of file profiler_lang.php */
/* Location: ./system/language/french/profiler_lang.php */