var FORM_ERRORS = { 'date_empty': 'Enter date', 'email_empty': 'Enter E-mail', 'email_incorrect': 'Incorrect E-mail', 'email_allready_in': 'Sorry, this E-mail is already in use', 'email_bad': '', 'email_bad_short': '', 'email_nonactivated': 'Account is not activated. Wait for the receipt of the letter with a request for confirmation of registry.', 'keystring_incorrect': 'Incorrect confirmation code', 'form_incorrect': 'We are sorry, but we have encountered the following issue(s)', 'name_empty': 'Enter name', 'sname_empty': 'Enter surname', 'fname_empty': 'Enter name', 'tel_empty': 'Enter telephone number', 'address_empty': 'Enter address', 'message_empty': 'Enter message', 'cookies': 'Login failed. Check to see Cookies in your browser', 'unknown': 'An error has occurred.
please refresh the page or come back later
', 'accept': 'Consent to processing has not been given', }; var FORM_NAMES = { 'action_send': 'Send', 'action_registration': 'Sign Up', 'action_enter': 'Enter', 'action_exit': 'Logout', 'wait': 'Please wait while sending data!', 'wait_short': 'Please, wait', }; var FORM_OK = { 'subscription_ok': 'The email was sent to the specified address asking for subscribe confirmation', };