$labels['password_inconsistency']='Password and confirmation do not match';
$labels['password_too_short']='The password must be at least %d characters long.';
$messages['disabled']='The system is currently being maintained and password recovery is not possible. Everything should return to normal soon. We apologize for the inconvenience.';
$messages['banned']='Access is temporarily blocked (too many failed login attempts). Please try again later or contact your administrator.';
$messages['no_identities']='The settings required for password recovery are not configured. %s and configure!';
$messages['user_not_found']='User not found';
$messages['check_account_notice']='The password recovery code has already been sent to you. Check your email and phone';
$messages['check_account']='Password recovery code has been sent to you ';
$messages['check_email']='at an additional email address ';
$messages['check_sms']='on the phone';
$messages['and']='and ';
$messages['sent_to_admin']='No password recovery information was found, so your request was sent to the administrator.';
$messages['send_failed']='Error sending code to restore password. Try again later.';
$messages['write_failed']='Error writing data. Contact your administrator.';
$messages['code_expired']='Confirmation code has expired';