source:
sourcecode/system/language/english/number_lang.php
@
1
Last change on this file since 1 was 1, checked in by dungnv, 11 years ago | |
---|---|
File size: 249 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
2 | ||
3 | $lang['terabyte_abbr'] = "TB"; | |
4 | $lang['gigabyte_abbr'] = "GB"; | |
5 | $lang['megabyte_abbr'] = "MB"; | |
6 | $lang['kilobyte_abbr'] = "KB"; | |
7 | $lang['bytes'] = "Bytes"; | |
8 | ||
9 | /* End of file number_lang.php */ | |
10 | /* Location: ./system/language/english/number_lang.php */ |
Note: See TracBrowser
for help on using the repository browser.