News ??
After define or comment those constants in wp-config.php everything works now.
define('AUTH_KEY',
define('SECURE_AUTH_KEY',
define('LOGGED_IN_KEY',
define('NONCE_KEY',
define('AUTH_SALT',
define('SECURE_AUTH_SALT',
define('LOGGED_IN_SALT',
define('NONCE_SALT',
But I discard those changes and comment line 9 – it also was successful, now I can log in to admin area. Besides after disabling line 45 in admin-filters.php everything works fine.
//add_filter('locale', array(&$this, 'get_locale'));
So there are two options when site works
1. When constants are defined not by default values or commented
2. When commented line 45 in admin-filters.php