ok
Direktori : /home2/selectio/public_html/bharath/system/language/arabic/ |
Current File : /home2/selectio/public_html/bharath/system/language/arabic/profiler_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://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'] = 'قاعدة البيانات'; $lang['profiler_controller_info'] = 'الصنف/الدالة'; $lang['profiler_benchmarks'] = 'بيانات التقييم'; $lang['profiler_queries'] = 'الاستعلامات'; $lang['profiler_get_data'] = 'بيانات GET'; $lang['profiler_post_data'] = 'بيانات POST'; $lang['profiler_uri_string'] = 'سطر URI'; $lang['profiler_memory_usage'] = 'استهلاك الذاكرة'; $lang['profiler_config'] = 'متغيّرات التهيئة'; $lang['profiler_session_data'] = 'بيانات الجلسة'; $lang['profiler_headers'] = 'ترويسات HTTP'; $lang['profiler_no_db'] = 'لا يوجد أي مُعرف قاعدة بيانات مُحمّل حالياً'; $lang['profiler_no_queries'] = 'لم تنفّذ أية استعلامات'; $lang['profiler_no_post'] = 'ليس هناك بيانات POST'; $lang['profiler_no_get'] = 'ليس هناك بيانات GET'; $lang['profiler_no_uri'] = 'ليس هناك بيانات URI'; $lang['profiler_no_memory'] = 'بيانات استهلاك الذاكرة غير متوفرة'; $lang['profiler_no_profiles'] = 'لا يوجد أي بيانات تقييم حيث أن جميع أقسام التقييم مُعطّلة.'; $lang['profiler_section_hide'] = 'إخفاء'; $lang['profiler_section_show'] = 'إظهار'; $lang['profiler_seconds'] = 'ثواني';