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'] = 'DUOMENŲ BAZÄ–';$lang['profiler_controller_info'] = 'KLASÄ–/METODAS';$lang['profiler_benchmarks'] = 'KONTROLINÄ–S UŽDUOTYS';$lang['profiler_queries'] = 'UŽKLAUSOS';$lang['profiler_get_data'] = 'GET DUOMENYS';$lang['profiler_post_data'] = 'POST DUOMENYS';$lang['profiler_uri_string'] = 'URI EILUTÄ–';$lang['profiler_memory_usage'] = 'ATMINTIES NAUDOJIMAS';$lang['profiler_config'] = 'KONFIGŪRACIJOS REIKÅ MÄ–S';$lang['profiler_session_data'] = 'SESIJOS DUOMENYS';$lang['profiler_headers'] = 'HTTP ANTRAŠTĖS';$lang['profiler_no_db'] = 'Duomenų bazÄ—s tvarkyklÄ— Å¡iuo metu nÄ—ra įkelta';$lang['profiler_no_queries'] = 'Nebuvo vykdyta jokių užklausų';$lang['profiler_no_post'] = 'NÄ—ra POST duomenų';$lang['profiler_no_get'] = 'NÄ—ra GET duomenų';$lang['profiler_no_uri'] = 'NÄ—ra URI duomenų';$lang['profiler_no_memory'] = 'Informacija apie atminties naudojimą neprieinama';$lang['profiler_no_profiles'] = 'NÄ—ra profiliavimo duomenų – visos Profilioutojo sekcijos buvo iÅ¡jungtos.';$lang['profiler_section_hide'] = 'SlÄ—pti';$lang['profiler_section_show'] = 'Rodyti';$lang['profiler_seconds'] = 'sekundÄ—s/-žių';