let Lang = {
currency_sign: 'LEI',
buy_button_select_size: 'ALEGE O MĂRIME',
buy_button_out_of_stock: 'NU ESTE ÎN STOC',
buy_button_notify_me_when_restocked: 'NU ESTE ÎN STOC',
buy_button_add_to_cart: 'ADĂUGAȚI ÎN COȘ',
all_fields_are_required: 'Toate câmpurile sunt obligatorii!',
email_address_is_invalid: 'Adresa de email este incorectă!',
wrong_email_or_password: 'Email sau parolă incorecte!',
password_and_confirm_password_does_not_match: 'Parola și parola repetată trebuie să se potrivească!',
you_need_to_accept_privacy_policy: 'Pentru a continua, trebuie să îți exprimi acordul cu termenii și condițiile generale și condițiile de utilizare',
value_from_free_shipping: '!!!VALUE!!! până la livrare gratuită',
you_are_getting_free_shipping: 'Aveți transport gratuit!',
email_subscription_email_not_valid_error: 'Introduceți un e-mail corect',
payment_method_blik_error: 'eroare_plată_metodă_blik',
you_must_agree_to_general_terms_and_conditions: 'Pentru a plasa o comandă, trebuie să fii de acord cu termenii și condițiile site-ului web și să fii de acord cu prevederile acestuia',
zip_code_search_city_label: 'Oraș',
zip_code_search_area_label: 'Județ',
zip_code_search_add_custom_option: 'adăugați personalizate',
Desired_quantity_for_the_selected_article_is_not_available: 'Cantitatea dorită pentru articolul selectat nu este disponibilă'}
let Settings = {
template_path: '/template/heydude/',
in_language: 'RO',
shipping_methods_with_parcel_locker: JSON.parse('{"5":{"providerName":"easyPack24","shippingMethodId":5},"6":{"providerName":"easyPack24","shippingMethodId":6},"10":{"providerName":"dhladv","shippingMethodId":10},"40":{"providerName":"glsPaketomat","shippingMethodId":40},"39":{"providerName":"orlenPaczka","shippingMethodId":39}}'),
checkout: JSON.parse('{"RO":{"house_number":{"collect":false},"postal_code":{"search":true,"customInput":false},"district":{"collect":true},"address":{"maxlength":55,"must_contain_number":true},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:10"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"city":{"maxlength":40}},"CZ":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}},"BG":{"house_number":{"collect":false},"postal_code":{"search":true,"customInput":false},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":55,"must_contain_number":true},"city":{"maxlength":40},"zip_code":{"overrideRules":{"rules":"required|min_length_without_spaces:4"}}},"HU":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}},"SI":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":true},"phone_number":{"usePlugin":true}},"HR":{"country":{"disableSelect":true},"house_number":{"collect":true},"postal_code":{"search":true,"customInput":false},"phone_number":{"usePlugin":true}},"PL":{"country":{"disableSelect":true},"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true,"inputMask":"99-999"},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":40,"must_contain_number":true},"city":{"maxlength":40},"vat_number":{"useApi":true}},"SK":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}}}'),
orlenPaczkaAccessToken: '89502338eca87cce63e8dfa28c32a97cafa5e0c1856ceaa3a747ede35b7b67c06fcf8c76b2a9e81ea45ca49fd89a1586eac66845d6cfb0c88b18353d'
};