Files
opensourcepos/system/language/fr/number_lang.php
2015-01-10 18:39:22 +01:00

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 */