Mercurial > wow > reaction
comparison locale/enUS.lua @ 23:dba04d85c799
Added missing files in 1.0 dev tree
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Fri, 07 Mar 2008 22:17:51 +0000 |
parents | |
children | 21bcaf8215ff |
comparison
equal
deleted
inserted
replaced
22:1b9323256a1b | 23:dba04d85c799 |
---|---|
1 AceLibrary("AceLocale-2.2"):new("ReAction"):RegisterTranslations( "enUS", | |
2 function() | |
3 return | |
4 { | |
5 -- ReAction | |
6 ["ReAction"] = true, | |
7 ["Toggle ReAction Bar Lock"] = true, | |
8 ["ReAction Keybinding Mode"] = true, | |
9 | |
10 -- ReAction_Bar | |
11 ["Bar "] = true, | |
12 ["Delete Bar"] = true, | |
13 ["Remove the bar from the current profile"] = true, | |
14 ["Rename Bar"] = true, | |
15 ["Set a name for the bar"] = true, | |
16 ["ReAction: name already in use"] = true, | |
17 | |
18 -- modules/ReAction_HideBlizzard | |
19 ["Hide Default Action Bars"] = true, | |
20 ["Hide the default main bar and extra action bars"] = true, | |
21 | |
22 -- modules/ReAction_Action | |
23 ["New Action Bar"] = true, | |
24 ["Create a new bar of standard action buttons"] = true, | |
25 | |
26 -- modules/ReAction_ConfigUI | |
27 -- console commands | |
28 ["/reaction"] = true, | |
29 ["/rxn"] = true, | |
30 ["unlock"] = true, | |
31 ["config"] = true, | |
32 -- messages | |
33 ["ReAction config mode disabled during combat."] = true, | |
34 -- tooltips | |
35 ["Drag to add/remove buttons"] = true, | |
36 ["Drag to resize buttons"] = true, | |
37 ["Right-click-drag"] = true, | |
38 ["to change spacing"] = true, | |
39 ["Size:"] = true, | |
40 ["Spacing:"] = true, | |
41 ["Drag to move"] = true, | |
42 ["Shift-drag for sticky mode"] = true, | |
43 ["Right-click for options"] = true, | |
44 -- global options | |
45 ["Unlock Bars"] = true, | |
46 ["Unlock bars for dragging and resizing with the mouse"] = true, | |
47 ["Configure..."] = true, | |
48 ["Open the configuration dialogue"] = true, | |
49 -- bar menu options | |
50 ["Open the configuration dialogue for this bar"] = true, | |
51 -- waterfall options | |
52 ["Global Settings"] = true, | |
53 ["Global configuration settings"] = true, | |
54 ["Module Settings"] = true, | |
55 ["Configuration settings for each module"] = true, | |
56 ["Bars"] = true, | |
57 ["Configuration settings for bars"] = true, | |
58 | |
59 -- modules/ReAction_State | |
60 ["Dynamic Behavior"] = true, | |
61 | |
62 | |
63 } | |
64 end | |
65 ) |