Mercurial > wow > reaction
diff lib/LibKeyBound-1.0/Locale-esMX.lua @ 88:fc83b3f5b322
Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings.
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sun, 31 Aug 2008 06:02:18 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/LibKeyBound-1.0/Locale-esMX.lua Sun Aug 31 06:02:18 2008 +0000 @@ -0,0 +1,61 @@ +--[[ + LibKeyBound-1.0 localization file + Latin America Spanish by ? +--]] + +if (GetLocale() ~= "esMX") then + return +end + +local REVISION = tonumber(("$Revision: 77823 $"):match("%d+")) +if (LibKeyBoundLocale10 and REVISION <= LibKeyBoundLocale10.REVISION) then + return +end + +LibKeyBoundLocale10 = { + REVISION = REVISION; + Enabled = 'Modo Atajos activado'; + Disabled = 'Modo Atajos desactivado'; + ClearTip = format('Pulsa %s para limpiar todos los atajos', GetBindingText('ESCAPE', 'KEY_')); + NoKeysBoundTip = 'No existen atajos'; + ClearedBindings = 'Eliminados todos los atajos de %s'; + BoundKey = 'Establecer %s a %s'; + UnboundKey = 'Quitado atajo %s de %s'; + CannotBindInCombat = 'No se pueden atajar teclas en combate'; + CombatBindingsEnabled = 'Saliendo de combate, modo de Atajos de Teclado activado'; + CombatBindingsDisabled = 'Entrando en combate, modo de Atajos de Teclado desactivado'; + BindingsHelp = "Sitúese en un botón, entonces pulse una tecla para establecer su atajo. Para limpiar el Atajo del botón actual, pulse %s."; + + -- This is the short display version you see on the Button + ["Alt"] = "A", + ["Ctrl"] = "C", + ["Shift"] = "S", + ["NumPad"] = "N", + + ["Backspace"] = "BS", + ["Button1"] = "B1", + ["Button2"] = "B2", + ["Button3"] = "B3", + ["Button4"] = "B4", + ["Button5"] = "B5", + ["Capslock"] = "Cp", + ["Clear"] = "Cl", + ["Delete"] = "Del", + ["End"] = "Fin", + ["Home"] = "Ini", + ["Insert"] = "Ins", + ["Mouse Wheel Down"] = "AW", + ["Mouse Wheel Up"] = "RW", + ["Num Lock"] = "NL", + ["Page Down"] = "AP", + ["Page Up"] = "RP", + ["Scroll Lock"] = "SL", + ["Spacebar"] = "Sp", + ["Tab"] = "Tb", + + ["Down Arrow"] = "Ar", + ["Left Arrow"] = "Ab", + ["Right Arrow"] = "Iz", + ["Up Arrow"] = "De", +} +setmetatable(LibKeyBoundLocale10, {__index = LibKeyBoundBaseLocale10})