This commit is contained in:
Marc Delisle
2001-12-25 20:11:38 +00:00
parent ea7c666a28
commit 57952c0fdb
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-12-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/polish.inc.php3 updates thanks to Jakub Wilk
2001-12-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
even if there is only one server.

View File

@@ -9,11 +9,11 @@ $number_thousands_separator = '.';
$number_decimal_separator = ',';
$byteUnits = array('bajt<6A>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', '<EFBFBD>ro', 'Czw', 'Pi<EFBFBD>', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa<EFBFBD>', '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<73>pu';