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
 * @author	Kim Chanthoeun
7
 * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
8
 * @license	http://opensource.org/licenses/MIT	MIT License
9
 * @link	https://codeigniter.com
10
 */
11
defined('BASEPATH') OR exit('No direct script access allowed');
12
 
13
$lang['profiler_database']          = 'DATABASE';
14
$lang['profiler_controller_info']   = 'CLASS/METHOD';
15
$lang['profiler_benchmarks']        = 'BENCHMARKS';
16
$lang['profiler_queries']           = 'QUERIES';
17
$lang['profiler_get_data']          = 'GET DATA';
18
$lang['profiler_post_data']         = 'POST DATA';
19
$lang['profiler_uri_string']        = 'URI STRING';
20
$lang['profiler_memory_usage']      = 'MEMORY USAGE';
21
$lang['profiler_config']            = 'CONFIG VARIABLES';
22
$lang['profiler_session_data']      = 'SESSION DATA';
23
$lang['profiler_headers']           = 'HTTP HEADERS';
24
$lang['profiler_no_db']             = 'កម្មវិធីបញ្ជាប្រព័ន្ធផ្ទុកទិន្នន័យមិនត្រូវបានដំណើរការ។';
25
$lang['profiler_no_queries']        = 'មិនមានការទាញយកទិន្នន័យណាត្រូវបានដំណើរការ។';
26
$lang['profiler_no_post']           = 'មិនមានទិន្នន័យដែលបាន POST ទេ។';
27
$lang['profiler_no_get']            = 'មិនមានទិន្នន័យដែលទទួលបាន GET ទេ។';
28
$lang['profiler_no_uri']            = 'មិនមានទិន្នន័យនៅក្នុង URI ទេ។';
29
$lang['profiler_no_memory']         = 'អង្គចងចាំមិនអាចប្រើបាន។';
30
$lang['profiler_no_profiles']       = 'គ្មានពត៌មានទិន្នន័យ - ផ្នែកពត៌មានទាំងអស់ត្រូវបានបិទ។';
31
$lang['profiler_section_hide']      = 'លាក់';
32
$lang['profiler_section_show']      = 'បង្ហាញ';
33
$lang['profiler_seconds']           = 'វិនាទី';