vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 function Necronomicon_Locals_deDE()
2  
3 NECRONOMICON_MSG_COLOR = "|cffcceebb";
4 NECRONOMICON_DISPLAY_OPTION = "[|cfff5f530%s|cff0099CC]";
5  
6 NECRONOMICON_CONST = {
7  
8 Title = "Necronomicon",
9 Version = "0.5",
10 Desc = "Necronomicon, Ace'd Necrosis",
11 Timerheader = "Spell Timers",
12 UpdateInterval = 0.2,
13  
14 ChatCmd = {"/necro", "/necronomicon", "/Necronomicon"},
15  
16 ChatOpt = {
17 {
18 option = "reset",
19 desc = "Reset the window positions.",
20 method = "chatReset",
21 },
22 {
23 option = "feldom",
24 desc = "Set the Fel Domination modifier: ctrl alt shift none",
25 method = "chatFelDom",
26 },
27 {
28 option = "closeonclick",
29 desc = "Toggle closing the pet menu on clicking a button",
30 method = "chatCloseClick",
31 },
32 {
33 option = "soulstonesound",
34 desc = "Toggle playing of soulstone expired sound",
35 method = "chatSoulstoneSound",
36 },
37 {
38 option = "shadowtrancesound",
39 desc = "Toggle playing of nightfall proc sound",
40 method = "chatShadowTranceSound",
41 },
42 {
43 option = "texture",
44 desc = "Choose a different shardcount texture: default blue orange rose turquoise violet x",
45 method = "chatTexture",
46 },
47 {
48 option = "lock",
49 desc = "Toggle locking of the frames",
50 method = "chatLock",
51 },
52 {
53 option = "timers",
54 desc = "Toggle to turn on/off the timers",
55 method = "chatTimers",
56 },
57  
58  
59 },
60  
61 Chat = {
62 FelDomModifier = "Fel Domination Modifier is now: ",
63 FelDomValid = "Valid Modifiers are: ctrl alt shift none",
64 CloseOnClick = "Close On Click is now: ",
65 ShadowTranceSound = "Playing of Shadowtrance sound is now: ",
66 SoulstoneSound = "Playing of Soulstone expired sound is now: ",
67 Texture = "Texture is now: ",
68 TextureValid = "Valid textures are: default blue orange rose turquoise violet x",
69 Lock = "Frame lock is now: ",
70 Timers = "Timers are now: ",
71 },
72  
73 Message = {
74 TooFarAway = "They are too far away.",
75 Busy = "They are busy.",
76 PreSummon = "Going to summon %s, please click the portal.",
77 PreSoulstone = "Placing my soulstone on %s.",
78 Soulstone = "%s has been soulstoned.",
79 SoulstoneAborted = "Soustone Aborted! It's not placed.",
80 FailedSummon = "Summoning %s failed!",
81 },
82  
83  
84 Pattern = {
85 Shard = "Seelensplitter",
86 Corrupted = "Corrupted",
87 Healthstone = "Gesundheitsstein",
88 Soulstone = "Seelenstein",
89 Spellstone = "Zauberstein",
90 Firestone = "Feuerstein",
91 ShadowTrance = "^Ihr bekommt 'Schattentrance'%.$",
92 RitualOfSummoning = "Ritual der Beschw\195\182rung",
93 SoulstoneResurrection = "Seelenstein\204\182Auferstehung",
94 Warlock = "Hexenmeister",
95 Rank = "Rang (.+)",
96 Resisted = "^Ihr habt es mit [%a%s%p]+ versucht, aber [%a%s%p]+ hat widerstanden%.",
97 Immune = "^[%a%s%p]+ war ein Fehlschlag%. [%a%s%p]+ ist immun%.$",
98 },
99  
100 State = {
101 Reset = 0,
102 Cast = 1,
103 Start = 2,
104 Stop = 3,
105 NewMonsterNewSpell = 4,
106 NewSpell = 5,
107 Update = 6,
108 Failed = 7
109  
110 },
111 Spell = {
112 ["Wichtel beschw\195\182ren"] = "IMP",
113 ["Leerwandler beschw\195\182ren"] = "VOIDWALKER",
114 ["Sukkubus beschw\195\182ren"] = "SUCCUBUS",
115 ["Teufelsj\195\164ger beschw\195\182ren"] = "FELHUNTER",
116 ["Inferno"] = "INFERNO",
117 ["Verdammniswache"] = "DOOMGUARD",
118 ["Auge von Kilrogg"] = "KILROGG",
119 ["Teufelsbeherrschung"] = "FELDOMINATION",
120 ["D\195\164monenopferung"] = "DEMONICSACRIFICE",
121 ["Seelenverbindung"] = "SOULLINK",
122 ["Seelenstein\204\182Auferstehung"] = "SOULSTONERESURRECTION",
123 ["Ritual der Beschw\195\182rung"] = "RITUALOFSUMMONING",
124 },
125 RankedSpell = {
126 ["Teufelsross beschw\195\182ren"] = { "MOUNT", 1 },
127 ["Schreckensross herbeirufen"] = { "MOUNT", 2 },
128 ["D\195\164monenhaut Rang 1"] = { "ARMOR", 1 },
129 ["D\195\164monenhaut Rang 2"] = { "ARMOR", 2 },
130 ["D\195\164monenr\195\188stung Rang 1"] = { "ARMOR", 3 },
131 ["D\195\164monenr\195\188stung Rank 2"] = { "ARMOR", 4 },
132 ["D\195\164monenr\195\188stung Rang 3"] = { "ARMOR", 5 },
133 ["D\195\164monenr\195\188stung Rang 4"] = { "ARMOR", 6 },
134 ["D\195\164monenr\195\188stung Rang 5"] = { "ARMOR", 7 },
135 ["Gesundheitstrichter Rang 1"] = { "HEALTHFUNNEL", 1 },
136 ["Gesundheitstrichter Rang 2"] = { "HEALTHFUNNEL", 2 },
137 ["Gesundheitstrichter Rang 3"] = { "HEALTHFUNNEL", 3 },
138 ["Gesundheitstrichter Rang 4"] = { "HEALTHFUNNEL", 4 },
139 ["Gesundheitstrichter Rang 5"] = { "HEALTHFUNNEL", 5 },
140 ["Gesundheitstrichter Rang 6"] = { "HEALTHFUNNEL", 6 },
141 ["Gesundheitstrichter Rang 7"] = { "HEALTHFUNNEL", 7 },
142 ["Gesundheitsstein herstellen (schwach)"] = { "HEALTHSTONE", 1 },
143 ["Gesundheitsstein herstellen (gering)"] = { "HEALTHSTONE", 2 },
144 ["Gesundheitsstein herstellen"] = { "HEALTHSTONE", 3 },
145 ["Gesundheitsstein herstellen (gro\195\159)"] = { "HEALTHSTONE", 4 },
146 ["Gesundheitsstein herstellen (erheblich)"] = { "HEALTHSTONE", 5 },
147 ["Seelenstein herstellen (swach)"] = { "SOULSTONE", 1 },
148 ["Seelenstein herstellen (gering)"] = { "SOULSTONE", 2 },
149 ["Seelenstein herstellen"] = { "SOULSTONE", 3 },
150 ["Seelenstein herstellen (gr\195\159)"] = { "SOULSTONE", 4 },
151 ["Seelenstein herstellen (erheblich)"] = { "SOULSTONE", 5 },
152 ["Zauberstein herstellen"] = { "SPELLSTONE", 1 },
153 ["Zauberstein herstellen (gro\195\159)"] = { "SPELLSTONE", 2 },
154 ["Zauberstein herstellen (erheblich)"] = { "SPELLSTONE", 3 },
155 ["Feuerstein herstellen (gering)"] = { "FIRESTONE", 1 },
156 ["Feuerstein herstellen"] = { "FIRESTONE", 2 },
157 ["Feuerstein herstellen (gro\195\159)"] = { "FIRESTONE", 3 },
158 ["Feuerstein herstellen (erheblich)"] = { "FIRESTONE", 4 },
159 ["D\195\164monensklave Rang 1"] = {"ENSLAVE", 1},
160 ["D\195\164monensklave Rang 2"] = {"ENSLAVE", 2},
161 ["D\195\164monensklave Rang 3"] = {"ENSLAVE", 3},
162 },
163 TimedSpell = {
164 ["Verderbnis"] = { 12, 15, 18, 18, 18, 18, 18 },
165 ["Feuerbrand"] = { 15, 15, 15, 15, 15, 15, 15, 15 },
166 ["Lebensentzug"] = { 30, 30, 30, 30 },
167 ["Fluch der Pein"] = { 24, 24, 24, 24, 24, 24 },
168 ["Verbannen"] = { 20, 30 },
169 ["Todesmantel"] = {3, 3, 3},
170 ["Fluch der Schw\195\164che"] = { 120, 120, 120, 120, 120, 120 },
171 ["Fluch der Tollk\195\188hnheit"] = { 120, 120, 120, 120 },
172 ["Fluch der Elemente"] = { 300, 300, 300 },
173 ["Schattenfluch"] = { 300, 300 },
174 ["Furcht"] = { 10, 15, 20 },
175 ["Enslave Demon"] = { 300, 300, 300 },
176 ["Curse of Doom"] = { 60 },
177 ["Fluch der Sprachen"] = { 30, 30 },
178 },
179 }
180  
181 ace:RegisterGlobals({
182 version = 1.01,
183  
184 ACEG_TEXT_NOW_SET_TO = "now set to",
185 ACEG_TEXT_DEFAULT = "default",
186  
187 ACEG_DISPLAY_OPTION = "[|cfff5f530%s|r]",
188  
189 ACEG_MAP_ONOFF = {[0]="|cffff5050Off|r",[1]="|cff00ff00On|r"},
190 ACEG_MAP_ENABLED = {[0]="|cffff5050Disabled|r",[1]="|cff00ff00Enabled|r"},
191 })
192 end