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

if not L then return end

-- Shrines
L["Shrine of Nature"] = "Santuario della Natura"
L["Laribole"] = "Laribolo"
L["Shrine of the Dawning"] = "Santuario dell'Alba"
L["Scarlet Diamond"] = "Diamante Scarlatto"
L["Shrine of the Sands"] = "Santuario delle Sabbie"
L["Amberblaze"] = "Ambralume"
L["Shrine of the Sea"] = "Santuario del Mare"
L["Royal Quartz"] = "Quarzo Regale"
L["Shrine of the Eventide"] = "Santuario del Vespro"
L["Tidal Amethyst"] = "Ametista Marina"
L["Shrine of Storms"] = "Santuario delle Tempeste"
L["Owlseye"] = "Occhio di Gufo"

-- 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