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

if not L then return end

-- Shrines
L["Shrine of Nature"] = "Sanctuaire de la Nature"
L["Laribole"] = true
L["Shrine of the Dawning"] = "Sanctuaire de l'Aube"
L["Scarlet Diamond"] = "Diamant écarlate"
L["Shrine of the Sands"] = "Sanctuaire des Sables"
L["Amberblaze"] = "Ambraisine"
L["Shrine of the Sea"] = "Sanctuaire de la Mer"
L["Royal Quartz"] = "Quartz royal"
L["Shrine of the Eventide"] = "Sanctuaire du Brunant"
L["Tidal Amethyst"] = "Améthyste des marées"
L["Shrine of Storms"] = "Sanctuaire des Tempêtes"
L["Owlseye"] = "Strigolite"

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