vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- Raid zones |
2 | CT_RABOSS_LOCATIONS_NAXXRAMAS = "Naxxramas"; |
||
3 | CT_RABOSS_LOCATIONS_AHNQIRAJTEMPLE = "Ahn'Qiraj Temple"; |
||
4 | CT_RABOSS_LOCATIONS_AHNQIRAJRUINS = "Ahn'Qiraj Ruins"; |
||
5 | CT_RABOSS_LOCATIONS_MOLTENCORE = "Molten Core"; |
||
6 | CT_RABOSS_LOCATIONS_BLACKWINGSLAIR = "Blackwing's Lair"; |
||
7 | CT_RABOSS_LOCATIONS_ONYXIASLAIR = "Onyxia's Lair"; |
||
8 | CT_RABOSS_LOCATIONS_ZULGURUB = "Zul'Gurub"; |
||
9 | CT_RABOSS_LOCATIONS_OUTDOOR = "Outdoor"; |
||
10 | CT_RABOSS_LOCATIONS_OTHER = "Other"; |
||
11 | |||
12 | -- Raid zones (as they appear in minimap) |
||
13 | CT_RABOSS_MINIMAPLOC_NAXXRAMAS = "Naxxramas"; |
||
14 | CT_RABOSS_MINIMAPLOC_AHNQIRAJTEMPLE = "Ahn'Qiraj"; |
||
15 | CT_RABOSS_MINIMAPLOC_AHNQIRAJRUINS = "Ruins of Ahn'Qiraj"; |
||
16 | CT_RABOSS_MINIMAPLOC_MOLTENCORE = "Molten Core"; |
||
17 | CT_RABOSS_MINIMAPLOC_BLACKWINGSLAIR = "Blackwing Lair"; |
||
18 | CT_RABOSS_MINIMAPLOC_ONYXIASLAIR = "Onyxia's Lair"; |
||
19 | CT_RABOSS_MINIMAPLOC_ZULGURUB = "Zul'Gurub"; |
||
20 | CT_RABOSS_MINIMAPLOC_OUTDOOR = "Outdoor"; |
||
21 | CT_RABOSS_MINIMAPLOC_OTHER = "Other"; |
||
22 | |||
23 | -- Common strings |
||
24 | CT_RABOSS_REQ_LEADER_OR_PROM = "|c00FF0000Requires promoted or leader status.|r"; |
||
25 | CT_RABOSS_ANNOUNCE = "Announce to raid"; |
||
26 | CT_RABOSS_ANNOUNCE_INFO = "Announces the alert to the whole raid. "; |
||
27 | |||
28 | if ( GetLocale() == "deDE" ) then |
||
29 | -- Raid zones |
||
30 | CT_RABOSS_LOCATIONS_MOLTENCORE = "Geschmolzener Kern"; |
||
31 | CT_RABOSS_LOCATIONS_BLACKWINGSLAIR = "Pechschwingenhort"; |
||
32 | CT_RABOSS_LOCATIONS_ONYXIASLAIR = "Onyxias Hort"; |
||
33 | CT_RABOSS_LOCATIONS_ZULGURUB = "Zul'Gurub"; |
||
34 | CT_RABOSS_LOCATIONS_OUTDOOR = "Wildnis"; |
||
35 | CT_RABOSS_LOCATIONS_OTHER = "Sonstiges"; |
||
36 | |||
37 | -- Raidzones |
||
38 | CT_RABOSS_MINIMAPLOC_MOLTENCORE = "Geschmolzener Kern"; |
||
39 | CT_RABOSS_MINIMAPLOC_BLACKWINGSLAIR = "Pechschwingenhort"; |
||
40 | CT_RABOSS_MINIMAPLOC_ONYXIASLAIR = "Onyxias Hort"; |
||
41 | CT_RABOSS_MINIMAPLOC_ZULGURUB = "Zul'Gurub"; |
||
42 | CT_RABOSS_MINIMAPLOC_OUTDOOR = "Wildnis"; |
||
43 | CT_RABOSS_MINIMAPLOC_OTHER = "Sonstiges"; |
||
44 | |||
45 | -- Common strings |
||
46 | CT_RABOSS_REQ_LEADER_OR_PROM = "|c00FF0000Ben\195\182tigt Leiter oder bef\195\182rdert Status.|r"; |
||
47 | CT_RABOSS_ANNOUNCE = "Schlachtgruppe melden"; |
||
48 | CT_RABOSS_ANNOUNCE_INFO = "Meldet den Alarm der ganzen Schlachtgruppe. "; |
||
49 | end |