// send_to_friend
var stf_recommend = "Recommend this job to a friend";
var stf_his_address = "Friend's e-mail:";
var stf_your_address = "Your e-mail:";
var stf_send_recom = "Send recommandation";
var stf_error_email_msg = "Don't forget the address";
var stf_error_try_again = "Something went wrong... try again?";
var stf_error_send_ok = "Thanks, we've sent the message!";

// report job
var rep_title = "Is there something wrong with this posting?";
var rep_but_yes = "Yes";
var rep_but_or = "or";
var rep_but_no = "no, it seems fine";
var rep_error_try_again = "Something went wrong. Try again?";
var rep_error_already_reported = "We appreciate your enthusiasm, but once is enough :)";
var rep_send_ok = "Thanks for your support!";

// ajaxify subscribe-via-email form
var fes_error_email_msg = "Don't forget your address";
var fes_error_try_again = "Something went wrong... try again?";
var fes_error_already_subscribed = "It seems that you're already subscribed.";
var fes_error_ok_subscribed = "Thanks, we'll keep you updated!";

// contact form, if we're on the contact page
var cf_name = "What's your name?";
var cf_error_email_msg = "Don't forget the address";
var cf_error_msg = "Come on, talk to us";

var feedback_ok = "Thanks, we'll get back to you ASAP!";
var press_ok = "Thank you!";