Back to previous revision...sorry

This commit is contained in:
Loïc Chapeaux
2001-07-12 22:38:16 +00:00
parent b30be3e5c3
commit 0e8a37b024
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
$charset = "iso-8859-2";
$left_font_family = "verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "verdana CE, Arial CE, helvetica, arial, geneva, sans-serif";
$number_thousands_separator = " ";
$number_thousands_separator = " ";
$number_decimal_separator = ".";
$byteUnits = array("Bajt<EFBFBD>", "KB", "MB", "GB");

View File

@@ -4,7 +4,7 @@
$charset = "windows-1250";
$left_font_family = "verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "verdana CE, Arial CE, helvetica, arial, geneva, sans-serif";
$number_thousands_separator = "&nbsp;";
$number_thousands_separator = " ";
$number_decimal_separator = ".";
$byteUnits = array("Bajt<EFBFBD>", "KB", "MB", "GB");

View File

@@ -4,7 +4,7 @@
$charset = "iso-8859-1";
$left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "helvetica, arial, geneva, sans-serif";
$number_thousands_separator = "&nbsp;";
$number_thousands_separator = " ";
$number_decimal_separator = ",";
$byteUnits = array("Octets", "Ko", "Mo", "Go");