MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/groups_cafsindia_com/system/language/hu-HU/profiler_lang.php
<?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']			= 'ADATBÁZIS';
$lang['profiler_controller_info']	= 'OSZTÁLY/METÓDUS';
$lang['profiler_benchmarks']		= 'TESZTEK';
$lang['profiler_queries']			= 'LEKÉRDEZÉSEK';
$lang['profiler_get_data']			= 'GET VÁLTOZÓK';
$lang['profiler_post_data']			= 'POST VÁLTOZÓK';
$lang['profiler_uri_string']		= 'URI STRING';
$lang['profiler_memory_usage']		= 'MEMÓRIA HASZNÁLAT';
$lang['profiler_config']			= 'KONFIGURÁCIÓ VÁLTOZÓK';
$lang['profiler_session_data']		= 'MUNKAMENET VÁLTOZÓK';
$lang['profiler_headers']			= 'HTTP FEJLÉCEK';
$lang['profiler_no_db']				= 'Az adatbázis meghajtó nincs betöltve.';
$lang['profiler_no_queries']		= 'Nem történt adatbázis lekérdezés.';
$lang['profiler_no_post']			= 'Nincsenek POST adatok.';
$lang['profiler_no_get']			= 'Nincsenek GET adatok';
$lang['profiler_no_uri']			= 'Nincsenek URI adatok';
$lang['profiler_no_memory']			= 'A memória használat nem elérhető.';
$lang['profiler_no_profiles']		= 'Nincs profil adat - összes profil szekció le van tiltva.';
$lang['profiler_section_hide']		= 'Elrejt';
$lang['profiler_section_show']		= 'Megjelenít';
$lang['profiler_seconds']			= 'másodperc';