annotate locale/enUS.lua @ 30:0d95ce7a9ec2

- added Ace3 externs - converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0 - partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later) - cleaned up a couple other tidbits
author Flick <flickerstreak@gmail.com>
date Wed, 02 Apr 2008 23:31:13 +0000
parents 21bcaf8215ff
children 2232b8336903
rev   line source
flickerstreak@28 1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
flickerstreak@28 2 if L then
flickerstreak@23 3
flickerstreak@28 4 -- bindings.lua
flickerstreak@28 5 L["ReAction"] = true
flickerstreak@28 6 L["Toggle ReAction Bar Lock"] = true
flickerstreak@28 7 L["ReAction Keybinding Mode"] = true
flickerstreak@28 8
flickerstreak@28 9 -- ReAction.lua
flickerstreak@28 10 L["Bar "] = true
flickerstreak@28 11 L["ReAction: name already in use"] = true
flickerstreak@23 12
flickerstreak@23 13 -- modules/ReAction_HideBlizzard
flickerstreak@30 14 L["Hide Blizzard Action Bars"] = true
flickerstreak@28 15 L["Hide the default main bar and extra action bars"] = true
flickerstreak@23 16
flickerstreak@23 17 -- modules/ReAction_Action
flickerstreak@28 18 L["New Action Bar"] = true
flickerstreak@28 19 L["Create a new bar of standard action buttons"] = true
flickerstreak@23 20
flickerstreak@23 21 -- modules/ReAction_ConfigUI
flickerstreak@30 22 L["Customizable replacement for Blizzard's Action Bars"] = true
flickerstreak@30 23 L["Action Bars"] = true
flickerstreak@28 24 L["Delete Bar"] = true
flickerstreak@28 25 L["Remove the bar from the current profile"] = true
flickerstreak@28 26 L["Rename Bar"] = true
flickerstreak@28 27 L["Set a name for the bar"] = true
flickerstreak@23 28 -- console commands
flickerstreak@28 29 L["/reaction"] = true
flickerstreak@28 30 L["/rxn"] = true
flickerstreak@28 31 L["unlock"] = true
flickerstreak@28 32 L["config"] = true
flickerstreak@23 33 -- messages
flickerstreak@28 34 L["ReAction config mode disabled during combat."] = true
flickerstreak@23 35 -- tooltips
flickerstreak@28 36 L["Drag to add/remove buttons"] = true
flickerstreak@28 37 L["Drag to resize buttons"] = true
flickerstreak@28 38 L["Right-click-drag"] = true
flickerstreak@28 39 L["to change spacing"] = true
flickerstreak@28 40 L["Size:"] = true
flickerstreak@28 41 L["Spacing:"] = true
flickerstreak@28 42 L["Drag to move"] = true
flickerstreak@28 43 L["Shift-drag for sticky mode"] = true
flickerstreak@28 44 L["Right-click for options"] = true
flickerstreak@23 45 -- global options
flickerstreak@28 46 L["Unlock Bars"] = true
flickerstreak@28 47 L["Unlock bars for dragging and resizing with the mouse"] = true
flickerstreak@28 48 L["Configure..."] = true
flickerstreak@28 49 L["Open the configuration dialogue"] = true
flickerstreak@23 50 -- bar menu options
flickerstreak@28 51 L["Open the configuration dialogue for this bar"] = true
flickerstreak@23 52 -- waterfall options
flickerstreak@28 53 L["Global Settings"] = true
flickerstreak@28 54 L["Global configuration settings"] = true
flickerstreak@28 55 L["Module Settings"] = true
flickerstreak@28 56 L["Configuration settings for each module"] = true
flickerstreak@28 57 L["Bars"] = true
flickerstreak@28 58 L["Configuration settings for bars"] = true
flickerstreak@23 59
flickerstreak@23 60 -- modules/ReAction_State
flickerstreak@28 61 L["Dynamic Behavior"] = true
flickerstreak@23 62
flickerstreak@23 63 end