Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author	CodeIgniter community
6
 * @copyright	Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
7
 * @license	http://opensource.org/licenses/MIT	MIT License
8
 * @link	https://codeigniter.com
9
 */
10
defined('BASEPATH') OR exit('No direct script access allowed');
11
 
12
$lang['profiler_database']		= 'ฐานข้อมูล';
13
$lang['profiler_controller_info'] = 'คลาส/เมธอด';
14
$lang['profiler_benchmarks']	= 'การวัดสมรรถนะ';
15
$lang['profiler_queries']		= 'คิวรี';
16
$lang['profiler_get_data']		= 'ข้อมูล GET';
17
$lang['profiler_post_data']		= 'ข้อมูล POST';
18
$lang['profiler_uri_string']	= 'URI';
19
$lang['profiler_memory_usage']	= 'การใช้งานหน่วยความจำ';
20
$lang['profiler_config']		= 'ตัวแปรคอนฟิก';
21
$lang['profiler_session_data']	= 'ข้อมูล SESSION';
22
$lang['profiler_headers']		= 'ส่วนหัวของ HTTP';
23
$lang['profiler_no_db']			= 'ไดร์เวอร์ของฐานข้อมูลยังไม่ถูกเรียกใช้งาน';
24
$lang['profiler_no_queries']	= 'ไม่มีคิวรีที่ทำงานอยู่';
25
$lang['profiler_no_post']		= 'ไม่มีข้อมูล POST';
26
$lang['profiler_no_get']		= 'ไม่มีข้อมูล GET';
27
$lang['profiler_no_uri']		= 'ไม่มีข้อมูล URI';
28
$lang['profiler_no_memory']		= 'ข้อมูลการใช้งานหน่วยความจำไม่พร้อมใช้งาน';
29
$lang['profiler_no_profiles']	= 'ไม่พบข้อมูลประวัติ -  ส่วนของการเก็บประวัติทั้งหมดอาจถูกปิดไว้';
30
$lang['profiler_section_hide']	= 'ซ่อน';
31
$lang['profiler_section_show']	= 'แสดง';
32
$lang['profiler_seconds']		= 'วินาที';