Subversion-Projekte lars-tiefland.ci

Revision

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'] = 'DATUBÄ€ZE';
$lang['profiler_controller_info'] = 'KLASE/METODE';
$lang['profiler_benchmarks'] = 'KRITÄ’RIJI';
$lang['profiler_queries'] = 'VAICÄ€JUMI';
$lang['profiler_get_data'] = '"GET" DATI';
$lang['profiler_post_data'] = '"POST" DATI';
$lang['profiler_uri_string'] = '"URI" VIRKNE';
$lang['profiler_memory_usage'] = 'ATMIŅAS IZMANTOŠANA';
$lang['profiler_config'] = 'KONFIGURĀCIJAS MAINĪGIE';
$lang['profiler_session_data'] = 'SESIJAS DATI';
$lang['profiler_headers'] = 'HTTP AUGŠENE';
$lang['profiler_no_db'] = 'Datubāzes vadītājs šobrīd nav ielādēts';
$lang['profiler_no_queries'] = 'Netika palaists neviens vaicājums';
$lang['profiler_no_post'] = 'Neeksistē "POST" dati';
$lang['profiler_no_get'] = 'Neeksistē "GET" dati';
$lang['profiler_no_uri'] = 'Neeksistē "URI" dati';
$lang['profiler_no_memory'] = 'Atmiņas Izmantošana Nav Pieejama';
$lang['profiler_no_profiles'] = 'Nav Profila dati - visas Profilētāja sekcijas tika atslēgtas.';
$lang['profiler_section_hide'] = 'Slēpt';
$lang['profiler_section_show'] = 'Rādīt';
$lang['profiler_seconds'] = 'sekundes';