ok
Direktori : /proc/self/root/home2/selectio/www/bharath/system/language/armenian/ |
Current File : //proc/self/root/home2/selectio/www/bharath/system/language/armenian/profiler_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://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'] = 'ՏՎՅԱԼՆԵՐԻ ԲԱԶԱ'; $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'] = 'ԿԱՐԳԱՎՈՐՄԱՆ ՓՈՓՈԽԱԿԱՆՆԵՐ'; $lang['profiler_session_data'] = 'SESSION ՏՎՅԱԼՆԵՐ'; $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'] = 'Պրոֆայլի տվյալներ չկան ֊ պրոֆայլի բոլոր բաժինները անջատված են։'; $lang['profiler_section_hide'] = 'Ծածկել'; $lang['profiler_section_show'] = 'Ցույց տալ'; $lang['profiler_seconds'] = 'վայրկյաններ';