﻿var languageLibrary = {
         "incorrectMail" : "The e-mail message seems to be incorrect (check the @ and .)",
          "illegalUsername" :"The user name contains incorrect letters.",
          "illegalDomain" : "The domain contains incorrect letters.",
          "invalidUsername" : "The user name does not appear to be valid.",
          "invalidIP" :"The IP address is not valid.",
          "invalidDomain" :"The domain does not appear to be valid.",
          "invalidDomainExt" :"The address should finish with a known domain or the two letters of a country.",
          "invalidEmail" :"¡Error! The e-mail address given is invalid. ",
          "domainNotFound" :"The address is missing the domain.",
          "mailAjaxCancel" :"<strong>Subscription Cancelled.</strong> Either your address is already subscribed or the system is unavailable.",
          "mailAjaxSuccess" : "<strong>Thank you.</strong> Your address has been subscribed successfully. You will receive the RH newsletters from now on.",
          "mailAjaxReturn" : "<br /><br /><a href=\"javascript:showForm();\">Click here</a> to return to the form.",
          "MONTHS_SHORT" : ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 
          "MONTHS_LONG" : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
          "WEEKDAYS_1CHAR" :["S", "M", "T", "W", "T", "F", "S"], 
          "WEEKDAYS_SHORT" : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 
          "WEEKDAYS_MEDIUM" :	["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
          "WEEKDAYS_LONG" :["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
          "calendarCaption" :	"Select your arrival date:"
    }
