vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 CCWATCH_VERSION = "10900.4"
2 CCWATCH_FULLVERSION = "CCWatch v"..CCWATCH_VERSION
3  
4 -- EN
5  
6 CCWATCH_DESCRIPTION = "Allow to monitor Crowd Control effects, for any class."
7  
8 CCWATCH_PROFILE_TEXT = "Profile: "
9  
10 CCWATCH_EFFECT = "Effect"
11 CCWATCH_NAME = "Name"
12 CCWATCH_DURATION = "Duration"
13 CCWATCH_RESET = "New"
14 CCWATCH_ADD = "Add"
15 CCWATCH_MODIFY = "Modify"
16 CCWATCH_EDIT = "Edit"
17 CCWATCH_DELETE = "Delete"
18 CCWATCH_LEARN_DELETE_PROMPT = "Are you sure you want to delete the effect "
19 CCWATCH_REMOVED_NOTICE = "Removed skill effect : "
20 CCWATCH_TYPE = "Type"
21 CCWATCH_GROUP = "Group"
22 CCWATCH_DR = "DR"
23 CCWATCH_MONITOR = "Monitor"
24 CCWATCH_WARN = "Warn"
25 CCWATCH_ADDEDMODIFIED = " added/modified."
26  
27 CCWATCH_OPTIONS_BARS_TAB = "Bars"
28 CCWATCH_OPTIONS_EFFECTS_TAB = "Monitoring"
29 CCWATCH_OPTIONS_LEARN_TAB = "Skills"
30  
31 CCWATCH_OPTIONS_TITLE = "CCWatch Options"
32 CCWATCH_OPTIONS_TRANS = "Transparency"
33 CCWATCH_OPTIONS_SCALE = "Scaling"
34 CCWATCH_OPTIONS_DONE = "Done"
35 CCWATCH_OPTIONS_UNLOCK = "Unlock"
36 CCWATCH_OPTIONS_WIDTH = "Width"
37 CCWATCH_OPTIONS_INVERT = "Invert"
38 CCWATCH_OPTIONS_LEADINGTIMER = "Leading Timer"
39 CCWATCH_OPTIONS_ARCANIST = "Arcanist' Set"
40  
41 CCWATCH_OPTIONS_WARN_APPLIED = "Applied"
42 CCWATCH_OPTIONS_WARN_FADED = "Faded"
43 CCWATCH_OPTIONS_WARN_BROKEN = "Broken"
44 CCWATCH_OPTIONS_WARN_LOWTIME = "Low Time"
45  
46 CCWATCH_OPTIONS_MAGE = "Mage"
47 CCWATCH_OPTIONS_PRIEST = "Priest"
48 CCWATCH_OPTIONS_DRUID = "Druid"
49 CCWATCH_OPTIONS_HUNTER = "Hunter"
50 CCWATCH_OPTIONS_PALADIN = "Paladin"
51 CCWATCH_OPTIONS_WARLOCK = "Warlock"
52 CCWATCH_OPTIONS_WARRIOR = "Warrior"
53 CCWATCH_OPTIONS_ROGUE = "Rogue"
54 CCWATCH_OPTIONS_SHAMAN = "Shaman"
55 CCWATCH_OPTIONS_MISC = "Other"
56  
57 CCWATCH_OPTION_STYLE_CURRENT = "Current target"
58 CCWATCH_OPTION_STYLE_RECENT = "Recent targets"
59 CCWATCH_OPTION_STYLE_ALL = "Any Creature/Enemy"
60  
61 CCWATCH_OPTION_GROWTH_OFF = "Growth Off"
62 CCWATCH_OPTION_GROWTH_UP = "Growth Down->Up"
63 CCWATCH_OPTION_GROWTH_DOWN = "Growth Up->Down"
64  
65 CCWATCH_OPTION_TIMERS_OFF = "Timers Off"
66 CCWATCH_OPTION_TIMERS_ON = "Timers On"
67 CCWATCH_OPTION_TIMERS_REVERSE = "Rev. Timers"
68  
69 CCWATCH_OPTION_DR_NEVER = "Never"
70 CCWATCH_OPTION_DR_MOBPLAYERS = "Mob+Players"
71 CCWATCH_OPTION_DR_PLAYERS = "Players"
72  
73 CCWATCH_OPTIONS_MONITOR_CC = "Monitor CC"
74 CCWATCH_OPTIONS_MONITOR_DEBUFF = "Monitor Debuffs"
75 CCWATCH_OPTIONS_MONITOR_BUFF = "Monitor Buffs"
76  
77 CCWATCH_OPTIONS_COLOROVERTIME = "Use coloration over time"
78 CCWATCH_OPTIONS_USECOLOR = "Specify color"
79  
80 CCWATCH_WARN_EMOTE = "announces that ";
81 CCWATCH_WARN_LOWTIME = "[%s] will no more be afflicted by [%s] in %d seconds."
82 CCWATCH_WARN_APPLIED = "[%s] is now afflicted by [%s]."
83 CCWATCH_WARN_FADED = "[%s] is no more afflicted by [%s] (faded)."
84 CCWATCH_WARN_BROKEN = "[%s] is no more afflicted by [%s] (broken)."
85  
86 -- Priest
87 CCWATCH_SHACKLE = "Shackle Undead"
88 CCWATCH_PSYCHICSCREAM = "Psychic Scream"
89 CCWATCH_BLACKOUT = "Blackout"
90 CCWATCH_SHADOWWORDPAIN = "Shadow Word: Pain"
91 CCWATCH_POWERWORDSHIELD = "Shadow Word: Shield"
92 CCWATCH_DEVOURINGPLAGUE = "Devouring Plague"
93 CCWATCH_WEAKENEDSOUL = "Weakened Soul"
94 CCWATCH_RENEW ="Renew"
95 CCWATCH_HOLYFIRE = "Holy Fire"
96 CCWATCH_POWERINFUSION = "Power Infusion"
97  
98 -- Mage
99 CCWATCH_POLYMORPH = "Polymorph"
100 CCWATCH_FROSTNOVA = "Frost Nova"
101 CCWATCH_FROSTBITE = "Frostbite"
102 CCWATCH_ICEBLOCK = "Ice Block"
103 CCWATCH_FROSTBOLT = "Frostbolt"
104 CCWATCH_CONEOFCOLD = "Cone of cold"
105 CCWATCH_COUNTERSPELL = "Counterspell - Silenced"
106 CCWATCH_FIREBALL = "Fireball"
107 CCWATCH_PYROBLAST = "Pyroblast"
108 CCWATCH_IGNITE = "Ignite"
109 CCWATCH_FLAMESTRIKE = "Flamestrike"
110 CCWATCH_BLASTWAVE = "Blast Wave"
111 CCWATCH_FROSTARMOR = "Transi"
112 CCWATCH_DETECTMAGIC = "Detect Magic"
113 CCWATCH_EVOCATION = "Evocation"
114 CCWATCH_ARCANEPOWER = "Arcane Power"
115  
116 -- Paladin
117 CCWATCH_HOJ = "Hammer of Justice"
118 CCWATCH_TURNUNDEAD = "Turn Undead"
119 CCWATCH_REPENTANCE = "Repentance"
120 CCWATCH_DIVINESHIELD = "Divine Shield"
121 CCWATCH_BOPROTECTION = "Blessing of Protection"
122 CCWATCH_BOFREEDOM = "Blessing of Freedom"
123  
124 -- Warlock
125 CCWATCH_FEAR = "Fear"
126 CCWATCH_BANISH = "Banish"
127 CCWATCH_SEDUCE = "Seduction"
128 CCWATCH_HOWLOFTERROR = "Howl of Terror"
129 CCWATCH_DEATHCOIL = "Death Coil"
130 CCWATCH_IMMOLATE = "Immolate"
131 CCWATCH_CORRUPTION = "Corruption"
132 CCWATCH_CURSEOFRECKLESSNESS = "Curse of Recklessness"
133 CCWATCH_CURSEOFAGONY = "Curse of Agony"
134 CCWATCH_CURSEOFWEAKNESS = "Curse of Weakness"
135 CCWATCH_CURSEOFTONGUES = "Curse of Tongues"
136 CCWATCH_CURSEOFSHADOW = "Curse of Shadow"
137 CCWATCH_CURSEOFELEMENTS = "Curse of the Elements"
138 CCWATCH_CURSEOFEXHAUSTION = "Curse of Exhaustion"
139 CCWATCH_CURSEOFDOOM = "Curse of Doom"
140 CCWATCH_SIPHONLIFE = "Siphon Life"
141 CCWATCH_IMPROVEDSHADOWBOLT = "Improved Shadow Bolt"
142 CCWATCH_SACRIFICE = "Sacrifice"
143 CCWATCH_SPELLSTONE = "Spellstone"
144 CCWATCH_SPELLLOCK = "Spell Lock"
145  
146  
147 -- Druid
148 CCWATCH_HIBERNATE = "Hibernate"
149 CCWATCH_ROOTS = "Entangling Roots"
150 CCWATCH_POUNCE = "Pounce"
151 CCWATCH_BASH = "Bash"
152 CCWATCH_FERALCHARGE = "Feral Charge"
153 CCWATCH_IMPSTARFIRE = "Improved Starfire"
154 CCWATCH_MOONFIRE = "Moonfire"
155 CCWATCH_INSECTSWARM = "Insect Swarm"
156 CCWATCH_NATURESGRASP = "Nature's Grasp"
157 CCWATCH_REJUVENATION = "Rejuvenation"
158 CCWATCH_DASH = "Dash"
159 CCWATCH_FAERIEFIRE = "Faerie Fire"
160 CCWATCH_FAERIEFIREFERAL = "Faerie Fire (Feral)"
161 CCWATCH_INSECTSWARM = "Insect Swarm"
162 CCWATCH_INNERVATE = "Innervate"
163 CCWATCH_BARKSKIN = "Barkskin"
164 CCWATCH_REGROWTH = "Regrowth"
165 CCWATCH_FREGEN = "Frenzied Regeneration"
166  
167  
168 -- Hunter
169 CCWATCH_FREEZINGTRAP = "Freezing Trap Effect"
170 CCWATCH_FREEZINGTRAP_SPELL = "Freezing Trap"
171 CCWATCH_SCAREBEAST = "Scare Beast"
172 CCWATCH_IMPCS = "Improved Concussive Shot"
173 CCWATCH_SCATTERSHOT = "Scatter Shot"
174 CCWATCH_INTIMIDATION = "Intimidation"
175 CCWATCH_COUNTERATTACK = "Counterattack"
176 CCWATCH_WYVERNSTING = "Wyvernsting"
177 CCWATCH_IMPROVEDWINGCLIP = "Improved Wingclip"
178 CCWATCH_ENTRAPMENT = "Entrapment"
179 CCWATCH_SERPENTSTING = "Serpent Sting"
180 CCWATCH_DETERRENCE = "Deterrence"
181 CCWATCH_RAPIDFIRE = "Rapid Fire"
182  
183 -- Warrior
184 CCWATCH_INTERCEPT = "Intercept Stun"
185 CCWATCH_MACESPE = "Mace Specialization"
186 CCWATCH_IMPHAMSTRING = "Improved Hamstring"
187 CCWATCH_INTIMIDATINGSHOUT = "Intimidating Shout"
188 CCWATCH_IMPREVENGE = "Revenge Stun"
189 CCWATCH_CONCUSSIONBLOW = "Concussion Blow"
190 CCWATCH_BERSERKERRAGE = "Berserker Rage"
191 CCWATCH_BLOODRAGE = "Bloodrage"
192 CCWATCH_REND = "Rend"
193 CCWATCH_DISARM = "Disarm"
194 CCWATCH_LASTSTAND = "Last Stand"
195 CCWATCH_RETALIATION = "Retaliation"
196 CCWATCH_SHIELDWALL = "Shield Wall"
197 CCWATCH_DEATHWISH = "Death Wish"
198 CCWATCH_IMPSHIELDBASH = "Shield Bash - Silenced"
199 CCWATCH_MORTALSTRIKE = "Mortal Strike"
200 CCWATCH_RECKLESSNESS = "Recklessness"
201 CCWATCH_HAMSTRING = "Hamstring"
202  
203 --Rogue
204 CCWATCH_GOUGE = "Gouge"
205 CCWATCH_BLIND = "Blind"
206 CCWATCH_KS = "Kidney Shot"
207 CCWATCH_CS = "Cheap Shot"
208 CCWATCH_SAP = "Sap"
209 CCWATCH_RUPTURE = "Rupture"
210 CCWATCH_GAROTTE = "Garrote"
211 CCWATCH_RIPOSTE = "Riposte"
212 CCWATCH_IMPROVEDKICK = "Kick - Silenced"
213 CCWATCH_ADRENALINERUSH = "Adrenaline Rush"
214 CCWATCH_EVASION = "Evasion"
215 CCWATCH_ROGUESPRINT = "Sprint"
216 CCWATCH_BLADEFLURRY = "Blade Flurry"
217 CCWATCH_CRIPPLINGP = "Crippling Poison"
218 CCWATCH_DEADLYP = "Deadly Poison"
219  
220 -- Shaman
221 CCWATCH_FROSTSHOCK = "Frost Shock"
222 CCWATCH_FLAMESHOCK = "Flame Shock"
223 CCWATCH_FROSTBRANDWEAPON = "Frostbrand Weapon"
224 CCWATCH_STORMSTRIKE = "Stormstrike"
225  
226 -- Miscellaneous
227 CCWATCH_WARSTOMP = "War Stomp"
228 CCWATCH_SLEEP = "Sleep"
229 CCWATCH_NETOMATIC = "Net-o-Matic"
230 CCWATCH_ROCKETHELM = "Reckless Charge"
231  
232 CCWATCH_WOTF = "Will of the Forsaken"
233 CCWATCH_PERCEPTION = "Perception"
234  
235 CCWATCH_RANK = "rank"
236 CCWATCH_DETECTED = "detected"
237 CCWATCH_NOTDETECTED = "not detected"
238  
239 CCWATCH_ENABLED = "CCWatch enabled"
240 CCWATCH_DISABLED = "CCWatch disabled"
241  
242 CCWATCH_LOCKED = "CCWatch locked"
243 CCWATCH_UNLOCKED = "CCWatch unlocked"
244  
245 CCWATCH_INVERSION_ON = "CCWatch inversion on"
246 CCWATCH_INVERSION_OFF = "CCWatch inversion off"
247  
248 CCWATCH_STYLE_CURRENT = "Monitoring current target only"
249 CCWATCH_STYLE_RECENT = "Monitoring recent targets"
250 CCWATCH_STYLE_ALL = "Monitoring ALL TARGETS"
251  
252 CCWATCH_GROW_OFF = "CCWatch bar growth off"
253 CCWATCH_GROW_UP = "CCWatch bar growth up"
254 CCWATCH_GROW_DOWN = "CCWatch bar growth down"
255  
256 CCWATCH_TIMERS_OFF = "Timers off"
257 CCWATCH_TIMERS_ON = "Timers on"
258 CCWATCH_TIMERS_REVERSE = "Reversed Timers"
259  
260 CCWATCH_ARCANIST_ON = "Arcanist' Set activated (+15 sec to "..CCWATCH_POLYMORPH.." spell)"
261 CCWATCH_ARCANIST_OFF = "Arcanist' Set off"
262  
263 CCWATCH_COLOROVERTIME_ON = "Bar coloration over time enabled"
264 CCWATCH_COLOROVERTIME_OFF = "Bar coloration over time disabled"
265 CCWATCH_LEADINGTIMER_ON = "Timer position: leading"
266 CCWATCH_LEADINGTIMER_OFF = "Timer position: trailing"
267 CCWATCH_WARNCC_SETTO = "Warning output set to: "
268 CCWATCH_WARNCC_CUSTOM = "Custom cc used (standard cc are EMOTE, SAY, PARTY, RAID, YELL): "
269 CCWATCH_WARN_DISABLED = "Chat alerts disabled"
270 CCWATCH_WARN_ENABLED = "Chat alerts enabled"
271  
272 CCWATCH_SCALE = "CCWatch Scale set to "
273  
274 CCWATCH_WIDTH = "CCWatch Width set to "
275  
276 CCWATCH_ALPHA = "CCWatch Alpha set to "
277  
278 CCWATCH_LOADED = " Loaded - /ccw (c)Elwen&phoenixfire2001"
279  
280 CCWATCH_HELP1 = " : Usage - /ccw option"
281 CCWATCH_HELP2 = "options:"
282 CCWATCH_HELP3 = " on : Enables CCWatch"
283 CCWATCH_HELP4 = " off : Disables CCWatch"
284 CCWATCH_HELP5 = " lock : Locks CCWatch and enables"
285 CCWATCH_HELP6 = " unlock : Allows you to move CCWatch"
286 CCWATCH_HELP7 = " u : Update improved skill ranks"
287 CCWATCH_HELP8 = " print : Prints the current configuration"
288 CCWATCH_HELP9 = " invert : Invert progress bar direction"
289 CCWATCH_HELP10 = " scale : Scale CCWatch, use 0.25 to 3.0"
290 CCWATCH_HELP11 = " width : Set bar width, use 50 to 300"
291 CCWATCH_HELP12 = " alpha : Set bar alpha, use 0 to 1"
292 CCWATCH_HELP13 = " grow : Set bar growth up, down or off"
293 CCWATCH_HELP14 = " config : Show the configuration frame"
294 CCWATCH_HELP15 = " timers : Set timers display off, on or rev (countdown)"
295 CCWATCH_HELP16 = " warn : enable/disable chat warning"
296 CCWATCH_HELP17 = " warncc : set which communication channel to use (EMOTE, SAY, PARTY, RAID, YELL or custom)"