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 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
7
 * @license	http://opensource.org/licenses/MIT	MIT License
8
 * @link	http://codeigniter.com
9
 */
10
defined('BASEPATH') OR exit('No direct script access allowed');
11
 
12
$lang['profiler_database'] = 'DATABASE';
13
$lang['profiler_controller_info'] = 'CLASS/METHOD';
14
$lang['profiler_benchmarks'] = 'BENCHMARKS';
15
$lang['profiler_queries'] = 'QUERIES';
16
$lang['profiler_get_data'] = 'GET DATA';
17
$lang['profiler_post_data'] = 'POST DATA';
18
$lang['profiler_uri_string'] = 'URI STRING';
19
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
20
$lang['profiler_config'] = 'CONFIG VARIABLES';
21
$lang['profiler_session_data'] = 'SESSION DATA';
22
$lang['profiler_headers'] = 'HTTP HEADERS';
23
$lang['profiler_no_db'] = 'Trình điều khiển Cơ Sở Dữ Liệu hiện chưa được nạp';
24
$lang['profiler_no_queries'] = 'Không có truy vấn nào được chạy';
25
$lang['profiler_no_post'] = 'Không có dữ liệu POST';
26
$lang['profiler_no_get'] = 'Không có dữ liệu GET';
27
$lang['profiler_no_uri'] = 'Không có dữ liệu URI';
28
$lang['profiler_no_memory'] = 'Không có thông tin bộ nhớ';
29
$lang['profiler_no_profiles'] = 'Không có hồ sơ dữ liệu - tất cả hồ sơ đã bị vô hiệu hóa.';
30
$lang['profiler_section_hide'] = 'Ẩn';
31
$lang['profiler_section_show'] = 'Hiện';
32
$lang['profiler_seconds'] = 'giây';