* previous commit was erroneous

* cleanup
* font fixes thanks to Oliver Heinisch
This commit is contained in:
Loïc Chapeaux
2002-02-22 10:10:32 +00:00
parent 1542adcd63
commit 28cb4c2888
37 changed files with 86 additions and 86 deletions

View File

@@ -3,15 +3,15 @@
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
$right_font_family = 'helvetica, arial, geneva, sans-serif';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
$byteUnits = array('bytes', 'kB', 'MB', 'GB');
$day_of_week = array('S<>n', 'M<>n', 'Tis', 'Ons', 'Tors', 'Fre', 'L<>r');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y kl %H:%M';