use IEC (binary) units

This commit is contained in:
Marc Delisle
2006-03-19 12:49:10 +00:00
parent 866fa6c67a
commit 1223b99972
4 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2006-03-19 Marc Delisle <lem9@users.sourceforge.net> 2006-03-19 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug #1445853, overhead should use the * db_details_structure.php: bug #1445853, overhead should use the
same display units same display units
* lang/english*, /french*: use IEC binary units; use "B" for Bytes
and "o" for "Octets" in French
2006-03-17 Marc Delisle <lem9@users.sourceforge.net> 2006-03-17 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword'] * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']

View File

@@ -8,7 +8,7 @@ $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' '; $number_thousands_separator = ' ';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo'); $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre'); $month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');

View File

@@ -8,7 +8,7 @@ $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' '; $number_thousands_separator = ' ';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo'); $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre'); $month = array('Janvier', 'F<>vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao<41>t', 'Septembre', 'Octobre', 'Novembre', 'D<>cembre');

View File

@@ -9,7 +9,7 @@ $right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' '; $number_thousands_separator = ' ';
$number_decimal_separator = ','; $number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo'); $byteUnits = array('o', 'Kio', 'Mio', 'Gio', 'Tio', 'Pio', 'Eio');
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); $day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); $month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');