dateformat = "%Y-%m-%d, %H:%M"

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",	     -- Not using, no dungeons..
			medium = "Hew's Bane",
			long = "Hew's Bane"},
	[3] = { short= "IC",
			medium = "Imperial City",
			long = "Imperial City"},
	[4] = { short= "Hist",
			medium = "Hist",
			long = "Shadows of the Hist"},
}

	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_TabName={},
		Crag_TabName={},
		Pub = "Public",
		Vet = "Veteran",
		Achievements = "Achievements",
		DLC="DLC",
		DLCLab="Downloadable Content",
		Manage ="Manage",
	    Account = "Account",
		Char = "Char",
		About = "About",
		Delete = "Delete",
		NoAccount ="Only 1 account, can't delete that.",
		ChooseAccounttoDelete = "Choose Account to Delete",
		ChooseChartoDelete = "Choose Character to Delete",
		ChooseWorld ="Choose Server",
		YesLabel = "Y",
		NoLabel = "N",
		Version = "Version",
	}
L.Grp_TabName["1N"] = "Mode 1N"
L.Grp_TabName["1V"] = "Mode 1V"
L.Grp_TabName["1VH"] = "Mode 1VH"
L.Grp_TabName["2N"] = "Mode 2N"
L.Grp_TabName["2V"] = "Mode 2V"
L.Grp_TabName["2VH"] = "Mode 2VH"

L.Crag_TabName["N"] = "Craglorn Norm"
L.Crag_TabName["V"] = "Craglorn Vet"
L.Crag_TabName["VH"] = "Craglorn Hard"

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",
}


Craglorn_Names= {}
Craglorn_Names["N"] = {
	["11"] = "Hel Ra Citadel Conqueror",
	["21"] = "Aetherian Archive Conqueror",
	["31"] = "Sanctum Ophidia Conqueror",
	["41"] = "Dragonstar Arena Champion",
}
Craglorn_Names["V"] = {
	["11"] = "Hel Ra Citadel Completed",
	["21"] = "Aetherian Archive Completed",
	["31"] = "Sanctum Ophidia Completed",
	["41"] = "Hel Ra Citadel: The War Horn",
	["51"] = "Time Trial: Hel Ra Citadel",
	["61"] = "Time Trial: Aetherian Archive",
	["71"] = "Time Trial: Sanctum Ophidia",
	["81"] = "Dragonstar Arena Champion",
}

Craglorn_Names["VH"] = {
	["11"] = "Hel Ra Citadel Difficult Mode",
	["21"] = "Aetherian Archive Difficult Mode",
	["31"] = "Sanctum Ophidia Difficult Mode",
	["41"] = "Dragonstar Arena Conqueror",
}
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"]	= "Rkindaleft",
["21"]	= "Old Orsinum",
["31"]  = "Maelstrom ",
["41"]  = "Maelstrom (Vet)",
["12"]  = "Imperial City",
["22"]  = "Imperial City (Vet)",
["32"]	= "White-Gold Tower",
["42"]	= "White-Gold Tower (Vet)",
["13"]	= "Ruins of Mazzatun",
["23"]	= "Ruins of Mazzatun (Vet)",
["33"]	= "Cradle of Shadows",
["43"]	= "Cradle of Shadows (Vet)",
}