// AJAX
var MSG_SENDING = "Sending ...";
var MSG_SERVER_ERROR = "Server error, try again later";
var MSG_WAIT = "Wait please";
var MSG_DATA_SAVED = "Data saved!";
var MSG_SUCCESSFUL = "Successful";
var MSG_ERROR = "ERROR";
var MSG_CONTACT_SEND = "Email sent, thanks";

var MSG_MISSING_NAME = "Complete the name";
var MSG_INVALID_MAIL = "Invalid email";
var MSG_MISSING_COMMENT = "Please enter a comment";
var MSG_MISSING_VOTE = "Please select an answer";
var MSG_MISSING_LAST_NAME = "Complete the last name";
var MSG_MISSING_COUNTRY = "Complete the country";
var MSG_MISSING_TELEPHONE = "Complete the telephone";
var MSG_MISSING_BIRTHDAY = "Complete the birthday";
var MSG_MISSING_TERMS = "You must accept the terms and conditions";
var MSG_EMAIL_ALREADY_REGISTERED = "This email has already been registered";
var MSG_SORTEO_OK = "Thanks for participate"

var MSG_INPUT_NAME = "Name";
var MSG_INPUT_LAST_NAME = "Last name";
var MSG_INPUT_TELEPHONE = "Telephone / Mobile";
var MSG_INPUT_EMAIL = "Email";
var MSG_INPUT_COUNTRY = "Country";
var MSG_INPUT_COMMENT = "Comment";