Subversion-Projekte lars-tiefland.ci

Revision

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'] = 'સેકન્ડ';