| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
11 |
|
|
|
12 |
$lang['profiler_database'] = 'DATUBÄ€ZE';
|
|
|
13 |
$lang['profiler_controller_info'] = 'KLASE/METODE';
|
|
|
14 |
$lang['profiler_benchmarks'] = 'KRITÄ’RIJI';
|
|
|
15 |
$lang['profiler_queries'] = 'VAICÄ€JUMI';
|
|
|
16 |
$lang['profiler_get_data'] = '"GET" DATI';
|
|
|
17 |
$lang['profiler_post_data'] = '"POST" DATI';
|
|
|
18 |
$lang['profiler_uri_string'] = '"URI" VIRKNE';
|
|
|
19 |
$lang['profiler_memory_usage'] = 'ATMIŅAS IZMANTOŠANA';
|
|
|
20 |
$lang['profiler_config'] = 'KONFIGURĀCIJAS MAINĪGIE';
|
|
|
21 |
$lang['profiler_session_data'] = 'SESIJAS DATI';
|
|
|
22 |
$lang['profiler_headers'] = 'HTTP AUGŠENE';
|
|
|
23 |
$lang['profiler_no_db'] = 'DatubÄzes vadÄ«tÄjs Å¡obrÄ«d nav ielÄdÄ“ts';
|
|
|
24 |
$lang['profiler_no_queries'] = 'Netika palaists neviens vaicājums';
|
|
|
25 |
$lang['profiler_no_post'] = 'Neeksistē "POST" dati';
|
|
|
26 |
$lang['profiler_no_get'] = 'Neeksistē "GET" dati';
|
|
|
27 |
$lang['profiler_no_uri'] = 'Neeksistē "URI" dati';
|
|
|
28 |
$lang['profiler_no_memory'] = 'Atmiņas Izmantošana Nav Pieejama';
|
|
|
29 |
$lang['profiler_no_profiles'] = 'Nav Profila dati - visas ProfilÄ“tÄja sekcijas tika atslÄ“gtas.';
|
|
|
30 |
$lang['profiler_section_hide'] = 'Slēpt';
|
|
|
31 |
$lang['profiler_section_show'] = 'RÄdÄ«t';
|
|
|
32 |
$lang['profiler_seconds'] = 'sekundes';
|