flickerstreak@88: --[[ flickerstreak@88: LibKeyBound-1.0 localization file flickerstreak@88: French by ? flickerstreak@88: --]] flickerstreak@88: flickerstreak@88: if (GetLocale() ~= "frFR") then flickerstreak@88: return flickerstreak@88: end flickerstreak@88: flickerstreak@88: local REVISION = tonumber(("$Revision: 77823 $"):match("%d+")) flickerstreak@88: if (LibKeyBoundLocale10 and REVISION <= LibKeyBoundLocale10.REVISION) then flickerstreak@88: return flickerstreak@88: end flickerstreak@88: flickerstreak@88: LibKeyBoundLocale10 = { flickerstreak@88: REVISION = REVISION; flickerstreak@88: Enabled = "Mode Raccourcis activé"; flickerstreak@88: Disabled = "Mode Raccourcis désactivé"; flickerstreak@88: ClearTip = format("Appuyez sur %s pour effacer tous les raccourcis", GetBindingText("ESCAPE", "KEY_")); flickerstreak@88: NoKeysBoundTip = "Aucun raccourci"; flickerstreak@88: ClearedBindings = "Suppression de tous les raccourcis de %s"; flickerstreak@88: BoundKey = "%s associé à %s"; flickerstreak@88: UnboundKey = "%s n'est plus associé à %s"; flickerstreak@88: CannotBindInCombat = "Impossible de faire des raccourcis en combat"; flickerstreak@88: CombatBindingsEnabled = "Sortie de combat, mode Raccourcis activé"; flickerstreak@88: CombatBindingsDisabled = "Entrée en combat, mode Raccourcis désactivé"; flickerstreak@88: BindingsHelp = "Survolez un bouton, puis appuyez sur une touche pour définir son raccourci. Pour effacer le raccourci actuel d'un bouton, appuyez sur %s"; flickerstreak@88: flickerstreak@88: -- This is the short display version you see on the Button flickerstreak@88: ["Alt"] = "A", flickerstreak@88: ["Ctrl"] = "C", flickerstreak@88: ["Shift"] = "S", flickerstreak@88: ["NumPad"] = "N", flickerstreak@88: flickerstreak@88: ["Backspace"] = "BS", flickerstreak@88: ["Button1"] = "S1", flickerstreak@88: ["Button2"] = "S2", flickerstreak@88: ["Button3"] = "S3", flickerstreak@88: ["Button4"] = "S4", flickerstreak@88: ["Button5"] = "S5", flickerstreak@88: ["Capslock"] = "Cp", flickerstreak@88: ["Clear"] = "Cl", flickerstreak@88: ["Delete"] = "Del", flickerstreak@88: ["End"] = "En", flickerstreak@88: ["Home"] = "HM", flickerstreak@88: ["Insert"] = "Ins", flickerstreak@88: ["Mouse Wheel Down"] = "WD", flickerstreak@88: ["Mouse Wheel Up"] = "WU", flickerstreak@88: ["Num Lock"] = "NL", flickerstreak@88: ["Page Down"] = "PD", flickerstreak@88: ["Page Up"] = "PU", flickerstreak@88: ["Scroll Lock"] = "SL", flickerstreak@88: ["Spacebar"] = "Sp", flickerstreak@88: ["Tab"] = "Tb", flickerstreak@88: flickerstreak@88: ["Down Arrow"] = "BA", flickerstreak@88: ["Left Arrow"] = "GA", flickerstreak@88: ["Right Arrow"] = "DA", flickerstreak@88: ["Up Arrow"] = "HA", flickerstreak@88: } flickerstreak@88: setmetatable(LibKeyBoundLocale10, {__index = LibKeyBoundBaseLocale10})