mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-31 04:31:07 -05:00
11 lines
251 B
PHP
11 lines
251 B
PHP
<?php
|
|
|
|
$lang['terabyte_abbr'] = "To";
|
|
$lang['gigabyte_abbr'] = "Go";
|
|
$lang['megabyte_abbr'] = "Mo";
|
|
$lang['kilobyte_abbr'] = "Ko";
|
|
$lang['bytes'] = "octets";
|
|
|
|
/* End of file number_lang.php */
|
|
/* Location: ./system/language/french/number_lang.php */
|