updates
This commit is contained in:
@@ -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.
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user