ok
Direktori : /proc/self/root/home2/selectio/www/mm-tailor-billing/lib/language/latvian/ |
Current File : //proc/self/root/home2/selectio/www/mm-tailor-billing/lib/language/latvian/profiler_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link http://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';