Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
fd7943aaac8f35956e30874291e211d2a3c48453
/
.
/
system
/
language
/
english
/
number_lang.php
blob: f9b91661d663328e518f6a69a9ec5a00b192b0ce [
file
] [
log
] [
blame
]
<?
php
$lang
[
'terabyte_abbr'
]
=
"TB"
;
$lang
[
'gigabyte_abbr'
]
=
"GB"
;
$lang
[
'megabyte_abbr'
]
=
"MB"
;
$lang
[
'kilobyte_abbr'
]
=
"KB"
;
$lang
[
'bytes'
]
=
"Bytes"
;
/* End of file number_lang.php */
/* Location: ./system/language/english/number_lang.php */