annotate locale/enUS.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 dba04d85c799
children 0d95ce7a9ec2
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@28 14 L["Hide Default 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@28 22 L["Delete Bar"] = true
flickerstreak@28 23 L["Remove the bar from the current profile"] = true
flickerstreak@28 24 L["Rename Bar"] = true
flickerstreak@28 25 L["Set a name for the bar"] = true
flickerstreak@23 26 -- console commands
flickerstreak@28 27 L["/reaction"] = true
flickerstreak@28 28 L["/rxn"] = true
flickerstreak@28 29 L["unlock"] = true
flickerstreak@28 30 L["config"] = true
flickerstreak@23 31 -- messages
flickerstreak@28 32 L["ReAction config mode disabled during combat."] = true
flickerstreak@23 33 -- tooltips
flickerstreak@28 34 L["Drag to add/remove buttons"] = true
flickerstreak@28 35 L["Drag to resize buttons"] = true
flickerstreak@28 36 L["Right-click-drag"] = true
flickerstreak@28 37 L["to change spacing"] = true
flickerstreak@28 38 L["Size:"] = true
flickerstreak@28 39 L["Spacing:"] = true
flickerstreak@28 40 L["Drag to move"] = true
flickerstreak@28 41 L["Shift-drag for sticky mode"] = true
flickerstreak@28 42 L["Right-click for options"] = true
flickerstreak@23 43 -- global options
flickerstreak@28 44 L["Unlock Bars"] = true
flickerstreak@28 45 L["Unlock bars for dragging and resizing with the mouse"] = true
flickerstreak@28 46 L["Configure..."] = true
flickerstreak@28 47 L["Open the configuration dialogue"] = true
flickerstreak@23 48 -- bar menu options
flickerstreak@28 49 L["Open the configuration dialogue for this bar"] = true
flickerstreak@23 50 -- waterfall options
flickerstreak@28 51 L["Global Settings"] = true
flickerstreak@28 52 L["Global configuration settings"] = true
flickerstreak@28 53 L["Module Settings"] = true
flickerstreak@28 54 L["Configuration settings for each module"] = true
flickerstreak@28 55 L["Bars"] = true
flickerstreak@28 56 L["Configuration settings for bars"] = true
flickerstreak@23 57
flickerstreak@23 58 -- modules/ReAction_State
flickerstreak@28 59 L["Dynamic Behavior"] = true
flickerstreak@23 60
flickerstreak@23 61 end