* 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

@@ -4,8 +4,8 @@
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$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('B<>jt', 'KB', 'MB', 'GB');
@@ -13,7 +13,7 @@ $byteUnits = array('B
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
$month = array('Jan', 'Feb', 'M<>rc', '<27>pr', 'M<>j', 'J<>n', 'J<>l', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
// Le<4C>r<EFBFBD>s a $datefmt v<>ltoz<6F> defini<6E>l<EFBFBD>s<EFBFBD>hoz:
// http://www.php3.net/manual/en/function.strftime.php3
// http://www.php.net/manual/en/function.strftime.php
$datefmt = '%Y. %B %d. %H:%M';