Quantcast
local myaddon = ...
local L = LibStub("AceLocale-3.0"):NewLocale(myaddon, "deDE", false)

if not L then return end

-- Shrines
L["Shrine of Nature"] = "Schrein der Natur"
L["Laribole"] = "Laribol"
L["Shrine of the Dawning"] = "Schrein der Dämmerung"
L["Scarlet Diamond"] = "Scharlachdiamant"
L["Shrine of the Sands"] = "Schrein der Sande"
L["Amberblaze"] = "Bernsteinflamme"
L["Shrine of the Sea"] = "Schrein der See"
L["Royal Quartz"] = "Königsquarz"
L["Shrine of the Eventide"] = "Schrein der Abendflut"
L["Tidal Amethyst"] = "Gezeitenamethyst"
L["Shrine of Storms"] = "Schrein der Stürme"
L["Owlseye"] = "Eulenauge"

-- Waypoints
L["Create waypoint"] = true
L["Create all waypoints"] = true
L["Hide node"] = true
L["Close"] = true

-- Options
L["Icon settings"] = true
L["These settings control the look of the icon."] = true
L["Icon Scale"] = true
L["The scale of the icons"] = true
L["Icon Alpha"] = true
L["The alpha transparency of the icons"] = true
L["World Map"] = true
L["Show icons on world map"] = true
L["Minimap"] = true
L["Show icons on the minimap"] = true
L["What to display"] = true
L["Show Shrines"] = true
L["Show Shrines which Jewelercrafters can use to create gems"] = true
L["Reset hidden nodes"] = true
L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true