mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-17 22:47:58 -04:00
33 lines
1.7 KiB
PHP
33 lines
1.7 KiB
PHP
<?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ə';
|