1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
agendav_ynh/sources/web/application/language/french/profiler_lang.php
2014-01-07 17:53:08 +01:00

20 lines
No EOL
1 KiB
PHP

<?php
$lang['profiler_database'] = 'BASE DE DONNEES';
$lang['profiler_controller_info'] = 'CLASSE/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'] = 'CHAINE URI';
$lang['profiler_memory_usage'] = 'UTILISATION DE LA MEMOIRE';
$lang['profiler_config'] = 'VARIABLES DE CONFIGURATION';
$lang['profiler_headers'] = 'EN-TETES HTTP';
$lang['profiler_no_db'] = 'Le driver de la base de donn&eacute;es n\\\'est actuellement pas charg&eacute;';
$lang['profiler_no_queries'] = 'Aucune requ&ecirc;te n\\\'a &eacute;t&eacute; ex&eacute;cut&eacute;e';
$lang['profiler_no_post'] = 'Aucune donn&eacute;e POST';
$lang['profiler_no_get'] = 'Aucune donn&eacute;e GET';
$lang['profiler_no_uri'] = 'Aucune donn&eacute;e URI';
$lang['profiler_no_memory'] = 'Utilisation de la m&eacute;moire indisponible';
$lang['profiler_no_profiles'] = 'Pas de données de Profile - toutes les sections Profiler ont été désactivées.';
?>