Area_names = {
	[1] = { short= "EP",
			medium = "Pact",
			long = "Ebonheart Pact"},
	[2] = { short= "DC",
			medium = "Covenant",
			long = "Daggerfall Covenant"},
	[3] = { short= "AD",
			medium = "Dominion",
			long = "Aldmeri Dominion"},
	[4] = { short= "CH",
			medium = "Coldharbour",
			long = "Coldharbour"},
	[5] = { short= "CRAG",
			medium = "Craglorn",
			long = "Craglorn"},
}

DLC_names = {
	[1] = { short= "ORS",
			medium = "Orsinium",
			long = "Orsinium"},
	[2] = { short= "TG",
			medium = "Hew's Bane",
			long = "Hew's Bane"},
}

	L = {
		GrpDungeon = "Grp Dungeon",
		PubDungeon = "Pub Dungeon",
		VetDungeon = "Vet Dungeon",
		Leveling  = "Levelling",
		Male = "Male",
		Female = "Female",
		LLog = "Last Login: ",
		TPlayed = "Time Played: ",
		Hrs = "Hours.",
		Level = "Level",
		TimesLeveled = "Times Levelled",
		FirstLevel = "First Level",
		Visits = "Visits",
		FirstVisited = "First Visited",
		Created = "Created: ",
		PTime = "Play Time (Hr)",
		Start = "Start Date",
		Deaths = "Deaths",
		APts = "Ach Points",
		GrpLab = "Levels are Minimum, scales to leader",
		PubLab = "Conqueror Achievement",
		VetLab = "All are V1-V12 except City of Ash which is V13-V14",
		WBLab = "Six Bosses per zone",
		LogTab = "System Log",
		TStamp = "Time Stamp" ,
		title = "History For  ",
		Welcome = "Welcome to HisDad\'s offline history viewer.",
		FirstDeath = "First Death",
		SelectA = "Select Account",
		Locations = "Locations",
		Location = "Location",
		WBosses = "World Bosses",
		Zone = "Zone",
		SkillQuests = "SkillQuests",
		SkillLab = "Quests Awarding a Skill Point. Click for Detail",
		Ach_ID = "Ach ID",
		Name = "Name",
		Link = "Link (Click to launch)",
		Detail = "Detail",
		Characters = "Characters",
		Dungeons = "Dungeons",
		Mode = "Showing",
		Grp = "Group",
		Pub = "Public",
		Vet = "Veteran",
		Trials = "Trials",
		TrialV = "Trial (vet)",
		Trial = "Trial",
		Achievements = "Achievements",
		TrialLab = "Trial Achievements. Click for Detail",
		DLC="DLC",
		DLCLab="Downloadable Content"
	}

pub_names = {
--EP
	["11"]= "Crow's Wood",
	["21"]= "Forgotten Crypts",
	["31"]= "Sanguine's Demesne",
	["41"]= "Hall of the Dead" ,
	["51"]= "Lion's Den",
--DC
	["12"]= "Bad Man's Hallows" ,
	["22"]= "Bonesnap Ruins" ,
	["32"]= "Obsidian Scar" ,
	["42"]= "Lost City" ,
	["52"]= "Razaks Wheel" ,
--AD
	["13"]= "Toothmall Gully" ,
	["23"]= "Root Sunder Ruins" ,
	["33"]= "Rulanyil's Fall" ,
	["43"]= "Crimson Cove" ,
	["53"]= "The Vile Manse" ,
--Coldharbour
	["54"]= "Village of the Lost" ,
	}

grp_names = {
--EP
	["11"]= "Fungal Grotto",
	["21"]= "Darkshade Caverns",
	["31"]= "Arx Corinum",
	["41"]= "Direfrost Keep",
	["51"]= "Blessed Crucible",
--DC
	["12"]= "Spindleclutch",
	["22"]= "Wayrest Sewers",
	["32"]= "Crypt of Hearts",
	["42"]= "Volenfell",
	["52"]= "Blackheart Haven",
--AD
	["13"]= "Banished Cells",
	["23"]= "Elden Hollow",
	["33"]= "City of Ash",
	["43"]= "Tempest Island",
	["53"]= "Selene's Web",
--Coldharbour
	["54"]= "Vaults of Madness",
}

trial_names = {
--Craglorn
	["11"] = "Hel Ra Citadel",
	["21"] = "Aetherian Archive",
	["31"] = "Sanctum Ophidia",
	["41"] = "Dragonstar Arena",
}
Locations = {
--EP
		["11"] = "Stonefalls",
		["21"] = "Deshaan",
		["31"] = "Shadowfen",
		["41"] = "Eastmarch",
		["51"] = "The Rift",
--DC
		["12"] = "Glenumbra",
		["22"] = "Stormhaven",
		["32"] = "Rivenspire",
		["42"] = "Alik'r Desert",
		["52"] = "Bangkorai",
--AD
		["13"] = "Auridon",
		["23"] = "Grahtwood",
		["33"] = "Greenshade",
		["43"] = "Malabal-Tor",
		["53"] = "Reaper's March",
--Coldharbour
		["14"] = "Coldharbour",
}
DLC_Location_names = {
["11"]	= "Old Orsinum",
["21"]	= "Rkindaleft",
["31"]  = "Maelstrom",   --Vet
["41"]  = "Maelstrom"
}


dofile "./data/en-data.lua"		--Achievement text dumped from the game.