You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
534 B

7 years ago
  1. <?php
  2. /**
  3. * System messages translation for CodeIgniter(tm)
  4. *
  5. * @author CodeIgniter community
  6. * @author HyeongJoo Kwon
  7. * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
  8. * @license http://opensource.org/licenses/MIT MIT License
  9. * @link https://codeigniter.com
  10. */
  11. defined('BASEPATH') OR exit('No direct script access allowed');
  12. $lang['terabyte_abbr'] = 'TB';
  13. $lang['gigabyte_abbr'] = 'GB';
  14. $lang['megabyte_abbr'] = 'MB';
  15. $lang['kilobyte_abbr'] = 'KB';
  16. $lang['bytes'] = 'Bytes';