Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)* @license http://opensource.org/licenses/MIT MIT License* @link https://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'] = 'સેકનà«àª¡';