mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-11 19:50:25 -04:00
33 lines
2.0 KiB
PHP
33 lines
2.0 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'] = 'தரவுத் தளம்';
|
|
$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'] = 'சுயவிவர தரவு எதுவும் இல்லை. - அனைத்து profiler பிரிவுகளும் முடக்கப்பட்டுள்ளது. ';
|
|
$lang['profiler_section_hide'] = 'மறை';
|
|
$lang['profiler_section_show'] = 'காண்பி';
|
|
$lang['profiler_seconds'] = 'நிமிடங்கள்';
|