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/)* @copyright Mario Ljubičić* @license http://opensource.org/licenses/MIT MIT License* @link https://codeigniter.com*/defined('BASEPATH') OR exit('Nije dozvoljen izravan pristup');$lang['profiler_database'] = 'BAZA';$lang['profiler_controller_info'] = 'KLASA/METODA';$lang['profiler_benchmarks'] = 'BENCHMARKS';$lang['profiler_queries'] = 'UPITI';$lang['profiler_get_data'] = 'GET DATA';$lang['profiler_post_data'] = 'POST DATA';$lang['profiler_uri_string'] = 'URI STRING';$lang['profiler_memory_usage'] = 'UPORABA MEMORIJE';$lang['profiler_config'] = 'CONFIG VRIJEDNOSTI';$lang['profiler_session_data'] = 'PODACI SJEDNICE';$lang['profiler_headers'] = 'HTTP ZAGLAVLJA';$lang['profiler_no_db'] = 'Drajver baze podataka nije trenutno učitan';$lang['profiler_no_queries'] = 'Nema pokrenutih upita';$lang['profiler_no_post'] = 'Ne postoje POST podaci';$lang['profiler_no_get'] = 'Ne postoje GET podaci';$lang['profiler_no_uri'] = 'Ne postoje URI podaci';$lang['profiler_no_memory'] = 'Nedostupna memorija';$lang['profiler_no_profiles'] = 'Nema Profila podataka - sve Profiler sekcije su onemogućene.';$lang['profiler_section_hide'] = 'Sakrij';$lang['profiler_section_show'] = 'Prikaži';$lang['profiler_seconds'] = 'sekundi';