/**
 * @author Jerome Wilson
 */


var CalendarText = {
	"en": {
		"heading":				"Item Availability",
		"selection":			"Your selected hire period",
		"prePadding":			"In transit to you",
		"postPadding":			"In transit to owner",
		"noRoom":				"Free space is too limited",
		"padding":				"Shipping Allowance",
		"navPrev":				"Previous Month",
		"navReset":				"This Month",
		"navNext":				"Next Month",
		"clearSelection":		"Clear Selected Dates",
		"noSelection":			"No Dates Selected",
		"selectedDates":		"{0} to {1}", // 0 = from, 1 = to
		"datesFormat":			"ddd d<sup>^</sup> mmm yyyy",
		"helpButton":			"Help &amp; Legend",
		"defaultStsMsg":		"Please select a hire period",
		"selectedStsMsg":		"Selected {0} days{1}", // 0 = inner selection days, 1 = padding text
		"selPadStsMsg":			" (plus {0} days delivery & {1} days return)",
		"helpFile":				"help_en.htm",

		"mngbk__heading":		"Manage Bookings",
		"mngbk__selection":		"Range to mark as available / unavailable",
		"mngbk__defaultStsMsg":	"Select a range to mark or click to edit a booking",
		
		
		
		"dummy":				"dummy entry - end of text"
	}
}
