Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2018, 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'] = 'ข้อมูล SESSION';$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'] = 'วินาที';