| 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('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'] = 'सेकंड';
|