local L = LibStub("AceLocale-3.0"):NewLocale("ClassLoot", "deDE", false)

if L then
	-- Slash Commands
	L["Check an item (Local)"] = "Einen Gegenstand pr\195\188fen (Lokal)"
	L["Check an item (Guild)"] = "Einen Gegenstand pr\195\188fen (Gilde)"
	L["Check an item (Raid)"] = "Einen Gegenstand pr\195\188fen (Schlachtzug)"
	L["Display ClassLoot for an item locally"] = "ClassLoot f\195\188r einen Gegenstand lokal anzeigen"
	L["Display ClassLoot for an item in guild chat"] = "ClassLoot f\195\188r einen Gegenstand im Gildenchat anzeigen"
	L["Display ClassLoot for an item in raid chat"] = "ClassLoot f\195\188r einen Gegenstand Schlachtzugchat anzeigen"
	L["<item link>"] = "<item link>"
	
	-- Info Messages
	L["Version"] = "Version"
	L["Last updated"] = "Zuletzt aktualisiert"
	
	-- Error Messages
	L["could not be found"] = "konnte nicht gefunden werden"
	L["Not in a guild!"] = "In keiner Gilde!"
	L["Not in a raid!"] = "In keinem Schlachtzug!"
	
	-- Output Messages
	L["ClassLoot info for"] = "ClassLoot-Info f\195\188r"
	L["Dropped in"] = "Dropped in"
	L["by"] = "von"
	
	-- Tooltip Stuff
	--L["Boss"] = true
	--L["Instance"] = true
	
	-- Interface Options
	--L["Enable ClassLoot Tooltips"] = true
	--L["Display Boss Name"] = true
	--L["Display Instance Name"] = true
	
	-- Misc Translations
	--L["Tank"] = true
	--L["DPS"] = true
	--L["Trash Mobs"] = true
	--L["World Bosses"] = true
	--L["Timed Event"] = true
end
