@@ -19,13 +19,25 @@ if GetLocale() == "deDE" then
19
19
SimpleAutoCombatLog .L [" Ahn'Qiraj" ] = " Ahn'Qiraj" ;
20
20
SimpleAutoCombatLog .L [" Zul'Gurub" ] = " Zul'Gurub" ;
21
21
SimpleAutoCombatLog .L [" Naxxramas" ] = " Naxxramas" ;
22
+ SimpleAutoCombatLog .L [" Karazhan" ] = " Karazhan" ;
23
+ SimpleAutoCombatLog .L [" Gruul's Lair" ] = " Gruuls Unterschlupf" ;
24
+ SimpleAutoCombatLog .L [" Magtheridon's Lair" ] = " Magtheridons Kammer" ;
25
+ SimpleAutoCombatLog .L [" Sunwell Plateau" ] = " Sonnenbrunnenplateau" ;
26
+ SimpleAutoCombatLog .L [" Black Temple" ] = " Der Schwarze Tempel" ;
27
+ SimpleAutoCombatLog .L [" Tempest Keep" ] = " Festung der Stürme" ;
28
+ SimpleAutoCombatLog .L [" Serpentshrine Cavern" ] = " Höhle des Schlangenschreins" ;
29
+ SimpleAutoCombatLog .L [" Zul'Aman" ] = " Zul'Aman" ;
30
+ SimpleAutoCombatLog .L [" Hyjal Summit" ] = " Hyjalgipfel" ;
31
+
22
32
23
33
SimpleAutoCombatLog .L [" Azshara" ] = " Azshara" ;
24
34
SimpleAutoCombatLog .L [" Blasted Lands" ] = " Verwüstete Lande" ;
25
35
SimpleAutoCombatLog .L [" Hinterlands" ] = " Hinterland" ;
26
36
SimpleAutoCombatLog .L [" Ashenvale" ] = " Ashenvale" ;
27
37
SimpleAutoCombatLog .L [" Feralas" ] = " Feralas" ;
28
38
SimpleAutoCombatLog .L [" Duskwood" ] = " Dämmerwald" ;
39
+ SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Höllenfeuerhalbinsel" ;
40
+ SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Schattenmondtal" ;
29
41
30
42
-- Text
31
43
SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Kampflog aktiviert" ;
@@ -36,8 +48,10 @@ if GetLocale() == "deDE" then
36
48
SimpleAutoCombatLog .L [" Lethon" ] = " Lethon" ;
37
49
SimpleAutoCombatLog .L [" Ysondre" ] = " Ysondre" ;
38
50
SimpleAutoCombatLog .L [" Taerar" ] = " Taerar" ;
39
- SimpleAutoCombatLog .L [" Lord Kazzak" ] = " Lord Kazzak" ;
51
+ SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Lord Kazzak" ;
40
52
SimpleAutoCombatLog .L [" Azuregos" ] = " Azuregos" ;
53
+ SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Verdammnislord Kazzak" ;
54
+ SimpleAutoCombatLog .L [" Doomwalker" ] = " Verdammniswandler" ;
41
55
42
56
elseif GetLocale () == " ruRU" then -- Translation by Horgul-Gordunni
43
57
-- Zones
@@ -48,13 +62,24 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
48
62
SimpleAutoCombatLog .L [" Ahn'Qiraj" ] = " Храм Ан'Киража" ;
49
63
SimpleAutoCombatLog .L [" Zul'Gurub" ] = " Зул'Гуруб" ;
50
64
SimpleAutoCombatLog .L [" Naxxramas" ] = " Наксрамас" ;
65
+ SimpleAutoCombatLog .L [" Karazhan" ] = " Каражан" ;
66
+ SimpleAutoCombatLog .L [" Gruul's Lair" ] = " Логово Груула" ;
67
+ SimpleAutoCombatLog .L [" Magtheridon's Lair" ] = " Логово Магтеридона" ;
68
+ SimpleAutoCombatLog .L [" Sunwell Plateau" ] = " Плато Солнечного Колодца" ;
69
+ SimpleAutoCombatLog .L [" Black Temple" ] = " Черный храм" ;
70
+ SimpleAutoCombatLog .L [" Tempest Keep" ] = " Крепость Бурь" ;
71
+ SimpleAutoCombatLog .L [" Serpentshrine Cavern" ] = " Змеиное святилище" ;
72
+ SimpleAutoCombatLog .L [" Zul'Aman" ] = " Зул'Аман" ;
73
+ SimpleAutoCombatLog .L [" Hyjal Summit" ] = " Вершина Хиджала" ;
51
74
52
75
SimpleAutoCombatLog .L [" Azshara" ] = " Азшара" ;
53
76
SimpleAutoCombatLog .L [" Blasted Lands" ] = " Выжженные земли" ;
54
77
SimpleAutoCombatLog .L [" Hinterlands" ] = " Внутренние земли" ;
55
78
SimpleAutoCombatLog .L [" Ashenvale" ] = " Ясеневый лес" ;
56
79
SimpleAutoCombatLog .L [" Feralas" ] = " Фералас" ;
57
80
SimpleAutoCombatLog .L [" Duskwood" ] = " Сумеречный лес" ;
81
+ SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Полуостров Адского Пламени" ;
82
+ SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Долина Призрачной Луны" ;
58
83
59
84
-- Text
60
85
SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Журнал Боя включен" ;
@@ -65,6 +90,8 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
65
90
SimpleAutoCombatLog .L [" Lethon" ] = " Летон" ;
66
91
SimpleAutoCombatLog .L [" Ysondre" ] = " Исондра" ;
67
92
SimpleAutoCombatLog .L [" Taerar" ] = " Таэрар" ;
68
- SimpleAutoCombatLog .L [" Lord Kazzak" ] = " Владыка Каззак" ;
93
+ SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Владыка Каззак" ;
69
94
SimpleAutoCombatLog .L [" Azuregos" ] = " Азурегос" ;
95
+ SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Владыка судеб Каззак" ;
96
+ SimpleAutoCombatLog .L [" Doomwalker" ] = " Судьболом" ;
70
97
end
0 commit comments