| 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'] = 'সেকেনà§à¦¡';
|