var translations = {"common":{"event":"Webinar","countdown":["Years","Months","Weeks","Days","Hours","Min","Sec"]},"facebook":"facebook","home":"home","menu":"menu","registration":"common\/registration","share":{"share":"Share","meta-title":"Webinar \":webinar\"","meta-desc":"Check this out! Webinar \":webinar\". Last free tickets available!","twitter-text":"Check this out! Webinar \":webinar\". Last free tickets available!"},"user":"user","validations":{"loading":"Loading...","alert_required_fields":"Please complete all the required fields.","field_required":"This field is required.","fields_required":"All fields are required.","username_in_use":"This username is already in use","email_in_use":"This email is already in use.","valid_email":"Please enter a valid email address.","email_invalid_char":"You have entered an invalid character. Use ONLY western letters and numbers. Do NOT use spaces.","you-have-account":"It appears you already have an account. Click here<\/a> to login and finish your registration.","email_already_subscribed":"Email already subscribed.","try_again":"An error occurred. Please try again.","email_subscribed":"Thank you for subscribing.","invalid_phone_number":"Invalid phone number.","n_chars":"Please enter at least {0} characters","n_chars_max":"Please enter no more than {0} characters.","same_value":"Please enter the same value again.","four_levels":"You may choose up to 4 levels of study you're interested in.","no_records":"We do not have any records matching.","password_sent":"Your new password has been sent to.","more_than_eighteen":"You are over 18 years old and you may not pick secondary programs as a level of study of interest. If you are a parent please check the appropriate box.","error_creating_user":"There was an error while creating your registration.","error_updating_user":"There was an error while updating your account.","success_updating_user":"Your account has been updated successfully.","login_incorrect":"Could not login with this email and password combination.","unknown_error":"Something went wrong. Please try again later.","invalid_password":"Your password must contain at least one number and one special character.","invalid_xsrf_token":"Your session has expired. Please refresh the page and try again.","event-full":"Hi :student_name,

The event is full right now.

See you soon!","pending":"It's almost time!

Due to the high number of subscribers with the same interests as yours, we could not confirm your registration for this event. But, don't worry: you will be able to access the platform from the time below:<\/p>

:slot (:timezone)<\/p>","pending2":"Ooops... We are sorry, but your registration for this event was not confirmed. We reached the maximum number of subscribers with the same interests as yours. But don't worry: soon we will announce new events.","slot_not_opened":"It's almost time!

You will be able to access the fair at the time you chose when you registered for the event:<\/p>

:slot (:timezone)<\/>","cybersession_time_limit_access":"As you have not booked any sessions with institutions here today, you will only be able to access the platform in the last hour of the event, when you can explore the immersive virtual booths of all institutions and watch any talks available. Please log back in at :time"},"virtual\/tsw-matching":"virtual\/tsw-matching"} function translate(key) { var value = walkObject(translations, key); return value ? value : ''; } function walkObject( obj, path ) { var parts = path.split("."), i=0, part; while (obj && (part=parts[i++])) obj=obj[part]; return obj; }