| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('थेट स्क्रिप्ट प्रवेश परवानगी नाही');
|
|
|
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'] = 'सेकंड';
|