|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/system/language/gujarati/ |
Upload File : |
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['profiler_database'] = 'ડેટાબેઝ';
$lang['profiler_controller_info'] = 'વર્ગ/પદ્ધતિ';
$lang['profiler_benchmarks'] = 'બેન્ચમાર્ક';
$lang['profiler_queries'] = 'પ્રશ્નો';
$lang['profiler_get_data'] = 'GET ડાટા';
$lang['profiler_post_data'] = 'POST ડાટા';
$lang['profiler_uri_string'] = 'URI શબ્દમાળા';
$lang['profiler_memory_usage'] = 'મેમરી વપરાશ';
$lang['profiler_config'] = 'રૂપરેખા ચલો';
$lang['profiler_session_data'] = 'SESSION ડાટા';
$lang['profiler_headers'] = 'HTTP હેઅડર્સ';
$lang['profiler_no_db'] = 'ડેટાબેઝ ડ્રાઈવર હાલમાં લોડ નથી';
$lang['profiler_no_queries'] = 'કોઈ પ્રશ્નો ચલાવો ના થયો';
$lang['profiler_no_post'] = 'POST ડાટા નથી';
$lang['profiler_no_get'] = 'GET ડાટા નથી';
$lang['profiler_no_uri'] = 'URI ડાટા નથી';
$lang['profiler_no_memory'] = 'મેમરી વપરાશ અનુપલબ્ધ';
$lang['profiler_no_profiles'] = 'કોઈ પ્રોફાઇલ માહિતી નથી - બધા પ્રોફાઇલર વિભાગો બંધ કરવામાં આવ્યા છે.';
$lang['profiler_section_hide'] = 'છુપાવો';
$lang['profiler_section_show'] = 'જુઓ';
$lang['profiler_seconds'] = 'સેકન્ડ';