annotate locale/enUS.lua @ 45:38ee32135d86

moved locale return clause to head
author Flick <flickerstreak@gmail.com>
date Thu, 03 Apr 2008 23:18:45 +0000
parents 2232b8336903
children aa0b7fd68462
rev   line source
flickerstreak@28 1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
flickerstreak@45 2 if not L then return end
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@44 12 L["ReAction config mode disabled during combat."] = true
flickerstreak@44 13
flickerstreak@44 14 -- Bar.lua
flickerstreak@44 15 L["Drag to add/remove buttons"] = true
flickerstreak@44 16 L["Drag to resize buttons"] = true
flickerstreak@44 17 L["Right-click-drag"] = true
flickerstreak@44 18 L["to change spacing"] = true
flickerstreak@44 19 L["Size:"] = true
flickerstreak@44 20 L["Spacing:"] = true
flickerstreak@44 21 L["Drag to move"] = true
flickerstreak@44 22 L["Shift-drag for sticky mode"] = true
flickerstreak@44 23 L["Right-click for options"] = true
flickerstreak@44 24 L["Configure..."] = true
flickerstreak@44 25 L["Open the configuration dialogue for this bar"] = true
flickerstreak@44 26 L["Delete Bar"] = true
flickerstreak@44 27 L["Remove the bar from the current profile"] = true
flickerstreak@23 28
flickerstreak@23 29 -- modules/ReAction_HideBlizzard
flickerstreak@30 30 L["Hide Blizzard Action Bars"] = true
flickerstreak@28 31 L["Hide the default main bar and extra action bars"] = true
flickerstreak@23 32
flickerstreak@23 33 -- modules/ReAction_Action
flickerstreak@28 34 L["New Action Bar"] = true
flickerstreak@28 35 L["Create a new bar of standard action buttons"] = true
flickerstreak@23 36
flickerstreak@23 37 -- modules/ReAction_ConfigUI
flickerstreak@30 38 L["Customizable replacement for Blizzard's Action Bars"] = true
flickerstreak@44 39 L["Global Settings"] = true
flickerstreak@44 40 L["Global configuration settings"] = true
flickerstreak@28 41 L["Unlock Bars"] = true
flickerstreak@28 42 L["Unlock bars for dragging and resizing with the mouse"] = true
flickerstreak@28 43 L["Module Settings"] = true
flickerstreak@28 44 L["Configuration settings for each module"] = true
flickerstreak@44 45 L["Bar Settings"] = true
flickerstreak@28 46 L["Configuration settings for bars"] = true
flickerstreak@44 47 L["All Bars"] = true
flickerstreak@44 48 L["Settings applicable to all bars"] = true
flickerstreak@44 49 --L["Rename Bar"] = true
flickerstreak@44 50 --L["Set a name for the bar"] = true
flickerstreak@23 51
flickerstreak@23 52 -- modules/ReAction_State
flickerstreak@28 53 L["Dynamic Behavior"] = true