local L = AceLibrary("AceLocale-2.0"):new("ag_UnitFrames") L:RegisterTranslations("enUS", function() return { ["Fonts\\FRIZQT__.TTF"] = true, ["Interface\\AddOns\\ag_UnitFrames\\fonts\\barframes.ttf"] = true, ["addonname"] = "ag_UnitFrames", ["config"] = "Configurer", ["configdesc"] = "Ouvre le menu de configuration", ["reset"] = "Reset", ["resetdesc"] = "Reset le profil courant", ["player"] = "Joueur", ["pet"] = "Player's Pet", ["party"] = "Groupe", ["partypet"] = "Party Pets", ["target"] = "Target", ["targettarget"] = "Cible de la Cible", ["raid"] = "Raid", ["raidpet"] = "Raid Pets", ["dead"] = "MORT", ["ghost"] = "FANTOME", ["disc"] = "OFFLINE", ["frame"] = "Frame", ["aurasettings"] = "Aura Settings", ["layoutsettings"] = "Layout Settings", ["unitsettings"] = "Frame Settings", ["units"] = "Unit Frames", ["borders"] = "Borders", ["barstyle"] = "Bar Style", -- ["highlightselected"] = "Hightlight Selected", ["targetshowhostile"] = "Couleur selon hostilité", ["pvpicon"] = "Montrer les incones PVP", ["groupicon"] = "Montrer les icones du groupes", ["lock"] = "Lock Frames", ["framestyle"] = "Frame Layout", ["aurastyle"] = "Aura Style", ["aurapos"] = "Aura Position", ["statustext"] = "Statusbar Text", ["scale"] = "Echelle", ["longbars"] = "Extend Statusbars", ["classcolorbar"] = "Color Health by Class", ["raidcolorname"] = "Color Name by Class", ["showcombat"] = "Display Combat Text", ["aurafilter"] = "Filter Auras", ["debuffcoloring"] = "Debuff Highlighting", ["hidemana"] = "Hide Mana Bar", ["hideframe"] = "Hide Frames", ["showxp"] = "Show Experience Bar", ["raidhideparty"] = "Hide Frames in Raid", ["raidgrouping"] = "Group Raid By", ["bysubgroup"] = "Raid Subgroups", ["byclass"] = "Classes", ["byrole"] = "Healer/Tank/DPS", ["onebiggroup"] = "All Together", ["nogroup"] = "Don't Group", ["partygrouping"] = "Group Party", ["petgrouping"] = "Group Pets", ["withplayer"] = "Avec Joueur", ["withoutplayer"] = "Sans joueur", ["oneline"] = "Une ligne", ["twolines"] = "Deux lignes", ["hide"] = "Caché", ["health"] = "Vie", ["mana"] = "Mana", ["rage"] = "Rage", ["petfocus"] = "Pet Focus", ["barcolors"] = "Bar Colors", ["energy"] = "Energie", ["healthDesc"] = "Choisir la couleur de la vie", ["manaDesc"] = "Choisir la oculeur de la mana", ["rageDesc"] = "Choisir la couleur de la rage", ["petfocusDesc"] = "Set the pet focus color", ["energyDesc"] = "Set the energy color", ["barcolorsDesc"] = "Set power colors for all units", ["UnitDesc"] = "Individual frame configuration", ["BordersDesc"] = "Choisir les frame bordure", ["BarStyleDesc"] = "Choisir les textures des barres", ["ShowPVPIconDesc"] = "Check to show pvp icons", ["ShowGroupIconsDesc"] = "Check to show group leader icon", ["LockedDesc"] = "Lock the frames", ["FrameStyleDesc"] = "Choisir le Frame Style", ["StatusTextDesc"] = "Set what information is shown on health and mana bars", ["ScaleDesc"] = "Set the frame scale", ["ClassColorBarsDesc"] = "Check to color health bars by class type", ["RaidColorNameDesc"] = "Check to color unit names by class type", ["ShowCombatDesc"] = "Check to show combat text in the frame", ["LongBarsDesc"] = "Check to extend health and mana bars over the entire frame", ["HideManaDesc"] = "Check to hide the mana bar", ["HideFrameDesc"] = "Check to hide the entire frame", ["AuraStyleDesc"] = "Choisir le aura style", ["AuraPosDesc"] = "Choisir la position des buffs", ["DebuffColoringDesc"] = "Check to color the frame by debuff type", ["AuraFilterDesc"] = "Check to only show auras you can cast or cure", ["ShowXPDesc"] = "Check to show an experience bar", ["PetGroupingDesc"] = "Set pet grouping", ["TargetHostileDesc"] = "Check to color health bars by hostility", ["RaidHidePartyDesc"] = "Check to hide party frames in raid", ["PartyGroupingDesc"] = "Set party grouping", ["RaidGroupingDesc"] = "Set raid grouping", } end)