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

17 lines
547 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'] = 'বাইট';