// javascript language labels 
LABEL_LINGUA = "/";

LABEL_ERROR_NAME = "Name and Surname are required";
LABEL_ERROR_EMAIL = "Email address is required";
LABEL_ERROR_EMAIL_FORMAT = "Please insert a valid email address";
LABEL_ERROR_EMAIL_CONFIRMATION = "Email confirmation is required";
LABEL_ERROR_EMAIL_DIFFERENT = "Email address and confirmation do not correspond";
LABEL_ERROR_CAPTCHA = "Security code is required";
LABEL_ERROR_NUMBER_PERSON = "Number of persons is required";
LABEL_ERROR_NUMBER_ADULTS = "Number of Adults / children / babies is required";
LABEL_ERROR_PETS = "Pet (information required)";

LABEL_AGGIUNGI_PREFERITI = "Add to wishlist";
LABEL_RIMUOVI_PREFERITI = "Remove from wishlist";
LABEL_PREFERITI = "Wishlist";

LABEL_CONFIRM_FAV_REMOVE  = "Do you want to remove the property from your wishlist?";
LABEL_REMOVED_FAV  = "Property has been removed from your wishlist";
LABEL_ADDED_FAV  = "Property has been added to your wishlist";

// label per send email to a friend
LABEL_ERROR_EMAIL_FORMAT_RECIPIENT = "Please provide a valid email address for the recipient";

var WeekDays = new Array('Su','Mo','Tu','We','Th','Fr','Sa');
var MonthNames = new Array('January','February','March','April','May','June','July','August','September','October','November','December');


