zz_LFG/locale_frFR.lua

14 lines
843 B
Lua
Executable File

local name, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(name, "frFR", false)
if L then
L[name] = name
L[name..' Settings'] = name..' Settings'
L["Alt-Click to open the Raid Finder."] = "Clic-alt pour afficher la recherche de raid."
L["Basic LFG button for your DataBroker display."] = "Bouton de base de RdG votre étalage DataBroker."
L["Click to open the Dungeon Finder."] = "Cliquer pour afficher la cadre des donjons."
L["Ctrl-Click to open the Premade Groups window."] = "Clic-ctrl pour afficher les groupes prédéfinis."
L["LFG"] = "RdG"
L["Middle-Click or Shift-Click to open the Pet Journal."] = "Clic milieu ou clic-maj pour afficher le codex des mascottes."
L["Right-Click to open the PVP window."] = "Clic droit pour afficher ou fermer le panneau de JcJ."
end