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

33 lines
1.7 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
* @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'] = 'VERİLƏNLƏR BAZASI';
$lang['profiler_controller_info'] = 'SİNİF/METOD';
$lang['profiler_benchmarks'] = 'MÜQAYİSƏLƏR';
$lang['profiler_queries'] = 'SORĞULAR';
$lang['profiler_get_data'] = 'GET VERİLƏNLƏRİ';
$lang['profiler_post_data'] = 'POST VERİLƏNLƏRİ';
$lang['profiler_uri_string'] = 'URI SƏTRİ';
$lang['profiler_memory_usage'] = 'YADDAŞ İSTİFADƏSİ';
$lang['profiler_config'] = 'TƏNZİMLƏMƏ DƏYİŞİKLİKLƏRİ';
$lang['profiler_session_data'] = 'SEANS VERİLƏNLƏRİ';
$lang['profiler_headers'] = 'HTTP BAŞLIQLARI';
$lang['profiler_no_db'] = 'Verilənlər bazası drayveri hələ quraşdırılmayıb.';
$lang['profiler_no_queries'] = 'Hər hansı sorğu işlədilə bilinmədi';
$lang['profiler_no_post'] = 'POST veriləni tapılamdı';
$lang['profiler_no_get'] = 'GET veriləni tapılamdı';
$lang['profiler_no_uri'] = 'URI veriləni tapılamdı';
$lang['profiler_no_memory'] = 'Yaddaş istifadəsi tapılamdı';
$lang['profiler_no_profiles'] = 'Profil veriləni tapılamdı - Bütün profil bölümləri söndürüldü.';
$lang['profiler_section_hide'] = 'Gizlə';
$lang['profiler_section_show'] = 'Göstər';
$lang['profiler_seconds'] = 'saniyə';