forked from Zidras/DBM-Warmane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.en.lua
100 lines (84 loc) · 2.28 KB
/
localization.en.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
local L
------------------------
-- Rage Winterchill --
------------------------
L = DBM:GetModLocalization("Rage")
L:SetGeneralLocalization({
name = "Rage Winterchill"
})
-----------------
-- Anetheron --
-----------------
L = DBM:GetModLocalization("Anetheron")
L:SetGeneralLocalization({
name = "Anetheron"
})
----------------
-- Kazrogal --
----------------
L = DBM:GetModLocalization("Kazrogal")
L:SetGeneralLocalization({
name = "Kaz'rogal"
})
---------------
-- Azgalor --
---------------
L = DBM:GetModLocalization("Azgalor")
L:SetGeneralLocalization({
name = "Azgalor"
})
------------------
-- Archimonde --
------------------
L = DBM:GetModLocalization("Archimonde")
L:SetGeneralLocalization({
name = "Archimonde"
})
----------------
-- WaveTimers --
----------------
L = DBM:GetModLocalization("HyjalWaveTimers")
L:SetGeneralLocalization({
name = "Wave Features"
})
L:SetWarningLocalization({
WarnWave = "%s",
})
L:SetTimerLocalization({
TimerWave = "Next wave"
})
L:SetOptionLocalization({
WarnWave = "Warn when a new wave is incoming",
DetailedWave = "Detailed warning when a new wave is incoming (which mobs)",
TimerWave = "Show a timer for next wave"
})
L:SetMiscLocalization({
HyjalZoneName = "Hyjal Summit",
Thrall = "Thrall",
Jaina = "Lady Jaina Proudmoore",
GeneralBoss = "Boss incoming",
RageWinterchill = "Rage Winterchill incoming",
Anetheron = "Anetheron incoming",
Kazrogal = "Kazrogal incoming",
Azgalor = "Azgalor incoming",
WaveCheck = "Current Wave = (%d+) of 8",
WarnWave_0 = "Wave %s/8",
WarnWave_1 = "Wave %s/8 - %s %s",
WarnWave_2 = "Wave %s/8 - %s %s and %s %s",
WarnWave_3 = "Wave %s/8 - %s %s, %s %s and %s %s",
WarnWave_4 = "Wave %s/8 - %s %s, %s %s, %s %s and %s %s",
WarnWave_5 = "Wave %s/8 - %s %s, %s %s, %s %s, %s %s and %s %s",
RageGossip = "My companions and I are with you, Lady Proudmoore.",
AnetheronGossip = "We are ready for whatever Archimonde might send our way, Lady Proudmoore.",
KazrogalGossip = "I am with you, Thrall.",
AzgalorGossip = "We have nothing to fear.",
Ghoul = "Ghouls",
Abomination = "Abominations",
Necromancer = "Necromancers",
Banshee = "Banshees",
Fiend = "Crypt Fiends",
Gargoyle = "Gargoyles",
Wyrm = "Frost Wyrm",
Stalker = "Fel Stalkers",
Infernal = "Infernals"
})