﻿MooTools.lang.set("en_US","Date",{
	months:["January","February","March","April","May","June","July","August","September","October","November","December"],
	days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
	dateOrder:["date","month","year"],
	AM:"AM",
	PM:"PM",
	shortDate:"%d/%m/%Y",
	shortTime:"%H:%M",
	ordinal:"",
	lessThanMinuteAgo:"less than one minute ago",
	minuteAgo:"one minute ago",
	minutesAgo:"{delta} minutes ago",
	hourAgo:"one hour ago",
	hoursAgo:"{delta} hours ago",
	dayAgo:"one day ago",
	daysAgo:"{delta} days ago",
	weekAgo:"one week ago",
	weeksAgo:"{delta} weeks ago",
	monthAgo:"one month ago",
	monthsAgo:"{delta} months ago",
	yearAgo:"one year ago",
	yearsAgo:"{delta} years ago",
	lessThanMinuteUntil:"less than one minute from now",
	minuteUntil:"one minute from now",
	minutesUntil:"{delta} minutes from now",
	hourUntil:"one hour from now",
	hoursUntil:"{delta} hours from now",
	dayUntil:"one day from now",
	daysUntil:"{delta} days from now",
	weekUntil:"one week from now",
	weeksUntil:"{delta} weeks from now",
	monthUntil:"one month from now",
	monthsUntil:"{delta} months from now",
	yearUntil:"one year from now",
	yearsUntil:"{delta} years from now"});

MooTools.lang.set("en_US","FormValidator",{
	required:"This field is obligatory.",
	minLength:"Please enter at least {minLength} characters (you have entered {length} characters).",
	maxLength:"Please enter no more than {maxLength} characters (you have entered {length} characters).",
	integer:"Please enter an integer in this field. Numbers with decimal points (e.g. 1.25) are not allowed.",
	numeric:'Please enter only numerical values in this field (e.g. "1" or "1.1" or "-1" or "-1.1").',
	digits:"Please use only numbers and punctuation in this field (for example, a telephone number with dashes and dots is not permitted).",
	onlyDigits:"Please use only numbers in this field.",
	alpha:"Please use only letters (a-z) in this field. Spaces and other characters are not permitted.",
	alphanum:"Please use only letters (a-z) or numbers (0-9) in this field. Spaces and other characters are not permitted.",
	dateSuchAs:"Please enter a valid date such as {date}",
	dateInFormatMDY:'Please enter a valid date such as DD/MM/YYYY (e.g. "31/12/1999")',
	email:'Enter a valid email address.',
	cp:'Enter a valid postal code.',
	restrictedZipcode:'The post code you have entered does not belong to one of the areas where we deliver',
	prephone:'Enter a valid international telephone code.',
	phone:'Enter a valid telephone number.',
	url:"Please enter a valid URL such as http://www.google.com.",
	currencyDollar:"Please enter a valid amount in €. For example €100.00 .",
	oneRequired:"Please enter something for at least one of these options.",
	oneRequiredPhones:"Please enter at least one telephone number.",
	wrongCity:"Enter a correct name",
	errorPrefix:"",
	warningPrefix:"",
	noSpace:"There cannot be spaces in this input.",
	reqChkByNode:"No items have been selected.",
	requiredChk:"This field is obligatory.",
	reqChkByName:"Please select one {label}.",
	match:"This field must be the same as {matchName}",
	startDate:"start date",
	endDate:"end date",
	currendDate:"today's date",
	afterDate:"The date must be the same as or later than {label}.",
	beforeDate:"The date must be the same as or before {label}.",
	startMonth:"Please select a start month",
	sameMonth:"These two dates must be in the same month - you must change one or the other."});

MooTools.lang.setLanguage('en_US');

