Files
opensourcepos/system/language/th/number_lang.php
2016-04-04 23:43:13 +02:00

17 lines
602 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'] = 'ไบต์';