add keyBound by Tuller for key binding configuration, until there is some GUI/Button to open it, use /kb to bind buttons
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
--[[
|
||||
KeyBound localization file
|
||||
French
|
||||
--]]
|
||||
|
||||
local L = LibStub('AceLocale-3.0'):NewLocale('KeyBound', 'frFR')
|
||||
if not L then return end
|
||||
|
||||
L.Enabled = "Bindings mode enabled"
|
||||
L.Disabled = "Bindings mode disabled"
|
||||
L.ClearTip = format("Appuyer sur %s pour effacer tous les bindings", GetBindingText("ESCAPE", "KEY_"))
|
||||
L.NoKeysBoundTip = "No current bindings"
|
||||
L.ClearedBindings = "Suppression de tous les binding de %s"
|
||||
L.BoundKey = "Définir %s à %s"
|
||||
L.UnboundKey = "Unbound %s depuis %s"
|
||||
L.CannotBindInCombat = "Cannot bind keys in combat"
|
||||
L.CombatBindingsEnabled = "Sortie de combat, keybinding mode activé"
|
||||
L.CombatBindingsDisabled = "Entrée en combat, keybinding mode désactivé"
|
||||
Reference in New Issue
Block a user