var l10n = {
    "prev": "Preview",
    "next": "Next",
    "loader": BASE_SKIN_URL + "swf/common/loader.swf",
    "url": {
        "transparent": BASE_SKIN_URL + "images/ie/transparent.gif"
    },
    "loading": "Currently loading",
    "alert": {
    	"button":{
    		"cancel":"Cancel",
    		"valid":"Valid"
    	},
    	"countryselect": "Please note that Loewes website in this country is not an e-commerce website. If you confirm your choice, you will not be able to buy online.",
    	"requestfailed":"Request Failed.",
    	"noresult":"No results found.",
    	"noflashplayer":"<p class=\"alert\">You don\'t have Flash player, if you want to watch this video, follow this <a target=\"_blank\" href=\"http://get.adobe.com/flashplayer/\">link</a> to get it.</p>"    	
    },
    "popin":{
    	"close":"Close"
    },
    "errors":{
    	"required":"This is a required field",
    	"badPhoneNumber":"Invalid phone number",
    	"badEmail":"Your email addresses do not match",
    	"badFormatEmail":"Invalid email",
    	"badPassword":"Your passwords do not match",
    	"badYear":"Year invalid",
        "badFirstName":"Invalid first name",
    	"badLastName":"Invalid last name",
        "badPasswordValue":"Must contain 5-20 characters and at least one number"
    },
    "validation":{
        "name": /^([ \u00c0-\u01ffa-zA-Z-0-9'\-])+$/
    }
};
