diff --git a/ChangeLog b/ChangeLog index 165709952..447e21ad9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-25 Marc Delisle + * lang/polish.inc.php3 updates thanks to Jakub Wilk + 2001-12-24 Loďc Chapeaux * libraries/auth/cookie.auth.lib.php3: servers choice box was displayed even if there is only one server. diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index ad817a4ff..3b58a1161 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -9,11 +9,11 @@ $number_thousands_separator = '.'; $number_decimal_separator = ','; $byteUnits = array('bajtów', 'KB', 'MB', 'GB'); -$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); -$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); +$day_of_week = array('Nie', 'Pon', 'Wto', 'Śro', 'Czw', 'Pią', 'Sob'); +$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%B %d, %Y at %I:%M %p'; +$datefmt = '%d %B %Y, %H:%M'; $strAccessDenied = 'Brak dostępu';