number_lang.php 249 B

12345678910
  1. <?php
  2. $lang['terabyte_abbr'] = "TB";
  3. $lang['gigabyte_abbr'] = "GB";
  4. $lang['megabyte_abbr'] = "MB";
  5. $lang['kilobyte_abbr'] = "KB";
  6. $lang['bytes'] = "Bytes";
  7. /* End of file number_lang.php */
  8. /* Location: ./system/language/english/number_lang.php */