@@ -19,15 +19,6 @@ if GetLocale() == "deDE" then
1919 SimpleAutoCombatLog .L [" Ahn'Qiraj" ] = " Ahn'Qiraj" ;
2020 SimpleAutoCombatLog .L [" Zul'Gurub" ] = " Zul'Gurub" ;
2121 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" ;
3122
3223
3324 SimpleAutoCombatLog .L [" Azshara" ] = " Azshara" ;
@@ -36,8 +27,6 @@ if GetLocale() == "deDE" then
3627 SimpleAutoCombatLog .L [" Ashenvale" ] = " Ashenvale" ;
3728 SimpleAutoCombatLog .L [" Feralas" ] = " Feralas" ;
3829 SimpleAutoCombatLog .L [" Duskwood" ] = " Dämmerwald" ;
39- SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Höllenfeuerhalbinsel" ;
40- SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Schattenmondtal" ;
4130
4231 -- Text
4332 SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Kampflog aktiviert" ;
@@ -50,8 +39,6 @@ if GetLocale() == "deDE" then
5039 SimpleAutoCombatLog .L [" Taerar" ] = " Taerar" ;
5140 SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Lord Kazzak" ;
5241 SimpleAutoCombatLog .L [" Azuregos" ] = " Azuregos" ;
53- SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Verdammnislord Kazzak" ;
54- SimpleAutoCombatLog .L [" Doomwalker" ] = " Verdammniswandler" ;
5542
5643elseif GetLocale () == " ruRU" then -- Translation by Horgul-Gordunni
5744 -- Zones
@@ -62,24 +49,13 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
6249 SimpleAutoCombatLog .L [" Ahn'Qiraj" ] = " Храм Ан'Киража" ;
6350 SimpleAutoCombatLog .L [" Zul'Gurub" ] = " Зул'Гуруб" ;
6451 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" ] = " Вершина Хиджала" ;
7452
7553 SimpleAutoCombatLog .L [" Azshara" ] = " Азшара" ;
7654 SimpleAutoCombatLog .L [" Blasted Lands" ] = " Выжженные земли" ;
7755 SimpleAutoCombatLog .L [" Hinterlands" ] = " Внутренние земли" ;
7856 SimpleAutoCombatLog .L [" Ashenvale" ] = " Ясеневый лес" ;
7957 SimpleAutoCombatLog .L [" Feralas" ] = " Фералас" ;
8058 SimpleAutoCombatLog .L [" Duskwood" ] = " Сумеречный лес" ;
81- SimpleAutoCombatLog .L [" Hellfire Peninsula" ] = " Полуостров Адского Пламени" ;
82- SimpleAutoCombatLog .L [" Shadowmoon Valley" ] = " Долина Призрачной Луны" ;
8359
8460 -- Text
8561 SimpleAutoCombatLog .L [" Combatlog enabled" ] = " Журнал Боя включен" ;
@@ -92,6 +68,4 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
9268 SimpleAutoCombatLog .L [" Taerar" ] = " Таэрар" ;
9369 SimpleAutoCombatLog .L [" Doomlord Kazzak" ] = " Владыка Каззак" ;
9470 SimpleAutoCombatLog .L [" Azuregos" ] = " Азурегос" ;
95- SimpleAutoCombatLog .L [" Doom Lord Kazzak" ] = " Владыка судеб Каззак" ;
96- SimpleAutoCombatLog .L [" Doomwalker" ] = " Судьболом" ;
9771end
0 commit comments