vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- Version : English |
2 | |||
3 | -- Bindings |
||
4 | |||
5 | BUFFMOD_MODNAME_RESET = "Reset Buffbar"; |
||
6 | BUFFMOD_SUB_RESET = "Resets location"; |
||
7 | BUFFMOD_TOOLTIP_RESET = "Resets the position of the buffbar."; |
||
8 | |||
9 | BINDING_HEADER_CT_SELFCASTMODIFIER = "Self Cast"; |
||
10 | BINDING_NAME_CT_SELFCASTMODIFIER = "Hold+Cast"; |
||
11 | |||
12 | BINDING_HEADER_CT_HOTBAR1 = "Left Hotbar Buttons"; |
||
13 | BINDING_NAME_CT_HOTBAR1BUTTON1 = "Button 1"; |
||
14 | BINDING_NAME_CT_HOTBAR1BUTTON2 = "Button 2"; |
||
15 | BINDING_NAME_CT_HOTBAR1BUTTON3 = "Button 3"; |
||
16 | BINDING_NAME_CT_HOTBAR1BUTTON4 = "Button 4"; |
||
17 | BINDING_NAME_CT_HOTBAR1BUTTON5 = "Button 5"; |
||
18 | BINDING_NAME_CT_HOTBAR1BUTTON6 = "Button 6"; |
||
19 | BINDING_NAME_CT_HOTBAR1BUTTON7 = "Button 7"; |
||
20 | BINDING_NAME_CT_HOTBAR1BUTTON8 = "Button 8"; |
||
21 | BINDING_NAME_CT_HOTBAR1BUTTON9 = "Button 9"; |
||
22 | BINDING_NAME_CT_HOTBAR1BUTTON10 = "Button 10"; |
||
23 | BINDING_NAME_CT_HOTBAR1BUTTON11 = "Button 11"; |
||
24 | BINDING_NAME_CT_HOTBAR1BUTTON12 = "Button 12"; |
||
25 | |||
26 | BINDING_HEADER_CT_HOTBAR2 = "Right Hotbar Buttons"; |
||
27 | BINDING_NAME_CT_HOTBAR2BUTTON1 = "Button 1"; |
||
28 | BINDING_NAME_CT_HOTBAR2BUTTON2 = "Button 2"; |
||
29 | BINDING_NAME_CT_HOTBAR2BUTTON3 = "Button 3"; |
||
30 | BINDING_NAME_CT_HOTBAR2BUTTON4 = "Button 4"; |
||
31 | BINDING_NAME_CT_HOTBAR2BUTTON5 = "Button 5"; |
||
32 | BINDING_NAME_CT_HOTBAR2BUTTON6 = "Button 6"; |
||
33 | BINDING_NAME_CT_HOTBAR2BUTTON7 = "Button 7"; |
||
34 | BINDING_NAME_CT_HOTBAR2BUTTON8 = "Button 8"; |
||
35 | BINDING_NAME_CT_HOTBAR2BUTTON9 = "Button 9"; |
||
36 | BINDING_NAME_CT_HOTBAR2BUTTON10 = "Button 10"; |
||
37 | BINDING_NAME_CT_HOTBAR2BUTTON11 = "Button 11"; |
||
38 | BINDING_NAME_CT_HOTBAR2BUTTON12 = "Button 12"; |
||
39 | |||
40 | BINDING_HEADER_CT_HOTBAR3 = "Left Sidebar Buttons"; |
||
41 | BINDING_NAME_CT_HOTBAR3BUTTON1 = "Button 1"; |
||
42 | BINDING_NAME_CT_HOTBAR3BUTTON2 = "Button 2"; |
||
43 | BINDING_NAME_CT_HOTBAR3BUTTON3 = "Button 3"; |
||
44 | BINDING_NAME_CT_HOTBAR3BUTTON4 = "Button 4"; |
||
45 | BINDING_NAME_CT_HOTBAR3BUTTON5 = "Button 5"; |
||
46 | BINDING_NAME_CT_HOTBAR3BUTTON6 = "Button 6"; |
||
47 | BINDING_NAME_CT_HOTBAR3BUTTON7 = "Button 7"; |
||
48 | BINDING_NAME_CT_HOTBAR3BUTTON8 = "Button 8"; |
||
49 | BINDING_NAME_CT_HOTBAR3BUTTON9 = "Button 9"; |
||
50 | BINDING_NAME_CT_HOTBAR3BUTTON10 = "Button 10"; |
||
51 | BINDING_NAME_CT_HOTBAR3BUTTON11 = "Button 11"; |
||
52 | BINDING_NAME_CT_HOTBAR3BUTTON12 = "Button 12"; |
||
53 | |||
54 | BINDING_HEADER_CT_HOTBAR4 = "Right Sidebar Buttons"; |
||
55 | BINDING_NAME_CT_HOTBAR4BUTTON1 = "Button 1"; |
||
56 | BINDING_NAME_CT_HOTBAR4BUTTON2 = "Button 2"; |
||
57 | BINDING_NAME_CT_HOTBAR4BUTTON3 = "Button 3"; |
||
58 | BINDING_NAME_CT_HOTBAR4BUTTON4 = "Button 4"; |
||
59 | BINDING_NAME_CT_HOTBAR4BUTTON5 = "Button 5"; |
||
60 | BINDING_NAME_CT_HOTBAR4BUTTON6 = "Button 6"; |
||
61 | BINDING_NAME_CT_HOTBAR4BUTTON7 = "Button 7"; |
||
62 | BINDING_NAME_CT_HOTBAR4BUTTON8 = "Button 8"; |
||
63 | BINDING_NAME_CT_HOTBAR4BUTTON9 = "Button 9"; |
||
64 | BINDING_NAME_CT_HOTBAR4BUTTON10 = "Button 10"; |
||
65 | BINDING_NAME_CT_HOTBAR4BUTTON11 = "Button 11"; |
||
66 | BINDING_NAME_CT_HOTBAR4BUTTON12 = "Button 12"; |
||
67 | |||
68 | BINDING_HEADER_CT_HOTBAR5 = "Top Hotbar Buttons"; |
||
69 | BINDING_NAME_CT_HOTBAR5BUTTON1 = "Button 1"; |
||
70 | BINDING_NAME_CT_HOTBAR5BUTTON2 = "Button 2"; |
||
71 | BINDING_NAME_CT_HOTBAR5BUTTON3 = "Button 3"; |
||
72 | BINDING_NAME_CT_HOTBAR5BUTTON4 = "Button 4"; |
||
73 | BINDING_NAME_CT_HOTBAR5BUTTON5 = "Button 5"; |
||
74 | BINDING_NAME_CT_HOTBAR5BUTTON6 = "Button 6"; |
||
75 | BINDING_NAME_CT_HOTBAR5BUTTON7 = "Button 7"; |
||
76 | BINDING_NAME_CT_HOTBAR5BUTTON8 = "Button 8"; |
||
77 | BINDING_NAME_CT_HOTBAR5BUTTON9 = "Button 9"; |
||
78 | BINDING_NAME_CT_HOTBAR5BUTTON10 = "Button 10"; |
||
79 | BINDING_NAME_CT_HOTBAR5BUTTON11 = "Button 11"; |
||
80 | BINDING_NAME_CT_HOTBAR5BUTTON12 = "Button 12"; |
||
81 | |||
82 | BINDING_HEADER_CT_HOTBARTOGGLES = "Hotbar Toggles"; |
||
83 | BINDING_NAME_CT_HOTBARTOGGLE1 = "Left Hotbar"; |
||
84 | BINDING_NAME_CT_HOTBARTOGGLE2 = "Right Hotbar"; |
||
85 | BINDING_NAME_CT_HOTBARTOGGLE3 = "Left Sidebar"; |
||
86 | BINDING_NAME_CT_HOTBARTOGGLE4 = "Right Sidebar"; |
||
87 | BINDING_NAME_CT_HOTBARTOGGLE5 = "Top Hotbar"; |
||
88 | |||
89 | -- Mod names, sub texts & tooltips |
||
90 | BARMOD_ONOFFTOGGLE = "On/Off Toggle"; |
||
91 | BARMOD_NUMBUTTONS = "6/9/12 Buttons"; |
||
92 | |||
93 | BARMOD_MODNAME_LEFTHB = "Left Hotbar"; |
||
94 | BARMOD_MODNAME_RIGHTHB = "Right Hotbar"; |
||
95 | BARMOD_MODNAME_LEFTSB = "Left Sidebar"; |
||
96 | BARMOD_MODNAME_RIGHTSB = "Right Sidebar"; |
||
97 | BARMOD_MODNAME_TOPHB = "Top Hotbar"; |
||
98 | BARMOD_MODNAME_LBB = "Left Bar Buttons"; |
||
99 | BARMOD_MODNAME_RBB = "Right Bar Buttons"; |
||
100 | BARMOD_MODNAME_PAGELOCK = "Page Lock"; |
||
101 | BARMOD_MODNAME_BUTTONLOCK = "Button Lock"; |
||
102 | BARMOD_MODNAME_HOTBARLOCK = "Hotbar Lock"; |
||
103 | BARMOD_MODNAME_HOTBARRESET = "Hotbar Reset"; |
||
104 | BARMOD_MODNAME_HIDEGRID = "Hide Grid"; |
||
105 | BARMOD_MODNAME_OOR = "Out of Range"; |
||
106 | BARMOD_MODNAME_HOTKEYS = "Show Hotkeys"; |
||
107 | BARMOD_MODNAME_SELFCAST = "Self Cast"; |
||
108 | BARMOD_MODNAME_SCKEY = "Self Cast Key"; |
||
109 | BARMOD_MODNAME_MOVEPARTYFRAME = "Move Party Frame"; |
||
110 | BARMOD_MODNAME_COOLDOWNCOUNT = "Cooldown Count"; |
||
111 | BARMOD_MODNAME_CCSCALING = "Text Scaling"; |
||
112 | |||
113 | BARMOD_TOOLTIP_SELFCAST = "Automatically casts spells on yourself that are castable on yourself.\nIf a friendly unit is targeted, the spell will be cast on that unit instead."; |
||
114 | BARMOD_TOOLTIP_HOTKEYS = "Makes hotbar buttons show actual key bindings,\nno bindings at all, or numbers."; |
||
115 | BARMOD_TOOLTIP_OOR = "Makes hotbar buttons fade when out of range."; |
||
116 | BARMOD_TOOLTIP_TOPHB = "Toggles the top hotbar on/off"; |
||
117 | BARMOD_TOOLTIP_RIGHTSB = "Toggles the right sidebar on/off"; |
||
118 | BARMOD_TOOLTIP_LEFTSB = "Toggles the left sidebar on/off"; |
||
119 | BARMOD_TOOLTIP_RIGHTHB = "Toggles the right hotbar on/off"; |
||
120 | BARMOD_TOOLTIP_LEFTHB = "Toggles the left hotbar on/off"; |
||
121 | BARMOD_TOOLTIP_RBB = "Press to change number of buttons shown on the right sidebar."; |
||
122 | BARMOD_TOOLTIP_LBB = "Press to change number of buttons shown on the left sidebar."; |
||
123 | BARMOD_TOOLTIP_PAGELOCK = "Makes only the main bar change when changing hotbar pages."; |
||
124 | BARMOD_TOOLTIP_BUTTONLOCK = "Disables dragging hotbar buttons."; |
||
125 | BARMOD_TOOLTIP_HOTBARLOCK = "Locks the hotbars in their positions."; |
||
126 | BARMOD_TOOLTIP_HOTBARRESET = "Resets the positions of all hotbars."; |
||
127 | BARMOD_TOOLTIP_HIDEGRID = "Makes unused hotbar buttons invisible."; |
||
128 | BARMOD_TOOLTIP_SCKEY = "Allows you to self-cast by holding this key down when pressing the button.\nToggles between none, alt, control, and shift.\nYou can also bind a custom button under Key Bindings."; |
||
129 | BARMOD_TOOLTIP_MOVEPARTYFRAME = "Moves the party frame to the right, allowing you to use the left sidebar there.\n|c00FF0000NOTE!|r This setting doesn't work when CT_MovableParty is installed."; |
||
130 | BARMOD_TOOLTIP_COOLDOWNCOUNT = "Shows ability cooldowns on the action buttons when enabled."; |
||
131 | BARMOD_TOOLTIP_CCSCALING = "Displays a slider where you can adjust the scaling of the CooldownCount text."; |
||
132 | |||
133 | BARMOD_SUB_PAGELOCK = "Locks Pages"; |
||
134 | BARMOD_SUB_BUTTONLOCK = "Locks Buttons"; |
||
135 | BARMOD_SUB_HOTBARLOCK = "Locks Position"; |
||
136 | BARMOD_SUB_HOTBARRESET = "Resets Position"; |
||
137 | BARMOD_SUB_HIDEGRID = "Hides Button Grid"; |
||
138 | BARMOD_SUB_OOR = "Fade Icon"; |
||
139 | BARMOD_SUB_HOTKEYS = "3 Modes"; |
||
140 | BARMOD_SUB_SELFCAST = "Smart Casting"; |
||
141 | BARMOD_SUB_SCKEY = "Key Modifier"; |
||
142 | BARMOD_SUB_COOLDOWNCOUNT = "Show Cooldowns"; |
||
143 | BARMOD_SUB_CCSCALING = "Cooldown Count"; |
||
144 | |||
145 | -- Status changes |
||
146 | |||
147 | BARMOD_OFF_BUTTONGRID = "<CTMod> Button grid is now shown."; |
||
148 | BARMOD_ON_BUTTONGRID = "<CTMod> Button grid is now hidden."; |
||
149 | |||
150 | BARMOD_ON_TOPBAR = "<CTMod> The Top Hotbar is now shown."; |
||
151 | BARMOD_OFF_TOPBAR = "<CTMod> The Top Hotbar is now hidden"; |
||
152 | |||
153 | BARMOD_ON_LEFTHBAR = "<CTMod> The Left Hotbar is now shown."; |
||
154 | BARMOD_OFF_LEFTHBAR = "<CTMod> The Left Hotbar is now hidden"; |
||
155 | |||
156 | BARMOD_ON_RIGHTHBAR = "<CTMod> The Right Hotbar is now shown."; |
||
157 | BARMOD_OFF_RIGHTHBAR = "<CTMod> The Right Hotbar is now hidden."; |
||
158 | |||
159 | BARMOD_ON_LEFTSBAR = "<CTMod> The Left Sidebar is now shown."; |
||
160 | BARMOD_OFF_LEFTSBAR = "<CTMod> The Left Sidebar is now hidden"; |
||
161 | |||
162 | BARMOD_ON_RIGHTSBAR = "<CTMod> The Right Sidebar is now shown."; |
||
163 | BARMOD_OFF_RIGHTSBAR = "<CTMod> The Right Sidebar is now hidden."; |
||
164 | |||
165 | BARMOD_ON_HOTBARBUTTONS = "<CTMod> Hotbar Buttons have been locked."; |
||
166 | BARMOD_OFF_HOTBARBUTTONS = "<CTMod> Hotbar Buttons have been unlocked."; |
||
167 | |||
168 | BARMOD_ON_COOLDOWNCOUNT = "<CTMod> Action Buttons will now display cooldowns."; |
||
169 | BARMOD_OFF_COOLDOWNCOUNT = "<CTMod> Action Buttons will no longer display cooldowns."; |
||
170 | |||
171 | BARMOD_ON_OOR1 = "<CTMod> The hotbar buttons now turn grey when out of range."; |
||
172 | BARMOD_ON_OOR2 = "<CTMod> The hotbar buttons now turn red when out of range."; |
||
173 | BARMOD_OFF_OOR = "<CTMod> The hotbar buttons no longer change color when out of range."; |
||
174 | |||
175 | BARMOD_ON_SELFCAST = "<CTMod> Self Cast is now turned on."; |
||
176 | BARMOD_OFF_SELFCAST = "<CTMod> Self Cast is now turned off."; |
||
177 | |||
178 | BARMOD_ON_PETTEX = "<CTMod> Special Bar textures are now shown."; |
||
179 | BARMOD_OFF_PETTEX = "<CTMod> Special Bar textures are now hidden."; |
||
180 | |||
181 | BARMOD_ON_HOTKEY1 = "<CTMod> Hotkeys now show numbers."; |
||
182 | BARMOD_ON_HOTKEY2 = "<CTMod> Hotkeys now show actual bindings."; |
||
183 | BARMOD_OFF_HOTKEY = "<CTMod> Hotkeys no longer show bindings."; |
||
184 | |||
185 | BARMOD_ON_SCKEY1 = "<CTMod> Self Cast Key is now set to Control."; |
||
186 | BARMOD_ON_SCKEY2 = "<CTMod> Self Cast Key is now set to Alt."; |
||
187 | BARMOD_ON_SCKEY3 = "<CTMod> Self Cast Key is now set to Shift."; |
||
188 | BARMOD_ON_SCKEY4 = "<CTMod> Self Cast Key is now set to none."; |
||
189 | |||
190 | -- Movables (for Reset Frames frame) |
||
191 | CT_BARMOD_MOVABLE_LEFTHOTBAR = "Left Hotbar"; |
||
192 | CT_BARMOD_MOVABLE_RIGHTHOTBAR = "Right Hotbar"; |
||
193 | CT_BARMOD_MOVABLE_LEFTSIDEBAR = "Left Sidebar"; |
||
194 | CT_BARMOD_MOVABLE_RIGHTSIDEBAR = "Right Sidebar"; |
||
195 | CT_BARMOD_MOVABLE_TOPHOTBAR = "Top Hotbar"; |
||
196 | CT_BARMOD_MOVABLE_PETBAR = "Pet bar"; |
||
197 | CT_BARMOD_MOVABLE_CLASSBAR = "Class bar (Rogue/Warrior/Paladin/Druid)"; |
||
198 | |||
199 | CT_BARMODOPTIONS_INFO = "Note: To scale the main bar, you need\nto remove the texture using CT_BottomBar. You also need to\nremove the textures for any part you want to remove space from."; |