Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author	CodeIgniter community
6
 * @author	Ander Goñi
7
 * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
8
 * @license	http://opensource.org/licenses/MIT	MIT License
9
 * @link	https://codeigniter.com
10
 */
11
defined('BASEPATH') OR exit('No direct script access allowed');
12
 
13
$lang['profiler_database'] = 'DATUBASEA';
14
$lang['profiler_controller_info'] = 'KLASEA/METODOA';
15
$lang['profiler_benchmarks'] = 'EBALUAKETAK';
16
$lang['profiler_queries'] = 'KONTSULTAK';
17
$lang['profiler_get_data'] = 'GET DATUAK';
18
$lang['profiler_post_data'] = 'POST DATUAK';
19
$lang['profiler_uri_string'] = 'URI KATEA';
20
$lang['profiler_memory_usage'] = 'MEMORIA ERABILPENA';
21
$lang['profiler_config'] = 'EZARPEN ALDAGAIAK';
22
$lang['profiler_session_data'] = 'SESIO DATUAK';
23
$lang['profiler_headers'] = 'HTTP BURUAK';
24
$lang['profiler_no_db'] = 'Datubase driverrik ez da kargatu';
25
$lang['profiler_no_queries'] = 'Ez da kontsultarik abiarazi';
26
$lang['profiler_no_post'] = 'Ez dago POST daturik';
27
$lang['profiler_no_get'] = 'Ez dago GET daturik';
28
$lang['profiler_no_uri'] = 'Ez dago URI daturik';
29
$lang['profiler_no_memory'] = 'Memoriaren Erabilpena Eskuragaitza';
30
$lang['profiler_no_profiles'] = 'Ez dago analisi daturik - analisi sekzio guztiak desgaituak izan dira.';
31
$lang['profiler_section_hide'] = 'Ezkutatu';
32
$lang['profiler_section_show'] = 'Erakutsi';
33
$lang['profiler_seconds'] = 'segundu';