| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
11 |
|
|
|
12 |
$lang['profiler_database'] = 'தரவà¯à®¤à¯ தளமà¯';
|
|
|
13 |
$lang['profiler_controller_info'] = 'வகà¯à®ªà¯à®ªà¯/à®®à¯à®±à¯ˆ';
|
|
|
14 |
$lang['profiler_benchmarks'] = 'வரையறைகளà¯';
|
|
|
15 |
$lang['profiler_queries'] = 'வினவலà¯à®•ளà¯';
|
|
|
16 |
$lang['profiler_get_data'] = 'GET தரவà¯';
|
|
|
17 |
$lang['profiler_post_data'] = 'POST தரவà¯';
|
|
|
18 |
$lang['profiler_uri_string'] = 'URI கோவை';
|
|
|
19 |
$lang['profiler_memory_usage'] = 'நினைவகப௠பயனà¯à®ªà®¾à®Ÿà¯';
|
|
|
20 |
$lang['profiler_config'] = 'கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ மாறிகளà¯';
|
|
|
21 |
$lang['profiler_session_data'] = 'SESSION தரவà¯';
|
|
|
22 |
$lang['profiler_headers'] = 'HTTP தலைபடà¯à®Ÿà¯ˆà®•ளà¯';
|
|
|
23 |
$lang['profiler_no_db'] = 'தரவà¯à®¤à®³ இயகà¯à®•ி தறà¯à®ªà¯‡à®¾à®¤à¯ à®à®±à¯à®±à®ªà¯à®ªà®Ÿà®µà®¿à®²à¯à®²à¯ˆ.';
|
|
|
24 |
$lang['profiler_no_queries'] = 'எநà¯à®¤ வினவலà¯à®•ளà¯à®®à¯ இயகà¯à®•பà¯à®ªà®Ÿà®µà®¿à®²à¯à®²à¯ˆ.';
|
|
|
25 |
$lang['profiler_no_post'] = 'POST தரவ௠இலà¯à®²à¯ˆ. ';
|
|
|
26 |
$lang['profiler_no_get'] = 'GET தரவ௠இலà¯à®²à¯ˆ.';
|
|
|
27 |
$lang['profiler_no_uri'] = 'URI தரவ௠இலà¯à®²à¯ˆ.';
|
|
|
28 |
$lang['profiler_no_memory'] = 'நினைவக பயனà¯à®ªà®¾à®Ÿà¯ கிடைகà¯à®•விலà¯à®²à¯ˆ';
|
|
|
29 |
$lang['profiler_no_profiles'] = 'சà¯à®¯à®µà®¿à®µà®° தரவ௠எதà¯à®µà¯à®®à¯ இலà¯à®²à¯ˆ. - அனைதà¯à®¤à¯ profiler பிரிவà¯à®•ளà¯à®®à¯ à®®à¯à®Ÿà®•à¯à®•பà¯à®ªà®Ÿà¯à®Ÿà¯à®³à¯à®³à®¤à¯. ';
|
|
|
30 |
$lang['profiler_section_hide'] = 'மறை';
|
|
|
31 |
$lang['profiler_section_show'] = 'காணà¯à®ªà®¿';
|
|
|
32 |
$lang['profiler_seconds'] = 'நிமிடஙà¯à®•ளà¯';
|