Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://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'] = 'சà¯à®¯à®µà®¿à®µà®° தரவ௠எதà¯à®µà¯à®®à¯ இலà¯à®²à¯ˆ. - அனைதà¯à®¤à¯ profiler பிரிவà¯à®•ளà¯à®®à¯ à®®à¯à®Ÿà®•à¯à®•பà¯à®ªà®Ÿà¯à®Ÿà¯à®³à¯à®³à®¤à¯. ';$lang['profiler_section_hide'] = 'மறை';$lang['profiler_section_show'] = 'காணà¯à®ªà®¿';$lang['profiler_seconds'] = 'நிமிடஙà¯à®•ளà¯';