fixed month names :)

This commit is contained in:
Olivier Müller
2002-03-01 21:09:29 +00:00
parent 6e52b43847
commit 59b9de030f

View File

@@ -10,7 +10,7 @@ $number_decimal_separator = ',';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Jan', 'Feb', 'M<>rz', 'April', 'Mai', 'Juni', 'Juli', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez');
$month = array('Januar', 'Februar', 'M<>rz', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';