mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 02:08:05 -05:00
16 lines
505 B
PHP
16 lines
505 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'] = 'To';
|
|
$lang['gigabyte_abbr'] = 'Go';
|
|
$lang['megabyte_abbr'] = 'Mo';
|
|
$lang['kilobyte_abbr'] = 'Ko';
|
|
$lang['bytes'] = 'Octets';
|