Files
opensourcepos/application/language/bulgarian/profiler_lang.php
2016-08-18 13:33:01 +02:00

34 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Ivan Tcholakov
* @copyright Copyright (c) 2014 - 2016, 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'] = 'БАЗА ДАННИ';
$lang['profiler_controller_info'] = 'КЛАС/МЕТОД';
$lang['profiler_benchmarks'] = 'ПОКАЗАТЕЛИ';
$lang['profiler_queries'] = 'ЗАЯВКИ';
$lang['profiler_get_data'] = 'GET ДАННИ';
$lang['profiler_post_data'] = 'POST ДАННИ';
$lang['profiler_uri_string'] = 'URI СТРИНГ';
$lang['profiler_memory_usage'] = 'ИЗПОЛЗВАНА ПАМЕТ';
$lang['profiler_config'] = 'CONFIG ПРОМЕНЛИВИ';
$lang['profiler_session_data'] = 'PHP СЕСИЯ';
$lang['profiler_headers'] = 'HTTP ХЕДЪРИ';
$lang['profiler_no_db'] = 'Базата данни не е заредена.';
$lang['profiler_no_queries'] = 'Няма стартирани заявки.';
$lang['profiler_no_post'] = 'Няма POST данни.';
$lang['profiler_no_get'] = 'Няма GET данни.';
$lang['profiler_no_uri'] = 'Няма URI данни.';
$lang['profiler_no_memory'] = 'Няма налична памет.';
$lang['profiler_no_profiles'] = 'Няма Profile данни - всички секции са деактивирани.';
$lang['profiler_section_hide'] = 'Скриване';
$lang['profiler_section_show'] = 'Показване';
$lang['profiler_seconds'] = 'секунди';