Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
2067d1a727e7eb5e5ffb40e967f3d1fc4c8a41b2
/
.
/
system
/
language
/
english
/
number_lang.php
blob: 908580914eb520f8a1549ea91f798c6cb38a5ebd [
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 */