| 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'] = 'સેકનà«àª¡';
|