/*
	Localized Strings
*/
atv.strings["en"] = {
	/* ##### Day and month names ##### */
	"sunday":						"Sunday",
	"monday":						"Monday",
	"tuesday":						"Tuesday",
	"wednesday":					"Wednesday",
	"thursday":						"Thursday",
	"friday":						"Friday",
	"saturday":						"Saturday",

	"january":						"January",
	"february":						"February",
	"march":						"March",
	"april":						"April",
	"may":							"May",
	"june":							"June",
	"july":							"July",
	"august":						"August",
	"september":					"September",
	"october":						"October",
	"november":						"November",
	"december":						"December",

	/* ##### Buttons ##### */
	"yesButton":					"Yes",
	"noButton":						"No",

	"okButton":						"OK",
	"cancelButton":					"Cancel",

	"viewAll":						"View All",

	/* ##### Site Elements ##### */
	"searchVideos":					"Search Videos",
	"channels":						"Channels",
	"products":						"Products",
	"recentlyAdded":				"Recently Added",
	"featuredShows":				"Featured Shows",

	/* ##### Footer ##### */
	"searchVideos":					"Search Videos",
	"channels":						"Channels",
	"products":						"Products",
	"recentlyAdded":				"Recently Added",
	"featuredShows":				"Featured Shows",
	
	/* ##### Show ##### */
	"saveShowSignIn":				"<h3>Please Sign In</h3> Save shows to your Adobe TV home page by signing in.",
	"saveEpisodeSignIn":			"<h3>Please Sign In</h3> Save episodes to My Library by signing in.",
	
	/* ##### Pod Messages (Human Messages) ##### */
	"addPod":						"Show added to Adobe TV home page",
	"removePod":					"Show removed from Adobe TV home page",
	"addEpisode":					"Episode added to My Library",
	"removeEpisode":				"Episode removed from My Library",
	
	
	
	/* ##### Empty ##### */
	"":					""
};











