@@ -19,15 +19,6 @@ 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
24
SimpleAutoCombatLog .L [" Azshara" ] = " Azshara" ;
@@ -36,8 +27,6 @@ if GetLocale() == "deDE" then
36
27
SimpleAutoCombatLog .L [" Ashenvale" ] = " Ashenvale" ;
37
28
SimpleAutoCombatLog .L [" Feralas" ] = " Feralas" ;
38
29
SimpleAutoCombatLog .L [" Duskwood" ] = " Dämmerwald" ;
39
- SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Höllenfeuerhalbinsel" ;
40
- SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Schattenmondtal" ;
41
30
42
31
-- Text
43
32
SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Kampflog aktiviert" ;
@@ -50,8 +39,6 @@ if GetLocale() == "deDE" then
50
39
SimpleAutoCombatLog .L [" Taerar" ] = " Taerar" ;
51
40
SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Lord Kazzak" ;
52
41
SimpleAutoCombatLog .L [" Azuregos" ] = " Azuregos" ;
53
- SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Verdammnislord Kazzak" ;
54
- SimpleAutoCombatLog .L [" Doomwalker" ] = " Verdammniswandler" ;
55
42
56
43
elseif GetLocale () == " ruRU" then -- Translation by Horgul-Gordunni
57
44
-- Zones
@@ -62,24 +49,13 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
62
49
SimpleAutoCombatLog .L [" Ahn'Qiraj" ] = " Храм Ан'Киража" ;
63
50
SimpleAutoCombatLog .L [" Zul'Gurub" ] = " Зул'Гуруб" ;
64
51
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" ] = " Вершина Хиджала" ;
74
52
75
53
SimpleAutoCombatLog .L [" Azshara" ] = " Азшара" ;
76
54
SimpleAutoCombatLog .L [" Blasted Lands" ] = " Выжженные земли" ;
77
55
SimpleAutoCombatLog .L [" Hinterlands" ] = " Внутренние земли" ;
78
56
SimpleAutoCombatLog .L [" Ashenvale" ] = " Ясеневый лес" ;
79
57
SimpleAutoCombatLog .L [" Feralas" ] = " Фералас" ;
80
58
SimpleAutoCombatLog .L [" Duskwood" ] = " Сумеречный лес" ;
81
- SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Полуостров Адского Пламени" ;
82
- SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Долина Призрачной Луны" ;
83
59
84
60
-- Text
85
61
SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Журнал Боя включен" ;
@@ -92,6 +68,4 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
92
68
SimpleAutoCombatLog .L [" Taerar" ] = " Таэрар" ;
93
69
SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Владыка Каззак" ;
94
70
SimpleAutoCombatLog .L [" Azuregos" ] = " Азурегос" ;
95
- SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Владыка судеб Каззак" ;
96
- SimpleAutoCombatLog .L [" Doomwalker" ] = " Судьболом" ;
97
71
end
0 commit comments