Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/banking.ncriptech.com/application/language/french/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * System messages translation for CodeIgniter(tm) * @author CodeIgniter community * @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $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'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'UTILISATION MÉMOIRE'; $lang['profiler_config'] = 'VARIABLES CONFIG'; $lang['profiler_session_data'] = 'DONNÉES SESSION'; $lang['profiler_headers'] = 'EN-TÊTES HTTP'; $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 desactivée.'; $lang['profiler_section_hide'] = 'Cacher'; $lang['profiler_section_show'] = 'Montrer'; $lang['profiler_seconds'] = 'secondes';