Update number_lang.php

This commit is contained in:
Florian
2015-01-10 18:39:22 +01:00
parent 1ff7e271a5
commit ed3234ff30

View File

@@ -1,10 +1,10 @@
<?php
<?php
$lang['terabyte_abbr'] = "TO";
$lang['gigabyte_abbr'] = "GO";
$lang['megabyte_abbr'] = "MO";
$lang['kilobyte_abbr'] = "KO";
$lang['bytes'] = "Octets";
$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/fr/number_lang.php */
/* Location: ./system/language/french/number_lang.php */