annotate bindings.lua @ 28:21bcaf8215ff

- converted to Ace3 - rearranged file layout - configGUI menus not working right now
author Flick <flickerstreak@gmail.com>
date Mon, 17 Mar 2008 18:24:53 +0000
parents
children
rev   line source
flickerstreak@28 1 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction")
flickerstreak@28 2 local _G = _G
flickerstreak@28 3
flickerstreak@28 4 _G["BINDING_HEADER_REACTION"] = L["ReAction"]
flickerstreak@28 5
flickerstreak@28 6 _G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"]
flickerstreak@28 7 _G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"]