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

33 lines
1.9 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'] = 'پایگاه داده';
$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'] = 'اطلاعات نشست ها';
$lang['profiler_headers'] = 'سرآیندهای HTTP';
$lang['profiler_no_db'] = 'در حال حاضر راه انداز پایگاه داده بارگذاری نشده است.';
$lang['profiler_no_queries'] = 'هیچ query انجام نشده است. ';
$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'] = 'ثانیه';