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

17 lines
580 B
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['terabyte_abbr'] = 'டி.பி.';
$lang['gigabyte_abbr'] = 'ஜி.பி.';
$lang['megabyte_abbr'] = 'எம்.பி.';
$lang['kilobyte_abbr'] = 'கே.பி.';
$lang['bytes'] = 'பைட்டுகள்';