Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
cff895f014b7f6501fd116d31f5c903bf241e538
/
.
/
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 */