WoWInterface SVN Atlas

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Atlas
    from Rev 38 to Rev 29
    Reverse comparison

Rev 38 → Rev 29

Locale/Atlas-deDE.lua New file
0,0 → 1,1766
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Deutsche Lokalisierung (German, deDE)
-- Dynaletik (ICQ: 176-289-585)
-- Nihlo (ICQ: 260-869-930)
-- Telchar (ICQ: 391-632-535)
 
-- Letztes Update: 09.02.2010
 
if ( GetLocale() == "deDE" ) then
 
--************************************************
-- Global Atlas Strings
--************************************************
 
AtlasSortIgnore = {
"der (.+)",
"die (.+)",
"das (.+)"
}
 
ATLAS_TITLE = "Atlas";
ATLAS_SUBTITLE = "Instanzkarten";
ATLAS_DESC = "Atlas ist ein Instanzkarten-Browser";
 
BINDING_HEADER_ATLAS_TITLE = "Atlas Tastaturbelegungen";
BINDING_NAME_ATLAS_TOGGLE = "Atlas an/aus";
BINDING_NAME_ATLAS_OPTIONS = "Optionen an/aus";
BINDING_NAME_ATLAS_AUTOSEL = "Automatische Auswahl";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "Optionen";
 
ATLAS_STRING_LOCATION = "Region";
ATLAS_STRING_LEVELRANGE = "Stufenbereich";
ATLAS_STRING_PLAYERLIMIT = "Max. Spielerzahl";
ATLAS_STRING_SELECT_CAT = "Kategorie wählen";
ATLAS_STRING_SELECT_MAP = "Karte wählen";
ATLAS_STRING_SEARCH = "Suchen";
ATLAS_STRING_CLEAR = "Leeren";
ATLAS_STRING_MINLEVEL = "Minimale Stufe";
 
ATLAS_OPTIONS_BUTTON = "Optionen";
ATLAS_OPTIONS_SHOWBUT = "Minimap-Schalter anzeigen";
ATLAS_OPTIONS_AUTOSEL = "Automatische Karten-Auswahl";
ATLAS_OPTIONS_BUTPOS = "Schalterposition";
ATLAS_OPTIONS_TRANS = "Transparenz";
ATLAS_OPTIONS_REPMAP = "Weltkarte ersetzen";
ATLAS_OPTIONS_RCLICK = "Rechte Maustaste für Weltkarte drücken";
ATLAS_OPTIONS_SHOWMAPNAME = "Kartenname anzeigen";
ATLAS_OPTIONS_RESETPOS = "Position zurücksetzen";
ATLAS_OPTIONS_ACRONYMS = "Abkürzungen anzeigen";
ATLAS_OPTIONS_SCALE = "Skalierung";
ATLAS_OPTIONS_BUTRAD = "Schalterradius";
ATLAS_OPTIONS_CLAMPED = "Fenster im Bildschirm festsetzen";
ATLAS_OPTIONS_CTRL = "Steuerung drücken, um Tooltips anzuzeigen";
ATLAS_OPTIONS_COORDS = "Koordinaten auf der Weltkarte anzeigen";
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas";
ATLAS_BUTTON_TOOLTIP_HINT = "Linke Maustaste drücken, um Atlas zu öffnen.\nMittlere Maustaste drücken, um Atlas Optionen anzuzeigen.\nRechte Maustaste gedrückt halten, um diesen Schalter zu verschieben.";
ATLAS_LDB_HINT = "Linke Maustaste drücken, um Atlas zu öffnen.\nRechte Maustaste drücken, um die Atlas Optionen anzuzeigen.";
 
ATLAS_OPTIONS_CATDD = "Sortierung der Karten nach:";
ATLAS_DDL_CONTINENT = "Kontinent";
ATLAS_DDL_CONTINENT_EASTERN = "Instanzen der Östlichen Königreiche";
ATLAS_DDL_CONTINENT_KALIMDOR = "Instanzen von Kalimdor";
ATLAS_DDL_CONTINENT_OUTLAND = "Instanzen der Scherbenwelt";
ATLAS_DDL_CONTINENT_NORTHREND = "Instanzen von Nordend";
ATLAS_DDL_LEVEL = "Stufe";
ATLAS_DDL_LEVEL_UNDER45 = "Instanzen unter Stufe 45";
ATLAS_DDL_LEVEL_45TO60 = "Instanzen Stufe 45-60";
ATLAS_DDL_LEVEL_60TO70 = "Instanzen Stufe 60-70";
ATLAS_DDL_LEVEL_70TO80 = "Instanzen Stufe 70-80";
ATLAS_DDL_LEVEL_80PLUS = "Instanzen Stufe 80+";
ATLAS_DDL_PARTYSIZE = "Gruppengröße";
ATLAS_DDL_PARTYSIZE_5_AE = "Instanzen für 5 Spieler A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "Instanzen für 5 Spieler F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "Instanzen für 10 Spieler A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "Instanzen für 10 Spieler R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "Instanzen für 20-40 Spieler";
ATLAS_DDL_EXPANSION = "Erweiterung";
ATLAS_DDL_EXPANSION_OLD_AO = "Instanzen der alten Welt A-O";
ATLAS_DDL_EXPANSION_OLD_PZ = "Instanzen der alten Welt P-Z";
ATLAS_DDL_EXPANSION_BC = "Burning Crusade Instanzen";
ATLAS_DDL_EXPANSION_WOTLK = "Wrath of the Lich King Instanzen";
ATLAS_DDL_TYPE = "Typ";
ATLAS_DDL_TYPE_INSTANCE_AC = "Instanzen A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "Instanzen D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "Instanzen S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "Eingänge";
 
ATLAS_INSTANCE_BUTTON = "Instanz";
ATLAS_ENTRANCE_BUTTON = "Eingang";
ATLAS_SEARCH_UNAVAIL = "Suche nicht verfügbar";
ATLAS_WORLDMAP_PLAYER = "Spieler";
ATLAS_WORLDMAP_CURSOR = "Mauszeiger";
 
ATLAS_DEP_MSG1 = "Atlas hat veraltete Module entdeckt.";
ATLAS_DEP_MSG2 = "Daher wurden diese Module deaktiviert.";
ATLAS_DEP_MSG3 = "Entfernen Sie diese aus Ihrem Verzeichnis AddOns.";
ATLAS_DEP_OK = "OK";
 
AtlasZoneSubstitutions = {
["Ahn'Qiraj"] = "Tempel von Ahn'Qiraj";
["Karazhan"] = "Karazhan [A] (Anfang)";
["Der Schwarze Tempel"] = "Der Schwarze Tempel [A] (Anfang)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "Erwachsen";
["AKA"] = "AKA";
["Alliance"] = "Allianz";
["Arcane Container"] = "Arkaner Behälter";
["Argent Dawn"] = "Argentumdämmerung";
["Argent Crusade"] = "Argentumkreuzuug";
["Arms Warrior"] = "Offensiv Krieger";
["Attunement Required"] = "Zugangsquest erforderlich";
["Back"] = "Hinten";
["Basement"] = "Keller";
["Bat"] = "Fledermaus";
["Blacksmithing Plans"] = "Schmiedekunstpläne";
["Boss"] = "Boss";
["Brazier of Invocation"] = "Räuchergefäß der Anrufung";
["Brewfest"] = "Braufest";
["Chase Begins"] = "Jagd beginnt";
["Chase Ends"] = "Jagd endet";
["Child"] = "Kind";
["Connection"] = "Verbindung";
["DS2"] = "DS2";
["East"] = "Ost";
["Elevator"] = "Aufzug";
["End"] = "Ende";
["Engineer"] = "Ingenieur";
["Entrance"] = "Eingang";
["Event"] = "Ereignis";
["Exalted"] = "Ehrfürchtig";
["Exit"] = "Ausgang";
["Fourth Stop"] = "Vierter Halt";
["Front"] = "Vorne";
["Ghost"] = "Geist";
["Hallow's End"] = "Schlotternächte";
["Heroic"] = "Heroisch";
["Holy Paladin"] = "Heilig Paladin";
["Holy Priest"] = "Heilig Priesterin";
["Horde"] = "Horde";
["Hunter"] = "Jäger";
["Imp"] = "Wichtel";
["Inside"] = "Innen";
["Key"] = "Schlüssel";
["Love is in the Air"] = "Liebe liegt in der Luft";
["Lower"] = "Unten";
["Lunar"] = "Mondfest";
["Lunar Festival"] = "Mondfest";
["Mage"] = "Magier";
["Meeting Stone"] = "Versammlungsstein";
["Midsummer Festival"] = "Sonnenwendfest";
["Monk"] = "Mönch";
["Moonwell"] = "Mondbrunnen";
["North"] = "Nord";
["Optional"] = "Optional";
["Orange"] = "Orange";
["Outside"] = "Außerhalb";
["Paladin"] = "Paladin";
["Panther"] = "Panther";
["Portal"] = "Portal";
["Priest"] = "Priester";
["Protection Warrior"] = "Defensiv Krieger";
["Purple"] = "Lila";
["Random"] = "Zufällig";
["Raptor"] = "Raptor";
["Rare"] = "Rar";
["Reputation"] = "Ruf";
["Repair"] = "Reparieren";
["Retribution Paladin"] = "Vergeltungs Paladin";
["Rewards"] = "Belohnungen";
["Rogue"] = "Schurke";
["Second Stop"] = "Zweiter Halt";
["Shadow Priest"] = "Schatten Priesterin";
["Shaman"] = "Schamane";
["Side"] = "Seite";
["Snake"] = "Schlange";
["Spawn Point"] = "Spawnpunkt";
["Spider"] = "Spinne";
["Start"] = "Anfang";
["Summon"] = "Beschwörbar";
["Teleporter"] = "Teleporter";
["Third Stop"] = "Dritter Halt";
["Tiger"] = "Tiger";
["Top"] = "Spitze";
["Undead"] = "Untot";
["Underwater"] = "Unterwasser";
["Unknown"] = "Unbekannt";
["Upper"] = "Oben";
["Varies"] = "Variiert";
["Wanders"] = "Wandert";
["Warlock"] = "Hexenmeister";
["Warrior"] = "Krieger";
["Wave 5"] = "Welle 5";
["Wave 6"] = "Welle 6";
["Wave 10"] = "Welle 10";
["Wave 12"] = "Welle 12";
["Wave 18"] = "Welle 18";
["West"] = "West";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "Ahn'kahet: Das Alte Königreich";
["Ahn'Qiraj"] = "Ahn'Qiraj"; ["AQ"] = "AQ";
["Armory"] = "Waffenkammer";
["Auchenai Crypts"] = "Auchenaikrypta"; ["AC"] = "Krypta";
["Auchindoun"] = "Auchindoun"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "Azjol-Nerub"; ["AN"] = "AN";
["Black Temple"] = "Der Schwarze Tempel"; ["BT"] = "BT";
["Blackfathom Deeps"] = "Tiefschwarze Grotte"; ["BFD"] = "BFT";
["Blackrock Depths"] = "Schwarzfelstiefen"; ["BRD"] = "BRT";
["Blackrock Spire"] = "Schwarzfelsspitze"; ["LBRS"] = "LBRS"; ["UBRS"] = "UBRS";
["Blackwing Lair"] = "Pechschwingenhort"; ["BWL"] = "BWL";
["Cathedral"] = "Kathedrale"; ["Cath"] = "Kathe";
["Caverns of Time"] = "Höhlen der Zeit"; ["CoT"] = "HdZ";
["Chamber of Aspects"] = "Die Kammer der Aspekte";
["Coilfang Reservoir"] = "Der Echsenkessel"; ["CR"] = "EK";
["Crusaders' Coliseum"] = "Kolloseum der Kreuzfahrer";
["Dire Maul"] = "Düsterbruch"; ["DM"] = "DM";
["Drak'Tharon Keep"] = "Feste Drak'Tharon";
["Frozen Halls"] = "Gefrorene Hallen";
["Gnomeregan"] = "Gnomeregan"; ["Gnome"] = "Gnome";
["Graveyard"] = "Friedhof"; ["GY"] = "Friedhof";
["Gruul's Lair"] = "Gruuls Unterschlupf"; ["GL"] = "Gruul";
["Gundrak"] = "Gundrak";
["Halls of Lightning"] = "Die Hallen der Blitze";
["Halls of Reflection"] = "Die Hallen der Reflexion";
["Halls of Stone"] = "Die Hallen des Steins";
["Hellfire Citadel"] = "Höllenfeuerzitadelle"; ["HFC"] = "HZ";
["Hellfire Ramparts"] = "Höllenfeuerbollwerk"; ["Ramp"] = "BW";
["Hyjal Summit"] = "Hyjalgipfel"; ["CoT3"] = "Hyjal, HdZ3";
["Icecrown Citadel"] = "Eiskronenzitadelle";
["Karazhan"] = "Karazhan"; ["Kara"] = "Kara";
["Library"] = "Bibliothek"; ["Lib"] = "Bib";
["Magisters' Terrace"] = "Terrasse der Magister"; ["MaT"] = "TdM";
["Magtheridon's Lair"] = "Magtheridons Kammer"; ["Mag"] = "Maggi";
["Mana-Tombs"] = "Managruft"; ["MT"] = "Gruft";
["Maraudon"] = "Maraudon"; ["Mara"] = "Mara, Mauro";
["Molten Core"] = "Geschmolzener Kern"; ["MC"] = "MC";
["Naxxramas"] = "Naxxramas";
["Old Hillsbrad Foothills"] = "Vorgebirge des Alten Hügellands"; ["CoT1"] = "Durnholde, HdZ1";
["Onyxia's Lair"] = "Onyxias Hort"; ["Ony"] = "Ony";
["Pit of Saron"] = "Die Grube von Saron";
["Ragefire Chasm"] = "Der Flammenschlund"; ["RFC"] = "RF";
["Razorfen Downs"] = "Hügel der Klingenhauer"; ["RFD"] = "Hügel";
["Razorfen Kraul"] = "Kral der Klingenhauer"; ["RFK"] = "Kral";
["Ruins of Ahn'Qiraj"] = "Ruinen von Ahn'Qiraj"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "Das scharlachrote Kloster"; ["SM"] = "Kloster";
["Scholomance"] = "Scholomance"; ["Scholo"] = "Scholo";
["Serpentshrine Cavern"] = "Höhle des Schlangenschreins"; ["SC"] = "SSC, HdS";
["Sethekk Halls"] = "Sethekkhallen"; ["Seth"] = "SH";
["Shadow Labyrinth"] = "Schattenlabyrinth"; ["SL"] = "Laby";
["Shadowfang Keep"] = "Burg Schattenfang"; ["SFK"] = "BSF";
["Stratholme"] = "Stratholme"; ["Strat"] = "Strat";
["Stratholme Past"] = "Das Ausmerzen von Stratholme";
["Sunken Temple"] = "Der Tempel von Atal'Hakkar"; ["ST"] = "Tempel";
["Sunwell Plateau"] = "Sonnenbrunnenplateau"; ["SuP"] = "Sunwell";
["Tempest Keep"] = "Festung der Stürme"; ["TK"] = "FdS";
["Temple of Ahn'Qiraj"] = "Tempel von Ahn'Qiraj"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "Die Arkatraz"; ["Arca"] = "Arka";
["The Black Morass"] = "Der schwarze Morast"; ["CoT2"] = "Morast, HdZ2";
["The Blood Furnace"] = "Der Blutkessel"; ["BF"] = "BK";
["The Botanica"] = "Die Botanika"; ["Bota"] = "Bota";
["The Deadmines"] = "Die Todesminen"; ["VC"] = "DM";
["The Eye"] = "Festung der Stürme"; ["Eye"] = "FdS";
["The Eye of Eternity"] = "Das Auge der Ewigkeit";
["The Forge of Souls"] = "Die Seelenschmiede";
["The Mechanar"] = "Die Mechanar"; ["Mech"] = "Mecha";
["The Nexus"] = "Der Nexus";
["The Obsidian Sanctum"] = "Das Obsidiansanktum";
["The Oculus"] = "Das Oculus";
["The Ruby Sanctum"] = "Das Rubinsanktum";
["The Shattered Halls"] = "Die zerschmetterten Hallen"; ["SH"] = "ZH";
["The Slave Pens"] = "Die Sklavenunterkünfte"; ["SP"] = "SU";
["The Steamvault"] = "Die Dampfkammer"; ["SV"] = "DK";
["The Stockade"] = "Das Verlies"; ["Stocks"] = "Verlies";
["The Underbog"] = "Der Tiefensumpf"; ["UB"] = "TS";
["The Violet Hold"] = "Die Violette Festung";
["Trial of the Champion"] = "Prüfung des Champions";
["Trial of the Crusader"] = "Prüfung des Kreuzfahrers";
["Uldaman"] = "Uldaman"; ["Ulda"] = "Ulda";
["Ulduar"] = "Ulduar";
["Utgarde Keep"] = "Burg Utgarde";
["Utgarde Pinnacle"] = "Turm Utgarde";
["Vault of Archavon"] = "Archavons Kammer";
["Wailing Caverns"] = "Die Höhlen des Wehklagens"; ["WC"] = "HdW";
["Zul'Aman"] = "Zul'Aman"; ["ZA"] = "ZA";
["Zul'Farrak"] = "Zul'Farrak"; ["ZF"] = "ZF";
["Zul'Gurub"] = "Zul'Gurub"; ["ZG"] = "ZG";
 
--WotLK Acronyms
["AK, Kahet"] = "AK, Kahet"; -- Ahn'kahet
["AN, Nerub"] = "AN, Azjol"; -- Azjol-Nerub
["Champ"] = "PDC"; -- Prüfung des Champions
["Crus"] = "PDK"; -- Prüfung des Kreuzfahrers
["DTK"] = "Feste"; -- Feste Drak'Tharon
["FoS"] = "Schmiede, SS"; ["FH1"] = "FH1"; -- Die Seelenschmiede
["Gun"] = "Gun"; -- Gundrak
["HoL"] = "HdB"; -- Die Hallen der Blitze
["HoR"] = "HdR"; ["FH3"] = "FH3"; -- Die Hallen der Reflexion
["HoS"] = "HdS"; -- Die Hallen des Steins
["IC"] = "ICC, Zita"; -- Eiskronenzitadelle
["Nax"] = "Naxx"; -- Naxxramas
["Nex, Nexus"] = "Nex"; -- Der Nexus
["Ocu"] = "Ocu"; -- Das Oculus
["OS"] = "Obsi"; -- Das Obsidiansanktum
["RS"] = "RS"; -- Das Rubinsanktum";
["PoS"] = "Grube"; ["FH2"] = "FH2"; -- Die Grube von Saron
["Strat, CoT-Strat"] = "Strat, HdZ4"; -- Das Ausmerzen Von Stratholme
["TEoE"] = "Maly"; -- Das Auge der Ewigkeit
["UK, Keep"] = "Burg"; -- Burg Utgarde
["Uldu"] = "Uldu"; -- Ulduar
["UP, Pinn"] = "Turm"; -- Turm Utgarde
["VH"] = "VF, Vio"; -- Die Violette Festung
["VoA"] = "Archa"; -- Archavons Kammer
 
--Continents
["Eastern Kingdoms"] = "Östliche Königreiche";
["Kalimdor"] = "Kalimdor";
["Northrend"] = "Nordend";
["Outland"] = "Scherbenwelt";
 
--Outdoor zones, Locations
["Ashenvale"] = "Eschental";
["Badlands"] = "Ödland";
["Blackrock Mountain"] = "Der Schwarzfels"; ["BRM"] = "BRM";
["Blade's Edge Mountains"] = "Schergrat";
["Borean Tundra"] = "Boreanische Tundra";
["Burning Steppes"] = "Brennende Steppe";
["Dalaran"] = "Dalaran";
["Deadwind Pass"] = "Gebirgspass der Totenwinde";
["Desolace"] = "Desolace";
["Dragonblight"] = "Drachenöde";
["Dun Morogh"] = "Dun Morogh";
["Dustwallow Marsh"] = "Düstermarschen";
["Eastern Plaguelands"] = "Östliche Pestländer";
["Feralas"] = "Feralas";
["Ghostlands"] = "Geisterlande";
["Grizzly Hills"] = "Grizzlyhügel";
["Hellfire Peninsula"] = "Höllenfeuerhalbinsel";
["Howling Fjord"] = "Der heulende Fjord";
["Icecrown"] = "Eiskrone";
["Isle of Quel'Danas"] = "Insel von Quel'Danas";
["Netherstorm"] = "Nethersturm";
["Orgrimmar"] = "Orgrimmar";
["Searing Gorge"] = "Sengende Schlucht";
["Shadowmoon Valley"] = "Schattenmondtal";
["Silithus"] = "Silithus";
["Silverpine Forest"] = "Silberwald";
["Stormwind City"] = "Sturmwind";
["Stranglethorn Vale"] = "Schlingendorntal";
["Swamp of Sorrows"] = "Sümpfe des Elends";
["Tanaris"] = "Tanaris";
["Terokkar Forest"] = "Wälder von Terokkar";
["The Barrens"] = "Brachland";
["The Storm Peaks"] = "Die Sturmgipfel";
["Tirisfal Glades"] = "Tirisfal";
["Western Plaguelands"] = "Westliche Pestländer";
["Westfall"] = "Westfall";
["Wintergrasp"] = "Tausendwintersee";
["Zangarmarsh"] = "Zangarmarschen";
["Zul'Drak"] = "Zul'Drak";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "Maur Grimmtotem";
["Oggleflint <Ragefire Chieftain>"] = "Flintauge <Häuptling der Flammenschlundtroggs>";
["Taragaman the Hungerer"] = "Taragaman der Hungerleider";
["Jergosh the Invoker"] = "Jergosh der Herbeirufer";
["Zelemar the Wrathful"] = "Zelemar der Hasserfüllte";
["Bazzalan"] = "Bazzalan";
 
--Wailing Caverns
["Disciple of Naralex"] = "Jünger von Naralex";
["Lord Cobrahn <Fanglord>"] = "Lord Kobrahn <Giftzahnlord>";
["Lady Anacondra <Fanglord>"] = "Lady Anacondra <Giftzahnlord>";
["Kresh"] = "Kresh";
["Lord Pythas <Fanglord>"] = "Lord Pythas <Giftzahnlord>";
["Skum"] = "Skum";
["Lord Serpentis <Fanglord>"] = "Lord Serpentis <Giftzahnlord>";
["Verdan the Everliving"] = "Verdan der Ewiglebende";
["Mutanus the Devourer"] = "Mutanus der Verschlinger";
["Naralex"] = "Naralex";
["Deviate Faerie Dragon"] = "Deviatfeendrache";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "Ghamoo-ra";
["Lorgalis Manuscript"] = "Manuskript von Lorgalis";
["Lady Sarevess"] = "Lady Sarevess";
["Argent Guard Thaelrid <The Argent Dawn>"] = "Argentumwache Thaelrid <Die Argentumdämmerung>";
["Gelihast"] = "Gelihast";
["Shrine of Gelihast"] = "Schrein von Gelihast";
["Lorgus Jett"] = "Lorgus Jett";
["Fathom Stone"] = "Tiefenstein";
["Baron Aquanis"] = "Baron Aquanis";
["Twilight Lord Kelris"] = "Lord des Schattenhammers Kelris";
["Old Serra'kis"] = "Old Serra'kis";
["Aku'mai"] = "Aku'mai";
["Morridune"] = "Morridune";
["Altar of the Deeps"] = "Altar der Tiefen";
 
--Razorfen Kraul
["Roogug"] = "Roogug";
["Aggem Thorncurse <Death's Head Prophet>"] = "Aggem Dornfluch <Prophet der Totenköpfe>";
["Death Speaker Jargba <Death's Head Captain>"] = "Todessprecher Jargba <Hauptmann der Totenköpfe>";
["Overlord Ramtusk"] = "Oberanführer Rammhauer";
["Razorfen Spearhide"] = "Speerträger der Klingenhauer";
["Agathelos the Raging"] = "Agathelos der Tobende";
["Blind Hunter"] = "Blinder Jäger";
["Charlga Razorflank <The Crone>"] = "Charlga Klingenflanke <Die Greisin>";
["Willix the Importer"] = "Willix der Importeur";
["Heralath Fallowbrook"] = "Heralath Bachquell";
["Earthcaller Halmgar"] = "Erdenrufer Halmgar";
 
--Razorfen Downs
["Tuten'kash"] = "Tuten'kash";
["Henry Stern"] = "Henry Stern";
["Belnistrasz"] = "Belnistrasz";
["Sah'rhee"] = "Sah'rhee";
["Mordresh Fire Eye"] = "Mordresh Feuerauge";
["Glutton"] = "Nimmersatt";
["Ragglesnout"] = "Struppmähne";
["Amnennar the Coldbringer"] = "Amnennar der Kältebringer";
["Plaguemaw the Rotting"] = "Seuchenschlund der Faulende";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "Antu'sul <Vorarbeiter von Sul>";
["Theka the Martyr"] = "Theka der Märtyrer";
["Witch Doctor Zum'rah"] = "Hexendoktor Zum'rah";
["Zul'Farrak Dead Hero"] = "Toter Held aus Zul'Farrak";
["Nekrum Gutchewer"] = "Nekrum der Ausweider";
["Shadowpriest Sezz'ziz"] = "Schattenpriester Sezz'ziz";
["Dustwraith"] = "Karaburan";
["Sergeant Bly"] = "Unteroffizier Bly";
["Weegli Blastfuse"] = "Weegli Lunte";
["Murta Grimgut"] = "Murta Bauchgrimm";
["Raven"] = "Die Krähe";
["Oro Eyegouge"] = "Oro Hohlauge";
["Sandfury Executioner"] = "Henker der Sandwüter";
["Hydromancer Velratha"] = "Wasserbeschwörerin Velratha";
["Gahz'rilla"] = "Gahz'rilla";
["Elder Wildmane"] = "Urahnin Wildmähne";
["Chief Ukorz Sandscalp"] = "Häuptling Ukorz Sandskalp";
["Ruuzlu"] = "Ruuzlu";
["Zerillis"] = "Zerillis";
["Sandarr Dunereaver"] = "Sandarr der Wüstenräuber";
 
--Maraudon
["Scepter of Celebras"] = "Szepter von Celebras";
["Veng <The Fifth Khan>"] = "Veng <Der fünfte Khan>";
["Noxxion"] = "Noxxion";
["Razorlash"] = "Schlingwurzler";
["Maraudos <The Fourth Khan>"] = "Maraudos <Der vierte Khan>";
["Lord Vyletongue"] = "Lord Schlangenzunge";
["Meshlok the Harvester"] = "Meshlok der Ernter";
["Celebras the Cursed"] = "Celebras der Verfluchte";
["Landslide"] = "Erdrutsch";
["Tinkerer Gizlock"] = "Tüftler Gizlock";
["Rotgrip"] = "Faulschnapper";
["Princess Theradras"] = "Prinzessin Theradras";
["Elder Splitrock"] = "Urahne Splitterfels";
 
--Dire Maul (East)
["Pusillin"] = "Pusillin";
["Zevrim Thornhoof"] = "Zevrim Dornhuf";
["Hydrospawn"] = "Hydrobrut";
["Lethtendris"] = "Lethtendris";
["Pimgib"] = "Pimgib";
["Old Ironbark"] = "Eisenborke der Große";
["Alzzin the Wildshaper"] = "Alzzin der Wildformer";
["Isalien"] = "Isalien";
 
--Dire Maul (North)
["Crescent Key"] = "Mondsichelschlüssel";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "Wache Mol'dar";
["Stomper Kreeg <The Drunk>"] = "Stampfer Kreeg <Der Betrunkene>";
["Guard Fengus"] = "Wache Fengus";
["Knot Thimblejack"] = "Knot Zwingschraub";
["Guard Slip'kik"] = "Wache Slip'kik";
["Captain Kromcrush"] = "Hauptmann Krombruch";
["King Gordok"] = "König Gordok";
["Cho'Rush the Observer"] = "Cho'Rush der Beobachter";
 
--Dire Maul (West)
["J'eevee's Jar"] = "J'eevees Glas";
["Pylons"] = "Pylonen";
["Shen'dralar Ancient"] = "Uralte Shen'dralar";
["Tendris Warpwood"] = "Tendris Wucherborke";
["Ancient Equine Spirit"] = "Uralter Pferdegeist";
["Illyanna Ravenoak"] = "Illyanna Rabeneiche";
["Ferra"] = "Ferra";
["Magister Kalendris"] = "Magister Kalendris";
["Tsu'zee"] = "Tsu'zee";
["Immol'thar"] = "Immol'thar";
["Lord Hel'nurath"] = "Lord Hel'nurath";
["Prince Tortheldrin"] = "Prinz Tortheldrin";
["Falrin Treeshaper"] = "Falrin Rankenweber";
["Lorekeeper Lydros"] = "Hüter des Wissens Lydros";
["Lorekeeper Javon"] = "Hüter des Wissens Javon";
["Lorekeeper Kildrath"] = "Hüter des Wissens Kildrath";
["Lorekeeper Mykos"] = "Hüterin des Wissens Mykos";
["Shen'dralar Provisioner"] = "Versorger der Shen'dralar";
["Skeletal Remains of Kariel Winthalus"] = "Die sterblichen Überreste von Kariel Winthalus";
 
--Onyxia's Lair
["Onyxian Warders"] = "Onyxias Wärter";
["Whelp Eggs"] = "Welpeneier";
["Onyxia"] = "Onyxia";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "Brut Nozdormus";
["The Prophet Skeram"] = "Der Prophet Skeram";
["The Bug Family"] = "Die Käferfamilie";
["Vem"] = "Vem";
["Lord Kri"] = "Lord Kri";
["Princess Yauj"] = "Prinzessin Yauj";
["Battleguard Sartura"] = "Schlachtwache Sartura";
["Fankriss the Unyielding"] = "Fankriss der Unnachgiebige";
["Viscidus"] = "Viscidus";
["Princess Huhuran"] = "Prinzessin Huhuran";
["Twin Emperors"] = "Die Zwillings-Imperatoren";
["Emperor Vek'lor"] = "Imperator Vek'lor";
["Emperor Vek'nilash"] = "Imperator Vek'nilash";
["Ouro"] = "Ouro";
["Eye of C'Thun"] = "Auge von C'Thun";
["C'Thun"] = "C'Thun";
["Andorgos <Brood of Malygos>"] = "Andorgos <Brut Malygos'>";
["Vethsera <Brood of Ysera>"] = "Vethsera <Brut Yseras>";
["Kandrostrasz <Brood of Alexstrasza>"] = "Kandrostrasz <Brut Alexstraszas>";
["Arygos"] = "Arygos";
["Caelestrasz"] = "Caelestrasz";
["Merithra of the Dream"] = "Merithra des Traums";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "Zirkel des Cenarius";
["Kurinnaxx"] = "Kurinnaxx";
["Lieutenant General Andorov"] = "Generalleutnant Andorov";
["Four Kaldorei Elites"] = "Vier Elitesoldaten der Kaldorei";
["General Rajaxx"] = "General Rajaxx";
["Captain Qeez"] = "Hauptmann Qeez";
["Captain Tuubid"] = "Hauptmann Tuubid";
["Captain Drenn"] = "Hauptmann Drenn";
["Captain Xurrem"] = "Hauptmann Xurrem";
["Major Yeggeth"] = "Major Yeggeth";
["Major Pakkon"] = "Major Pakkon";
["Colonel Zerran"] = "Oberst Zerran";
["Moam"] = "Moam";
["Buru the Gorger"] = "Buru der Verschlinger";
["Ayamiss the Hunter"] = "Ayamiss der Jäger";
["Ossirian the Unscarred"] = "Ossirian der Narbenlose";
["Safe Room"] = "Sicherer Raum";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "Öffnung des Dunklen Portals";
["Keepers of Time"] = "Hüter der Zeit";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "Schlüssel der Zeit";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "Sa'at <Hüter der Zeit>";
["Chrono Lord Deja"] = "Chronolord Deja";
["Temporus"] = "Temporus";
["Aeonus"] = "Aeonus";
["The Dark Portal"] = "Das Dunkle Portal";
["Medivh"] = "Medivh";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "Schlacht um Berg Hyjal";
["The Scale of the Sands"] = "Die Wächter der Sande";
["Alliance Base"] = "Basis der Allianz";
["Lady Jaina Proudmoore"] = "Lady Jaina Prachtmeer";
["Horde Encampment"] = "Lager der Horde";
["Thrall <Warchief>"] = "Thrall <Kriegshäuptling>";
["Night Elf Village"] = "Nachtelfen Dorf";
["Tyrande Whisperwind <High Priestess of Elune>"] = "Tyrande Wisperwind <Hohepriesterin von Elune>";
["Rage Winterchill"] = "Furor Winterfrost";
["Anetheron"] = "Anetheron";
["Kaz'rogal"] = "Kaz'rogal";
["Azgalor"] = "Azgalor";
["Archimonde"] = "Archimonde";
["Indormi <Keeper of Ancient Gem Lore>"] = "Indormi <Bewahrerin der alten Edelsteinkunde>";
["Tydormu <Keeper of Lost Artifacts>"] = "Tydormu <Bewahrer der verlorenen Artefakte>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "Flucht aus Burg Durnholde";
["Erozion"] = "Erozion";
["Brazen"] = "Brazen";
["Landing Spot"] = "Landepunkt";
["Southshore"] = "Süderstade";
["Tarren Mill"] = "Tarrens Mühle";
["Lieutenant Drake"] = "Leutnant Drach";
["Thrall"] = "Thrall";
["Captain Skarloc"] = "Kapitän Skarloc";
["Epoch Hunter"] = "Epochenjäger";
["Taretha"] = "Taretha";
["Jonathan Revah"] = "Jonathan Revah";
["Jerry Carter"] = "Jerry Carter";
["Traveling"] = "Reisend";
["Thomas Yance <Travelling Salesman>"] = "Thomas Yance <Handelsreisender>";
["Aged Dalaran Wizard"] = "Gealterter Hexer von Dalaran";
["Kel'Thuzad <The Kirin Tor>"] = "Kel'Thuzad <Kirin Tor>";
["Helcular"] = "Helcular";
["Farmer Kent"] = "Bauer Kent";
["Sally Whitemane"] = "Sally Weißsträhne";
["Renault Mograine"] = "Renault Mograine";
["Little Jimmy Vishas"] = "Kleiner Jimmy Vishas";
["Herod the Bully"] = "Herod der Tyrann";
["Nat Pagle"] = "Nat Pagle";
["Hal McAllister"] = "Hal McAllister";
["Zixil <Aspiring Merchant>"] = "Zixil <Aufstrebender Händler>";
["Overwatch Mark 0 <Protector>"] = "Überwacher V.0 <Beschützer>";
["Southshore Inn"] = "Süderstade Gasthaus";
["Captain Edward Hanes"] = "Kapitän Edward Hanes";
["Captain Sanders"] = "Kapitän Sanders";
["Commander Mograine"] = "Kommandant Mograine";
["Isillien"] = "Isillien";
["Abbendis"] = "Abbendis";
["Fairbanks"] = "Schönufer";
["Tirion Fordring"] = "Tirion Fordring";
["Arcanist Doan"] = "Arkanist Doan";
["Taelan"] = "Taelan";
["Barkeep Kelly <Bartender>"] = "Barkeeper Kelly <Schankkellner>";
["Frances Lin <Barmaid>"] = "Frances Lin <Bardame>";
["Chef Jessen <Speciality Meat & Slop>"] = "Küchenchef Jessen <Spezialitätenfleisch & Pampe>";
["Stalvan Mistmantle"] = "Stalvan Dunstmantel";
["Phin Odelic <The Kirin Tor>"] = "Phin Odelic <Kirin Tor>";
["Southshore Town Hall"] = "Süderstade Stadthalle";
["Magistrate Henry Maleb"] = "Magistrat Henry Maleb";
["Raleigh the True"] = "Raleigh der Getreue";
["Nathanos Marris"] = "Nathanos Marris";
["Bilger the Straight-laced"] = "Bilger der Strenge";
["Innkeeper Monica"] = "Gastwirtin Monica";
["Julie Honeywell"] = "Julie Honigbrunn";
["Jay Lemieux"] = "Jay Lemieux";
["Young Blanchy"] = "Kleine Graumähne";
["Don Carlos"] = "Don Carlos";
["Guerrero"] = "Guerrero";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "Schlüssel zur Schattenschmiede";
["Prison Cell Key"] = "Gefängniszellenschlüssel";
["Jail Break!"] = "Gefängnisausbruch!";
["Banner of Provocation"] = "Banner der Provokation";
["Lord Roccor"] = "Lord Roccor";
["Kharan Mighthammer"] = "Kharan Hammermacht";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "Kommandant Gor'shak <Expeditionskorps von Kargath>";
["Marshal Windsor"] = "Marschall Windsor";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "Verhörmeisterin Gerstahn <Befrager des Schattenhammers>";
["Ring of Law"] = "Ring des Gesetzes";
["Anub'shiah"] = "Anub'shiah";
["Eviscerator"] = "Ausweider";
["Gorosh the Dervish"] = "Gorosh der Derwisch";
["Grizzle"] = "Grizzle";
["Hedrum the Creeper"] = "Hedrum der Krabbler";
["Ok'thor the Breaker"] = "Ok'thor der Zerstörer";
["Theldren"] = "Theldren";
["Lefty"] = "Lefty";
["Malgen Longspear"] = "Malgen Langspeer";
["Gnashjaw <Malgen Longspear's Pet>"] = "Knirschkiefer <Malgen Langspeers Tier>";
["Rotfang"] = "Totenbiss";
["Va'jashni"] = "Va'jashni";
["Houndmaster Grebmar"] = "Hundemeister Grebmar";
["Elder Morndeep"] = "Urahne Schwermut";
["High Justice Grimstone"] = "Oberrichter Grimmstein";
["Monument of Franclorn Forgewright"] = "Denkmal für Franclorn Schmiedevater";
["Pyromancer Loregrain"] = "Pyromant Weisenkorn";
["The Vault"] = "Der Tresorraum";
["Warder Stilgiss"] = "Wärter Stilgiss";
["Verek"] = "Verek";
["Watchman Doomgrip"] = "Wachmann Stahlgriff";
["Fineous Darkvire <Chief Architect>"] = "Fineous Dunkelader <Chefarchitekt>";
["The Black Anvil"] = "Der Schwarze Amboss";
["Lord Incendius"] = "Lord Incendius";
["Bael'Gar"] = "Bael'Gar";
["Shadowforge Lock"] = "Schloss der Schattenschmiede";
["General Angerforge"] = "General Zornesschmied";
["Golem Lord Argelmach"] = "Golemlord Argelmach";
["Field Repair Bot 74A"] = "Feldreparaturbot 74A";
["The Grim Guzzler"] = "Der Grimmige Säufer";
["Hurley Blackbreath"] = "Hurley Pestatem";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "Lokhtos Düsterfeilsch <Die Thoriumbruderschaft>";
["Mistress Nagmara"] = "Herrin Nagmara";
["Phalanx"] = "Phalanx";
["Plugger Spazzring"] = "Stöpsel Zapfring";
["Private Rocknot"] = "Gefreiter Rocknot";
["Ribbly Screwspigot"] = "Ribbly Schraubstutz";
["Coren Direbrew"] = "Coren Düsterbräu";
["Griz Gutshank <Arena Vendor>"] = "Griz Mummwinkel <Arenaverkäufer>";
["Ambassador Flamelash"] = "Botschafter Flammenschlag";
["Panzor the Invincible"] = "Panzor der Unbesiegbare";
["Summoner's Tomb"] = "Grab des Beschwörers";
["The Lyceum"] = "Das Lyzeum";
["Magmus"] = "Magmus";
["Emperor Dagran Thaurissan"] = "Imperator Dagran Thaurissan";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "Prinzessin Moira Bronzebart <Prinzessin von Eisenschmiede>";
["High Priestess of Thaurissan"] = "Hohepriesterin von Thaurissan";
["The Black Forge"] = "Die Schwarze Schmiede";
["Core Fragment"] = "Kernfragment";
["Overmaster Pyron"] = "Übermeister Pyron";
 
--Blackrock Spire (Lower)
["Vaelan"] = "Vaelan";
["Warosh <The Cursed>"] = "Warosh <Die Verfluchten>";
["Elder Stonefort"] = "Urahne Steinwehr";
["Roughshod Pike"] = "Beschlagene Pike";
["Spirestone Butcher"] = "Metzger der Felsspitzoger";
["Highlord Omokk"] = "Hochlord Omokk";
["Spirestone Battle Lord"] = "Kampflord der Felsspitzoger";
["Spirestone Lord Magus"] = "Maguslord der Felsspitzoger";
["Shadow Hunter Vosh'gajin"] = "Schattenjägerin Vosh'gajin";
["Fifth Mosh'aru Tablet"] = "Fünfte Schrifttafel von Mosh'aru";
["Bijou"] = "Bijou";
["War Master Voone"] = "Kriegsmeister Voone";
["Mor Grayhoof"] = "Mor Grauhuf";
["Sixth Mosh'aru Tablet"] = "Sechste Schrifttafel von Mosh'aru";
["Bijou's Belongings"] = "Bijous Habseligkeiten";
["Human Remains"] = "Menschliche Überreste";
["Unfired Plate Gauntlets"] = "Ungebrannte Plattenstulpen";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "Bannok Grimmaxt <Champion der Feuerbrandlegion>";
["Mother Smolderweb"] = "Mutter Glimmernetz";
["Crystal Fang"] = "Kristallfangzahn";
["Urok's Tribute Pile"] = "Uroks Tributhaufen";
["Urok Doomhowl"] = "Urok Schreckensbote";
["Quartermaster Zigris <Bloodaxe Legion>"] = "Rüstmeister Zigris <Blutaxtlegion>";
["Halycon"] = "Halycon";
["Gizrul the Slavener"] = "Gizrul der Geifernde";
["Ghok Bashguud <Bloodaxe Champion>"] = "Ghok Haudrauf <Champion der Blutäxte>";
["Overlord Wyrmthalak"] = "Oberanführer Wyrmthalak";
["Burning Felguard"] = "Brennende Teufelswache";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "Feuerwache Glutseher";
["Solakar Flamewreath"] = "Solakar Feuerkrone";
["Father Flame"] = "Vater Flamme";
["Darkstone Tablet"] = "Dunkelsteinschrifttafel";
["Doomrigger's Coffer"] = "Doomriggers Kasten";
["Jed Runewatcher <Blackhand Legion>"] = "Jed Runenblick <Schwarzfaustlegion>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "Goraluk Hammerbruch <Rüstungsschmied der Schwarzfaustlegion>";
["Warchief Rend Blackhand"] = "Kriegshäuptling Rend Schwarzfaust";
["Gyth <Rend Blackhand's Mount>"] = "Gyth <Rend Schwarzfausts Reittier>";
["Awbee"] = "Awbee";
["The Beast"] = "Die Bestie";
["Lord Valthalak"] = "Lord Valthalak";
["Finkle Einhorn"] = "Finkle Einhorn";
["General Drakkisath"] = "General Drakkisath";
["Drakkisath's Brand"] = "Drakkisaths Brandzeichen";
 
--Blackwing Lair
["Razorgore the Untamed"] = "Feuerkralle der Ungezähmte";
["Vaelastrasz the Corrupt"] = "Vaelastrasz der Verdorbene";
["Broodlord Lashlayer"] = "Brutwächter Dreschbringer";
["Firemaw"] = "Feuerschwinge";
["Draconic for Dummies (Chapter VII)"] = "Drachisch für Dummies (Kapitel VII)";
["Master Elemental Shaper Krixix"] = "Meisterelementarformer Krixix";
["Ebonroc"] = "Schattenschwinge";
["Flamegor"] = "Flammenmaul";
["Chromaggus"] = "Chromaggus";
["Nefarian"] = "Nefarian";
 
--Gnomeregan
["Workshop Key"] = "Werkstattschlüssel";
["Blastmaster Emi Shortfuse"] = "Sprengmeisterin Emi Schnellzünd";
["Grubbis"] = "Grubbis";
["Chomper"] = "Mümmler";
["Clean Room"] = "Saubere Zone";
["Tink Sprocketwhistle <Engineering Supplies>"] = "Tink Sprosspfiff <Ingenieursbedarf>";
["The Sparklematic 5200"] = "Der Funkelmat 5200";
["Mail Box"] = "Briefkasten";
["Kernobee"] = "Kernobee";
["Alarm-a-bomb 2600"] = "Bombenalarm 2600";
["Matrix Punchograph 3005-B"] = "Matrix-Prägograph 3005-B";
["Viscous Fallout"] = "Verflüssigte Ablagerung";
["Electrocutioner 6000"] = "Elektrokutor 6000";
["Matrix Punchograph 3005-C"] = "Matrix-Prägograph 3005-C";
["Crowd Pummeler 9-60"] = "Meuteverprügler 9-60";
["Matrix Punchograph 3005-D"] = "Matrix-Prägograph 3005-D";
["Dark Iron Ambassador"] = "Botschafter der Dunkeleisenzwerge";
["Mekgineer Thermaplugg"] = "Robogenieur Thermadraht";
 
--Molten Core
["Hydraxian Waterlords"] = "Hydraxianer";
["Lucifron"] = "Lucifron";
["Magmadar"] = "Magmadar";
["Gehennas"] = "Gehennas";
["Garr"] = "Garr";
["Shazzrah"] = "Shazzrah";
["Baron Geddon"] = "Baron Geddon";
["Golemagg the Incinerator"] = "Golemagg der Verbrenner";
["Sulfuron Harbinger"] = "Sulfuronherold";
["Majordomo Executus"] = "Majordomus Exekutus";
["Ragnaros"] = "Ragnaros";
 
--SM: Library
["Houndmaster Loksey"] = "Hundemeister Loksey";
["Arcanist Doan"] = "Arkanist Doan";
 
--SM: Armory
["The Scarlet Key"] = "Der scharlachrote Schlüssel";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "Herod <Der Scharlachrote Held>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "Hochinquisitor Schönufer";
["Scarlet Commander Mograine"] = "Scharlachroter Kommandant Mograine";
["High Inquisitor Whitemane"] = "Hochinquisitorin Weißsträhne";
 
--SM: Graveyard
["Interrogator Vishas"] = "Befrager Vishas";
["Vorrel Sengutz"] = "Vorrel Sengutz";
["Pumpkin Shrine"] = "Kürbisschrein";
["Headless Horseman"] = "Der kopflose Reiter";
["Bloodmage Thalnos"] = "Blutmagier Thalnos";
["Ironspine"] = "Eisenrücken";
["Azshir the Sleepless"] = "Azshir der Schlaflose";
["Fallen Champion"] = "Gestürzter Held";
 
--Scholomance
["Skeleton Key"] = "Skelettschlüssel";
["Viewing Room Key"] = "Schlüssel zum Vorführraum";
["Viewing Room"] = "Vorführraum";
["Blood of Innocents"] = "Das Blut Unschuldiger";
["Divination Scryer"] = "Orakel der Anrufung";
["Blood Steward of Kirtonos"] = "Blutdiener von Kirtonos";
["The Deed to Southshore"] = "Die Besitzurkunde für Süderstade";
["Kirtonos the Herald"] = "Kirtonos der Herold";
["Jandice Barov"] = "Jandice Barov";
["The Deed to Tarren Mill"] = "Die Besitzurkunde für Tarrens Mühle";
["Rattlegore"] = "Blutrippe";
["Death Knight Darkreaver"] = "Todesritter Schattensichel";
["Marduk Blackpool"] = "Marduk Schwarzborn";
["Vectus"] = "Vectus";
["Ras Frostwhisper"] = "Ras Frostraunen";
["The Deed to Brill"] = "Die Besitzurkunde für Brill";
["Kormok"] = "Kormok";
["Instructor Malicia"] = "Instrukteurin Malicia";
["Doctor Theolen Krastinov <The Butcher>"] = "Doktor Theolen Krastinov <Der Schlächter>";
["Lorekeeper Polkelt"] = "Hüter des Wissens Polkelt";
["The Ravenian"] = "Der Ravenier";
["Lord Alexei Barov"] = "Lord Alexei Barov";
["The Deed to Caer Darrow"] = "Die Besitzurkunde für Darrowehr";
["Lady Illucia Barov"] = "Lady Illucia Barov";
["Darkmaster Gandling"] = "Dunkelmeister Gandling";
["Torch Lever"] = "Fackelhebel";
["Secret Chest"] = "Geheime Truhe";
["Alchemy Lab"] = "Alchimielabor";
 
--Shadowfang Keep
["Deathsworn Captain"] = "Todeshöriger Hauptmann";
["Rethilgore <The Cell Keeper>"] = "Rotkralle <Der Zellenbewahrer>";
["Sorcerer Ashcrombe"] = "Zauberhexer Aschengrund";
["Deathstalker Adamant"] = "Todespirscher Adamant";
["Landen Stilwell"] = "Landen Stillbrunn";
["Investigator Fezzen Brasstacks"] = "Ermittler Fezzen Kupferstapel";
["Deathstalker Vincent"] = "Todespirscher Vincent";
["Apothecary Trio"] = "Apotheker-Trio";
["Apothecary Hummel <Crown Chemical Co.>"] = "Apotheker Hummel <Chemiemanufaktur Krone>";
["Apothecary Baxter <Crown Chemical Co.>"] = "Apotheker Baxter <Chemiemanufaktur Krone>";
["Apothecary Frye <Crown Chemical Co.>"] = "Apotheker Frye <Chemiemanufaktur Krone>";
["Fel Steed"] = "Teufelsross";
["Jordan's Hammer"] = "Jordans Hammer";
["Crate of Ingots"] = "Kiste mit Blöcken";
["Razorclaw the Butcher"] = "Klingenklaue der Metzger";
["Baron Silverlaine"] = "Baron Silberlein";
["Commander Springvale"] = "Kommandant Grünthal";
["Odo the Blindwatcher"] = "Odo der Blindseher";
["Fenrus the Devourer"] = "Fenrus der Verschlinger";
["Arugal's Voidwalker"] = "Arugals Leerwandler";
["The Book of Ur"] = "Das Buch von Ur";
["Wolf Master Nandos"] = "Wolfmeister Nandos";
["Archmage Arugal"] = "Erzmagier Arugal";
 
--Stratholme
["The Scarlet Key"] = "Der scharlachrote Schlüssel";
["Key to the City"] = "Schlüssel zur Stadt";
["Various Postbox Keys"] = "Verschiedene Briefkastenschlüssel";
["Living Side"] = "Seite der Lebenden";
["Undead Side"] = "Seite der Untoten";
["Skul"] = "Skul";
["Stratholme Courier"] = "Kurier von Stratholme";
["Fras Siabi"] = "Fras Siabi";
["Atiesh <Hand of Sargeras>"] = "Atiesh <Hand von Sargeras>";
["Hearthsinger Forresten"] = "Herdsinger Forresten";
["The Unforgiven"] = "Der Unverziehene";
["Elder Farwhisper"] = "Urahne Fernwisper";
["Timmy the Cruel"] = "Timmy der Grausame";
["Malor the Zealous"] = "Malor der Eifrige";
["Malor's Strongbox"] = "Malors Geldkassette";
["Crimson Hammersmith"] = "Purpurroter Hammerschmied";
["Cannon Master Willey"] = "Kanonenmeister Willey";
["Archivist Galford"] = "Archivar Galford";
["Grand Crusader Dathrohan"] = "Oberster Kreuzzügler Dathrohan";
["Balnazzar"] = "Balnazzar";
["Sothos"] = "Sothos";
["Jarien"] = "Jarien";
["Magistrate Barthilas"] = "Magistrat Barthilas";
["Aurius"] = "Aurius";
["Stonespine"] = "Steinbuckel";
["Baroness Anastari"] = "Baroness Anastari";
["Black Guard Swordsmith"] = "Schwertschmied der schwarzen Wache";
["Nerub'enkan"] = "Nerub'enkan";
["Maleki the Pallid"] = "Maleki der Leichenblasse";
["Ramstein the Gorger"] = "Ramstein der Verschlinger";
["Baron Rivendare"] = "Baron Totenschwur";
["Ysida Harmon"] = "Ysida Harmon";
["Crusaders' Square Postbox"] = "Briefkasten am Kreuzzüglerplatz";
["Market Row Postbox"] = "Briefkasten in der Marktgasse";
["Festival Lane Postbox"] = "Briefkasten in der Feststraße";
["Elders' Square Postbox"] = "Briefkasten am Ältestenplatz";
["King's Square Postbox"] = "Briefkasten am Königsplatz";
["Fras Siabi's Postbox"] = "Fras Siabis Briefkasten";
["3rd Box Opened"] = "Dritter geöffneter Briefkasten";
["Postmaster Malown"] = "Postmeister Malown";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "Rhahk'Zor <Der Großknecht>";
["Miner Johnson"] = "Minenarbeiter Johnson";
["Sneed <Lumbermaster>"] = "Sneed <Holzfällermeister>";
["Sneed's Shredder <Lumbermaster>"] = "Sneeds Schredder <Holzfällermeister>";
["Gilnid <The Smelter>"] = "Gilnid <Der Schmelzer>";
["Defias Gunpowder"] = "Schießpulver der Defias";
["Captain Greenskin"] = "Kapitän Grünhaut";
["Edwin VanCleef <Defias Kingpin>"] = "Edwin van Cleef <Herrscher der Defias>";
["Mr. Smite <The Ship's First Mate>"] = "Handlanger Pein <Der Erste Maat>";
["Cookie <The Ship's Cook>"] = "Krümel <Der Smutje>";
 
--The Stockade
["Targorr the Dread"] = "Targorr der Schreckliche";
["Kam Deepfury"] = "Kam Tiefenzorn";
["Hamhock"] = "Hamhock";
["Bazil Thredd"] = "Bazil Thredd";
["Dextren Ward"] = "Dextren Ward";
["Bruegal Ironknuckle"] = "Bruegal Eisenfaust";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "Versunkener Tempel";
["Yeh'kinya's Scroll"] = "Yeh'kinyas Rolle";
["Atal'ai Defenders"] = "Atal'ai Verteidiger";
["Gasher"] = "Schlitzer";
["Loro"] = "Loro";
["Hukku"] = "Hukku";
["Zolo"] = "Zolo";
["Mijan"] = "Mijan";
["Zul'Lor"] = "Zul'Lor";
["Altar of Hakkar"] = "Altar von Hakkar";
["Atal'alarion <Guardian of the Idol>"] = "Atal'alarion <Wächter des Götzen>";
["Dreamscythe"] = "Traumsense";
["Weaver"] = "Wirker";
["Avatar of Hakkar"] = "Avatar von Hakkar";
["Jammal'an the Prophet"] = "Jammal'an der Prophet";
["Ogom the Wretched"] = "Ogom der Elende";
["Morphaz"] = "Morphaz";
["Hazzas"] = "Hazzas";
["Shade of Eranikus"] = "Eranikus' Schemen";
["Essence Font"] = "Essenz-Born";
["Spawn of Hakkar"] = "Brut von Hakkar";
["Elder Starsong"] = "Urahnin Sternensang";
["Statue Activation Order"] = "Statuen Aktivierungsreihenfolge";
 
--Uldaman
["Staff of Prehistoria"] = "Stab der Prähistorie";
["Baelog"] = "Baelog";
["Eric \"The Swift\""] = "Eric \"Der Flinke\"";
["Olaf"] = "Olaf";
["Baelog's Chest"] = "Baelogs Truhe";
["Conspicuous Urn"] = "Verdächtige Urne";
["Remains of a Paladin"] = "Überreste eines Paladins";
["Revelosh"] = "Revelosh";
["Ironaya"] = "Ironaya";
["Obsidian Sentinel"] = "Obsidianschildwache";
["Annora <Enchanting Trainer>"] = "Annora <Verzauberkunstlehrerin>";
["Ancient Stone Keeper"] = "Uralter Steinbewahrer";
["Galgann Firehammer"] = "Galgann Feuerhammer";
["Tablet of Will"] = "Schrifttafel des Willens";
["Shadowforge Cache"] = "Schattenschmiedecache";
["Grimlok <Stonevault Chieftain>"] = "Grimlok <Häuptling der Steingrufttroggs>";
["Archaedas <Ancient Stone Watcher>"] = "Archaedas <Alter Steinbehüter>";
["The Discs of Norgannon"] = "Die Scheiben von Norgannon";
["Ancient Treasure"] = "Antiker Schatz";
 
--Zul'Gurub
["Zandalar Tribe"] = "Stamm der Zandalar";
["Mudskunk Lure"] = "Matschstinkerköder";
["Gurubashi Mojo Madness"] = "Mojowahnsinn der Gurubashi";
["High Priestess Jeklik"] = "Hohepriesterin Jeklik";
["High Priest Venoxis"] = "Hohepriester Venoxis";
["Zanza the Restless"] = "Zanza der Ruhelose";
["High Priestess Mar'li"] = "Hohepriesterin Mar'li";
["Bloodlord Mandokir"] = "Blutfürst Mandokir";
["Ohgan"] = "Ohgan";
["Edge of Madness"] = "Rand des Wahnsinns";
["Gri'lek"] = "Gri'lek";
["Hazza'rah"] = "Hazza'rah";
["Renataki"] = "Renataki";
["Wushoolay"] = "Wushoolay";
["Gahz'ranka"] = "Gahz'ranka";
["High Priest Thekal"] = "Hohepriester Thekal";
["Zealot Zath"] = "Zelot Zath";
["Zealot Lor'Khan"] = "Zelot Lor'Khan";
["High Priestess Arlokk"] = "Hohepriesterin Arlokk";
["Jin'do the Hexxer"] = "Jin'do der Verhexer";
["Hakkar"] = "Hakkar";
["Muddy Churning Waters"] = "Schlammiges aufgewühltes Gewässer";
 
--Karazhan Start
["The Violet Eye"] = "Das Violette Auge";--omitted from Karazhan End
["The Master's Key"] = "Der Schlüssel des Meisters";--omitted from Karazhan End
["Staircase to the Ballroom"] = "Treppen zum Ballsaal";
["Stairs to Upper Stable"] = "Treppen zum Oberen Stall";
["Ramp to the Guest Chambers"] = "Rampe zu den Gästekammern";
["Stairs to Opera House Orchestra Level"] = "Treppen zur Opernhaus Orchester Ebene";
["Ramp from Mezzanine to Balcony"] = "Rampe vom Zwischengeschoss zum Balkon";
["Connection to Master's Terrace"] = "Verbindung zur Terrasse des Meisters";
["Path to the Broken Stairs"] = "Weg zur Beschädigten Treppe";--omitted from Karazhan End
["Hastings <The Caretaker>"] = "Hastings <Der Hauswart>";
["Servant Quarters"] = "Quartier der Diener";
["Hyakiss the Lurker"] = "Hyakiss der Lauerer";
["Rokad the Ravager"] = "Rokad der Verheerer";
["Shadikith the Glider"] = "Shadikith der Gleiter";
["Berthold <The Doorman>"] = "Berthold <Der Pförtner>";
["Calliard <The Nightman>"] = "Calliard <Der Nachtwächter>";
["Attumen the Huntsman"] = "Attumen der Jäger";
["Midnight"] = "Mittnacht";
["Koren <The Blacksmith>"] = "Koren <Der Schmied>";
["Moroes <Tower Steward>"] = "Moroes <Turmwärter>";
["Baroness Dorothea Millstipe"] = "Baroness Dorothea Mühlenstein";
["Lady Catriona Von'Indi"] = "Lady Catriona Von'Indi";
["Lady Keira Berrybuck"] = "Lady Keira Beerhas";
["Baron Rafe Dreuger"] = "Baron Rafe Dreuger";
["Lord Robin Daris"] = "Lord Robin Daris";
["Lord Crispin Ference"] = "Lord Crispin Ference";
["Bennett <The Sergeant at Arms>"] = "Bennett <Die Schutzwache>";
["Ebonlocke <The Noble>"] = "Schwarzhaupt <Der Adlige>";
["Keanna's Log"] = "Keannas Aufzeichnungen";
["Maiden of Virtue"] = "Tugendhafte Maid";
["Sebastian <The Organist>"] = "Sebastian <Der Orgelspieler>";
["Barnes <The Stage Manager>"] = "Barnes <Der Inspizient>";
["The Opera Event"] = "Das Opernevent";
["Red Riding Hood"] = "Rotkäppchen";
["The Big Bad Wolf"] = "Der große böse Wolf";
["Wizard of Oz"] = "Zauberer von Oz";
["Dorothee"] = "Dorothee";
["Tito"] = "Tito";
["Strawman"] = "Strohmann";
["Tinhead"] = "Blechkopf";
["Roar"] = "Brüller";
["The Crone"] = "Die böse Hexe";
["Romulo and Julianne"] = "Romulo und Julianne";
["Romulo"] = "Romulo";
["Julianne"] = "Julianne";
["The Master's Terrace"] = "Die Terrasse des Meisters";
["Nightbane"] = "Schrecken der Nacht";
 
--Karazhan End
["Broken Stairs"] = "Beschädigte Treppe";
["Ramp to Guardian's Library"] = "Rampe zur Bibliothek der Beschützer";
["Suspicious Bookshelf"] = "Verdächtiges Bücherregal";
["Ramp up to the Celestial Watch"] = "Rampe nach oben zur Himmelswacht";
["Ramp down to the Gamesman's Hall"] = "Rampe nach unten zur Halle der Spieler";
["Chess Event"] = "Schachevent";
["Ramp to Medivh's Chamber"] = "Rampe zu Medivhs Kammer";
["Spiral Stairs to Netherspace"] = "Wendeltreppe zum Netherraum";
["The Curator"] = "Der Kurator";
["Wravien <The Mage>"] = "Wravien <Der Magier>";
["Gradav <The Warlock>"] = "Gradav <Der Hexenmeister>";
["Kamsis <The Conjurer>"] = "Kamsis <Die Beschwörerin>";
["Terestian Illhoof"] = "Terestian Siechhuf";
["Kil'rek"] = "Kil'rek";
["Shade of Aran"] = "Arans Schemen";
["Netherspite"] = "Nethergroll";
["Ythyar"] = "Ythyar";
["Echo of Medivh"] = "Echo Medivhs";
["Dust Covered Chest"] = "Staubbedeckte Truhe";
["Prince Malchezaar"] = "Prinz Malchezaar";
 
--Zul'Aman
["Harrison Jones"] = "Harrison Jones";
["Nalorakk <Bear Avatar>"] = "Nalorakk <Avatar des Bären>";
["Tanzar"] = "Tanzar";
["The Map of Zul'Aman"] = "Karte von Zul'Aman";
["Akil'Zon <Eagle Avatar>"] = "Akil'zon <Avatar des Adlers>";
["Harkor"] = "Harkor";
["Jan'Alai <Dragonhawk Avatar>"] = "Jan'alai <Avatar des Drachenfalken>";
["Kraz"] = "Kraz";
["Halazzi <Lynx Avatar>"] = "Halazzi <Avatar des Luchses>";
["Ashli"] = "Ashli";
["Zungam"] = "Zungam";
["Hex Lord Malacrass"] = "Hexlord Malacrass";
["Thurg"] = "Thurg";
["Gazakroth"] = "Gazakroth";
["Lord Raadan"] = "Lord Raadan";
["Darkheart"] = "Düsterherz";
["Alyson Antille"] = "Alyson Antille";
["Slither"] = "Glibber";
["Fenstalker"] = "Fennpirscher";
["Koragg"] = "Koragg";
["Zul'jin"] = "Zul'jin";
["Forest Frogs"] = "Urwaldfrösche";
["Kyren <Reagents>"] = "Kyren <Reagenzien>";
["Gunter <Food Vendor>"] = "Gunter <Lebensmittelverkäufer>";
["Adarrah"] = "Adarrah";
["Brennan"] = "Brennan";
["Darwen"] = "Darwen";
["Deez"] = "Deez";
["Galathryn"] = "Galathryn";
["Mitzi"] = "Mitzi";
["Mannuth"] = "Mannuth";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "Offensive der Zerschmetterten Sonne";
["Selin Fireheart"] = "Selin Feuerherz";
["Fel Crystals"] = "Teufelskristalle";
["Tyrith"] = "Tyrith";
["Vexallus"] = "Vexallus";
["Scrying Orb"] = "Seherkugel";
["Kalecgos"] = "Kalecgos";--omitted from SP
["Priestess Delrissa"] = "Priesterin Delrissa";
["Apoko"] = "Apoko";
["Eramas Brightblaze"] = "Eramas Leuchtfeuer";
["Ellrys Duskhallow"] = "Ellrys Dämmerweih";
["Fizzle"] = "Zischel";
["Garaxxas"] = "Garaxxas";
["Sliver <Garaxxas' Pet>"] = "Splitter <Garaxxas Tier>";
["Kagani Nightstrike"] = "Kagani Nachtschlag";
["Warlord Salaris"] = "Kriegsherr Salaris";
["Yazzai"] = "Yazzai";
["Zelfan"] = "Zelfan";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "Kael'thas Sonnenwanderer <Fürst der Blutelfen>";--omitted from TK: The Eye
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "Sathrovarr der Verderber";
["Madrigosa"] = "Madrigosa";
["Brutallus"] = "Brutallus";
["Felmyst"] = "Teufelsruch";
["Eredar Twins"] = "Eredar Zwillinge";
["Grand Warlock Alythess"] = "Großhexenmeisterin Alythess";
["Lady Sacrolash"] = "Lady Sacrolash";
["M'uru"] = "M'uru";
["Entropius"] = "Entropius";
["Kil'jaeden <The Deceiver>"] = "Kil'jaeden <Der Betrüger>";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "Thrallmar"; --omitted from other HFC
["Honor Hold"] = "Ehrenfeste";--omitted from other HFC
["Flamewrought Key"] = "Flammengeschmiedeter Schlüssel";--omitted from other HFC
["The Maker"] = "Der Schöpfer";
["Broggok"] = "Broggok";
["Keli'dan the Breaker"] = "Keli'dan der Zerstörer";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "Schlüssel der zerschmetterten Hallen";
["Randy Whizzlesprocket"] = "Randy Sauseritzel";
["Drisella"] = "Drisella";
["Grand Warlock Nethekurse"] = "Großhexenmeister Nethekurse";
["Blood Guard Porung"] = "Blutwache Porung";
["Warbringer O'mrogg"] = "Kriegshetzer O'mrogg";
["Warchief Kargath Bladefist"] = "Kriegshäuptling Kargath Messerfaust";
["Shattered Hand Executioner"] = "Henker der Zerschmetterten Hand";
["Private Jacint"] = "Gefreiter Jacint";
["Rifleman Brownbeard"] = "Scharfschütze Braunbart";
["Captain Alina"] = "Hauptmann Alina";
["Scout Orgarr"] = "Späher Orgarr";
["Korag Proudmane"] = "Korag Mähnenstolz";
["Captain Boneshatter"] = "Hauptmann Knochenbrecher";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "Wachhabender Gargolmar";
["Omor the Unscarred"] = "Omor der Narbenlose";
["Vazruden"] = "Vazruden";
["Nazan <Vazruden's Mount>"] = "Nazan <Vazrudens Reittier>";
["Reinforced Fel Iron Chest"] = "Verstärkte Teufelseisentruhe";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "Magtheridon";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "Expedition des Cenarius";--omitted from other CR
["Reservoir Key"] = "Schlüssel des Kessels";--omitted from other CR
["Mennu the Betrayer"] = "Mennu der Verräter";
["Weeder Greenthumb"] = "Jäter Gründaum";
["Skar'this the Heretic"] = "Nar'biss der Ketzer";
["Rokmar the Crackler"] = "Rokmar der Zerquetscher";
["Naturalist Bite"] = "Naturalist Biss";
["Quagmirran"] = "Quagmirran";
["Ahune <The Frost Lord>"] = "Ahune <Der Frostfürst>";
 
--CR: The Underbog
["Hungarfen"] = "Hungarfenn";
["The Underspore"] = "Die Tiefenspore";
["Ghaz'an"] = "Ghaz'an";
["Earthbinder Rayge"] = "Erdbinder Rayge";
["Swamplord Musel'ek"] = "Sumpffürst Musel'ek";
["Claw <Swamplord Musel'ek's Pet>"] = "Klaue <Sumpffürst Musel'eks Tier>";
["The Black Stalker"] = "Die Schattenmutter";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "Wasserbeschwörerin Thespia";
["Main Chambers Access Panel"] = "Zugangskonsole der Hauptkammer";
["Second Fragment Guardian"] = "Wächter des zweiten Teils";
["Mekgineer Steamrigger"] = "Robogenieur Dampfhammer";
["Warlord Kalithresh"] = "Kriegsherr Kalithresh";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "Hydross der Unstete <Fürst der Strömung>";
["The Lurker Below"] = "Das Grauen aus der Tiefe";
["Leotheras the Blind"] = "Leotheras der Blinde";
["Fathom-Lord Karathress"] = "Tiefenlord Karathress";
["Seer Olum"] = "Seher Olum";
["Morogrim Tidewalker"] = "Morogrim Gezeitenwandler";
["Lady Vashj <Coilfang Matron>"] = "Lady Vashj <Matrone des Echsenkessels>";
 
--Auch: Mana-Tombs
["The Consortium"] = "Das Konsortium";
["Auchenai Key"] = "Schlüssel der Auchenai";--omitted from other Auch
["The Eye of Haramad"] = "Das Auge des Haramad";
["Pandemonius"] = "Pandemonius";
["Shadow Lord Xiraxis"] = "Schattenlord Xiraxis";
["Ambassador Pax'ivi"] = "Botschafter Pax'ivi";
["Tavarok"] = "Tavarok";
["Cryo-Engineer Sha'heen"] = "Kryoingenieur Sha'heen";
["Ethereal Transporter Control Panel"] = "Bedienungskonsole des Astraltransporters";
["Nexus-Prince Shaffar"] = "Nexusprinz Shaffar";
["Yor <Void Hound of Shaffar>"] = "Yor <Shaffars Leerenhund>";
 
--Auch: Auchenai Crypts
["Lower City"] = "Unteres Viertel";--omitted from other Auch
["Shirrak the Dead Watcher"] = "Shirrak der Totenwächter";
["Exarch Maladaar"] = "Exarch Maladaar";
["Avatar of the Martyred"] = "Avatar des Gemarterten";
["D'ore"] = "D'ore";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "Mit Essenz erfüllter Mondstein";
["Darkweaver Syth"] = "Dunkelwirker Syth";
["Lakka"] = "Lakka";
["The Saga of Terokk"] = "Die Sage von Terokk";
["Anzu"] = "Anzu";
["Talon King Ikiss"] = "Klauenkönig Ikiss";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "Schlüssel des Schattenlabyrinths";
["Spy To'gun"] = "Spion To'gun";
["Ambassador Hellmaw"] = "Botschafter Höllenschlund";
["Blackheart the Inciter"] = "Schwarzherz der Hetzer";
["Grandmaster Vorpil"] = "Großmeister Vorpil";
["The Codex of Blood"] = "Kodex des Blutes";
["Murmur"] = "Murmur";
["First Fragment Guardian"] = "Wächter des ersten Teils";
 
--TK: The Botanica
["The Sha'tar"] = "Die Sha'tar";--omitted from other TK
["Warpforged Key"] = "Warpgeschmiedeter Schlüssel";--omitted from other TK
["Commander Sarannis"] = "Kommandant Sarannis";
["High Botanist Freywinn"] = "Hochbotaniker Freywinn";
["Thorngrin the Tender"] = "Dorngrin der Hüter";
["Laj"] = "Laj";
["Warp Splinter"] = "Warpzweig";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "Schlüssel zur Arkatraz";
["Zereketh the Unbound"] = "Zereketh der Unabhängige";
["Third Fragment Guardian"] = "Wächter des dritten Teils";
["Dalliah the Doomsayer"] = "Dalliah die Verdammnisverkünderin";
["Wrath-Scryer Soccothrates"] = "Zornseher Soccothrates";
["Udalo"] = "Udalo";
["Harbinger Skyriss"] = "Herold Horizontiss";
["Warden Mellichar"] = "Aufseher Mellichar";
["Millhouse Manastorm"] = "Millhaus Manasturm";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "Torwächter Gyrotod";
["Gatewatcher Iron-Hand"] = "Torwächter Eisenhand";
["Cache of the Legion"] = "Behälter der Legion";
["Mechano-Lord Capacitus"] = "Mechanolord Kapazitus";
["Overcharged Manacell"] = "Überladene Manazelle";
["Nethermancer Sepethrea"] = "Nethermantin Sepethrea";
["Pathaleon the Calculator"] = "Pathaleon der Kalkulator";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "Al'ar <Phönixgott>";
["Void Reaver"] = "Leerhäscher";
["High Astromancer Solarian"] = "Hochastromant Solarian";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "Thaladred der Verfinsterer <Berater von Kael'thas>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "Meisteringenieur Telonicus <Berater von Kael'thas>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "Großastromantin Capernian <Beraterin von Kael'thas>";
["Lord Sanguinar <The Blood Hammer>"] = "Fürst Blutdurst <Der Bluthammer>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "Hochkönig Maulgar <Lord der Oger>";
["Kiggler the Crazed"] = "Gicherer der Wahnsinnige";
["Blindeye the Seer"] = "Blindauge der Seher";
["Olm the Summoner"] = "Olm der Beschwörer";
["Krosh Firehand"] = "Krosh Feuerhand";
["Gruul the Dragonkiller"] = "Gruul der Drachenschlächter";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "Todeshörige der Aschenzungen";--omitted from other BT
["Towards Reliquary of Souls"] = "Zu Relikt der Seelen";
["Towards Teron Gorefiend"] = "Zu Teron Blutschatten";
["Towards Illidan Stormrage"] = "Zu Illidan Sturmgrimm";
["Spirit of Olum"] = "Geist von Olum";
["High Warlord Naj'entus"] = "Oberster Kriegsfürst Naj'entus";
["Supremus"] = "Supremus";
["Shade of Akama"] = "Akamas Schemen";
["Spirit of Udalo"] = "Geist von Udalo";
["Aluyen <Reagents>"] = "Aluyen <Reagenzien>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "Okuno <Rüstmeister der Todeshörigen>";
["Seer Kanai"] = "Seher Kanai";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "Gurtogg Siedeblut";
["Reliquary of Souls"] = "Relikt der Seelen";
["Essence of Suffering"] = "Essenz des Leidens";
["Essence of Desire"] = "Essenz der Begierde";
["Essence of Anger"] = "Essenz des Zorns";
["Teron Gorefiend"] = "Teron Blutschatten";
 
--Black Temple (Top)
["Mother Shahraz"] = "Mutter Shahraz";
["The Illidari Council"] = "Der Rat der Illidari";
["Lady Malande"] = "Lady Malande";
["Gathios the Shatterer"] = "Gathios der Zerschmetterer";
["High Nethermancer Zerevor"] = "Hochnethermant Zerevor";
["Veras Darkshadow"] = "Veras Schwarzschatten";
["Illidan Stormrage <The Betrayer>"] = "Illidan Sturmgrimm <Der Verräter>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "Ha'Lei";
["Greatfather Aldrimus"] = "Großvater Aldrimus";
["Clarissa"] = "Clarissa";
["Ramdor the Mad"] = "Ramdor der Wahnsinnige";
["Horvon the Armorer <Armorsmith>"] = "Horvon der Rüstungsschmied <Rüstungsschmied>";
["Nexus-Prince Haramad"] = "Nexusprinz Haramad";
["Artificer Morphalius"] = "Konstrukteur Morphalius";
["Mamdy the \"Ologist\""] = "Mamdy der \"Ologe\"";
["\"Slim\" <Shady Dealer>"] = "Smudo <Zwielichtiger Händler>";
["\"Captain\" Kaftiz"] = "\"Kapitän\" Kaftiz";
["Isfar"] = "Isfar";
["Field Commander Mahfuun"] = "Feldkommandeur Mahfuun";
["Spy Grik'tha"] = "Spionin Grik'tha";
["Provisioner Tsaalt"] = "Versorger Tsaalt";
["Dealer Tariq <Shady Dealer>"] = "Händler Tariq <Zwielichtiger Händler>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "Bodley";
["Overmaster Pyron"] = "Übermeister Pyron";
["Lothos Riftwaker"] = "Lothos Felsspalter";
["Franclorn Forgewright"] = "Franclorn Schmiedevater";
["Orb of Command"] = "Befehlskugel";
["Scarshield Quartermaster <Scarshield Legion>"] = "Rüstmeister der Schmetterschilde <Schmetterschildlegion>";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "Behüterin Jhang";
["Mortog Steamhead"] = "Mortog Dampfkopf";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "Transpolyporter";
["Sprok <Away Team>"] = "Sprok <Außenteam>";
["Matrix Punchograph 3005-A"] = "Matrix-Prägograph 3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "Namdo Blitzzischel <Ingenieursbedarf>";
["Techbot"] = "Techbot";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "Der namenlose Prophet";
["Kolk <The First Kahn>"] = "Kolk <Der erste Khan>";
["Gelk <The Second Kahn>"] = "Gelk <Der zweite Khan>";
["Magra <The Third Kahn>"] = "Magra <Der dritte Khan>";
["Cavindra"] = "Cavindra";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "Marisa du'Paige";
["Brainwashed Noble"] = "Manipulierter Adliger";
["Foreman Thistlenettle"] = "Großknecht Distelklette";
 
--Sunken Temple (Entrance)
["Jade"] = "Jade";
["Kazkaz the Unholy"] = "Kazkaz der Unheilige";
["Zekkis"] = "Zekkis";
["Veyzhak the Cannibal"] = "Veyzhack der Kannibale";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "Hammerzeh Grez";
["Magregan Deepshadow"] = "Magregan Grubenschatten";
["Tablet of Ryun'Eh"] = "Schrifttafel von Ryun'eh";
["Krom Stoutarm's Chest"] = "Krom Starkarms Truhe";
["Garrett Family Chest"] = "Familientruhe der Garretts";
["Digmaster Shovelphlange"] = "Grubenmeister Schaufelphlansch";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "Zausel der Verrückte";
["Trigore the Lasher"] = "Trigore der Peitscher";
["Boahn <Druid of the Fang>"] = "Boahn <Druide des Giftzahns>";
["Above the Entrance:"] = "Über dem Eingang:";
["Ebru <Disciple of Naralex>"] = "Ebru <Jüngerin von Naralex>";
["Nalpak <Disciple of Naralex>"] = "Nalpak <Jünger von Naralex>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "Kalldan Teufelsmond <Speziallederverarbeitungsbedarf>";
["Waldor <Leatherworking Trainer>"] = "Waldor <Lederverarbeitungslehrer>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "Düsterteich";
["Dire Maul Arena"] = "Düsterbruch Arena";
["Mushgog"] = "Mushgog";
["Skarr the Unbreakable"] = "Skarr der Unbezwingbare";
["The Razza"] = "Der Razza";
["Elder Mistwalker"] = "Urahnin Nebelgänger";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "Ordner der Zeit <Hüter der Zeit>";
["Alexston Chrome <Tavern of Time>"] = "Alexston Chrom <Taverne der Zeit>";
["Yarley <Armorer>"] = "Yarley <Rüstungsschmied>";
["Bortega <Reagents & Poison Supplies>"] = "Bortega <Reagenzien & Giftreagenzien>";
["Galgrom <Provisioner>"] = "Galgrom <Versorger>";
["Alurmi <Keepers of Time Quartermaster>"] = "Alurmi <Rüstmeisterin der Hüter der Zeit>";
["Zaladormu"] = "Zaladormu";
["Soridormi <The Scale of Sands>"] = "Soridormi <Die Wächter der Sande>";
["Arazmodu <The Scale of Sands>"] = "Arazmodu <Die Wächter der Sande>";
["Andormu <Keepers of Time>"] = "Andormu <Hüter der Zeit>";
["Nozari <Keepers of Time>"] = "Nozari <Hüter der Zeit>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "Erzmagierin Leryda";
["Apprentice Darius"] = "Lehrling Darius";
["Archmage Alturus"] = "Erzmagier Alturus";
["Stairs to Underground Pond"] = "Treppe zum Unterirdischen Teich";
["Stairs to Underground Well"] = "Treppe zum Unterirdischen Brunnen";
["Charred Bone Fragment"] = "Verkohltes Knochenfragment";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "Urahne Nadox";
["Prince Taldaram"] = "Prinz Taldaram";
["Jedoga Shadowseeker"] = "Jedoga Schattensucher";
["Herald Volazj"] = "Herold Volazj";
["Amanitar"] = "Amanitar";
["Ahn'kahet Brazier"] = "Kohlenbecken von Ahn'kahet";
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "Krik'thir der Torwächter";
["Watcher Gashra"] = "Aufseher Gashra";
["Watcher Narjil"] = "Aufseher Narjil";
["Watcher Silthik"] = "Aufseher Silthik";
["Hadronox"] = "Hadronox";
["Anub'arak"] = "Anub'arak";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "Das Ausmerzen von Stratholme";
["Meathook"] = "Fleischhaken";
["Salramm the Fleshcrafter"] = "Salramm der Fleischformer";
["Chrono-Lord Epoch"] = "Chronolord Epoch";
["Mal'Ganis"] = "Mal'Ganis";
["Chromie"] = "Chromie";
["Infinite Corruptor"] = "Ewiger Verderber";
["Guardian of Time"] = "Wächter der Zeit";
["Scourge Invasion Points"] = "Invasionspunkte der Geißel";
 
--Drak'Tharon Keep
["Trollgore"] = "Trollgrind";
["Novos the Summoner"] = "Novos der Beschwörer";
["King Dred"] = "König Dred";
["The Prophet Tharon'ja"] = "Der Prophet Tharon'ja";
["Kurzel"] = "Kurzel";
["Drakuru's Brazier"] = "Drakuru's Kohlenpfanne";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "Slad'ran <Hochprophet des Sseratus>";
["Drakkari Colossus"] = "Koloss der Drakkari";
["Moorabi <High Prophet of Mam'toth>"] = "Moorabi <Hochprophet des Mam'toth>";
["Gal'darah <High Prophet of Akali>"] = "Gal'darah <Hochprophet von Akali>";
["Eck the Ferocious"] = "Der wilde Eck";
 
--Icecrown Citadel
["The Ashen Verdict"] = "Das Äscherne Verdikt";
["Lord Marrowgar"] = "Lord Mark'gar";
["Lady Deathwhisper"] = "Lady Todeswisper";
["Gunship Battle"] = "Der Luftschiffkampf";
["Deathbringer Saurfang"] = "Todesbringer Saurfang";
["Festergut"] = "Fauldarm";
["Rotface"] = "Modermiene";
["Professor Putricide"] = "Professor Seuchenmord";
["Blood Prince Council"] = "Rat der Blutprinzen";
["Prince Keleseth"] = "Prinz Keleseth";
["Prince Taldaram"] = "Prinz Taldaram";
["Prince Valanar"] = "Prinz Valanar";
["Blood-Queen Lana'thel"] = "Blutkönigin Lana'thel";
["Valithria Dreamwalker"] = "Valithria Traumwandler";
["Sindragosa <Queen of the Frostbrood>"] = "Sindragosa <Königin der Frostbrut>";
["The Lich King"] = "Der Lichkönig";
["To next map"] = "Zur nächsten Karte";
["From previous map"] = "Von vorheriger Karte";
["Light's Hammer"] = "Hammer des Lichts";
["Oratory of the Damned"] = "Oratorium der Verdammten";
["Rampart of Skulls"] = "Das Schädelbollwerk";
["Deathbringer's Rise"] = "Dom des Todesbringers";
["Upper Spire"] = "Obere Spitze";
["Sindragosa's Lair"] = "Sindragosas Hort";
["The Frozen Throne"] = "Der Frostthron";
 
--Naxxramas
["Mr. Bigglesworth"] = "Mr. Bigglesworth";
["Construct Quarter"] = "Konstruktviertel";
["Patchwerk"] = "Flickwerk";
["Grobbulus"] = "Grobbulus";
["Gluth"] = "Gluth";
["Thaddius"] = "Thaddius";
["Arachnid Quarter"] = "Arachnidenviertel";
["Anub'Rekhan"] = "Anub'Rekhan";
["Grand Widow Faerlina"] = "Großwitwe Faerlina";
["Maexxna"] = "Maexxna";
["Military Quarter"] = "Militärviertel";
["Instructor Razuvious"] = "Instrukteur Razuvious";
["Gothik the Harvester"] = "Gothik der Ernter";
["The Four Horsemen"] = "Das Reiterkonzil";
["Thane Korth'azz"] = "Than Korth'azz";
["Lady Blaumeux"] = "Lady Blaumeux";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "Sir Zeliek";
["Four Horsemen Chest"] = "Truhe der Vier Reiter";
["Plague Quarter"] = "Seuchenviertel";
["Noth the Plaguebringer"] = "Noth der Seuchenfürst";
["Heigan the Unclean"] = "Heigan der Unreine";
["Loatheb"] = "Loatheb";
["Frostwyrm Lair"] = "Frostwyrmhöhle";
["Sapphiron"] = "Saphiron";
["Kel'Thuzad"] = "Kel'Thuzad";
 
--The Nexus: The Nexus
["Anomalus"] = "Anomalus";
["Ormorok the Tree-Shaper"] = "Ormorok der Baumformer";
["Grand Magus Telestra"] = "Großmagistrix Telestra";
["Keristrasza"] = "Keristrasza";
["Commander Stoutbeard"] = "Kommandant Starkbart";
["Berinand's Research"] = "Berinands Forschungsergebnisse";
["Commander Kolurg"] = "Kommandant Kolurg";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "Malygos";
["Key to the Focusing Iris"] = "Schlüssel der fokussierenden Iris";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "Drakos der Befrager";
["Mage-Lord Urom"] = "Magierlord Urom";
["Ley-Guardian Eregos"] = "Leywächter Eregos";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "Varos Wolkenwanderer <Azurlord des blauen Drachenschwarms>";
["Centrifuge Construct"] = "Zentrifugenkonstrukt";
["Cache of Eregos"] = "Eregos' Lager";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "Erzmagier Koreln <Kirin Tor>";
["Archmage Elandra <Kirin Tor>"] = "Erzmagierin Elandra <Kirin Tor>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "Fürstin Sylvanas Windläufer <Bansheekönigin>";
["Dark Ranger Loralen"] = "Dunkelläuferin Loralen";
["Dark Ranger Kalira"] = "Dunkelläuferin Kalira";
["Bronjahm <Godfather of Souls>"] = "Bronjahm <Seelenpate>";
["Devourer of Souls"] = "Verschlinger der Seelen";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "Schmiedemeister Garfrost";
["Martin Victus"] = "Martin Victus";
["Gorkun Ironskull"] = "Gorkun Eisenschädel";
["Krick and Ick"] = "Krick und Ick";
["Scourgelord Tyrannus"] = "Geißelfürst Tyrannus";
["Rimefang"] = "Raufang";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "Falric";
["Marwyn"] = "Marwyn";
["Wrath of the Lich King"] = "Flucht vor dem Lichkönig";
["The Captain's Chest"] = "Die Truhe des Hauptmanns";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "Kammer des schwarzen Drachenschwarms";
["Sartharion <The Onyx Guardian>"] = "Sartharion <Der Onyxwächter>";
["Tenebron"] = "Tenebron";
["Shadron"] = "Shadron";
["Vesperon"] = "Vesperon";
 
--The Violet Hold
["Erekem"] = "Erekem";
["Zuramat the Obliterator"] = "Zuramat der Vernichter";
["Xevozz"] = "Xevozz";
["Ichoron"] = "Ichoron";
["Moragg"] = "Moragg";
["Lavanthor"] = "Lavanthor";
["Cyanigosa"] = "Cyanigosa";
["The Violet Hold Key"] = "Der Schlüssel zur Violetten Festung";
 
--Trial of the Champion
["Grand Champions"] = "Großchampions";
["Champions of the Alliance"] = "Champions der Allianz";
["Marshal Jacob Alerius"] = "Marschall Jacob Alerius";
["Ambrose Boltspark"] = "Ambrose Bolzenfunk";
["Colosos"] = "Kolosos";
["Jaelyne Evensong"] = "Jaelyne Abendlied";
["Lana Stouthammer"] = "Lana Starkhammer";
["Champions of the Horde"] = "Champions der Horde";
["Mokra the Skullcrusher"] = "Mokra der Schädelberster";
["Eressea Dawnsinger"] = "Eressea Morgensänger";
["Runok Wildmane"] = "Runok Wildmähne";
["Zul'tore"] = "Zul'tore";
["Deathstalker Visceri"] = "Todespirscher Visceri";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "Eadric der Reine <Großchampion des Argentumkreuzzugs>";
["Argent Confessor Paletress"] = "Argentumbeichtpatin Blondlocke";
["The Black Knight"] = "Der Schwarze Ritter";
 
--Trial of the Crusader
["Cavern Entrance"] = "Höhleneingang";
["Northrend Beasts"] = "Nordend Bestien";
["Gormok the Impaler"] = "Gormok der Pfähler";
["Acidmaw"] = "Ätzschlund";
["Dreadscale"] = "Schreckensmaul";
["Icehowl"] = "Eisheuler";
["Lord Jaraxxus"] = "Lord Jaraxxus";
["Faction Champions"] = "Fraktion-Champions";
["Twin Val'kyr"] = "Valkyr Zwillinge";
["Fjola Lightbane"] = "Fjola Lichtbann";
["Eydis Darkbane"] = "Eydis Nachtbann";
["Anub'arak"] = "Anub'arak";
["Heroic: Trial of the Grand Crusader"] = "Heroisch: Prüfung des Obersten Kreuzfahrers";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "General Bjarngrim";
["Volkhan"] = "Volkhan";
["Ionar"] = "Ionar";
["Loken"] = "Loken";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "Kiste des Tribunals";
["Krystallus"] = "Krystallus";
["Brann Bronzebeard"] = "Brann Bronzebart";
["Sjonnir the Ironshaper"] = "Sjonnir der Eisenformer";
["Maiden of Grief"] = "Maid der Trauer";
 
-- Ulduar General
["Celestial Planetarium Key"] = "Schlüssel des Himmlischen Planetariums";
["The Siege"] = "Die Belagerung";
["The Antechamber"] = "Die Vorkammer"; --B
["The Keepers"] = "Die Hüter"; --C
["Spark of Imagination"] = "Der Funke der Imagination"; --D
["Descent into Madness"] = "Der Abstieg in den Wahnsinn"; --E
 
-- Ulduar A
["Flame Leviathan"] = "Flammenleviathan";
["Ignis the Furnace Master"] = "Ignis, Meister des Eisenwerks";
["Razorscale"] = "Klingenschuppe";
["XT-002 Deconstructor"] = "XT-002 Dekonstruktor";
["Expedition Base Camp"] = "Basislager der Expedition";
["Formation Grounds"] = "Gestaltungsgelände";
["The Colossal Forge"] = "Die kolossale Schmiede";
["The Scrapyard"] = "Der Schrottplatz";
["Tower of Life"] = "Turm des Lebens";
["Tower of Flame"] = "Turm der Flammen";
["Tower of Frost"] = "Turm des Frostes";
["Tower of Storms"] = "Turm der Stürme";
 
-- Ulduar B
["Assembly of Iron"] = "Versammlung des Eisens";
["Steelbreaker"] = "Stahlbrecher";
["Runemaster Molgeim"] = "Runenmeister Molgeim";
["Stormcaller Brundir"] = "Sturmrufer Brundir";
["Kologarn"] = "Kologarn";
["Algalon the Observer"] = "Algalon der Beobachter";
["Antechamber of Ulduar"] = "Vorkammer von Ulduar";
["Prospector Doren"] = "Ausgrabungsleiter Doren";
["Archivum Console"] = "Archivumkonsole";
 
-- Ulduar C
["Auriaya"] = "Auriaya";
["Freya"] = "Freya";
["Thorim"] = "Thorim";
["Hodir"] = "Hodir";
["The Shattered Walkway"] = "Der zerschmetterte Gang";
["The Conservatory of Life"] = "Das Konservatorium des Lebens";
 
-- Ulduar D
["Mimiron"] = "Mimiron";
 
-- Ulduar E
["General Vezax"] = "General Vezax";
["Yogg-Saron"] = "Yogg-Saron";
["Prison of Yogg-Saron"] = "Gefängnis von Yogg-Saron";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "Prinz Keleseth <Die San'layn>";
["Dalronn the Controller"] = "Dalronn der Aufseher";
["Ingvar the Plunderer"] = "Ingvar der Brandschatzer";
["Dark Ranger Marrah"] = "Dunkelläuferin Marrah";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "Brigg Kleinkeul";
["Svala Sorrowgrave"] = "Svala Grabesleid";
["Gortok Palehoof"] = "Gortok Bleichhuf";
["Skadi the Ruthless"] = "Skadi der Skrupellose";
["King Ymiron"] = "König Ymiron";
["Skarvald the Constructor"] = "Skarvald der Konstrukteur";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "Archavon der Steinwächter";
["Emalon the Storm Watcher"] = "Emalon der Sturmwächter";
["Koralon the Flame Watcher"] = "Koralon der Flammenwächter";
["Toravon the Ice Watcher"] = "Toravon der Eiswächter";
 
--The Ruby Sanctum
["Red Dragonflight Chamber"] = "Kammer des roten Drachenschwarms";
["Halion the Twilight Destroyer"] = "Halion";
["Saviana Ragefire"] = "Saviana Flammenschlund";
["Baltharus the Warborn"] = "Baltharus der Kriegsgeborene";
["General Zarithrian"] = "General Zarithrian";
 
};
 
end
\ No newline at end of file
Locale/Atlas-zhCN.lua New file
0,0 → 1,1739
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Atlas Localization Data (Chinese)
-- Initial translation by DiabloHu
-- Version : Chinese (by DiabloHu)
-- $Date: 2010-01-24 03:08:10 +1030 (Sun, 24 Jan 2010) $
-- $Revision: 811 $
-- http://ngacn.cc
 
 
if ( GetLocale() == "zhCN" ) then
--************************************************
-- Global Atlas Strings
--************************************************
 
AtlasSortIgnore = {};
 
ATLAS_TITLE = "Atlas";
ATLAS_SUBTITLE = "副本地图";
ATLAS_DESC = "Atlas 是一款副本地图查看器";
 
BINDING_HEADER_ATLAS_TITLE = "Atlas 按键设置";
BINDING_NAME_ATLAS_TOGGLE = "开启/关闭 Atlas";
BINDING_NAME_ATLAS_OPTIONS = "切换设置";
BINDING_NAME_ATLAS_AUTOSEL = "自动选择";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "options";
 
ATLAS_STRING_LOCATION = "所属区域";
ATLAS_STRING_LEVELRANGE = "等级跨度";
ATLAS_STRING_PLAYERLIMIT = "人数上限";
ATLAS_STRING_SELECT_CAT = "选择分类";
ATLAS_STRING_SELECT_MAP = "选择地图";
ATLAS_STRING_SEARCH = "搜索";
ATLAS_STRING_CLEAR = "重置";
ATLAS_STRING_MINLEVEL = "需要等级";
 
ATLAS_OPTIONS_BUTTON = "设置";
ATLAS_OPTIONS_SHOWBUT = "在小地图周围显示Atlas图标";
ATLAS_OPTIONS_AUTOSEL = "自动选择副本地图";
ATLAS_OPTIONS_BUTPOS = "图标位置";
ATLAS_OPTIONS_TRANS = "透明度";
ATLAS_OPTIONS_REPMAP = "替换世界地图";
ATLAS_OPTIONS_RCLICK = "点击右键打开世界地图";
ATLAS_OPTIONS_SHOWMAPNAME = "显示地图名称";
ATLAS_OPTIONS_RESETPOS = "重置位置";
ATLAS_OPTIONS_ACRONYMS = "显示简称";
ATLAS_OPTIONS_SCALE = "窗口大小";
ATLAS_OPTIONS_BUTRAD = "图标半径";
ATLAS_OPTIONS_CLAMPED = "使 Atlas 不超出游戏画面"
ATLAS_OPTIONS_CTRL = "弹出工具说明 (按住CTRL指向内容)"
ATLAS_OPTIONS_COORDS = "在世界地图上显示玩家坐标"
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas";
ATLAS_BUTTON_TOOLTIP_HINT = "单击打开 Atlas\n中键单击打开设置\n按住右键可移动这个按钮";
ATLAS_LDB_HINT = "单击打开 Atlas\n右键点击打开设置";
 
ATLAS_OPTIONS_CATDD = "副本地图排序方式";
ATLAS_DDL_CONTINENT = "所属大陆";
ATLAS_DDL_CONTINENT_EASTERN = "东部王国副本";
ATLAS_DDL_CONTINENT_KALIMDOR = "卡利姆多副本";
ATLAS_DDL_CONTINENT_OUTLAND = "外域副本";
ATLAS_DDL_CONTINENT_NORTHREND = "诺森德副本";
ATLAS_DDL_LEVEL = "副本等级";
ATLAS_DDL_LEVEL_UNDER45 = "45级以下副本";
ATLAS_DDL_LEVEL_45TO60 = "45-60级副本";
ATLAS_DDL_LEVEL_60TO70 = "60-70级副本";
ATLAS_DDL_LEVEL_70TO80 = "70-80级副本";
ATLAS_DDL_LEVEL_80PLUS = "80级以上副本";
ATLAS_DDL_PARTYSIZE = "副本规模";
ATLAS_DDL_PARTYSIZE_5_AE = "5人副本 (第一页)"; --NEEDS TO BE UPDATED!
ATLAS_DDL_PARTYSIZE_5_FZ = "5人副本 (第二页)"; --NEEDS TO BE UPDATED!
ATLAS_DDL_PARTYSIZE_10_AQ = "10人副本"; --NEEDS TO BE UPDATED!
ATLAS_DDL_PARTYSIZE_10_RZ = "10人副本"; --NEEDS TO BE UPDATED!
ATLAS_DDL_PARTYSIZE_20TO40 = "20-40人副本";
ATLAS_DDL_EXPANSION = "资料片";
ATLAS_DDL_EXPANSION_OLD_AO = "旧世界副本 (第一页)";
ATLAS_DDL_EXPANSION_OLD_PZ = "旧世界副本 (第二页)";
ATLAS_DDL_EXPANSION_BC = "《燃烧的远征》副本";
ATLAS_DDL_EXPANSION_WOTLK = "《巫妖王之怒》副本";
ATLAS_DDL_TYPE = "类型";
ATLAS_DDL_TYPE_INSTANCE_AC = "副本 (第一页)";
ATLAS_DDL_TYPE_INSTANCE_DR = "副本 (第二页)";
ATLAS_DDL_TYPE_INSTANCE_SZ = "副本 (第三页)";
ATLAS_DDL_TYPE_ENTRANCE = "入口";
 
ATLAS_INSTANCE_BUTTON = "副本";
ATLAS_ENTRANCE_BUTTON = "入口";
ATLAS_SEARCH_UNAVAIL = "搜索不可用";
ATLAS_WORLDMAP_PLAYER = "玩家";
ATLAS_WORLDMAP_CURSOR = "鼠标指向";
 
ATLAS_DEP_MSG1 = "检测到过期的Atlas扩展插件。";
ATLAS_DEP_MSG2 = "这些插件已经被禁用。";
ATLAS_DEP_MSG3 = "请从插件目录(AddOns)中将其删除。";
ATLAS_DEP_OK = "确定";
 
AtlasZoneSubstitutions = {
["安其拉"] = "安其拉神殿";
["阿塔哈卡神庙"] = "沉没的神庙";
["旧希尔斯布莱德丘陵"] = "时光之穴 - 旧希尔斯布莱德";
["风暴要塞"] = "风暴要塞 - 风暴之眼";
["卡拉赞"] = "卡拉赞 [A] (前半)";
["黑暗神殿"] = "黑暗神殿 [A] (入门)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "成年";
["AKA"] = "亦作";
["Alliance"] = "联盟";
["Arcane Container"] = "奥术容器";
["Argent Dawn"] = "银色黎明";
["Argent Crusade"] = "银色远征军";
["Arms Warrior"] = "武器战士";
["Attunement Required"] = "需要完成入口任务";
["Back"] = "后门";
["Basement"] = "底层";
["Bat"] = "蝙蝠";
["Blacksmithing Plans"] = "锻造设计图";
["Boss"] = "首领";
["Brazier of Invocation"] = "符咒火盆";
["Brewfest"] = "美酒节";
["Chase Begins"] = "追捕开始";
["Chase Ends"] = "追捕结束";
["Child"] = "幼年";
["Connection"] = "通道";
["DS2"] = "地下城套装2";
["East"] = "东区";
["Elevator"] = "升降梯";
["End"] = "尾部";
["Engineer"] = "工程师";
["Entrance"] = "入口";
["Event"] = "事件";
["Exalted"] = "崇拜";
["Exit"] = "出口";
["Fourth Stop"] = "第四次止步";
["Front"] = "前门";
["Ghost"] = "幽灵";
["Hallow's End"] = "万圣节";
["Heroic"] = "英雄模式";
["Holy Paladin"] = "神圣圣骑士";
["Holy Priest"] = "神圣牧师";
["Horde"] = "部落";
["Hunter"] = "猎人";
["Imp"] = "小鬼";
["Inside"] = "内部";
["Key"] = "钥匙";
["Lower"] = "下层";
["Lunar"] = "春节";
["Lunar Festival"] = "春节庆典";
["Mage"] = "法师";
["Meeting Stone"] = "集合石";
["Midsummer Festival"] = "仲夏节庆典";
["Monk"] = "僧侣";
["Moonwell"] = "月亮井";
["North"] = "北区";
["Optional"] = "可跳过";
["Orange"] = "橙色";
["Outside"] = "室外";
["Paladin"] = "圣骑士";
["Panther"] = "猎豹";
["Portal"] = "传送";
["Priest"] = "牧师";
["Protection Warrior"] = "防护战士";
["Purple"] = "紫色";
["Random"] = "随机";
["Raptor"] = "迅猛龙";
["Rare"] = "稀有";
["Reputation"] = "阵营";
["Repair"] = "修理";
["Retribution Paladin"] = "惩戒圣骑士";
["Rewards"] = "奖励";
["Rogue"] = "潜行者";
["Second Stop"] = "第二次止步";
["Shadow Priest"] = "暗影牧师";
["Shaman"] = "萨满祭司";
["Side"] = "旁门";
["Snake"] = "毒蛇";
["Spawn Point"] = "刷新点";
["Spider"] = "蜘蛛";
["Start"] = "起始";
["Summon"] = "召唤";
["Teleporter"] = "传送";
["Third Stop"] = "第三次止步";
["Tiger"] = "猛虎";
["Top"] = "顶层";
["Undead"] = "亡灵";
["Underwater"] = "水下";
["Unknown"] = "未知";
["Upper"] = "上层";
["Varies"] = "多个位置";
["Wanders"] = "游荡";
["Warlock"] = "术士";
["Warrior"] = "战士";
["Wave 5"] = "第5波";
["Wave 6"] = "第6波";
["Wave 10"] = "第10波";
["Wave 12"] = "第12波";
["Wave 18"] = "第18波";
["West"] = "西区";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "安卡赫特:古代王国";
["Ahn'Qiraj"] = "安其拉"; ["AQ"] = "AQ";
["Armory"] = "军械库";
["Auchenai Crypts"] = "奥金尼地穴"; ["AC"] = "AC";
["Auchindoun"] = "奥金顿"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "艾卓-尼鲁布"; ["AN"] = "AN";
["Black Temple"] = "黑暗神殿"; ["BT"] = "BT";
["Blackfathom Deeps"] = "黑暗深渊"; ["BFD"] = "BFD";
["Blackrock Depths"] = "黑石深渊"; ["BRD"] = "BRD";
["Blackrock Spire"] = "黑石塔"; ["LBRS"] = "LBRS"; ["UBRS"] = "UBRS";
["Blackwing Lair"] = "黑翼之巢"; ["BWL"] = "BWL";
["Cathedral"] = "大教堂"; ["Cath"] = "Cath";
["Caverns of Time"] = "时光之穴"; ["CoT"] = "CoT";
["Chamber of Aspects"] = "守护巨龙大厅";
["Coilfang Reservoir"] = "盘牙水库"; ["CR"] = "CR";
["Crusaders' Coliseum"] = "十字军大竞技场";
["Dire Maul"] = "厄运之槌"; ["DM"] = "DM";
["Drak'Tharon Keep"] = "达克萨隆要塞";
["Frozen Halls"] = "冰封大厅";
["Gnomeregan"] = "诺莫瑞根"; ["Gnome"] = "Gnome";
["Graveyard"] = "墓地"; ["GY"] = "GY";
["Gruul's Lair"] = "格鲁尔的巢穴"; ["GL"] = "GL";
["Gundrak"] = "古达克";
["Halls of Lightning"] = "闪电大厅";
["Halls of Reflection"] = "倒影大厅";
["Halls of Stone"] = "岩石大厅";
["Hellfire Citadel"] = "地狱火堡垒"; ["HFC"] = "HFC";
["Hellfire Ramparts"] = "地狱火城墙"; ["Ramp"] = "Ramp";
["Hyjal Summit"] = "海加尔峰"; ["CoT3"] = "CoT3";
["Icecrown Citadel"] = "冰冠堡垒";
["Karazhan"] = "卡拉赞"; ["Kara"] = "Kara";
["Library"] = "图书馆"; ["Lib"] = "Lib";
["Magisters' Terrace"] = "魔导师平台"; ["MaT"] = "MT";
["Magtheridon's Lair"] = "玛瑟里顿的巢穴"; ["Mag"] = "Mag";
["Mana-Tombs"] = "法力陵墓"; ["MT"] = "MT";
["Maraudon"] = "玛拉顿"; ["Mara"] = "Mara";
["Molten Core"] = "熔火之心"; ["MC"] = "MC";
["Naxxramas"] = "纳克萨玛斯";
["Old Hillsbrad Foothills"] = "旧希尔斯布莱德"; ["CoT1"] = "CoT1";
["Onyxia's Lair"] = "奥妮克希亚的巢穴"; ["Ony"] = "Ony";
["Pit of Saron"] = "萨伦之渊";
["Ragefire Chasm"] = "怒焰裂谷"; ["RFC"] = "RFC";
["Razorfen Downs"] = "剃刀高地"; ["RFD"] = "RFD";
["Razorfen Kraul"] = "剃刀沼泽"; ["RFK"] = "RFK";
["Ruins of Ahn'Qiraj"] = "安其拉废墟"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "血色修道院"; ["SM"] = "SM";
["Scholomance"] = "通灵学院"; ["Scholo"] = "Scholo";
["Serpentshrine Cavern"] = "毒蛇神殿"; ["SC"] = "SC";
["Sethekk Halls"] = "塞泰克大厅"; ["Seth"] = "Seth";
["Shadow Labyrinth"] = "暗影迷宫"; ["SL"] = "SL";
["Shadowfang Keep"] = "影牙城堡"; ["SFK"] = "SFK";
["Stratholme"] = "斯坦索姆"; ["Strat"] = "Strat";
["Stratholme Past"] = "旧斯坦索姆";
["Sunken Temple"] = "沉没的神庙"; ["ST"] = "ST";
["Sunwell Plateau"] = "太阳之井高地"; ["SuP"] = "SP";
["Tempest Keep"] = "风暴要塞"; ["TK"] = "TK";
["Temple of Ahn'Qiraj"] = "安其拉神殿"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "禁魔监狱"; ["Arca"] = "Arca";
["The Black Morass"] = "黑色沼泽"; ["CoT2"] = "CoT2";
["The Blood Furnace"] = "鲜血熔炉"; ["BF"] = "BF";
["The Botanica"] = "生态船"; ["Bota"] = "Bota";
["The Deadmines"] = "死亡矿井"; ["VC"] = "VC";
["The Eye"] = "风暴之眼"; ["Eye"] = "Eye";
["The Eye of Eternity"] = "永恒之眼";
["The Forge of Souls"] = "众魂熔炉";
["The Mechanar"] = "能源舰"; ["Mech"] = "Mech";
["The Nexus"] = "魔枢";
["The Obsidian Sanctum"] = "黑曜石圣殿";
["The Oculus"] = "魔环";
["The Shattered Halls"] = "破碎大厅"; ["SH"] = "SH";
["The Slave Pens"] = "奴隶围栏"; ["SP"] = "SP";
["The Steamvault"] = "蒸汽地窖"; ["SV"] = "SV";
["The Stockade"] = "监狱"; ["Stocks"] = "Stocks";
["The Underbog"] = "幽暗沼泽"; ["UB"] = "UB";
["The Violet Hold"] = "紫罗兰监狱";
["Trial of the Champion"] = "勇士试炼";
["Trial of the Crusader"] = "十字軍试炼";
["Uldaman"] = "奥达曼"; ["Ulda"] = "Ulda";
["Ulduar"] = "奥杜尔";
["Utgarde Keep"] = "乌特加德城堡";
["Utgarde Pinnacle"] = "乌特加德之巅";
["Vault of Archavon"] = "阿尔卡冯的宝库";
["Wailing Caverns"] = "哀嚎洞穴"; ["WC"] = "WC";
["Zul'Aman"] = "祖阿曼"; ["ZA"] = "ZA";
["Zul'Farrak"] = "祖尔法拉克"; ["ZF"] = "ZF";
["Zul'Gurub"] = "祖尔格拉布"; ["ZG"] = "ZG";
 
--WotLK Acronyms
["AK, Kahet"] = "AK, Kahet"; -- Ahn'kahet
["AN, Nerub"] = "AN, Nerub"; -- Azjol-Nerub
["Champ"] = "Champ"; -- Trial of the Champion
["Crus"] = "Crus"; -- Trial of the Crusader
["DTK"] = "DTK"; -- Drak'Tharon Keep
["FoS"] = "FoS"; ["FH1"] = "FH1"; -- The Forge of Souls
["Gun"] = "Gun"; -- Gundrak
["HoL"] = "HoL"; -- Halls of Lightning
["HoR"] = "HoR"; ["FH3"] = "FH3"; -- Halls of Reflection
["HoS"] = "HoS"; -- Halls of Stone
["IC"] = "IC"; -- Icecrown Citadel
["Nax"] = "Nax"; -- Naxxramas
["Nex, Nexus"] = "Nex, Nexus"; -- The Nexus
["Ocu"] = "Ocu"; -- The Oculus
["OS"] = "OS"; -- The Obsidian Sanctum
["PoS"] = "PoS"; ["FH2"] = "FH2"; -- Pit of Saron
["Strat, CoT-Strat"] = "Strat, CoT-Strat"; -- Culling of Stratholme
["TEoE"] = "TEoE"; -- The Eye of Eternity
["UK, Keep"] = "UK, Keep"; -- Utgarde Keep
["Uldu"] = "Uldu"; -- Ulduar
["UP, Pinn"] = "UP, Pinn"; -- Utgarde Pinnacle
["VH"] = "VH"; -- The Violet Hold
["VoA"] = "VoA"; -- Vault of Archavon
 
--Continents
["Eastern Kingdoms"] = "东部王国";
["Kalimdor"] = "卡利姆多";
["Northrend"] = "诺森德";
["Outland"] = "外域";
 
--Outdoor zones, Locations
["Ashenvale"] = "灰谷";
["Badlands"] = "荒芜之地";
["Blackrock Mountain"] = "黑石山"; ["BRM"] = "BRM";
["Blade's Edge Mountains"] = "刀锋山";
["Borean Tundra"] = "北风苔原";
["Burning Steppes"] = "燃烧平原";
["Dalaran"] = "达拉然";
["Deadwind Pass"] = "逆风小径";
["Desolace"] = "凄凉之地";
["Dragonblight"] = "龙骨荒野";
["Dun Morogh"] = "丹莫罗";
["Dustwallow Marsh"] = "尘泥沼泽";
["Eastern Plaguelands"] = "东瘟疫之地";
["Feralas"] = "菲拉斯";
["Ghostlands"] = "幽魂之地";
["Grizzly Hills"] = "灰熊丘陵";
["Hellfire Peninsula"] = "地狱火半岛";
["Howling Fjord"] = "嚎风峡湾";
["Icecrown"] = "冰冠";
["Isle of Quel'Danas"] = "奎尔丹纳斯岛";
["Netherstorm"] = "虚空风暴";
["Orgrimmar"] = "奥格瑞玛";
["Searing Gorge"] = "灼热峡谷";
["Shadowmoon Valley"] = "影月谷";
["Silithus"] = "希利苏斯";
["Silverpine Forest"] = "银松森林";
["Stormwind City"] = "暴风城";
["Stranglethorn Vale"] = "荆棘谷";
["Swamp of Sorrows"] = "悲伤沼泽";
["Tanaris"] = "塔纳利斯";
["Terokkar Forest"] = "泰罗卡森林";
["The Barrens"] = "贫瘠之地";
["The Storm Peaks"] = "风暴峭壁";
["Tirisfal Glades"] = "提瑞斯法林地";
["Western Plaguelands"] = "西瘟疫之地";
["Westfall"] = "西部荒野";
["Wintergrasp"] = "冬拥湖";
["Zangarmarsh"] = "赞加沼泽";
["Zul'Drak"] = "祖达克";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "玛尔·恐怖图腾";
["Oggleflint <Ragefire Chieftain>"] = "奥格弗林特 <怒焰酋长>";
["Taragaman the Hungerer"] = "饥饿者塔拉加曼";
["Jergosh the Invoker"] = "祈求者耶戈什";
["Zelemar the Wrathful"] = "愤怒者塞雷玛尔";
["Bazzalan"] = "巴扎兰";
 
--Wailing Caverns
["Disciple of Naralex"] = "纳拉雷克斯的信徒";
["Lord Cobrahn <Fanglord>"] = "考布莱恩 <毒牙之王>";
["Lady Anacondra <Fanglord>"] = "安娜科德拉 <毒牙之王>";
["Kresh"] = "克雷什";
["Lord Pythas <Fanglord>"] = "皮萨斯 <毒牙之王>";
["Skum"] = "斯卡姆";
["Lord Serpentis <Fanglord>"] = "瑟芬迪斯 <毒牙之王>";
["Verdan the Everliving"] = "永生者沃尔丹";
["Mutanus the Devourer"] = "吞噬者穆坦努斯";
["Naralex"] = "纳拉雷克斯";
["Deviate Faerie Dragon"] = "变异精灵龙";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "加摩拉";
["Lorgalis Manuscript"] = "潮湿的便笺";
["Lady Sarevess"] = "萨利维丝";
["Argent Guard Thaelrid <The Argent Dawn>"] = "银月守卫塞尔瑞德 <银色黎明>";
["Gelihast"] = "格里哈斯特";
["Shrine of Gelihast"] = "格里哈斯特神殿";
["Lorgus Jett"] = "洛古斯·杰特";
["Fathom Stone"] = "深渊之核";
["Baron Aquanis"] = "阿奎尼斯男爵";
["Twilight Lord Kelris"] = "梦游者克尔里斯";
["Old Serra'kis"] = "瑟拉吉斯";
["Aku'mai"] = "阿库迈尔";
["Morridune"] = "莫瑞杜恩";
["Altar of the Deeps"] = "玛塞斯特拉祭坛";
 
--Razorfen Kraul
["Roogug"] = "鲁古格";
["Aggem Thorncurse <Death's Head Prophet>"] = "阿格姆 <亡首预言者>";
["Death Speaker Jargba <Death's Head Captain>"] = "亡语者贾格巴 <亡首队长>";
["Overlord Ramtusk"] = "主宰拉姆塔斯";
["Razorfen Spearhide"] = "剃刀沼泽刺鬃守卫";
["Agathelos the Raging"] = "暴怒的阿迦赛罗斯";
["Blind Hunter"] = "盲眼猎手";
["Charlga Razorflank <The Crone>"] = "卡尔加·刺肋 <长者>";
["Willix the Importer"] = "进口商威利克斯";
["Heralath Fallowbrook"] = "赫尔拉斯·静水";
["Earthcaller Halmgar"] = "唤地者哈穆加";
 
--Razorfen Downs
["Tuten'kash"] = "图特卡什";
["Henry Stern"] = "亨利·斯特恩";
["Belnistrasz"] = "奔尼斯特拉兹";
["Sah'rhee"] = "萨哈斯";
["Mordresh Fire Eye"] = "火眼莫德雷斯";
["Glutton"] = "暴食者";
["Ragglesnout"] = "拉戈斯诺特";
["Amnennar the Coldbringer"] = "寒冰之王亚门纳尔";
["Plaguemaw the Rotting"] = "腐烂的普雷莫尔";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "安图苏尔 <苏尔督军>";
["Theka the Martyr"] = "殉教者塞卡";
["Witch Doctor Zum'rah"] = "巫医祖穆拉恩";
["Zul'Farrak Dead Hero"] = "祖尔法拉克阵亡英雄";
["Nekrum Gutchewer"] = "耐克鲁姆";
["Shadowpriest Sezz'ziz"] = "暗影祭司塞瑟斯";
["Dustwraith"] = "灰尘怨灵";
["Sergeant Bly"] = "布莱中士";
["Weegli Blastfuse"] = "维格利";
["Murta Grimgut"] = "穆尔塔";
["Raven"] = "拉文";
["Oro Eyegouge"] = "欧罗·血眼";
["Sandfury Executioner"] = "沙怒刽子手";
["Hydromancer Velratha"] = "水占师维蕾萨";
["Gahz'rilla"] = "加兹瑞拉";
["Elder Wildmane"] = "蛮鬃长者";
["Chief Ukorz Sandscalp"] = "乌克兹·沙顶";
["Ruuzlu"] = "卢兹鲁";
["Zerillis"] = "泽雷利斯";
["Sandarr Dunereaver"] = "杉达尔·沙掠者";
 
--Maraudon
["Scepter of Celebras"] = "塞雷布拉斯节杖";
["Veng <The Fifth Khan>"] = "温格 <第五可汗>";
["Noxxion"] = "诺克赛恩";
["Razorlash"] = "锐刺鞭笞者";
["Maraudos <The Fourth Khan>"] = "玛劳杜斯 <第四可汗>";
["Lord Vyletongue"] = "维利塔恩";
["Meshlok the Harvester"] = "收割者麦什洛克";
["Celebras the Cursed"] = "被诅咒的塞雷布拉斯";
["Landslide"] = "兰斯利德";
["Tinkerer Gizlock"] = "工匠吉兹洛克";
["Rotgrip"] = "洛特格里普";
["Princess Theradras"] = "瑟莱德丝公主";
["Elder Splitrock"] = "碎石长者";
 
--Dire Maul (East)
["Pusillin"] = "普希林";
["Zevrim Thornhoof"] = "瑟雷姆·刺蹄";
["Hydrospawn"] = "海多斯博恩";
["Lethtendris"] = "雷瑟塔帝丝";
["Pimgib"] = "匹姆吉布";
["Old Ironbark"] = "埃隆巴克";
["Alzzin the Wildshaper"] = "奥兹恩";
["Isalien"] = "伊萨莉恩";
 
--Dire Maul (North)
["Crescent Key"] = "月牙钥匙";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "卫兵摩尔达";
["Stomper Kreeg <The Drunk>"] = "践踏者克雷格 <醉鬼>";
["Guard Fengus"] = "卫兵芬古斯";
["Knot Thimblejack"] = "诺特·希姆加可";
["Guard Slip'kik"] = "卫兵斯里基克";
["Captain Kromcrush"] = "克罗卡斯";
["King Gordok"] = "戈多克大王";
["Cho'Rush the Observer"] = "观察者克鲁什";
 
--Dire Maul (West)
["J'eevee's Jar"] = "耶维尔的瓶子";
["Pylons"] = "水晶塔";
["Shen'dralar Ancient"] = "辛德拉古灵";
["Tendris Warpwood"] = "特迪斯·扭木";
["Ancient Equine Spirit"] = "上古圣马之魂";
["Illyanna Ravenoak"] = "伊琳娜·暗木";
["Ferra"] = "费拉";
["Magister Kalendris"] = "卡雷迪斯镇长";
["Tsu'zee"] = "苏斯";
["Immol'thar"] = "伊莫塔尔";
["Lord Hel'nurath"] = "赫尔努拉斯";
["Prince Tortheldrin"] = "托塞德林王子";
["Falrin Treeshaper"] = "法尔林·树影";
["Lorekeeper Lydros"] = "博学者莱德罗斯";
["Lorekeeper Javon"] = "博学者亚沃";
["Lorekeeper Kildrath"] = "博学者基尔达斯";
["Lorekeeper Mykos"] = "博学者麦库斯";
["Shen'dralar Provisioner"] = "辛德拉圣职者";
["Skeletal Remains of Kariel Winthalus"] = "卡里尔·温萨鲁斯的骸骨";
 
--Onyxia's Lair
["Onyxian Warders"] = "奥妮克希亚守卫";
["Whelp Eggs"] = "雏龙蛋";
["Onyxia"] = "奥妮克希亚";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "诺兹多姆的子嗣";
["The Prophet Skeram"] = "预言者斯克拉姆";
["The Bug Family"] = "虫人家庭";
["Vem"] = "维姆";
["Lord Kri"] = "克里勋爵";
["Princess Yauj"] = "亚尔基公主";
["Battleguard Sartura"] = "沙尔图拉";
["Fankriss the Unyielding"] = "顽强的范克瑞斯";
["Viscidus"] = "维希度斯";
["Princess Huhuran"] = "哈霍兰公主";
["Twin Emperors"] = "双子皇帝";
["Emperor Vek'lor"] = "维克洛尔大帝";
["Emperor Vek'nilash"] = "维克尼拉斯大帝";
["Ouro"] = "奥罗";
["Eye of C'Thun"] = "克苏恩之眼";
["C'Thun"] = "克苏恩";
["Andorgos <Brood of Malygos>"] = "安多葛斯 <玛里苟斯的后裔>";
["Vethsera <Brood of Ysera>"] = "温瑟拉 <伊瑟拉的后裔>";
["Kandrostrasz <Brood of Alexstrasza>"] = "坎多斯特拉兹 <阿莱克丝塔萨的后裔>";
["Arygos"] = "亚雷戈斯";
["Caelestrasz"] = "凯雷斯特拉兹";
["Merithra of the Dream"] = "梦境之龙麦琳瑟拉";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "塞纳里奥议会";
["Kurinnaxx"] = "库林纳克斯";
["Lieutenant General Andorov"] = "安多洛夫中将";
["Four Kaldorei Elites"] = "卡多雷四精英";
["General Rajaxx"] = "拉贾克斯将军";
["Captain Qeez"] = "奎兹上尉";
["Captain Tuubid"] = "图比德上尉";
["Captain Drenn"] = "德雷恩上尉";
["Captain Xurrem"] = "库雷姆上尉";
["Major Yeggeth"] = "耶吉斯少校";
["Major Pakkon"] = "帕库少校";
["Colonel Zerran"] = "泽兰上校";
["Moam"] = "莫阿姆";
["Buru the Gorger"] = "吞咽者布鲁";
["Ayamiss the Hunter"] = "狩猎者阿亚米斯";
["Ossirian the Unscarred"] = "无疤者奥斯里安";
["Safe Room"] = "安全房间";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "开启黑暗之门";
["Keepers of Time"] = "时光守护者";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "时光之匙";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "萨艾特 <时光守护者>";
["Chrono Lord Deja"] = "时空领主德亚";
["Temporus"] = "坦普卢斯";
["Aeonus"] = "埃欧努斯";
["The Dark Portal"] = "黑暗之门";
["Medivh"] = "麦迪文";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "海加尔之战";
["The Scale of the Sands"] = "流沙之鳞";
["Alliance Base"] = "联盟基地";
["Lady Jaina Proudmoore"] = "吉安娜·普罗德摩尔";
["Horde Encampment"] = "部落营地";
["Thrall <Warchief>"] = "萨尔 <酋长>";
["Night Elf Village"] = "暗夜精灵村庄";
["Tyrande Whisperwind <High Priestess of Elune>"] = "泰兰德·语风 <艾露恩的高阶女祭司>";
["Rage Winterchill"] = "雷基·冬寒";
["Anetheron"] = "安纳塞隆";
["Kaz'rogal"] = "卡兹洛加";
["Azgalor"] = "阿兹加洛";
["Archimonde"] = "阿克蒙德";
["Indormi <Keeper of Ancient Gem Lore>"] = "因多米 <上古宝石保管者>";
["Tydormu <Keeper of Lost Artifacts>"] = "泰多姆 <失落的神器保管者>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "逃离敦霍尔德堡";
["Erozion"] = "伊洛希恩";
["Brazen"] = "布拉森";
["Landing Spot"] = "着陆点";
["Southshore"] = "南海镇";
["Tarren Mill"] = "塔伦米尔";
["Lieutenant Drake"] = "德拉克中尉";
["Thrall"] = "萨尔";
["Captain Skarloc"] = "斯卡洛克上尉";
["Epoch Hunter"] = "时空猎手";
["Taretha"] = "塔蕾莎";
["Jonathan Revah"] = "乔纳森·雷瓦";
["Jerry Carter"] = "杰瑞·卡特尔";
["Traveling"] = "旅行中";
["Thomas Yance <Travelling Salesman>"] = "托马斯·杨斯 <旅行商人>";
["Aged Dalaran Wizard"] = "老迈的达拉然巫师";
["Kel'Thuzad <The Kirin Tor>"] = "克尔苏加德 <肯瑞托>";
["Helcular"] = "赫尔库拉";
["Farmer Kent"] = "农夫肯特";
["Sally Whitemane"] = "萨莉·怀特迈恩";
["Renault Mograine"] = "雷诺·莫格莱尼";
["Little Jimmy Vishas"] = "吉米·维沙斯";
["Herod the Bully"] = "赫洛德";
["Nat Pagle"] = "纳特·帕格";
["Hal McAllister"] = "哈尔·马克奥里斯特";
["Zixil <Aspiring Merchant>"] = "吉克希尔 <有抱负的商人>";
["Overwatch Mark 0 <Protector>"] = "守候者零型 <保护者>";
["Southshore Inn"] = "南海镇旅馆";
["Captain Edward Hanes"] = "爱德华·汉斯";
["Captain Sanders"] = "杉德尔船长";
["Commander Mograine"] = "指挥官莫格莱尼";
["Isillien"] = "伊森利恩";
["Abbendis"] = "阿比迪斯";
["Fairbanks"] = "法尔班克斯";
["Tirion Fordring"] = "提里奥·弗丁";
["Arcanist Doan"] = "奥法师杜安";
["Taelan"] = "泰兰";
["Barkeep Kelly <Bartender>"] = "酒吧招待凯利 <调酒师>";
["Frances Lin <Barmaid>"] = "弗兰斯·林 <招待员>";
["Chef Jessen <Speciality Meat & Slop>"] = "厨师杰森 <美食大师>";
["Stalvan Mistmantle"] = "斯塔文·密斯特曼托";
["Phin Odelic <The Kirin Tor>"] = "费恩·奥德利克 <肯瑞托>";
["Southshore Town Hall"] = "南海镇大厅";
["Magistrate Henry Maleb"] = "赫尼·马雷布镇长";
["Raleigh the True"] = "虔诚的莱雷恩";
["Nathanos Marris"] = "纳萨诺斯·玛瑞斯";
["Bilger the Straight-laced"] = "古板的比格尔";
["Innkeeper Monica"] = "旅店老板莫妮卡";
["Julie Honeywell"] = "朱丽·哈尼维尔";
["Jay Lemieux"] = "贾森·雷缪克斯";
["Young Blanchy"] = "小马布兰契";
["Don Carlos"] = "卡洛斯";
["Guerrero"] = "古雷罗";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "暗炉钥匙";
["Prison Cell Key"] = "监狱牢房钥匙";
["Jail Break!"] = "冲破牢笼";
["Banner of Provocation"] = "挑衅之旗";
["Lord Roccor"] = "洛考尔";
["Kharan Mighthammer"] = "卡兰·巨锤";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "指挥官哥沙克 <卡加斯远征军>";
["Marshal Windsor"] = "温德索尔元帅";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "审讯官格斯塔恩 <暮光之锤审问者>";
["Ring of Law"] = "法律之环";
["Anub'shiah"] = "阿努希尔";
["Eviscerator"] = "剜眼者";
["Gorosh the Dervish"] = "修行者高罗什";
["Grizzle"] = "格里兹尔";
["Hedrum the Creeper"] = "爬行者赫杜姆";
["Ok'thor the Breaker"] = "破坏者奥科索尔";
["Theldren"] = "塞尔德林";
["Lefty"] = "莱弗提";
["Malgen Longspear"] = "玛尔根·长矛";
["Gnashjaw <Malgen Longspear's Pet>"] = "碎腭 <玛尔根·长矛的宠物>";
["Rotfang"] = "烂牙";
["Va'jashni"] = "瓦亚辛";
["Houndmaster Grebmar"] = "驯犬者格雷布玛尔";
["Elder Morndeep"] = "黎明长者";
["High Justice Grimstone"] = "裁决者格里斯通";
["Monument of Franclorn Forgewright"] = "弗兰克罗恩·铸铁的雕像";
["Pyromancer Loregrain"] = "控火师罗格雷恩";
["The Vault"] = "黑色宝库";
["Warder Stilgiss"] = "典狱官斯迪尔基斯";
["Verek"] = "维雷克";
["Watchman Doomgrip"] = "卫兵杜格瑞普";
["Fineous Darkvire <Chief Architect>"] = "弗诺斯·达克维尔 <首席建筑师>";
["The Black Anvil"] = "黑铁砧";
["Lord Incendius"] = "伊森迪奥斯";
["Bael'Gar"] = "贝尔加";
["Shadowforge Lock"] = "暗炉之锁";
["General Angerforge"] = "安格弗将军";
["Golem Lord Argelmach"] = "傀儡统帅阿格曼奇";
["Field Repair Bot 74A"] = "修理机器人74A型";
["The Grim Guzzler"] = "黑铁酒吧";
["Hurley Blackbreath"] = "霍尔雷·黑须";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "罗克图斯·暗契 <瑟银兄弟会>";
["Mistress Nagmara"] = "娜玛拉小姐";
["Phalanx"] = "法拉克斯";
["Plugger Spazzring"] = "普拉格";
["Private Rocknot"] = "罗克诺特下士";
["Ribbly Screwspigot"] = "雷布里·斯库比格特";
["Coren Direbrew"] = "科林·烈酒";
["Griz Gutshank <Arena Vendor>"] = "格里兹·加特沙克 <竞技场商人>";
["Ambassador Flamelash"] = "弗莱拉斯大使";
["Panzor the Invincible"] = "无敌的潘佐尔";
["Summoner's Tomb"] = "召唤者之墓";
["The Lyceum"] = "讲学厅";
["Magmus"] = "玛格姆斯";
["Emperor Dagran Thaurissan"] = "达格兰·索瑞森大帝";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "铁炉堡公主茉艾拉·铜须 <铁炉堡公主>";
["High Priestess of Thaurissan"] = "索瑞森高阶女祭司";
["The Black Forge"] = "黑熔炉";
["Core Fragment"] = "熔火碎片";
["Overmaster Pyron"] = "征服者派隆";
 
--Blackrock Spire (Lower)
["Vaelan"] = "维埃兰";
["Warosh <The Cursed>"] = "瓦罗什 <被诅咒者>";
["Elder Stonefort"] = "石墙长者";
["Roughshod Pike"] = "尖锐长矛";
["Spirestone Butcher"] = "尖石屠夫";
["Highlord Omokk"] = "欧莫克大王";
["Spirestone Battle Lord"] = "尖石统帅";
["Spirestone Lord Magus"] = "尖石首席法师";
["Shadow Hunter Vosh'gajin"] = "暗影猎手沃什加斯";
["Fifth Mosh'aru Tablet"] = "第五块摩沙鲁石板";
["Bijou"] = "比修";
["War Master Voone"] = "指挥官沃恩";
["Mor Grayhoof"] = "莫尔·灰蹄";
["Sixth Mosh'aru Tablet"] = "第六块摩沙鲁石板";
["Bijou's Belongings"] = "比修的装置";
["Human Remains"] = "人类遗骸";
["Unfired Plate Gauntlets"] = "未淬火的板甲护手";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "班诺克·巨斧 <火印军团勇士>";
["Mother Smolderweb"] = "烟网蛛后";
["Crystal Fang"] = "水晶之牙";
["Urok's Tribute Pile"] = "乌洛克的贡品堆";
["Urok Doomhowl"] = "乌洛克";
["Quartermaster Zigris <Bloodaxe Legion>"] = "军需官兹格雷斯 <血斧军团>";
["Halycon"] = "哈雷肯";
["Gizrul the Slavener"] = "奴役者基兹鲁尔";
["Ghok Bashguud <Bloodaxe Champion>"] = "霍克·巴什古德 <血斧军团的勇士>";
["Overlord Wyrmthalak"] = "维姆萨拉克";
["Burning Felguard"] = "燃烧地狱卫士";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "烈焰卫士艾博希尔";
["Solakar Flamewreath"] = "索拉卡·火冠";
["Father Flame"] = "烈焰之父";
["Darkstone Tablet"] = "黑暗石板";
["Doomrigger's Coffer"] = "末日扣环";
["Jed Runewatcher <Blackhand Legion>"] = "杰德 <黑手军团>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "古拉鲁克 <黑手军团铸甲师>";
["Warchief Rend Blackhand"] = "大酋长雷德·黑手";
["Gyth <Rend Blackhand's Mount>"] = "盖斯 <雷德·黑手的坐骑>";
["Awbee"] = "奥比";
["The Beast"] = "比斯巨兽";
["Lord Valthalak"] = "瓦塔拉克公爵";
["Finkle Einhorn"] = "芬克·恩霍尔";
["General Drakkisath"] = "达基萨斯将军";
["Drakkisath's Brand"] = "达基萨斯的烙印";
 
--Blackwing Lair
["Razorgore the Untamed"] = "狂野的拉佐格尔";
["Vaelastrasz the Corrupt"] = "堕落的瓦拉斯塔兹";
["Broodlord Lashlayer"] = "勒什雷尔";
["Firemaw"] = "费尔默";
["Draconic for Dummies (Chapter VII)"] = "龙语傻瓜教程 (第七章)";
["Master Elemental Shaper Krixix"] = "大元素师克里希克";
["Ebonroc"] = "埃博诺克";
["Flamegor"] = "弗莱格尔";
["Chromaggus"] = "克洛玛古斯";
["Nefarian"] = "奈法利安";
 
--Gnomeregan
["Workshop Key"] = "车间钥匙";
["Blastmaster Emi Shortfuse"] = "爆破专家艾米·短线";
["Grubbis"] = "格鲁比斯";
["Chomper"] = "咀嚼者";
["Clean Room"] = "清洗区";
["Tink Sprocketwhistle <Engineering Supplies>"] = "丁克·铁哨 <工程学供应商>";
["The Sparklematic 5200"] = "超级清洁器5200型";
["Mail Box"] = "邮箱";
["Kernobee"] = "克努比";
["Alarm-a-bomb 2600"] = "警报炸弹2600型";
["Matrix Punchograph 3005-B"] = "矩阵式打孔计算机 3005-B";
["Viscous Fallout"] = "粘性辐射尘";
["Electrocutioner 6000"] = "电刑器6000型";
["Matrix Punchograph 3005-C"] = "矩阵式打孔计算机 3005-C";
["Crowd Pummeler 9-60"] = "群体打击者9-60";
["Matrix Punchograph 3005-D"] = "矩阵式打孔计算机 3005-D";
["Dark Iron Ambassador"] = "黑铁大师";
["Mekgineer Thermaplugg"] = "麦克尼尔·瑟玛普拉格";
 
--Molten Core
["Hydraxian Waterlords"] = "海达希亚水元素";
["Lucifron"] = "鲁西弗隆";
["Magmadar"] = "玛格曼达";
["Gehennas"] = "基赫纳斯";
["Garr"] = "加尔";
["Shazzrah"] = "沙斯拉尔";
["Baron Geddon"] = "迦顿男爵";
["Golemagg the Incinerator"] = "焚化者古雷曼格";
["Sulfuron Harbinger"] = "萨弗隆先驱者";
["Majordomo Executus"] = "管理者埃克索图斯";
["Ragnaros"] = "拉格纳罗斯";
 
--SM: Library
["Houndmaster Loksey"] = "驯犬者洛克希";
["Arcanist Doan"] = "奥法师杜安";
 
--SM: Armory
["The Scarlet Key"] = "血色十字军钥匙";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "赫洛德 <血色十字军勇士>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "大检察官法尔班克斯";
["Scarlet Commander Mograine"] = "血色十字军指挥官莫格莱尼";
["High Inquisitor Whitemane"] = "大检察官怀特迈恩";
 
--SM: Graveyard
["Interrogator Vishas"] = "审讯员韦沙斯";
["Vorrel Sengutz"] = "沃瑞尔·森加斯";
["Pumpkin Shrine"] = "南瓜神龛";
["Headless Horseman"] = "无头骑士";
["Bloodmage Thalnos"] = "血法师萨尔诺斯";
["Ironspine"] = "铁脊死灵";
["Azshir the Sleepless"] = "永醒的艾希尔";
["Fallen Champion"] = "死灵勇士";
 
--Scholomance
["Skeleton Key"] = "骷髅钥匙";
["Viewing Room Key"] = "观察室钥匙";
["Viewing Room"] = "观察室";
["Blood of Innocents"] = "无辜者之血";
["Divination Scryer"] = "预言水晶球";
["Blood Steward of Kirtonos"] = "基尔图诺斯的卫士";
["The Deed to Southshore"] = "南海镇地契";
["Kirtonos the Herald"] = "传令官基尔图诺斯";
["Jandice Barov"] = "詹迪斯·巴罗夫";
["The Deed to Tarren Mill"] = "塔伦米尔地契";
["Rattlegore"] = "血骨傀儡";
["Death Knight Darkreaver"] = "死亡骑士达克雷尔";
["Marduk Blackpool"] = "马杜克·布莱克波尔";
["Vectus"] = "维克图斯";
["Ras Frostwhisper"] = "莱斯·霜语";
["The Deed to Brill"] = "布瑞尔地契";
["Kormok"] = "库尔莫克";
["Instructor Malicia"] = "讲师玛丽希亚";
["Doctor Theolen Krastinov <The Butcher>"] = "瑟尔林·卡斯迪诺夫教授 <屠夫>";
["Lorekeeper Polkelt"] = "博学者普克尔特";
["The Ravenian"] = "拉文尼亚";
["Lord Alexei Barov"] = "阿雷克斯·巴罗夫";
["The Deed to Caer Darrow"] = "凯尔达隆地契";
["Lady Illucia Barov"] = "伊露希亚·巴罗夫";
["Darkmaster Gandling"] = "黑暗院长加丁";
["Torch Lever"] = "火炬";
["Secret Chest"] = "旧宝藏箱";
["Alchemy Lab"] = "炼金实验室";
 
--Shadowfang Keep
["Deathsworn Captain"] = "死亡之誓";
["Rethilgore <The Cell Keeper>"] = "雷希戈尔 <牢房看守>";
["Sorcerer Ashcrombe"] = "巫师阿克鲁比";
["Deathstalker Adamant"] = "亡灵哨兵阿达曼特";
["Landen Stilwell"] = "兰登·斯蒂维尔";
["Deathstalker Vincent"] = "亡灵哨兵文森特";
["Fel Steed"] = "地狱战马";
["Jordan's Hammer"] = "乔丹的铁锤";
["Crate of Ingots"] = "铁锭箱";
["Razorclaw the Butcher"] = "屠夫拉佐克劳";
["Baron Silverlaine"] = "席瓦莱恩男爵";
["Commander Springvale"] = "指挥官斯普林瓦尔";
["Odo the Blindwatcher"] = "盲眼守卫奥杜";
["Fenrus the Devourer"] = "吞噬者芬鲁斯";
["Arugal's Voidwalker"] = "阿鲁高的虚空行者";
["The Book of Ur"] = "乌尔之书";
["Wolf Master Nandos"] = "狼王南杜斯";
["Archmage Arugal"] = "大法师阿鲁高";
 
--Stratholme
["The Scarlet Key"] = "血色十字军钥匙";
["Key to the City"] = "城市大门钥匙";
["Various Postbox Keys"] = "邮箱钥匙";
["Living Side"] = "血色区";
["Undead Side"] = "亡灵区";
["Skul"] = "斯库尔";
["Stratholme Courier"] = "斯坦索姆信使";
["Fras Siabi"] = "弗拉斯·希亚比";
["Atiesh <Hand of Sargeras>"] = "埃提耶什 <萨格拉斯之手>";
["Hearthsinger Forresten"] = "弗雷斯特恩";
["The Unforgiven"] = "不可宽恕者";
["Elder Farwhisper"] = "远风长者";
["Timmy the Cruel"] = "悲惨的提米";
["Malor the Zealous"] = "狂热的玛洛尔";
["Malor's Strongbox"] = "玛洛尔的保险箱";
["Crimson Hammersmith"] = "红衣铸锤师";
["Cannon Master Willey"] = "炮手威利";
["Archivist Galford"] = "档案管理员加尔福特";
["Grand Crusader Dathrohan"] = "大十字军战士达索汉";
["Balnazzar"] = "巴纳扎尔";
["Sothos"] = "索托斯";
["Jarien"] = "亚雷恩";
["Magistrate Barthilas"] = "巴瑟拉斯镇长";
["Aurius"] = "奥里克斯";
["Stonespine"] = "石脊";
["Baroness Anastari"] = "安娜丝塔丽男爵夫人";
["Black Guard Swordsmith"] = "黑衣守卫铸剑师";
["Nerub'enkan"] = "奈鲁布恩坎";
["Maleki the Pallid"] = "苍白的玛勒基";
["Ramstein the Gorger"] = "吞咽者拉姆斯登";
["Baron Rivendare"] = "瑞文戴尔男爵";
["Ysida Harmon"] = "伊思达·哈尔蒙";
["Crusaders' Square Postbox"] = "十字军广场邮箱";
["Market Row Postbox"] = "市场邮箱";
["Festival Lane Postbox"] = "节日小道邮箱";
["Elders' Square Postbox"] = "长者广场邮箱";
["King's Square Postbox"] = "国王广场邮箱";
["Fras Siabi's Postbox"] = "弗拉斯·希亚比的邮箱";
["3rd Box Opened"] = "打开三个邮箱后";
["Postmaster Malown"] = "邮差马龙";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "拉克佐 <工头>";
["Miner Johnson"] = "矿工约翰森";
["Sneed <Lumbermaster>"] = "斯尼德 <伐木工头>";
["Sneed's Shredder <Lumbermaster>"] = "斯尼德的伐木机 <伐木工头>";
["Gilnid <The Smelter>"] = "基尔尼格 <熔炼师>";
["Defias Gunpowder"] = "迪菲亚火药";
["Captain Greenskin"] = "绿皮队长";
["Edwin VanCleef <Defias Kingpin>"] = "艾德温·范克里夫 <迪菲亚兄弟会首脑>";
["Mr. Smite <The Ship's First Mate>"] = "重拳先生 <船上的大副>";
["Cookie <The Ship's Cook>"] = "曲奇 <船上的厨师>";
 
--The Stockade
["Targorr the Dread"] = "可怕的塔格尔";
["Kam Deepfury"] = "卡姆·深怒";
["Hamhock"] = "哈姆霍克";
["Bazil Thredd"] = "巴基尔·斯瑞德";
["Dextren Ward"] = "迪克斯特·瓦德";
["Bruegal Ironknuckle"] = "布鲁高·铁拳";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "阿塔哈卡神庙";
["Yeh'kinya's Scroll"] = "叶基亚的卷轴";
["Atal'ai Defenders"] = "阿塔莱防御者";
["Gasher"] = "加什尔";
["Loro"] = "洛若尔";
["Hukku"] = "胡库";
["Zolo"] = "祖罗";
["Mijan"] = "米杉";
["Zul'Lor"] = "祖罗尔";
["Altar of Hakkar"] = "哈卡祭坛";
["Atal'alarion <Guardian of the Idol>"] = "阿塔拉利恩 <护卫者>";
["Dreamscythe"] = "德姆赛卡尔";
["Weaver"] = "德拉维沃尔";
["Avatar of Hakkar"] = "哈卡的化身";
["Jammal'an the Prophet"] = "预言者迦玛兰";
["Ogom the Wretched"] = "可悲的奥戈姆";
["Morphaz"] = "摩弗拉斯";
["Hazzas"] = "哈扎斯";
["Shade of Eranikus"] = "伊兰尼库斯的阴影";
["Essence Font"] = "精华之泉";
["Spawn of Hakkar"] = "哈卡的后代";
["Elder Starsong"] = "星歌长者";
["Statue Activation Order"] = "雕像激活顺序";
 
--Uldaman
["Staff of Prehistoria"] = "史前法杖";
["Baelog"] = "巴尔洛戈";
["Eric \"The Swift\""] = "艾瑞克";
["Olaf"] = "奥拉夫";
["Baelog's Chest"] = "巴尔洛戈的箱子";
["Conspicuous Urn"] = "显眼的石罐";
["Remains of a Paladin"] = "圣骑士的遗体";
["Revelosh"] = "鲁维罗什";
["Ironaya"] = "艾隆纳亚";
["Obsidian Sentinel"] = "黑曜石哨兵";
["Annora <Enchanting Trainer>"] = "安诺拉 <大师级附魔师>";
["Ancient Stone Keeper"] = "古代的石头看守者";
["Galgann Firehammer"] = "加加恩·火锤";
["Tablet of Will"] = "意志石板";
["Shadowforge Cache"] = "暗影熔炉地窖";
["Grimlok <Stonevault Chieftain>"] = "格瑞姆洛克 <石窟酋长>";
["Archaedas <Ancient Stone Watcher>"] = "阿扎达斯 <远古石卫士>";
["The Discs of Norgannon"] = "诺甘农圆盘";
["Ancient Treasure"] = "古代宝藏";
 
--Zul'Gurub
["Zandalar Tribe"] = "赞达拉部族";
["Mudskunk Lure"] = "臭泥鱼诱饵";
["Gurubashi Mojo Madness"] = "古拉巴什疯狂魔精";
["High Priestess Jeklik"] = "高阶祭司耶克里克";
["High Priest Venoxis"] = "高阶祭司温诺西斯";
["Zanza the Restless"] = "无眠者赞扎";
["High Priestess Mar'li"] = "高阶祭司玛尔里";
["Bloodlord Mandokir"] = "血领主曼多基尔";
["Ohgan"] = "奥根";
["Edge of Madness"] = "疯狂之源";
["Gri'lek"] = "格里雷克";
["Hazza'rah"] = "哈扎拉尔";
["Renataki"] = "雷纳塔基";
["Wushoolay"] = "乌苏雷";
["Gahz'ranka"] = "加兹兰卡";
["High Priest Thekal"] = "高阶祭司塞卡尔";
["Zealot Zath"] = "狂热者扎斯";
["Zealot Lor'Khan"] = "狂热者洛卡恩";
["High Priestess Arlokk"] = "高阶祭司娅尔罗";
["Jin'do the Hexxer"] = "妖术师金度";
["Hakkar"] = "哈卡";
["Muddy Churning Waters"] = "混浊的水";
 
--Karazhan Start
["The Violet Eye"] = "紫罗兰之眼";--omitted from Karazhan End
["The Master's Key"] = "麦迪文的钥匙";--omitted from Karazhan End
["Staircase to the Ballroom"] = "通往宴会厅的楼梯";
["Stairs to Upper Stable"] = "通往马厩上层的楼梯";
["Ramp to the Guest Chambers"] = "通往会客间的斜坡";
["Stairs to Opera House Orchestra Level"] = "通往歌剧院正厅的楼梯";
["Ramp from Mezzanine to Balcony"] = "楼座与露台间的斜坡";
["Connection to Master's Terrace"] = "通往主宰的露台";
["Path to the Broken Stairs"] = "通往破碎阶梯的通道";--omitted from Karazhan End
["Hastings <The Caretaker>"] = "哈斯汀斯 <看管者>";
["Servant Quarters"] = "仆人区";
["Hyakiss the Lurker"] = "潜伏者希亚其斯";
["Rokad the Ravager"] = "蹂躏者洛卡德";
["Shadikith the Glider"] = "滑翔者沙德基斯";
["Berthold <The Doorman>"] = "伯特霍德 <门卫>";
["Calliard <The Nightman>"] = "卡利亚德 <清洁工>";
["Attumen the Huntsman"] = "猎手阿图门";
["Midnight"] = "午夜";
["Koren <The Blacksmith>"] = "库雷恩 <铁匠>";
["Moroes <Tower Steward>"] = "莫罗斯 <管家>";
["Baroness Dorothea Millstipe"] = "杜萝希·米尔斯提女伯爵";
["Lady Catriona Von'Indi"] = "卡翠欧娜·冯因迪女伯爵";
["Lady Keira Berrybuck"] = "吉拉·拜瑞巴克女伯爵";
["Baron Rafe Dreuger"] = "拉弗·杜格尔男爵";
["Lord Robin Daris"] = "罗宾·达瑞斯伯爵";
["Lord Crispin Ference"] = "克里斯宾·费伦斯伯爵";
["Bennett <The Sergeant at Arms>"] = "本内特 <警卫>";
["Ebonlocke <The Noble>"] = "埃伯洛克 <贵族>";
["Keanna's Log"] = "金娜的日记";
["Maiden of Virtue"] = "贞节圣女";
["Sebastian <The Organist>"] = "塞巴斯蒂安 <风琴手>";
["Barnes <The Stage Manager>"] = "巴内斯 <舞台管理员>";
["The Opera Event"] = "歌剧院事件";
["Red Riding Hood"] = "小红帽";
["The Big Bad Wolf"] = "大灰狼";
["Wizard of Oz"] = "绿野仙踪";
["Dorothee"] = "多萝茜";
["Tito"] = "托托";
["Strawman"] = "稻草人";
["Tinhead"] = "铁皮人";
["Roar"] = "胆小的狮子";
["The Crone"] = "巫婆";
["Romulo and Julianne"] = "罗密欧与朱丽叶";
["Romulo"] = "罗密欧";
["Julianne"] = "朱丽叶";
["The Master's Terrace"] = "主宰的露台";
["Nightbane"] = "夜之魇";
 
--Karazhan End
["Broken Stairs"] = "破碎阶梯";
["Ramp to Guardian's Library"] = "通往守护者的图书馆的斜坡";
["Suspicious Bookshelf"] = "奇怪的书架";
["Ramp up to the Celestial Watch"] = "通往观星大厅的斜坡";
["Ramp down to the Gamesman's Hall"] = "通往象棋大厅的斜坡";
["Chess Event"] = "象棋事件";
["Ramp to Medivh's Chamber"] = "通往麦迪文房间的斜坡";
["Spiral Stairs to Netherspace"] = "通往虚空异界的楼梯";
["The Curator"] = "馆长";
["Wravien <The Mage>"] = "拉维恩 <法师>";
["Gradav <The Warlock>"] = "格拉达夫 <术士>";
["Kamsis <The Conjurer>"] = "卡姆希丝 <咒术师>";
["Terestian Illhoof"] = "特雷斯坦·邪蹄";
["Kil'rek"] = "基尔里克";
["Shade of Aran"] = "埃兰之影";
["Netherspite"] = "虚空幽龙";
["Ythyar"] = "伊萨尔";
["Echo of Medivh"] = "麦迪文的回音";
["Dust Covered Chest"] = "灰尘覆盖的箱子";
["Prince Malchezaar"] = "玛克扎尔王子";
 
--Zul'Aman
["Harrison Jones"] = "哈里森·琼斯";
["Nalorakk <Bear Avatar>"] = "纳洛拉克 <野熊的化身>";
["Tanzar"] = "坦扎尔";
["The Map of Zul'Aman"] = "巴德的祖阿曼地图";
["Akil'Zon <Eagle Avatar>"] = "埃基尔松 <雄鹰的化身>";
["Harkor"] = "哈考尔";
["Jan'Alai <Dragonhawk Avatar>"] = "加亚莱 <龙鹰的化身>";
["Kraz"] = "克拉斯";
["Halazzi <Lynx Avatar>"] = "哈尔拉兹 <山猫的化身>";
["Ashli"] = "阿什莉";
["Zungam"] = "苏加姆";
["Hex Lord Malacrass"] = "妖术领主玛拉卡斯";
["Thurg"] = "索尔格";
["Gazakroth"] = "卡扎克洛斯";
["Lord Raadan"] = "兰尔丹";
["Darkheart"] = "黑心";
["Alyson Antille"] = "阿莱松·安提雷";
["Slither"] = "滑行者";
["Fenstalker"] = "沼泽猎手";
["Koragg"] = "库拉格";
["Zul'jin"] = "祖尔金";
["Forest Frogs"] = "丛林蛙, 其原型为: ";
["Kyren <Reagents>"] = "凯雷 <材料商>";
["Gunter <Food Vendor>"] = "冈特尔 <食物商人>";
["Adarrah"] = "埃达尔拉";
["Brennan"] = "布雷南";
["Darwen"] = "达尔文";
["Deez"] = "迪斯";
["Galathryn"] = "加拉瑟林";
["Mitzi"] = "米兹";
["Mannuth"] = "曼努斯";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "破碎残阳";
["Selin Fireheart"] = "塞林·火心";
["Fel Crystals"] = "邪能水晶";
["Tyrith"] = "塔雷斯";
["Vexallus"] = "维萨鲁斯";
["Scrying Orb"] = "占卜宝珠";
["Kalecgos"] = "卡雷苟斯";--omitted from SP
["Priestess Delrissa"] = "女祭司德莉希亚";
["Apoko"] = "埃波克";
["Eramas Brightblaze"] = "埃拉玛斯·炽光";
["Ellrys Duskhallow"] = "艾尔蕾丝";
["Fizzle"] = "菲兹尔";
["Garaxxas"] = "贾拉克萨斯";
["Sliver <Garaxxas' Pet>"] = "脆皮 <贾拉克萨斯的宠物>";
["Kagani Nightstrike"] = "卡加尼·夜锋";
["Warlord Salaris"] = "督军沙拉利斯";
["Yazzai"] = "亚赛";
["Zelfan"] = "扎尔凡";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "凯尔萨斯·逐日者 <血精灵之王>";--omitted from TK: The Eye
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "腐蚀者萨索瓦尔";
["Madrigosa"] = "玛蒂苟萨";
["Brutallus"] = "布鲁塔卢斯";
["Felmyst"] = "菲米丝";
["Eredar Twins"] = "艾瑞达双子";
["Grand Warlock Alythess"] = "高阶术士奥蕾塞丝";
["Lady Sacrolash"] = "萨洛拉丝女王";
["M'uru"] = "穆鲁";
["Entropius"] = "熵魔";
["Kil'jaeden <The Deceiver>"] = "基尔加丹 <欺诈者>";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "萨尔玛";--omitted from other HFC
["Honor Hold"] = "荣耀堡";--omitted from other HFC
["Flamewrought Key"] = "焰铸钥匙";--omitted from other HFC
["The Maker"] = "制造者";
["Broggok"] = "布洛戈克";
["Keli'dan the Breaker"] = "击碎者克里丹";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "碎裂大厅钥匙";
["Randy Whizzlesprocket"] = "兰迪·维兹普罗克";
["Drisella"] = "德雷希拉";
["Grand Warlock Nethekurse"] = "高阶术士奈瑟库斯";
["Blood Guard Porung"] = "血卫士伯鲁恩";
["Warbringer O'mrogg"] = "战争使者沃姆罗格";
["Warchief Kargath Bladefist"] = "酋长卡加斯·刃拳";
["Shattered Hand Executioner"] = "碎手斩杀者";
["Private Jacint"] = "列兵亚森特";
["Rifleman Brownbeard"] = "火枪手布隆恩·棕须";
["Captain Alina"] = "奥琳娜上尉";
["Scout Orgarr"] = "斥候奥贾尔";
["Korag Proudmane"] = "克拉格·傲鬃";
["Captain Boneshatter"] = "沙塔·碎骨上尉";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "巡视者加戈玛";
["Omor the Unscarred"] = "无疤者奥摩尔";
["Vazruden"] = "传令官瓦兹德";
["Nazan <Vazruden's Mount>"] = "纳杉 <瓦兹德的坐骑>";
["Reinforced Fel Iron Chest"] = "强化魔铁箱";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "玛瑟里顿";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "塞纳里奥远征队";--omitted from other CR
["Reservoir Key"] = "水库钥匙";--omitted from other CR
["Mennu the Betrayer"] = "背叛者门努";
["Weeder Greenthumb"] = "除草者格林萨姆";
["Skar'this the Heretic"] = "异教徒斯卡希斯";
["Rokmar the Crackler"] = "巨钳鲁克玛尔";
["Naturalist Bite"] = "博学者拜特";
["Quagmirran"] = "夸格米拉";
["Ahune <The Frost Lord>"] = "埃霍恩 <冰霜之王>";
 
--CR: The Underbog
["Hungarfen"] = "霍加尔芬";
["The Underspore"] = "幽暗孢子";
["Ghaz'an"] = "加兹安";
["Earthbinder Rayge"] = "缚地者雷葛";
["Swamplord Musel'ek"] = "沼地领主穆塞雷克";
["Claw <Swamplord Musel'ek's Pet>"] = "克劳恩 <沼地领主穆塞雷克的宠物>";
["The Black Stalker"] = "黑色阔步者";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "水术师瑟丝比娅";
["Main Chambers Access Panel"] = "主厅控制面板";
["Second Fragment Guardian"] = "第二块碎片的守护者";
["Mekgineer Steamrigger"] = "机械师斯蒂里格";
["Warlord Kalithresh"] = "督军卡利瑟里斯";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "不稳定的海度斯 <水流公爵>";
["The Lurker Below"] = "鱼斯拉";
["Leotheras the Blind"] = "盲眼者莱欧瑟拉斯";
["Fathom-Lord Karathress"] = "深水领主卡拉瑟雷斯";
["Seer Olum"] = "先知奥鲁姆";
["Morogrim Tidewalker"] = "莫洛格里·踏潮者";
["Lady Vashj <Coilfang Matron>"] = "瓦丝琪 <盘牙女王>";
 
--Auch: Mana-Tombs
["The Consortium"] = "星界财团";
["Auchenai Key"] = "奥金尼钥匙";--omitted from other Auch
["The Eye of Haramad"] = "哈拉迈德之眼";
["Pandemonius"] = "潘德莫努斯";
["Shadow Lord Xiraxis"] = "暗影领主希拉卡希斯";
["Ambassador Pax'ivi"] = "帕克希维大使";
["Tavarok"] = "塔瓦洛克";
["Cryo-Engineer Sha'heen"] = "低温工程师沙赫恩";
["Ethereal Transporter Control Panel"] = "虚灵传送器控制台";
["Nexus-Prince Shaffar"] = "节点亲王沙法尔";
["Yor <Void Hound of Shaffar>"] = "尤尔 <沙法尔的虚空猎犬>";
 
--Auch: Auchenai Crypts
["Lower City"] = "贫民窟";--omitted from other Auch
["Shirrak the Dead Watcher"] = "死亡观察者希尔拉克";
["Exarch Maladaar"] = "大主教玛拉达尔";
["Avatar of the Martyred"] = "殉难者的化身";
["D'ore"] = "德欧里";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "灌注精华的月亮石";
["Darkweaver Syth"] = "黑暗编织者塞斯";
["Lakka"] = "拉卡";
["The Saga of Terokk"] = "泰罗克的传说";
["Anzu"] = "安苏";
["Talon King Ikiss"] = "利爪之王艾吉斯";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "暗影迷宫钥匙";
["Spy To'gun"] = "间谍托古恩";
["Ambassador Hellmaw"] = "赫尔默大使";
["Blackheart the Inciter"] = "煽动者布莱卡特";
["Grandmaster Vorpil"] = "沃匹尔大师";
["The Codex of Blood"] = "鲜血法典";
["Murmur"] = "摩摩尔";
["First Fragment Guardian"] = "第一块碎片的守护者";
 
--TK: The Botanica
["The Sha'tar"] = "沙塔尔";--omitted from other TK
["Warpforged Key"] = "星船钥匙";--omitted from other TK
["Commander Sarannis"] = "指挥官萨拉妮丝";
["High Botanist Freywinn"] = "高级植物学家弗雷温";
["Thorngrin the Tender"] = "看管者索恩格林";
["Laj"] = "拉伊";
["Warp Splinter"] = "迁跃扭木";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "禁魔监狱钥匙";
["Zereketh the Unbound"] = "自由的瑟雷凯斯";
["Third Fragment Guardian"] = "第三块碎片的守护者";
["Dalliah the Doomsayer"] = "末日预言者达尔莉安";
["Wrath-Scryer Soccothrates"] = "天怒预言者苏克拉底";
["Udalo"] = "先知乌达鲁";
["Harbinger Skyriss"] = "预言者斯克瑞斯";
["Warden Mellichar"] = "监护者梅里卡尔";
["Millhouse Manastorm"] = "米尔豪斯·法力风暴";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "看守者盖罗基尔";
["Gatewatcher Iron-Hand"] = "看守者埃隆汉";
["Cache of the Legion"] = "军团宝箱";
["Mechano-Lord Capacitus"] = "机械领主卡帕西图斯";
["Overcharged Manacell"] = "超载的魔法晶格";
["Nethermancer Sepethrea"] = "灵术师塞比瑟蕾";
["Pathaleon the Calculator"] = "计算者帕萨雷恩";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "奥 <凤凰之神>";
["Void Reaver"] = "空灵机甲";
["High Astromancer Solarian"] = "大星术师索兰莉安";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "亵渎者萨拉德雷 <凯尔萨斯的顾问>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "首席技师塔隆尼库斯 <凯尔萨斯的顾问>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "星术师卡波妮娅 <凯尔萨斯的顾问>";
["Lord Sanguinar <The Blood Hammer>"] = "萨古纳尔男爵 <鲜血之锤>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "莫加尔大王 <食人魔之王>";
["Kiggler the Crazed"] = "疯狂的基戈尔";
["Blindeye the Seer"] = "盲眼先知";
["Olm the Summoner"] = "召唤者沃尔姆";
["Krosh Firehand"] = "克洛什·火拳";
["Gruul the Dragonkiller"] = "屠龙者格鲁尔";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "灰舌死誓者";--omitted from other BT
["Towards Reliquary of Souls"] = "通往灵魂之匣";
["Towards Teron Gorefiend"] = "通往塔隆·血魔";
["Towards Illidan Stormrage"] = "通往伊利丹·怒风";
["Spirit of Olum"] = "奥鲁姆之魂";
["High Warlord Naj'entus"] = "高阶督军纳因图斯";
["Supremus"] = "苏普雷姆斯";
["Shade of Akama"] = "阿卡玛之影";
["Spirit of Udalo"] = "乌达鲁之魂";
["Aluyen <Reagents>"] = "奥鲁尤 <材料商>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "沃库诺 <灰舌死誓者军需官>";
["Seer Kanai"] = "先知坎奈";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "古尔图格·血沸";
["Reliquary of Souls"] = "灵魂之匣";
["Essence of Suffering"] = "愤怒精华";
["Essence of Desire"] = "欲望精华";
["Essence of Anger"] = "苦痛精华";
["Teron Gorefiend"] = "塔隆·血魔";
 
--Black Temple (Top)
["Mother Shahraz"] = "莎赫拉丝主母";
["The Illidari Council"] = "伊利达雷议会";
["Lady Malande"] = "女公爵玛兰德";
["Gathios the Shatterer"] = "击碎者加西奥斯";
["High Nethermancer Zerevor"] = "高阶灵术师塞勒沃尔";
["Veras Darkshadow"] = "薇尔莱丝·深影";
["Illidan Stormrage <The Betrayer>"] = "伊利丹·怒风 <背叛者>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "哈雷";
["Greatfather Aldrimus"] = "奥德里姆斯宗父";
["Clarissa"] = "克拉里萨";
["Ramdor the Mad"] = "疯狂的拉姆杜尔";
["Horvon the Armorer <Armorsmith>"] = "铸甲匠霍尔冯 <护甲锻造师>";
["Nexus-Prince Haramad"] = "节点亲王哈拉迈德";
["Artificer Morphalius"] = "工匠莫法鲁斯";
["Mamdy the \"Ologist\""] = "“杂学家”玛姆迪";
["\"Slim\" <Shady Dealer>"] = "“瘦子” <毒药商>";
["\"Captain\" Kaftiz"] = "“上尉”卡弗提兹";
["Isfar"] = "伊斯法尔";
["Field Commander Mahfuun"] = "战地指挥官玛弗恩";
["Spy Grik'tha"] = "间谍格利克萨";
["Provisioner Tsaalt"] = "补给官塔萨尔特";
["Dealer Tariq <Shady Dealer>"] = "商人塔利基 <毒药商>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "伯德雷";
["Overmaster Pyron"] = "征服者派隆";
["Lothos Riftwaker"] = "洛索斯·天痕";
["Franclorn Forgewright"] = "弗兰克罗恩·铸铁";
["Orb of Command"] = "命令宝珠";
["Scarshield Quartermaster <Scarshield Legion>"] = "裂盾军需官 <裂盾军团>";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "观察者杰哈恩";
["Mortog Steamhead"] = "莫尔托格";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "传送器";
["Sprok <Away Team>"] = "斯普洛克 <客队>";
["Matrix Punchograph 3005-A"] = "矩阵式打孔计算机3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "纳姆杜 <工程学供应商>";
["Techbot"] = "尖端机器人";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "无名预言者";
["Kolk <The First Kahn>"] = "考尔克 <第一可汗>";
["Gelk <The Second Kahn>"] = "格尔克 <第二可汗>";
["Magra <The Third Kahn>"] = "玛格拉 <第三可汗>";
["Cavindra"] = "凯雯德拉";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "玛里莎·杜派格";
["Brainwashed Noble"] = "被洗脑的贵族";
["Foreman Thistlenettle"] = "工头希斯耐特";
 
--Sunken Temple (Entrance)
["Jade"] = "玉龙";
["Kazkaz the Unholy"] = "邪恶的卡萨卡兹";
["Zekkis"] = "泽基斯";
["Veyzhak the Cannibal"] = "食尸者维萨克";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "铁趾格雷兹";
["Magregan Deepshadow"] = "马格雷甘·深影";
["Tablet of Ryun'Eh"] = "雷乌纳石板";
["Krom Stoutarm's Chest"] = "克罗姆·粗臂的箱子";
["Garrett Family Chest"] = "加勒特的宝箱";
["Digmaster Shovelphlange"] = "挖掘专家舒尔弗拉格";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "疯狂的马格利什";
["Trigore the Lasher"] = "鞭笞者特里高雷";
["Boahn <Druid of the Fang>"] = "博艾恩 <尖牙德鲁伊>";
["Above the Entrance:"] = "入口上方: ";
["Ebru <Disciple of Naralex>"] = "厄布鲁 <纳拉雷克斯的信徒>";
["Nalpak <Disciple of Naralex>"] = "纳尔帕克 <纳拉雷克斯的信徒>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "卡尔丹·暗月 <特殊制皮物资>";
["Waldor <Leatherworking Trainer>"] = "瓦多尔 <制皮训练师>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "厄运之池";
["Dire Maul Arena"] = "厄运之槌竞技场";
["Mushgog"] = "姆斯高格";
["Skarr the Unbreakable"] = "无敌的斯卡尔";
["The Razza"] = "拉扎尔";
["Elder Mistwalker"] = "迷雾长者";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "时间管理者 <时光守护者>";
["Alexston Chrome <Tavern of Time>"] = "阿历克斯顿·克罗姆 <时间旅店>";
["Yarley <Armorer>"] = "亚尔雷 <护甲商>";
["Bortega <Reagents & Poison Supplies>"] = "波特加 <材料与毒药商>";
["Galgrom <Provisioner>"] = "加尔戈罗姆 <供给商人>";
["Alurmi <Keepers of Time Quartermaster>"] = "艾鲁尔米 <时光守护者军需官>";
["Zaladormu"] = "扎拉多姆";
["Soridormi <The Scale of Sands>"] = "索莉多米 <流沙之鳞>";
["Arazmodu <The Scale of Sands>"] = "阿拉兹姆多 <流沙之鳞>";
["Andormu <Keepers of Time>"] = "安多姆 <时光守护者>";
["Nozari <Keepers of Time>"] = "诺萨莉 <时光守护者>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "大法师蕾尔达";
["Apprentice Darius"] = "学徒达里乌斯";
["Archmage Alturus"] = "大法师奥图鲁斯";
["Stairs to Underground Pond"] = "通往地下水池的楼梯";
["Stairs to Underground Well"] = "通往地下水井的楼梯";
["Charred Bone Fragment"] = "焦骨碎块";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "纳多克斯长老";
["Prince Taldaram"] = "塔达拉姆王子";
["Jedoga Shadowseeker"] = "耶戈达·觅影者";
["Herald Volazj"] = "传令官沃拉兹";
["Amanitar"] = "埃曼尼塔";
["Ahn'kahet Brazier"] = "安卡赫特火盆";
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "看门者克里克希尔 ";
["Watcher Gashra"] = "看守者加什拉";
["Watcher Narjil"] = "看守者纳尔伊";
["Watcher Silthik"] = "看守者希尔希克";
["Hadronox"] = "哈多诺克斯";
["Anub'arak"] = "阿努巴拉克";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "净化斯坦索姆";
["Meathook"] = "肉钩";
["Salramm the Fleshcrafter"] = "塑血者沙尔拉姆";
["Chrono-Lord Epoch"] = "时光领主埃博克";
["Mal'Ganis"] = "玛尔加尼斯";
["Chromie"] = "克罗米";
["Infinite Corruptor"] = "永恒腐蚀者";
["Guardian of Time"] = "时光守护者";
["Scourge Invasion Points"] = "天灾入侵点";
 
--Drak'Tharon Keep
["Trollgore"] = "托尔戈";
["Novos the Summoner"] = "召唤者诺沃斯";
["King Dred"] = "暴龙之王爵德";
["The Prophet Tharon'ja"] = "先知萨隆亚";
["Kurzel"] = "库塞尔";
["Drakuru's Brazier"] = "达库鲁的火盆";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "斯拉德兰 <西莱图斯的高阶先知>";
["Drakkari Colossus"] = "达卡莱巨像";
["Moorabi <High Prophet of Mam'toth>"] = "莫拉比 <犸托斯的高阶先知>";
["Gal'darah <High Prophet of Akali>"] = "迦尔达拉 <阿卡里的高阶先知>";
["Eck the Ferocious"] = "凶残的伊克";
 
--Icecrown Citadel
["The Ashen Verdict"] = "灰烬裁决军";
["Lord Marrowgar"] = "玛洛嘉领主";
["Lady Deathwhisper"] = "亡语女士";
["Gunship Battle"] = "炮艇战";
["Deathbringer Saurfang"] = "死亡使者萨鲁法尔";
["Festergut"] = "脓肠";
["Rotface"] = "腐脸";
["Professor Putricide"] = "普崔希德教授";
["Blood Prince Council"] = "血亲王议会";
["Prince Keleseth"] = "凯雷希斯王子";
["Prince Taldaram"] = "泰尔达朗王子";
["Prince Valanar"] = "瓦拉纳尔王子";
["Blood-Queen Lana'thel"] = "血腥女王菈娜萨尔";
["Valithria Dreamwalker"] = "瓦莉丝瑞雅•梦行者";
["Sindragosa <Queen of the Frostbrood>"] = "辛德拉苟莎 <霜育之后>";
["The Lich King"] = "巫妖王";
 
--Naxxramas
["Mr. Bigglesworth"] = "比格沃斯";
["Construct Quarter"] = "构造区";
["Patchwerk"] = "帕奇维克";
["Grobbulus"] = "格罗布鲁斯";
["Gluth"] = "格拉斯";
["Thaddius"] = "塔迪乌斯";
["Arachnid Quarter"] = "蜘蛛区";
["Anub'Rekhan"] = "阿努布雷坎";
["Grand Widow Faerlina"] = "黑女巫法琳娜";
["Maexxna"] = "迈克斯纳";
["Military Quarter"] = "军事区";
["Instructor Razuvious"] = "教官拉苏维奥斯";
["Gothik the Harvester"] = "收割者戈提克";
["The Four Horsemen"] = "天启四骑士";
["Thane Korth'azz"] = "库尔塔兹领主";
["Lady Blaumeux"] = "女公爵布劳缪克丝";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "瑟里耶克爵士";
["Four Horsemen Chest"] = "四骑士之箱";
["Plague Quarter"] = "瘟疫区";
["Noth the Plaguebringer"] = "瘟疫使者诺斯";
["Heigan the Unclean"] = "肮脏的希尔盖";
["Loatheb"] = "洛欧塞布";
["Frostwyrm Lair"] = "冰霜巨龙巢穴";
["Sapphiron"] = "萨菲隆";
["Kel'Thuzad"] = "克尔苏加德";
 
--The Nexus: The Nexus
["Anomalus"] = "阿诺玛鲁斯";
["Ormorok the Tree-Shaper"] = "塑树者奥莫洛克";
["Grand Magus Telestra"] = "大魔导师泰蕾丝塔";
["Keristrasza"] = "克莉斯塔萨";
["Commander Stoutbeard"] = "指挥官斯托比德";
["Berinand's Research"] = "伯林纳德的研究笔记";
["Commander Kolurg"] = "指挥官库鲁尔格";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "玛里苟斯";
["Key to the Focusing Iris"] = "聚焦之虹的钥匙";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "审讯者达库斯";
["Mage-Lord Urom"] = "法师领主伊洛姆";
["Ley-Guardian Eregos"] = "魔网守护者埃雷苟斯";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "瓦尔洛斯·云击 <蓝龙军团的领主>";
["Centrifuge Construct"] = "离心构造体";
["Cache of Eregos"] = "埃雷苟斯的宝箱";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "大法师寇瑞伦 <祈伦托>";
["Archmage Elandra <Kirin Tor>"] = "大法师伊兰卓 <祈伦托>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "希瓦娜斯•风行者女士 <女妖之王>";
["Dark Ranger Loralen"] = "黑暗游侠洛拉伦";
["Dark Ranger Kalira"] = "黑暗游侠卡丽菈";
["Bronjahm <Godfather of Souls>"] = "布朗吉姆 <众魂教父>";
["Devourer of Souls"] = "众魂吞噬者";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "锻造大师加弗罗斯";
["Martin Victus"] = "马汀•维特斯";
["Gorkun Ironskull"] = "葛刚•铁颅";
["Krick and Ick"] = "克瑞克和艾克";
["Scourgelord Tyrannus"] = "天谴领主提朗纽斯";
["Rimefang"] = "霜牙";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "法勒瑞克";
["Marwyn"] = "麦尔温";
["Wrath of the Lich King"] = "巫妖王之怒";
["The Captain's Chest"] = "船长的箱子";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "黑龙军团巢穴";
["Sartharion <The Onyx Guardian>"] = "萨塔里奥 <黑岩守护者>";
["Tenebron"] = "塔尼布隆";
["Shadron"] = "沙德隆";
["Vesperon"] = "维斯匹隆";
 
--The Violet Hold
["Erekem"] = "埃雷克姆";
["Zuramat the Obliterator"] = "湮灭者祖拉玛特";
["Xevozz"] = "谢沃兹";
["Ichoron"] = "艾库隆";
["Moragg"] = "摩拉格";
["Lavanthor"] = "拉文索尔";
["Cyanigosa"] = "塞安妮苟萨";
["The Violet Hold Key"] = "紫罗兰监狱钥匙";
 
--Trial of the Champion
["Grand Champions"] = "大勇士";
["Champions of the Alliance"] = "联盟大勇士";
["Marshal Jacob Alerius"] = "杰科布•亚雷瑞斯元帅";
["Ambrose Boltspark"] = "安布罗斯•拴炫";
["Colosos"] = "克罗索斯";
["Jaelyne Evensong"] = "洁琳•晚歌";
["Lana Stouthammer"] = "菈娜•顽锤";
["Champions of the Horde"] = "部落大勇士";
["Mokra the Skullcrusher"] = "『碎颅者』莫克拉";
["Eressea Dawnsinger"] = "艾瑞西雅•曦咏";
["Runok Wildmane"] = "鲁诺克•蛮鬃";
["Zul'tore"] = "祖尔拓";
["Deathstalker Visceri"] = "亡灵哨兵威瑟瑞";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "『纯净者』埃卓克 <银白十字军大勇士>";
["Argent Confessor Paletress"] = "银白告解者帕尔璀丝";
["The Black Knight"] = "黑骑士";
 
--Trial of the Crusader
["Cavern Entrance"] = "洞穴入口";
["Northrend Beasts"] = "北裂境巨兽";
["Gormok the Impaler"] = "『穿刺者』戈莫克";
["Acidmaw"] = "酸喉";
["Dreadscale"] = "惧鳞";
["Icehowl"] = "冰嚎";
["Lord Jaraxxus"] = "贾拉克瑟斯领主";
["Faction Champions"] = "阵营勇士";
["Twin Val'kyr"] = "华尔琪双子";
["Fjola Lightbane"] = "菲欧拉•光寂";
["Eydis Darkbane"] = "艾狄丝•暗寂";
["Anub'arak"] = "阿努巴拉克";
["Heroic: Trial of the Grand Crusader"] = "英雄: 大十字军试炼";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "比亚格里将军";
["Volkhan"] = "沃尔坎";
["Ionar"] = "艾欧纳尔";
["Loken"] = "洛肯";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "远古法庭宝箱";
["Krystallus"] = "克莱斯塔卢斯";
["Brann Bronzebeard"] = "布莱恩·铜须";
["Sjonnir the Ironshaper"] = "塑铁者斯约尼尔";
["Maiden of Grief"] = "悲伤圣女";
 
-- Ulduar General
["Celestial Planetarium Key"] = "天文馆钥匙";
["The Siege"] = "城墙";
["The Antechamber"] = "前厅"; --B
["The Keepers"] = "守护者"; --C
["Spark of Imagination"] = "幻想的火花"; --D
["Descent into Madness"] = "疯狂之口"; --E
 
-- Ulduar A
["Flame Leviathan"] = "烈焰巨兽";
["Ignis the Furnace Master"] = "掌炉者伊格尼斯";
["Razorscale"] = "锋鳞";
["XT-002 Deconstructor"] = "XT-002拆解者";
["Expedition Base Camp"] = "远征队营地";
["Formation Grounds"] = "训练场";
["The Colossal Forge"] = "大熔炉";
["The Scrapyard"] = "废料场";
["Tower of Life"] = "生命之塔";
["Tower of Flame"] = "烈焰之塔";
["Tower of Frost"] = "冰霜之塔";
["Tower of Storms"] = "风暴之塔";
 
-- Ulduar B
["Assembly of Iron"] = "钢铁议会";
["Steelbreaker"] = "破钢者";
["Runemaster Molgeim"] = "符文领主莫尔格姆";
["Stormcaller Brundir"] = "风暴召唤者布鲁迪尔";
["Kologarn"] = "科隆加恩";
["Algalon the Observer"] = "观察者奥尔加隆";
["Antechamber of Ulduar"] = "奥杜尔前厅";
["Prospector Doren"] = "勘察员多伦";
["Archivum Console"] = "大数据库控制台";
 
-- Ulduar C
["Auriaya"] = "欧尔莉亚";
["Freya"] = "弗蕾亚";
["Thorim"] = "托里姆";
["Hodir"] = "霍迪尔";
["The Shattered Walkway"] = "破碎步道";
["The Conservatory of Life"] = "生命温室";
 
-- Ulduar D
["Mimiron"] = "米米尔隆";
 
-- Ulduar E
["General Vezax"] = "维扎克斯将军";
["Yogg-Saron"] = "尤格-萨隆";
["Prison of Yogg-Saron"] = "尤格-萨隆的囚牢";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "凯雷塞斯王子 <萨莱因>";
["Dalronn the Controller"] = "控制者达尔隆";
["Ingvar the Plunderer"] = "劫掠者因格瓦尔";
["Dark Ranger Marrah"] = "黑暗游侠玛尔拉";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "布雷格";
["Svala Sorrowgrave"] = "席瓦拉·索格蕾";
["Gortok Palehoof"] = "戈托克·苍蹄";
["Skadi the Ruthless"] = "残忍的斯卡迪";
["King Ymiron"] = "伊米隆国王";
["Skarvald the Constructor"] = "建筑师斯卡瓦尔德";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "岩石看守者阿尔卡冯";
["Emalon the Storm Watcher"] = "风暴看守者埃玛隆";
["Koralon the Flame Watcher"] = "烈焰看守者寇拉隆";
["Toravon the Ice Watcher"] = "寒冰看守者";
};
end
Locale/Atlas-enUS.lua New file
0,0 → 1,1756
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Atlas English Localization
-- Compiled by Dan Gilbert
-- loglow@gmail.com
-- Many thanks to all contributors!
 
--************************************************
-- Global Atlas Strings
--************************************************
 
AtlasSortIgnore = {"the (.+)"};
 
ATLAS_TITLE = "Atlas";
ATLAS_SUBTITLE = "Instance Map Browser";
ATLAS_DESC = "Atlas is an instance map browser.";
 
BINDING_HEADER_ATLAS_TITLE = "Atlas Bindings";
BINDING_NAME_ATLAS_TOGGLE = "Toggle Atlas";
BINDING_NAME_ATLAS_OPTIONS = "Toggle Options";
BINDING_NAME_ATLAS_AUTOSEL = "Auto-Select";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "options";
 
ATLAS_STRING_LOCATION = "Location";
ATLAS_STRING_LEVELRANGE = "Level Range";
ATLAS_STRING_PLAYERLIMIT = "Player Limit";
ATLAS_STRING_SELECT_CAT = "Select Category";
ATLAS_STRING_SELECT_MAP = "Select Map";
ATLAS_STRING_SEARCH = "Search";
ATLAS_STRING_CLEAR = "Clear";
ATLAS_STRING_MINLEVEL = "Minimum Level";
 
ATLAS_OPTIONS_BUTTON = "Options";
ATLAS_OPTIONS_SHOWBUT = "Show Button on Minimap";
ATLAS_OPTIONS_AUTOSEL = "Auto-Select Instance Map";
ATLAS_OPTIONS_BUTPOS = "Button Position";
ATLAS_OPTIONS_TRANS = "Transparency";
ATLAS_OPTIONS_REPMAP = "Replace the World Map";
ATLAS_OPTIONS_RCLICK = "Right-Click for World Map";
ATLAS_OPTIONS_SHOWMAPNAME = "Show map name";
ATLAS_OPTIONS_RESETPOS = "Reset Position";
ATLAS_OPTIONS_ACRONYMS = "Display Acronyms";
ATLAS_OPTIONS_SCALE = "Scale";
ATLAS_OPTIONS_BUTRAD = "Button Radius";
ATLAS_OPTIONS_CLAMPED = "Clamp window to screen";
ATLAS_OPTIONS_CTRL = "Hold down Control for tooltips";
ATLAS_OPTIONS_COORDS = "Show coordinates on the World Map";
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas";
ATLAS_BUTTON_TOOLTIP_HINT = "Left-click to open Atlas.\nMiddle-click for Atlas options.\nRight-click and drag to move this button.";
ATLAS_LDB_HINT = "Left-Click to open Atlas.\nRight-Click for Atlas options.";
 
ATLAS_OPTIONS_CATDD = "Sort Instance Maps by:";
ATLAS_DDL_CONTINENT = "Continent";
ATLAS_DDL_CONTINENT_EASTERN = "Eastern Kingdoms Instances";
ATLAS_DDL_CONTINENT_KALIMDOR = "Kalimdor Instances";
ATLAS_DDL_CONTINENT_OUTLAND = "Outland Instances";
ATLAS_DDL_CONTINENT_NORTHREND = "Northrend Instances";
ATLAS_DDL_LEVEL = "Level";
ATLAS_DDL_LEVEL_UNDER45 = "Instances Under Level 45";
ATLAS_DDL_LEVEL_45TO60 = "Instances Level 45-60";
ATLAS_DDL_LEVEL_60TO70 = "Instances Level 60-70";
ATLAS_DDL_LEVEL_70TO80 = "Instances Level 70-80";
ATLAS_DDL_LEVEL_80PLUS = "Instances Level 80+";
ATLAS_DDL_PARTYSIZE = "Party Size";
ATLAS_DDL_PARTYSIZE_5_AE = "Instances for 5 Players A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "Instances for 5 Players F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "Instances for 10 Players A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "Instances for 10 Players R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "Instances for 20-40 Players";
ATLAS_DDL_EXPANSION = "Expansion";
ATLAS_DDL_EXPANSION_OLD_AO = "Old World Instances A-O";
ATLAS_DDL_EXPANSION_OLD_PZ = "Old World Instances P-Z";
ATLAS_DDL_EXPANSION_BC = "Burning Crusade Instances";
ATLAS_DDL_EXPANSION_WOTLK = "Wrath of the Lich King Instances";
ATLAS_DDL_TYPE = "Type";
ATLAS_DDL_TYPE_INSTANCE_AC = "Instances A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "Instances D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "Instances S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "Entrances";
 
ATLAS_INSTANCE_BUTTON = "Instance";
ATLAS_ENTRANCE_BUTTON = "Entrance";
ATLAS_SEARCH_UNAVAIL = "Search Unavailable";
ATLAS_WORLDMAP_PLAYER = "Player";
ATLAS_WORLDMAP_CURSOR = "Cursor";
 
ATLAS_DEP_MSG1 = "Atlas has detected outdated module(s).";
ATLAS_DEP_MSG2 = "They have been disabled for this character.";
ATLAS_DEP_MSG3 = "Delete them from your AddOns folder.";
ATLAS_DEP_OK = "Ok";
 
AtlasZoneSubstitutions = {
["The Temple of Atal'Hakkar"] = "Sunken Temple";
["Ahn'Qiraj"] = "Temple of Ahn'Qiraj";
["Karazhan"] = "Karazhan [A] (Start)";
["Black Temple"] = "Black Temple [A] (Start)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "Adult";
["AKA"] = "AKA";
["Alliance"] = "Alliance";
["Arcane Container"] = "Arcane Container";
["Argent Dawn"] = "Argent Dawn";
["Argent Crusade"] = "Argent Crusade";
["Arms Warrior"] = "Arms Warrior";
["Attunement Required"] = "Attunement Required";
["Back"] = "Back";
["Basement"] = "Basement";
["Bat"] = "Bat";
["Blacksmithing Plans"] = "Blacksmithing Plans";
["Boss"] = "Boss";
["Brazier of Invocation"] = "Brazier of Invocation";
["Brewfest"] = "Brewfest";
["Chase Begins"] = "Chase Begins";
["Chase Ends"] = "Chase Ends";
["Child"] = "Child";
["Connection"] = "Connection";
["DS2"] = "DS2";
["East"] = "East";
["Elevator"] = "Elevator";
["End"] = "End";
["Engineer"] = "Engineer";
["Entrance"] = "Entrance";
["Event"] = "Event";
["Exalted"] = "Exalted";
["Exit"] = "Exit";
["Fourth Stop"] = "Fourth Stop";
["Front"] = "Front";
["Ghost"] = "Ghost";
["Hallow's End"] = "Hallow's End";
["Heroic"] = "Heroic";
["Holy Paladin"] = "Holy Paladin";
["Holy Priest"] = "Holy Priest";
["Horde"] = "Horde";
["Hunter"] = "Hunter";
["Imp"] = "Imp";
["Inside"] = "Inside";
["Key"] = "Key";
["Love is in the Air"] = "Love is in the Air";
["Lower"] = "Lower";
["Lunar"] = "Lunar";
["Lunar Festival"] = "Lunar Festival";
["Mage"] = "Mage";
["Meeting Stone"] = "Meeting Stone";
["Midsummer Festival"] = "Midsummer Festival";
["Monk"] = "Monk";
["Moonwell"] = "Moonwell";
["North"] = "North";
["Optional"] = "Optional";
["Orange"] = "Orange";
["Outside"] = "Outside";
["Paladin"] = "Paladin";
["Panther"] = "Panther";
["Portal"] = "Portal";
["Priest"] = "Priest";
["Protection Warrior"] = "Protection Warrior";
["Purple"] = "Purple";
["Random"] = "Random";
["Raptor"] = "Raptor";
["Rare"] = "Rare";
["Reputation"] = "Reputation";
["Repair"] = "Repair";
["Retribution Paladin"] = "Retribution Paladin";
["Rewards"] = "Rewards";
["Rogue"] = "Rogue";
["Second Stop"] = "Second Stop";
["Shadow Priest"] = "Shadow Priest";
["Shaman"] = "Shaman";
["Side"] = "Side";
["Snake"] = "Snake";
["Spawn Point"] = "Spawn Point";
["Spider"] = "Spider";
["Start"] = "Start";
["Summon"] = "Summon";
["Teleporter"] = "Teleporter";
["Third Stop"] = "Third Stop";
["Tiger"] = "Tiger";
["Top"] = "Top";
["Undead"] = "Undead";
["Underwater"] = "Underwater";
["Unknown"] = "Unknown";
["Upper"] = "Upper";
["Varies"] = "Varies";
["Wanders"] = "Wanders";
["Warlock"] = "Warlock";
["Warrior"] = "Warrior";
["Wave 5"] = "Wave 5";
["Wave 6"] = "Wave 6";
["Wave 10"] = "Wave 10";
["Wave 12"] = "Wave 12";
["Wave 18"] = "Wave 18";
["West"] = "West";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "Ahn'kahet: The Old Kingdom";
["Ahn'Qiraj"] = "Ahn'Qiraj"; ["AQ"] = "AQ";
["Armory"] = "Armory";
["Auchenai Crypts"] = "Auchenai Crypts"; ["AC"] = "AC";
["Auchindoun"] = "Auchindoun"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "Azjol-Nerub"; ["AN"] = "AN";
["Black Temple"] = "Black Temple"; ["BT"] = "BT";
["Blackfathom Deeps"] = "Blackfathom Deeps"; ["BFD"] = "BFD";
["Blackrock Depths"] = "Blackrock Depths"; ["BRD"] = "BRD";
["Blackrock Spire"] = "Blackrock Spire"; ["LBRS"] = "LBRS"; ["UBRS"] = "UBRS";
["Blackwing Lair"] = "Blackwing Lair"; ["BWL"] = "BWL";
["Cathedral"] = "Cathedral"; ["Cath"] = "Cath";
["Caverns of Time"] = "Caverns of Time"; ["CoT"] = "CoT";
["Chamber of Aspects"] = "Chamber of Aspects";
["Coilfang Reservoir"] = "Coilfang Reservoir"; ["CR"] = "CR";
["Crusaders' Coliseum"] = "Crusaders' Coliseum";
["Dire Maul"] = "Dire Maul"; ["DM"] = "DM";
["Drak'Tharon Keep"] = "Drak'Tharon Keep";
["Frozen Halls"] = "Frozen Halls";
["Gnomeregan"] = "Gnomeregan"; ["Gnome"] = "Gnome";
["Graveyard"] = "Graveyard"; ["GY"] = "GY";
["Gruul's Lair"] = "Gruul's Lair"; ["GL"] = "GL";
["Gundrak"] = "Gundrak";
["Halls of Lightning"] = "Halls of Lightning";
["Halls of Reflection"] = "Halls of Reflection";
["Halls of Stone"] = "Halls of Stone";
["Hellfire Citadel"] = "Hellfire Citadel"; ["HFC"] = "HFC";
["Hellfire Ramparts"] = "Hellfire Ramparts"; ["Ramp"] = "Ramp";
["Hyjal Summit"] = "Hyjal Summit"; ["CoT3"] = "CoT3";
["Icecrown Citadel"] = "Icecrown Citadel";
["Karazhan"] = "Karazhan"; ["Kara"] = "Kara";
["Library"] = "Library"; ["Lib"] = "Lib";
["Magisters' Terrace"] = "Magisters' Terrace"; ["MaT"] = "MT";
["Magtheridon's Lair"] = "Magtheridon's Lair"; ["Mag"] = "Mag";
["Mana-Tombs"] = "Mana-Tombs"; ["MT"] = "MT";
["Maraudon"] = "Maraudon"; ["Mara"] = "Mara";
["Molten Core"] = "Molten Core"; ["MC"] = "MC";
["Naxxramas"] = "Naxxramas";
["Old Hillsbrad Foothills"] = "Old Hillsbrad Foothills"; ["CoT1"] = "CoT1";
["Onyxia's Lair"] = "Onyxia's Lair"; ["Ony"] = "Ony";
["Pit of Saron"] = "Pit of Saron";
["Ragefire Chasm"] = "Ragefire Chasm"; ["RFC"] = "RFC";
["Razorfen Downs"] = "Razorfen Downs"; ["RFD"] = "RFD";
["Razorfen Kraul"] = "Razorfen Kraul"; ["RFK"] = "RFK";
["Ruins of Ahn'Qiraj"] = "Ruins of Ahn'Qiraj"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "Scarlet Monastery"; ["SM"] = "SM";
["Scholomance"] = "Scholomance"; ["Scholo"] = "Scholo";
["Serpentshrine Cavern"] = "Serpentshrine Cavern"; ["SC"] = "SC";
["Sethekk Halls"] = "Sethekk Halls"; ["Seth"] = "Seth";
["Shadow Labyrinth"] = "Shadow Labyrinth"; ["SL"] = "SL";
["Shadowfang Keep"] = "Shadowfang Keep"; ["SFK"] = "SFK";
["Stratholme"] = "Stratholme"; ["Strat"] = "Strat";
["Stratholme Past"] = "Stratholme Past";
["Sunken Temple"] = "Sunken Temple"; ["ST"] = "ST";
["Sunwell Plateau"] = "Sunwell Plateau"; ["SuP"] = "SP";
["Tempest Keep"] = "Tempest Keep"; ["TK"] = "TK";
["Temple of Ahn'Qiraj"] = "Temple of Ahn'Qiraj"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "The Arcatraz"; ["Arca"] = "Arca";
["The Black Morass"] = "The Black Morass"; ["CoT2"] = "CoT2";
["The Blood Furnace"] = "The Blood Furnace"; ["BF"] = "BF";
["The Botanica"] = "The Botanica"; ["Bota"] = "Bota";
["The Deadmines"] = "The Deadmines"; ["VC"] = "VC";
["The Eye"] = "The Eye"; ["Eye"] = "Eye";
["The Eye of Eternity"] = "The Eye of Eternity";
["The Forge of Souls"] = "The Forge of Souls";
["The Mechanar"] = "The Mechanar"; ["Mech"] = "Mech";
["The Nexus"] = "The Nexus";
["The Obsidian Sanctum"] = "The Obsidian Sanctum";
["The Oculus"] = "The Oculus";
["The Ruby Sanctum"] = "The Ruby Sanctum";
["The Shattered Halls"] = "The Shattered Halls"; ["SH"] = "SH";
["The Slave Pens"] = "The Slave Pens"; ["SP"] = "SP";
["The Steamvault"] = "The Steamvault"; ["SV"] = "SV";
["The Stockade"] = "The Stockade"; ["Stocks"] = "Stocks";
["The Underbog"] = "The Underbog"; ["UB"] = "UB";
["The Violet Hold"] = "The Violet Hold";
["Trial of the Champion"] = "Trial of the Champion";
["Trial of the Crusader"] = "Trial of the Crusader";
["Uldaman"] = "Uldaman"; ["Ulda"] = "Ulda";
["Ulduar"] = "Ulduar";
["Utgarde Keep"] = "Utgarde Keep";
["Utgarde Pinnacle"] = "Utgarde Pinnacle";
["Vault of Archavon"] = "Vault of Archavon";
["Wailing Caverns"] = "Wailing Caverns"; ["WC"] = "WC";
["Zul'Aman"] = "Zul'Aman"; ["ZA"] = "ZA";
["Zul'Farrak"] = "Zul'Farrak"; ["ZF"] = "ZF";
["Zul'Gurub"] = "Zul'Gurub"; ["ZG"] = "ZG";
 
--WotLK Acronyms
["AK, Kahet"] = "AK, Kahet"; -- Ahn'kahet
["AN, Nerub"] = "AN, Nerub"; -- Azjol-Nerub
["Champ"] = "Champ"; -- Trial of the Champion
["Crus"] = "Crus"; -- Trial of the Crusader
["DTK"] = "DTK"; -- Drak'Tharon Keep
["FoS"] = "FoS"; ["FH1"] = "FH1"; -- The Forge of Souls
["Gun"] = "Gun"; -- Gundrak
["HoL"] = "HoL"; -- Halls of Lightning
["HoR"] = "HoR"; ["FH3"] = "FH3"; -- Halls of Reflection
["HoS"] = "HoS"; -- Halls of Stone
["IC"] = "IC"; -- Icecrown Citadel
["Nax"] = "Nax"; -- Naxxramas
["Nex, Nexus"] = "Nex, Nexus"; -- The Nexus
["Ocu"] = "Ocu"; -- The Oculus
["OS"] = "OS"; -- The Obsidian Sanctum
["PoS"] = "PoS"; ["FH2"] = "FH2"; -- Pit of Saron
["RS"] = "RS"; -- The Ruby Sanctum
["Strat, CoT-Strat"] = "Strat, CoT-Strat"; -- Culling of Stratholme
["TEoE"] = "TEoE"; -- The Eye of Eternity
["UK, Keep"] = "UK, Keep"; -- Utgarde Keep
["Uldu"] = "Uldu"; -- Ulduar
["UP, Pinn"] = "UP, Pinn"; -- Utgarde Pinnacle
["VH"] = "VH"; -- The Violet Hold
["VoA"] = "VoA"; -- Vault of Archavon
 
--Continents
["Eastern Kingdoms"] = "Eastern Kingdoms";
["Kalimdor"] = "Kalimdor";
["Northrend"] = "Northrend";
["Outland"] = "Outland";
 
--Outdoor zones, Locations
["Ashenvale"] = "Ashenvale";
["Badlands"] = "Badlands";
["Blackrock Mountain"] = "Blackrock Mountain"; ["BRM"] = "BRM";
["Blade's Edge Mountains"] = "Blade's Edge Mountains";
["Borean Tundra"] = "Borean Tundra";
["Burning Steppes"] = "Burning Steppes";
["Dalaran"] = "Dalaran";
["Deadwind Pass"] = "Deadwind Pass";
["Desolace"] = "Desolace";
["Dragonblight"] = "Dragonblight";
["Dun Morogh"] = "Dun Morogh";
["Dustwallow Marsh"] = "Dustwallow Marsh";
["Eastern Plaguelands"] = "Eastern Plaguelands";
["Feralas"] = "Feralas";
["Ghostlands"] = "Ghostlands";
["Grizzly Hills"] = "Grizzly Hills";
["Hellfire Peninsula"] = "Hellfire Peninsula";
["Howling Fjord"] = "Howling Fjord";
["Icecrown"] = "Icecrown";
["Isle of Quel'Danas"] = "Isle of Quel'Danas";
["Netherstorm"] = "Netherstorm";
["Orgrimmar"] = "Orgrimmar";
["Searing Gorge"] = "Searing Gorge";
["Shadowmoon Valley"] = "Shadowmoon Valley";
["Silithus"] = "Silithus";
["Silverpine Forest"] = "Silverpine Forest";
["Stormwind City"] = "Stormwind City";
["Stranglethorn Vale"] = "Stranglethorn Vale";
["Swamp of Sorrows"] = "Swamp of Sorrows";
["Tanaris"] = "Tanaris";
["Terokkar Forest"] = "Terokkar Forest";
["The Barrens"] = "The Barrens";
["The Storm Peaks"] = "The Storm Peaks";
["Tirisfal Glades"] = "Tirisfal Glades";
["Western Plaguelands"] = "Western Plaguelands";
["Westfall"] = "Westfall";
["Wintergrasp"] = "Wintergrasp";
["Zangarmarsh"] = "Zangarmarsh";
["Zul'Drak"] = "Zul'Drak";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "Maur Grimtotem";
["Oggleflint <Ragefire Chieftain>"] = "Oggleflint <Ragefire Chieftain>";
["Taragaman the Hungerer"] = "Taragaman the Hungerer";
["Jergosh the Invoker"] = "Jergosh the Invoker";
["Zelemar the Wrathful"] = "Zelemar the Wrathful";
["Bazzalan"] = "Bazzalan";
 
--Wailing Caverns
["Disciple of Naralex"] = "Disciple of Naralex";
["Lord Cobrahn <Fanglord>"] = "Lord Cobrahn <Fanglord>";
["Lady Anacondra <Fanglord>"] = "Lady Anacondra <Fanglord>";
["Kresh"] = "Kresh";
["Lord Pythas <Fanglord>"] = "Lord Pythas <Fanglord>";
["Skum"] = "Skum";
["Lord Serpentis <Fanglord>"] = "Lord Serpentis <Fanglord>";
["Verdan the Everliving"] = "Verdan the Everliving";
["Mutanus the Devourer"] = "Mutanus the Devourer";
["Naralex"] = "Naralex";
["Deviate Faerie Dragon"] = "Deviate Faerie Dragon";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "Ghamoo-ra";
["Lorgalis Manuscript"] = "Lorgalis Manuscript";
["Lady Sarevess"] = "Lady Sarevess";
["Argent Guard Thaelrid <The Argent Dawn>"] = "Argent Guard Thaelrid <The Argent Dawn>";
["Gelihast"] = "Gelihast";
["Shrine of Gelihast"] = "Shrine of Gelihast";
["Lorgus Jett"] = "Lorgus Jett";
["Fathom Stone"] = "Fathom Stone";
["Baron Aquanis"] = "Baron Aquanis";
["Twilight Lord Kelris"] = "Twilight Lord Kelris";
["Old Serra'kis"] = "Old Serra'kis";
["Aku'mai"] = "Aku'mai";
["Morridune"] = "Morridune";
["Altar of the Deeps"] = "Altar of the Deeps";
 
--Razorfen Kraul
["Roogug"] = "Roogug";
["Aggem Thorncurse <Death's Head Prophet>"] = "Aggem Thorncurse <Death's Head Prophet>";
["Death Speaker Jargba <Death's Head Captain>"] = "Death Speaker Jargba <Death's Head Captain>";
["Overlord Ramtusk"] = "Overlord Ramtusk";
["Razorfen Spearhide"] = "Razorfen Spearhide";
["Agathelos the Raging"] = "Agathelos the Raging";
["Blind Hunter"] = "Blind Hunter";
["Charlga Razorflank <The Crone>"] = "Charlga Razorflank <The Crone>";
["Willix the Importer"] = "Willix the Importer";
["Heralath Fallowbrook"] = "Heralath Fallowbrook";
["Earthcaller Halmgar"] = "Earthcaller Halmgar";
 
--Razorfen Downs
["Tuten'kash"] = "Tuten'kash";
["Henry Stern"] = "Henry Stern";
["Belnistrasz"] = "Belnistrasz";
["Sah'rhee"] = "Sah'rhee";
["Mordresh Fire Eye"] = "Mordresh Fire Eye";
["Glutton"] = "Glutton";
["Ragglesnout"] = "Ragglesnout";
["Amnennar the Coldbringer"] = "Amnennar the Coldbringer";
["Plaguemaw the Rotting"] = "Plaguemaw the Rotting";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "Antu'sul <Overseer of Sul>";
["Theka the Martyr"] = "Theka the Martyr";
["Witch Doctor Zum'rah"] = "Witch Doctor Zum'rah";
["Zul'Farrak Dead Hero"] = "Zul'Farrak Dead Hero";
["Nekrum Gutchewer"] = "Nekrum Gutchewer";
["Shadowpriest Sezz'ziz"] = "Shadowpriest Sezz'ziz";
["Dustwraith"] = "Dustwraith";
["Sergeant Bly"] = "Sergeant Bly";
["Weegli Blastfuse"] = "Weegli Blastfuse";
["Murta Grimgut"] = "Murta Grimgut";
["Raven"] = "Raven";
["Oro Eyegouge"] = "Oro Eyegouge";
["Sandfury Executioner"] = "Sandfury Executioner";
["Hydromancer Velratha"] = "Hydromancer Velratha";
["Gahz'rilla"] = "Gahz'rilla";
["Elder Wildmane"] = "Elder Wildmane";
["Chief Ukorz Sandscalp"] = "Chief Ukorz Sandscalp";
["Ruuzlu"] = "Ruuzlu";
["Zerillis"] = "Zerillis";
["Sandarr Dunereaver"] = "Sandarr Dunereaver";
 
--Maraudon
["Scepter of Celebras"] = "Scepter of Celebras";
["Veng <The Fifth Khan>"] = "Veng <The Fifth Khan>";
["Noxxion"] = "Noxxion";
["Razorlash"] = "Razorlash";
["Maraudos <The Fourth Khan>"] = "Maraudos <The Fourth Khan>";
["Lord Vyletongue"] = "Lord Vyletongue";
["Meshlok the Harvester"] = "Meshlok the Harvester";
["Celebras the Cursed"] = "Celebras the Cursed";
["Landslide"] = "Landslide";
["Tinkerer Gizlock"] = "Tinkerer Gizlock";
["Rotgrip"] = "Rotgrip";
["Princess Theradras"] = "Princess Theradras";
["Elder Splitrock"] = "Elder Splitrock";
 
--Dire Maul (East)
["Pusillin"] = "Pusillin";
["Zevrim Thornhoof"] = "Zevrim Thornhoof";
["Hydrospawn"] = "Hydrospawn";
["Lethtendris"] = "Lethtendris";
["Pimgib"] = "Pimgib";
["Old Ironbark"] = "Old Ironbark";
["Alzzin the Wildshaper"] = "Alzzin the Wildshaper";
["Isalien"] = "Isalien";
 
--Dire Maul (North)
["Crescent Key"] = "Crescent Key";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "Guard Mol'dar";
["Stomper Kreeg <The Drunk>"] = "Stomper Kreeg <The Drunk>";
["Guard Fengus"] = "Guard Fengus";
["Knot Thimblejack"] = "Knot Thimblejack";
["Guard Slip'kik"] = "Guard Slip'kik";
["Captain Kromcrush"] = "Captain Kromcrush";
["King Gordok"] = "King Gordok";
["Cho'Rush the Observer"] = "Cho'Rush the Observer";
 
--Dire Maul (West)
["J'eevee's Jar"] = "J'eevee's Jar";
["Pylons"] = "Pylons";
["Shen'dralar Ancient"] = "Shen'dralar Ancient";
["Tendris Warpwood"] = "Tendris Warpwood";
["Ancient Equine Spirit"] = "Ancient Equine Spirit";
["Illyanna Ravenoak"] = "Illyanna Ravenoak";
["Ferra"] = "Ferra";
["Magister Kalendris"] = "Magister Kalendris";
["Tsu'zee"] = "Tsu'zee";
["Immol'thar"] = "Immol'thar";
["Lord Hel'nurath"] = "Lord Hel'nurath";
["Prince Tortheldrin"] = "Prince Tortheldrin";
["Falrin Treeshaper"] = "Falrin Treeshaper";
["Lorekeeper Lydros"] = "Lorekeeper Lydros";
["Lorekeeper Javon"] = "Lorekeeper Javon";
["Lorekeeper Kildrath"] = "Lorekeeper Kildrath";
["Lorekeeper Mykos"] = "Lorekeeper Mykos";
["Shen'dralar Provisioner"] = "Shen'dralar Provisioner";
["Skeletal Remains of Kariel Winthalus"] = "Skeletal Remains of Kariel Winthalus";
 
--Onyxia's Lair
["Onyxian Warders"] = "Onyxian Warders";
["Whelp Eggs"] = "Whelp Eggs";
["Onyxia"] = "Onyxia";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "Brood of Nozdormu";
["The Prophet Skeram"] = "The Prophet Skeram";
["The Bug Family"] = "The Bug Family";
["Vem"] = "Vem";
["Lord Kri"] = "Lord Kri";
["Princess Yauj"] = "Princess Yauj";
["Battleguard Sartura"] = "Battleguard Sartura";
["Fankriss the Unyielding"] = "Fankriss the Unyielding";
["Viscidus"] = "Viscidus";
["Princess Huhuran"] = "Princess Huhuran";
["Twin Emperors"] = "Twin Emperors";
["Emperor Vek'lor"] = "Emperor Vek'lor";
["Emperor Vek'nilash"] = "Emperor Vek'nilash";
["Ouro"] = "Ouro";
["Eye of C'Thun"] = "Eye of C'Thun";
["C'Thun"] = "C'Thun";
["Andorgos <Brood of Malygos>"] = "Andorgos <Brood of Malygos>";
["Vethsera <Brood of Ysera>"] = "Vethsera <Brood of Ysera>";
["Kandrostrasz <Brood of Alexstrasza>"] = "Kandrostrasz <Brood of Alexstrasza>";
["Arygos"] = "Arygos";
["Caelestrasz"] = "Caelestrasz";
["Merithra of the Dream"] = "Merithra of the Dream";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "Cenarion Circle";
["Kurinnaxx"] = "Kurinnaxx";
["Lieutenant General Andorov"] = "Lieutenant General Andorov";
["Four Kaldorei Elites"] = "Four Kaldorei Elites";
["General Rajaxx"] = "General Rajaxx";
["Captain Qeez"] = "Captain Qeez";
["Captain Tuubid"] = "Captain Tuubid";
["Captain Drenn"] = "Captain Drenn";
["Captain Xurrem"] = "Captain Xurrem";
["Major Yeggeth"] = "Major Yeggeth";
["Major Pakkon"] = "Major Pakkon";
["Colonel Zerran"] = "Colonel Zerran";
["Moam"] = "Moam";
["Buru the Gorger"] = "Buru the Gorger";
["Ayamiss the Hunter"] = "Ayamiss the Hunter";
["Ossirian the Unscarred"] = "Ossirian the Unscarred";
["Safe Room"] = "Safe Room";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "Opening of the Dark Portal";
["Keepers of Time"] = "Keepers of Time";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "Key of Time";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "Sa'at <Keepers of Time>";
["Chrono Lord Deja"] = "Chrono Lord Deja";
["Temporus"] = "Temporus";
["Aeonus"] = "Aeonus";
["The Dark Portal"] = "The Dark Portal";
["Medivh"] = "Medivh";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "Battle for Mount Hyjal";
["The Scale of the Sands"] = "The Scale of the Sands";
["Alliance Base"] = "Alliance Base";
["Lady Jaina Proudmoore"] = "Lady Jaina Proudmoore";
["Horde Encampment"] = "Horde Encampment";
["Thrall <Warchief>"] = "Thrall <Warchief>";
["Night Elf Village"] = "Night Elf Village";
["Tyrande Whisperwind <High Priestess of Elune>"] = "Tyrande Whisperwind <High Priestess of Elune>";
["Rage Winterchill"] = "Rage Winterchill";
["Anetheron"] = "Anetheron";
["Kaz'rogal"] = "Kaz'rogal";
["Azgalor"] = "Azgalor";
["Archimonde"] = "Archimonde";
["Indormi <Keeper of Ancient Gem Lore>"] = "Indormi <Keeper of Ancient Gem Lore>";
["Tydormu <Keeper of Lost Artifacts>"] = "Tydormu <Keeper of Lost Artifacts>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "Escape from Durnholde Keep";
["Erozion"] = "Erozion";
["Brazen"] = "Brazen";
["Landing Spot"] = "Landing Spot";
["Southshore"] = "Southshore";
["Tarren Mill"] = "Tarren Mill";
["Lieutenant Drake"] = "Lieutenant Drake";
["Thrall"] = "Thrall";
["Captain Skarloc"] = "Captain Skarloc";
["Epoch Hunter"] = "Epoch Hunter";
["Taretha"] = "Taretha";
["Jonathan Revah"] = "Jonathan Revah";
["Jerry Carter"] = "Jerry Carter";
["Traveling"] = "Traveling";
["Thomas Yance <Travelling Salesman>"] = "Thomas Yance <Travelling Salesman>";
["Aged Dalaran Wizard"] = "Aged Dalaran Wizard";
["Kel'Thuzad <The Kirin Tor>"] = "Kel'Thuzad <The Kirin Tor>";
["Helcular"] = "Helcular";
["Farmer Kent"] = "Farmer Kent";
["Sally Whitemane"] = "Sally Whitemane";
["Renault Mograine"] = "Renault Mograine";
["Little Jimmy Vishas"] = "Little Jimmy Vishas";
["Herod the Bully"] = "Herod the Bully";
["Nat Pagle"] = "Nat Pagle";
["Hal McAllister"] = "Hal McAllister";
["Zixil <Aspiring Merchant>"] = "Zixil <Aspiring Merchant>";
["Overwatch Mark 0 <Protector>"] = "Overwatch Mark 0 <Protector>";
["Southshore Inn"] = "Southshore Inn";
["Captain Edward Hanes"] = "Captain Edward Hanes";
["Captain Sanders"] = "Captain Sanders";
["Commander Mograine"] = "Commander Mograine";
["Isillien"] = "Isillien";
["Abbendis"] = "Abbendis";
["Fairbanks"] = "Fairbanks";
["Tirion Fordring"] = "Tirion Fordring";
["Arcanist Doan"] = "Arcanist Doan";
["Taelan"] = "Taelan";
["Barkeep Kelly <Bartender>"] = "Barkeep Kelly <Bartender>";
["Frances Lin <Barmaid>"] = "Frances Lin <Barmaid>";
["Chef Jessen <Speciality Meat & Slop>"] = "Chef Jessen <Speciality Meat & Slop>";
["Stalvan Mistmantle"] = "Stalvan Mistmantle";
["Phin Odelic <The Kirin Tor>"] = "Phin Odelic <The Kirin Tor>";
["Southshore Town Hall"] = "Southshore Town Hall";
["Magistrate Henry Maleb"] = "Magistrate Henry Maleb";
["Raleigh the True"] = "Raleigh the True";
["Nathanos Marris"] = "Nathanos Marris";
["Bilger the Straight-laced"] = "Bilger the Straight-laced";
["Innkeeper Monica"] = "Innkeeper Monica";
["Julie Honeywell"] = "Julie Honeywell";
["Jay Lemieux"] = "Jay Lemieux";
["Young Blanchy"] = "Young Blanchy";
["Don Carlos"] = "Don Carlos";
["Guerrero"] = "Guerrero";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "Shadowforge Key";
["Prison Cell Key"] = "Prison Cell Key";
["Jail Break!"] = "Jail Break!";
["Banner of Provocation"] = "Banner of Provocation";
["Lord Roccor"] = "Lord Roccor";
["Kharan Mighthammer"] = "Kharan Mighthammer";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "Commander Gor'shak <Kargath Expeditionary Force>";
["Marshal Windsor"] = "Marshal Windsor";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "High Interrogator Gerstahn <Twilight's Hammer Interrogator>";
["Ring of Law"] = "Ring of Law";
["Anub'shiah"] = "Anub'shiah";
["Eviscerator"] = "Eviscerator";
["Gorosh the Dervish"] = "Gorosh the Dervish";
["Grizzle"] = "Grizzle";
["Hedrum the Creeper"] = "Hedrum the Creeper";
["Ok'thor the Breaker"] = "Ok'thor the Breaker";
["Theldren"] = "Theldren";
["Lefty"] = "Lefty";
["Malgen Longspear"] = "Malgen Longspear";
["Gnashjaw <Malgen Longspear's Pet>"] = "Gnashjaw <Malgen Longspear's Pet>";
["Rotfang"] = "Rotfang";
["Va'jashni"] = "Va'jashni";
["Houndmaster Grebmar"] = "Houndmaster Grebmar";
["Elder Morndeep"] = "Elder Morndeep";
["High Justice Grimstone"] = "High Justice Grimstone";
["Monument of Franclorn Forgewright"] = "Monument of Franclorn Forgewright";
["Pyromancer Loregrain"] = "Pyromancer Loregrain";
["The Vault"] = "The Vault";
["Warder Stilgiss"] = "Warder Stilgiss";
["Verek"] = "Verek";
["Watchman Doomgrip"] = "Watchman Doomgrip";
["Fineous Darkvire <Chief Architect>"] = "Fineous Darkvire <Chief Architect>";
["The Black Anvil"] = "The Black Anvil";
["Lord Incendius"] = "Lord Incendius";
["Bael'Gar"] = "Bael'Gar";
["Shadowforge Lock"] = "Shadowforge Lock";
["General Angerforge"] = "General Angerforge";
["Golem Lord Argelmach"] = "Golem Lord Argelmach";
["Field Repair Bot 74A"] = "Field Repair Bot 74A";
["The Grim Guzzler"] = "The Grim Guzzler";
["Hurley Blackbreath"] = "Hurley Blackbreath";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "Lokhtos Darkbargainer <The Thorium Brotherhood>";
["Mistress Nagmara"] = "Mistress Nagmara";
["Phalanx"] = "Phalanx";
["Plugger Spazzring"] = "Plugger Spazzring";
["Private Rocknot"] = "Private Rocknot";
["Ribbly Screwspigot"] = "Ribbly Screwspigot";
["Coren Direbrew"] = "Coren Direbrew";
["Griz Gutshank <Arena Vendor>"] = "Griz Gutshank <Arena Vendor>";
["Ambassador Flamelash"] = "Ambassador Flamelash";
["Panzor the Invincible"] = "Panzor the Invincible";
["Summoner's Tomb"] = "Summoner's Tomb";
["The Lyceum"] = "The Lyceum";
["Magmus"] = "Magmus";
["Emperor Dagran Thaurissan"] = "Emperor Dagran Thaurissan";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "Princess Moira Bronzebeard <Princess of Ironforge>";
["High Priestess of Thaurissan"] = "High Priestess of Thaurissan";
["The Black Forge"] = "The Black Forge";
["Core Fragment"] = "Core Fragment";
["Overmaster Pyron"] = "Overmaster Pyron";
 
--Blackrock Spire (Lower)
["Vaelan"] = "Vaelan";
["Warosh <The Cursed>"] = "Warosh <The Cursed>";
["Elder Stonefort"] = "Elder Stonefort";
["Roughshod Pike"] = "Roughshod Pike";
["Spirestone Butcher"] = "Spirestone Butcher";
["Highlord Omokk"] = "Highlord Omokk";
["Spirestone Battle Lord"] = "Spirestone Battle Lord";
["Spirestone Lord Magus"] = "Spirestone Lord Magus";
["Shadow Hunter Vosh'gajin"] = "Shadow Hunter Vosh'gajin";
["Fifth Mosh'aru Tablet"] = "Fifth Mosh'aru Tablet";
["Bijou"] = "Bijou";
["War Master Voone"] = "War Master Voone";
["Mor Grayhoof"] = "Mor Grayhoof";
["Sixth Mosh'aru Tablet"] = "Sixth Mosh'aru Tablet";
["Bijou's Belongings"] = "Bijou's Belongings";
["Human Remains"] = "Human Remains";
["Unfired Plate Gauntlets"] = "Unfired Plate Gauntlets";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "Bannok Grimaxe <Firebrand Legion Champion>";
["Mother Smolderweb"] = "Mother Smolderweb";
["Crystal Fang"] = "Crystal Fang";
["Urok's Tribute Pile"] = "Urok's Tribute Pile";
["Urok Doomhowl"] = "Urok Doomhowl";
["Quartermaster Zigris <Bloodaxe Legion>"] = "Quartermaster Zigris <Bloodaxe Legion>";
["Halycon"] = "Halycon";
["Gizrul the Slavener"] = "Gizrul the Slavener";
["Ghok Bashguud <Bloodaxe Champion>"] = "Ghok Bashguud <Bloodaxe Champion>";
["Overlord Wyrmthalak"] = "Overlord Wyrmthalak";
["Burning Felguard"] = "Burning Felguard";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "Pyroguard Emberseer";
["Solakar Flamewreath"] = "Solakar Flamewreath";
["Father Flame"] = "Father Flame";
["Darkstone Tablet"] = "Darkstone Tablet";
["Doomrigger's Coffer"] = "Doomrigger's Coffer";
["Jed Runewatcher <Blackhand Legion>"] = "Jed Runewatcher <Blackhand Legion>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "Goraluk Anvilcrack <Blackhand Legion Armorsmith>";
["Warchief Rend Blackhand"] = "Warchief Rend Blackhand";
["Gyth <Rend Blackhand's Mount>"] = "Gyth <Rend Blackhand's Mount>";
["Awbee"] = "Awbee";
["The Beast"] = "The Beast";
["Lord Valthalak"] = "Lord Valthalak";
["Finkle Einhorn"] = "Finkle Einhorn";
["General Drakkisath"] = "General Drakkisath";
["Drakkisath's Brand"] = "Drakkisath's Brand";
 
--Blackwing Lair
["Razorgore the Untamed"] = "Razorgore the Untamed";
["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt";
["Broodlord Lashlayer"] = "Broodlord Lashlayer";
["Firemaw"] = "Firemaw";
["Draconic for Dummies (Chapter VII)"] = "Draconic for Dummies (Chapter VII)";
["Master Elemental Shaper Krixix"] = "Master Elemental Shaper Krixix";
["Ebonroc"] = "Ebonroc";
["Flamegor"] = "Flamegor";
["Chromaggus"] = "Chromaggus";
["Nefarian"] = "Nefarian";
 
--Gnomeregan
["Workshop Key"] = "Workshop Key";
["Blastmaster Emi Shortfuse"] = "Blastmaster Emi Shortfuse";
["Grubbis"] = "Grubbis";
["Chomper"] = "Chomper";
["Clean Room"] = "Clean Room";
["Tink Sprocketwhistle <Engineering Supplies>"] = "Tink Sprocketwhistle <Engineering Supplies>";
["The Sparklematic 5200"] = "The Sparklematic 5200";
["Mail Box"] = "Mail Box";
["Kernobee"] = "Kernobee";
["Alarm-a-bomb 2600"] = "Alarm-a-bomb 2600";
["Matrix Punchograph 3005-B"] = "Matrix Punchograph 3005-B";
["Viscous Fallout"] = "Viscous Fallout";
["Electrocutioner 6000"] = "Electrocutioner 6000";
["Matrix Punchograph 3005-C"] = "Matrix Punchograph 3005-C";
["Crowd Pummeler 9-60"] = "Crowd Pummeler 9-60";
["Matrix Punchograph 3005-D"] = "Matrix Punchograph 3005-D";
["Dark Iron Ambassador"] = "Dark Iron Ambassador";
["Mekgineer Thermaplugg"] = "Mekgineer Thermaplugg";
 
--Molten Core
["Hydraxian Waterlords"] = "Hydraxian Waterlords";
["Lucifron"] = "Lucifron";
["Magmadar"] = "Magmadar";
["Gehennas"] = "Gehennas";
["Garr"] = "Garr";
["Shazzrah"] = "Shazzrah";
["Baron Geddon"] = "Baron Geddon";
["Golemagg the Incinerator"] = "Golemagg the Incinerator";
["Sulfuron Harbinger"] = "Sulfuron Harbinger";
["Majordomo Executus"] = "Majordomo Executus";
["Ragnaros"] = "Ragnaros";
 
--SM: Library
["Houndmaster Loksey"] = "Houndmaster Loksey";
["Arcanist Doan"] = "Arcanist Doan";
 
--SM: Armory
["The Scarlet Key"] = "The Scarlet Key";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "Herod <The Scarlet Champion>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "High Inquisitor Fairbanks";
["Scarlet Commander Mograine"] = "Scarlet Commander Mograine";
["High Inquisitor Whitemane"] = "High Inquisitor Whitemane";
 
--SM: Graveyard
["Interrogator Vishas"] = "Interrogator Vishas";
["Vorrel Sengutz"] = "Vorrel Sengutz";
["Pumpkin Shrine"] = "Pumpkin Shrine";
["Headless Horseman"] = "Headless Horseman";
["Bloodmage Thalnos"] = "Bloodmage Thalnos";
["Ironspine"] = "Ironspine";
["Azshir the Sleepless"] = "Azshir the Sleepless";
["Fallen Champion"] = "Fallen Champion";
 
--Scholomance
["Skeleton Key"] = "Skeleton Key";
["Viewing Room Key"] = "Viewing Room Key";
["Viewing Room"] = "Viewing Room";
["Blood of Innocents"] = "Blood of Innocents";
["Divination Scryer"] = "Divination Scryer";
["Blood Steward of Kirtonos"] = "Blood Steward of Kirtonos";
["The Deed to Southshore"] = "The Deed to Southshore";
["Kirtonos the Herald"] = "Kirtonos the Herald";
["Jandice Barov"] = "Jandice Barov";
["The Deed to Tarren Mill"] = "The Deed to Tarren Mill";
["Rattlegore"] = "Rattlegore";
["Death Knight Darkreaver"] = "Death Knight Darkreaver";
["Marduk Blackpool"] = "Marduk Blackpool";
["Vectus"] = "Vectus";
["Ras Frostwhisper"] = "Ras Frostwhisper";
["The Deed to Brill"] = "The Deed to Brill";
["Kormok"] = "Kormok";
["Instructor Malicia"] = "Instructor Malicia";
["Doctor Theolen Krastinov <The Butcher>"] = "Doctor Theolen Krastinov <The Butcher>";
["Lorekeeper Polkelt"] = "Lorekeeper Polkelt";
["The Ravenian"] = "The Ravenian";
["Lord Alexei Barov"] = "Lord Alexei Barov";
["The Deed to Caer Darrow"] = "The Deed to Caer Darrow";
["Lady Illucia Barov"] = "Lady Illucia Barov";
["Darkmaster Gandling"] = "Darkmaster Gandling";
["Torch Lever"] = "Torch Lever";
["Secret Chest"] = "Secret Chest";
["Alchemy Lab"] = "Alchemy Lab";
 
--Shadowfang Keep
["Deathsworn Captain"] = "Deathsworn Captain";
["Rethilgore <The Cell Keeper>"] = "Rethilgore <The Cell Keeper>";
["Sorcerer Ashcrombe"] = "Sorcerer Ashcrombe";
["Deathstalker Adamant"] = "Deathstalker Adamant";
["Landen Stilwell"] = "Landen Stilwell";
["Investigator Fezzen Brasstacks"] = "Investigator Fezzen Brasstacks";
["Deathstalker Vincent"] = "Deathstalker Vincent";
["Apothecary Trio"] = "Apothecary Trio";
["Apothecary Hummel <Crown Chemical Co.>"] = "Apothecary Hummel <Crown Chemical Co.>";
["Apothecary Baxter <Crown Chemical Co.>"] = "Apothecary Baxter <Crown Chemical Co.>";
["Apothecary Frye <Crown Chemical Co.>"] = "Apothecary Frye <Crown Chemical Co.>";
["Fel Steed"] = "Fel Steed";
["Jordan's Hammer"] = "Jordan's Hammer";
["Crate of Ingots"] = "Crate of Ingots";
["Razorclaw the Butcher"] = "Razorclaw the Butcher";
["Baron Silverlaine"] = "Baron Silverlaine";
["Commander Springvale"] = "Commander Springvale";
["Odo the Blindwatcher"] = "Odo the Blindwatcher";
["Fenrus the Devourer"] = "Fenrus the Devourer";
["Arugal's Voidwalker"] = "Arugal's Voidwalker";
["The Book of Ur"] = "The Book of Ur";
["Wolf Master Nandos"] = "Wolf Master Nandos";
["Archmage Arugal"] = "Archmage Arugal";
 
--Stratholme
["The Scarlet Key"] = "The Scarlet Key";
["Key to the City"] = "Key to the City";
["Various Postbox Keys"] = "Various Postbox Keys";
["Living Side"] = "Living Side";
["Undead Side"] = "Undead Side";
["Skul"] = "Skul";
["Stratholme Courier"] = "Stratholme Courier";
["Fras Siabi"] = "Fras Siabi";
["Atiesh <Hand of Sargeras>"] = "Atiesh <Hand of Sargeras>";
["Hearthsinger Forresten"] = "Hearthsinger Forresten";
["The Unforgiven"] = "The Unforgiven";
["Elder Farwhisper"] = "Elder Farwhisper";
["Timmy the Cruel"] = "Timmy the Cruel";
["Malor the Zealous"] = "Malor the Zealous";
["Malor's Strongbox"] = "Malor's Strongbox";
["Crimson Hammersmith"] = "Crimson Hammersmith";
["Cannon Master Willey"] = "Cannon Master Willey";
["Archivist Galford"] = "Archivist Galford";
["Grand Crusader Dathrohan"] = "Grand Crusader Dathrohan";
["Balnazzar"] = "Balnazzar";
["Sothos"] = "Sothos";
["Jarien"] = "Jarien";
["Magistrate Barthilas"] = "Magistrate Barthilas";
["Aurius"] = "Aurius";
["Stonespine"] = "Stonespine";
["Baroness Anastari"] = "Baroness Anastari";
["Black Guard Swordsmith"] = "Black Guard Swordsmith";
["Nerub'enkan"] = "Nerub'enkan";
["Maleki the Pallid"] = "Maleki the Pallid";
["Ramstein the Gorger"] = "Ramstein the Gorger";
["Baron Rivendare"] = "Baron Rivendare";
["Ysida Harmon"] = "Ysida Harmon";
["Crusaders' Square Postbox"] = "Crusaders' Square Postbox";
["Market Row Postbox"] = "Market Row Postbox";
["Festival Lane Postbox"] = "Festival Lane Postbox";
["Elders' Square Postbox"] = "Elders' Square Postbox";
["King's Square Postbox"] = "King's Square Postbox";
["Fras Siabi's Postbox"] = "Fras Siabi's Postbox";
["3rd Box Opened"] = "3rd Box Opened";
["Postmaster Malown"] = "Postmaster Malown";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "Rhahk'Zor <The Foreman>";
["Miner Johnson"] = "Miner Johnson";
["Sneed <Lumbermaster>"] = "Sneed <Lumbermaster>";
["Sneed's Shredder <Lumbermaster>"] = "Sneed's Shredder <Lumbermaster>";
["Gilnid <The Smelter>"] = "Gilnid <The Smelter>";
["Defias Gunpowder"] = "Defias Gunpowder";
["Captain Greenskin"] = "Captain Greenskin";
["Edwin VanCleef <Defias Kingpin>"] = "Edwin VanCleef <Defias Kingpin>";
["Mr. Smite <The Ship's First Mate>"] = "Mr. Smite <The Ship's First Mate>";
["Cookie <The Ship's Cook>"] = "Cookie <The Ship's Cook>";
 
--The Stockade
["Targorr the Dread"] = "Targorr the Dread";
["Kam Deepfury"] = "Kam Deepfury";
["Hamhock"] = "Hamhock";
["Bazil Thredd"] = "Bazil Thredd";
["Dextren Ward"] = "Dextren Ward";
["Bruegal Ironknuckle"] = "Bruegal Ironknuckle";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "The Temple of Atal'Hakkar";
["Yeh'kinya's Scroll"] = "Yeh'kinya's Scroll";
["Atal'ai Defenders"] = "Atal'ai Defenders";
["Gasher"] = "Gasher";
["Loro"] = "Loro";
["Hukku"] = "Hukku";
["Zolo"] = "Zolo";
["Mijan"] = "Mijan";
["Zul'Lor"] = "Zul'Lor";
["Altar of Hakkar"] = "Altar of Hakkar";
["Atal'alarion <Guardian of the Idol>"] = "Atal'alarion <Guardian of the Idol>";
["Dreamscythe"] = "Dreamscythe";
["Weaver"] = "Weaver";
["Avatar of Hakkar"] = "Avatar of Hakkar";
["Jammal'an the Prophet"] = "Jammal'an the Prophet";
["Ogom the Wretched"] = "Ogom the Wretched";
["Morphaz"] = "Morphaz";
["Hazzas"] = "Hazzas";
["Shade of Eranikus"] = "Shade of Eranikus";
["Essence Font"] = "Essence Font";
["Spawn of Hakkar"] = "Spawn of Hakkar";
["Elder Starsong"] = "Elder Starsong";
["Statue Activation Order"] = "Statue Activation Order";
 
--Uldaman
["Staff of Prehistoria"] = "Staff of Prehistoria";
["Baelog"] = "Baelog";
["Eric \"The Swift\""] = "Eric \"The Swift\"";
["Olaf"] = "Olaf";
["Baelog's Chest"] = "Baelog's Chest";
["Conspicuous Urn"] = "Conspicuous Urn";
["Remains of a Paladin"] = "Remains of a Paladin";
["Revelosh"] = "Revelosh";
["Ironaya"] = "Ironaya";
["Obsidian Sentinel"] = "Obsidian Sentinel";
["Annora <Enchanting Trainer>"] = "Annora <Enchanting Trainer>";
["Ancient Stone Keeper"] = "Ancient Stone Keeper";
["Galgann Firehammer"] = "Galgann Firehammer";
["Tablet of Will"] = "Tablet of Will";
["Shadowforge Cache"] = "Shadowforge Cache";
["Grimlok <Stonevault Chieftain>"] = "Grimlok <Stonevault Chieftain>";
["Archaedas <Ancient Stone Watcher>"] = "Archaedas <Ancient Stone Watcher>";
["The Discs of Norgannon"] = "The Discs of Norgannon";
["Ancient Treasure"] = "Ancient Treasure";
 
--Zul'Gurub
["Zandalar Tribe"] = "Zandalar Tribe";
["Mudskunk Lure"] = "Mudskunk Lure";
["Gurubashi Mojo Madness"] = "Gurubashi Mojo Madness";
["High Priestess Jeklik"] = "High Priestess Jeklik";
["High Priest Venoxis"] = "High Priest Venoxis";
["Zanza the Restless"] = "Zanza the Restless";
["High Priestess Mar'li"] = "High Priestess Mar'li";
["Bloodlord Mandokir"] = "Bloodlord Mandokir";
["Ohgan"] = "Ohgan";
["Edge of Madness"] = "Edge of Madness";
["Gri'lek"] = "Gri'lek";
["Hazza'rah"] = "Hazza'rah";
["Renataki"] = "Renataki";
["Wushoolay"] = "Wushoolay";
["Gahz'ranka"] = "Gahz'ranka";
["High Priest Thekal"] = "High Priest Thekal";
["Zealot Zath"] = "Zealot Zath";
["Zealot Lor'Khan"] = "Zealot Lor'Khan";
["High Priestess Arlokk"] = "High Priestess Arlokk";
["Jin'do the Hexxer"] = "Jin'do the Hexxer";
["Hakkar"] = "Hakkar";
["Muddy Churning Waters"] = "Muddy Churning Waters";
 
--Karazhan Start
["The Violet Eye"] = "The Violet Eye";--omitted from Karazhan End
["The Master's Key"] = "The Master's Key";--omitted from Karazhan End
["Staircase to the Ballroom"] = "Staircase to the Ballroom";
["Stairs to Upper Stable"] = "Stairs to Upper Stable";
["Ramp to the Guest Chambers"] = "Ramp to the Guest Chambers";
["Stairs to Opera House Orchestra Level"] = "Stairs to Opera House Orchestra Level";
["Ramp from Mezzanine to Balcony"] = "Ramp from Mezzanine to Balcony";
["Connection to Master's Terrace"] = "Connection to Master's Terrace";
["Path to the Broken Stairs"] = "Path to the Broken Stairs";--omitted from Karazhan End
["Hastings <The Caretaker>"] = "Hastings <The Caretaker>";
["Servant Quarters"] = "Servant Quarters";
["Hyakiss the Lurker"] = "Hyakiss the Lurker";
["Rokad the Ravager"] = "Rokad the Ravager";
["Shadikith the Glider"] = "Shadikith the Glider";
["Berthold <The Doorman>"] = "Berthold <The Doorman>";
["Calliard <The Nightman>"] = "Calliard <The Nightman>";
["Attumen the Huntsman"] = "Attumen the Huntsman";
["Midnight"] = "Midnight";
["Koren <The Blacksmith>"] = "Koren <The Blacksmith>";
["Moroes <Tower Steward>"] = "Moroes <Tower Steward>";
["Baroness Dorothea Millstipe"] = "Baroness Dorothea Millstipe";
["Lady Catriona Von'Indi"] = "Lady Catriona Von'Indi";
["Lady Keira Berrybuck"] = "Lady Keira Berrybuck";
["Baron Rafe Dreuger"] = "Baron Rafe Dreuger";
["Lord Robin Daris"] = "Lord Robin Daris";
["Lord Crispin Ference"] = "Lord Crispin Ference";
["Bennett <The Sergeant at Arms>"] = "Bennett <The Sergeant at Arms>";
["Ebonlocke <The Noble>"] = "Ebonlocke <The Noble>";
["Keanna's Log"] = "Keanna's Log";
["Maiden of Virtue"] = "Maiden of Virtue";
["Sebastian <The Organist>"] = "Sebastian <The Organist>";
["Barnes <The Stage Manager>"] = "Barnes <The Stage Manager>";
["The Opera Event"] = "The Opera Event";
["Red Riding Hood"] = "Red Riding Hood";
["The Big Bad Wolf"] = "The Big Bad Wolf";
["Wizard of Oz"] = "Wizard of Oz";
["Dorothee"] = "Dorothee";
["Tito"] = "Tito";
["Strawman"] = "Strawman";
["Tinhead"] = "Tinhead";
["Roar"] = "Roar";
["The Crone"] = "The Crone";
["Romulo and Julianne"] = "Romulo and Julianne";
["Romulo"] = "Romulo";
["Julianne"] = "Julianne";
["The Master's Terrace"] = "The Master's Terrace";
["Nightbane"] = "Nightbane";
 
--Karazhan End
["Broken Stairs"] = "Broken Stairs";
["Ramp to Guardian's Library"] = "Ramp to Guardian's Library";
["Suspicious Bookshelf"] = "Suspicious Bookshelf";
["Ramp up to the Celestial Watch"] = "Ramp up to the Celestial Watch";
["Ramp down to the Gamesman's Hall"] = "Ramp down to the Gamesman's Hall";
["Chess Event"] = "Chess Event";
["Ramp to Medivh's Chamber"] = "Ramp to Medivh's Chamber";
["Spiral Stairs to Netherspace"] = "Spiral Stairs to Netherspace";
["The Curator"] = "The Curator";
["Wravien <The Mage>"] = "Wravien <The Mage>";
["Gradav <The Warlock>"] = "Gradav <The Warlock>";
["Kamsis <The Conjurer>"] = "Kamsis <The Conjurer>";
["Terestian Illhoof"] = "Terestian Illhoof";
["Kil'rek"] = "Kil'rek";
["Shade of Aran"] = "Shade of Aran";
["Netherspite"] = "Netherspite";
["Ythyar"] = "Ythyar";
["Echo of Medivh"] = "Echo of Medivh";
["Dust Covered Chest"] = "Dust Covered Chest";
["Prince Malchezaar"] = "Prince Malchezaar";
 
--Zul'Aman
["Harrison Jones"] = "Harrison Jones";
["Nalorakk <Bear Avatar>"] = "Nalorakk <Bear Avatar>";
["Tanzar"] = "Tanzar";
["The Map of Zul'Aman"] = "The Map of Zul'Aman";
["Akil'Zon <Eagle Avatar>"] = "Akil'Zon <Eagle Avatar>";
["Harkor"] = "Harkor";
["Jan'Alai <Dragonhawk Avatar>"] = "Jan'Alai <Dragonhawk Avatar>";
["Kraz"] = "Kraz";
["Halazzi <Lynx Avatar>"] = "Halazzi <Lynx Avatar>";
["Ashli"] = "Ashli";
["Zungam"] = "Zungam";
["Hex Lord Malacrass"] = "Hex Lord Malacrass";
["Thurg"] = "Thurg";
["Gazakroth"] = "Gazakroth";
["Lord Raadan"] = "Lord Raadan";
["Darkheart"] = "Darkheart";
["Alyson Antille"] = "Alyson Antille";
["Slither"] = "Slither";
["Fenstalker"] = "Fenstalker";
["Koragg"] = "Koragg";
["Zul'jin"] = "Zul'jin";
["Forest Frogs"] = "Forest Frogs";
["Kyren <Reagents>"] = "Kyren <Reagents>";
["Gunter <Food Vendor>"] = "Gunter <Food Vendor>";
["Adarrah"] = "Adarrah";
["Brennan"] = "Brennan";
["Darwen"] = "Darwen";
["Deez"] = "Deez";
["Galathryn"] = "Galathryn";
["Mitzi"] = "Mitzi";
["Mannuth"] = "Mannuth";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "Shattered Sun Offensive";
["Selin Fireheart"] = "Selin Fireheart";
["Fel Crystals"] = "Fel Crystals";
["Tyrith"] = "Tyrith";
["Vexallus"] = "Vexallus";
["Scrying Orb"] = "Scrying Orb";
["Kalecgos"] = "Kalecgos";--omitted from SP
["Priestess Delrissa"] = "Priestess Delrissa";
["Apoko"] = "Apoko";
["Eramas Brightblaze"] = "Eramas Brightblaze";
["Ellrys Duskhallow"] = "Ellrys Duskhallow";
["Fizzle"] = "Fizzle";
["Garaxxas"] = "Garaxxas";
["Sliver <Garaxxas' Pet>"] = "Sliver <Garaxxas' Pet>";
["Kagani Nightstrike"] = "Kagani Nightstrike";
["Warlord Salaris"] = "Warlord Salaris";
["Yazzai"] = "Yazzai";
["Zelfan"] = "Zelfan";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "Kael'thas Sunstrider <Lord of the Blood Elves>";--omitted from TK: The Eye
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "Sathrovarr the Corruptor";
["Madrigosa"] = "Madrigosa";
["Brutallus"] = "Brutallus";
["Felmyst"] = "Felmyst";
["Eredar Twins"] = "Eredar Twins";
["Grand Warlock Alythess"] = "Grand Warlock Alythess";
["Lady Sacrolash"] = "Lady Sacrolash";
["M'uru"] = "M'uru";
["Entropius"] = "Entropius";
["Kil'jaeden <The Deceiver>"] = "Kil'jaeden <The Deceiver>";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "Thrallmar"; --omitted from other HFC
["Honor Hold"] = "Honor Hold";--omitted from other HFC
["Flamewrought Key"] = "Flamewrought Key";--omitted from other HFC
["The Maker"] = "The Maker";
["Broggok"] = "Broggok";
["Keli'dan the Breaker"] = "Keli'dan the Breaker";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "Shattered Halls Key";
["Randy Whizzlesprocket"] = "Randy Whizzlesprocket";
["Drisella"] = "Drisella";
["Grand Warlock Nethekurse"] = "Grand Warlock Nethekurse";
["Blood Guard Porung"] = "Blood Guard Porung";
["Warbringer O'mrogg"] = "Warbringer O'mrogg";
["Warchief Kargath Bladefist"] = "Warchief Kargath Bladefist";
["Shattered Hand Executioner"] = "Shattered Hand Executioner";
["Private Jacint"] = "Private Jacint";
["Rifleman Brownbeard"] = "Rifleman Brownbeard";
["Captain Alina"] = "Captain Alina";
["Scout Orgarr"] = "Scout Orgarr";
["Korag Proudmane"] = "Korag Proudmane";
["Captain Boneshatter"] = "Captain Boneshatter";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "Watchkeeper Gargolmar";
["Omor the Unscarred"] = "Omor the Unscarred";
["Vazruden"] = "Vazruden";
["Nazan <Vazruden's Mount>"] = "Nazan <Vazruden's Mount>";
["Reinforced Fel Iron Chest"] = "Reinforced Fel Iron Chest";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "Magtheridon";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "Cenarion Expedition";--omitted from other CR
["Reservoir Key"] = "Reservoir Key";--omitted from other CR
["Mennu the Betrayer"] = "Mennu the Betrayer";
["Weeder Greenthumb"] = "Weeder Greenthumb";
["Skar'this the Heretic"] = "Skar'this the Heretic";
["Rokmar the Crackler"] = "Rokmar the Crackler";
["Naturalist Bite"] = "Naturalist Bite";
["Quagmirran"] = "Quagmirran";
["Ahune <The Frost Lord>"] = "Ahune <The Frost Lord>";
 
--CR: The Underbog
["Hungarfen"] = "Hungarfen";
["The Underspore"] = "The Underspore";
["Ghaz'an"] = "Ghaz'an";
["Earthbinder Rayge"] = "Earthbinder Rayge";
["Swamplord Musel'ek"] = "Swamplord Musel'ek";
["Claw <Swamplord Musel'ek's Pet>"] = "Claw <Swamplord Musel'ek's Pet>";
["The Black Stalker"] = "The Black Stalker";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "Hydromancer Thespia";
["Main Chambers Access Panel"] = "Main Chambers Access Panel";
["Second Fragment Guardian"] = "Second Fragment Guardian";
["Mekgineer Steamrigger"] = "Mekgineer Steamrigger";
["Warlord Kalithresh"] = "Warlord Kalithresh";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "Hydross the Unstable <Duke of Currents>";
["The Lurker Below"] = "The Lurker Below";
["Leotheras the Blind"] = "Leotheras the Blind";
["Fathom-Lord Karathress"] = "Fathom-Lord Karathress";
["Seer Olum"] = "Seer Olum";
["Morogrim Tidewalker"] = "Morogrim Tidewalker";
["Lady Vashj <Coilfang Matron>"] = "Lady Vashj <Coilfang Matron>";
 
--Auch: Mana-Tombs
["The Consortium"] = "The Consortium";
["Auchenai Key"] = "Auchenai Key";--omitted from other Auch
["The Eye of Haramad"] = "The Eye of Haramad";
["Pandemonius"] = "Pandemonius";
["Shadow Lord Xiraxis"] = "Shadow Lord Xiraxis";
["Ambassador Pax'ivi"] = "Ambassador Pax'ivi";
["Tavarok"] = "Tavarok";
["Cryo-Engineer Sha'heen"] = "Cryo-Engineer Sha'heen";
["Ethereal Transporter Control Panel"] = "Ethereal Transporter Control Panel";
["Nexus-Prince Shaffar"] = "Nexus-Prince Shaffar";
["Yor <Void Hound of Shaffar>"] = "Yor <Void Hound of Shaffar>";
 
--Auch: Auchenai Crypts
["Lower City"] = "Lower City";--omitted from other Auch
["Shirrak the Dead Watcher"] = "Shirrak the Dead Watcher";
["Exarch Maladaar"] = "Exarch Maladaar";
["Avatar of the Martyred"] = "Avatar of the Martyred";
["D'ore"] = "D'ore";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "Essence-Infused Moonstone";
["Darkweaver Syth"] = "Darkweaver Syth";
["Lakka"] = "Lakka";
["The Saga of Terokk"] = "The Saga of Terokk";
["Anzu"] = "Anzu";
["Talon King Ikiss"] = "Talon King Ikiss";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "Shadow Labyrinth Key";
["Spy To'gun"] = "Spy To'gun";
["Ambassador Hellmaw"] = "Ambassador Hellmaw";
["Blackheart the Inciter"] = "Blackheart the Inciter";
["Grandmaster Vorpil"] = "Grandmaster Vorpil";
["The Codex of Blood"] = "The Codex of Blood";
["Murmur"] = "Murmur";
["First Fragment Guardian"] = "First Fragment Guardian";
 
--TK: The Botanica
["The Sha'tar"] = "The Sha'tar";--omitted from other TK
["Warpforged Key"] = "Warpforged Key";--omitted from other TK
["Commander Sarannis"] = "Commander Sarannis";
["High Botanist Freywinn"] = "High Botanist Freywinn";
["Thorngrin the Tender"] = "Thorngrin the Tender";
["Laj"] = "Laj";
["Warp Splinter"] = "Warp Splinter";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "Key to the Arcatraz";
["Zereketh the Unbound"] = "Zereketh the Unbound";
["Third Fragment Guardian"] = "Third Fragment Guardian";
["Dalliah the Doomsayer"] = "Dalliah the Doomsayer";
["Wrath-Scryer Soccothrates"] = "Wrath-Scryer Soccothrates";
["Udalo"] = "Udalo";
["Harbinger Skyriss"] = "Harbinger Skyriss";
["Warden Mellichar"] = "Warden Mellichar";
["Millhouse Manastorm"] = "Millhouse Manastorm";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "Gatewatcher Gyro-Kill";
["Gatewatcher Iron-Hand"] = "Gatewatcher Iron-Hand";
["Cache of the Legion"] = "Cache of the Legion";
["Mechano-Lord Capacitus"] = "Mechano-Lord Capacitus";
["Overcharged Manacell"] = "Overcharged Manacell";
["Nethermancer Sepethrea"] = "Nethermancer Sepethrea";
["Pathaleon the Calculator"] = "Pathaleon the Calculator";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "Al'ar <Phoenix God>";
["Void Reaver"] = "Void Reaver";
["High Astromancer Solarian"] = "High Astromancer Solarian";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "Thaladred the Darkener <Advisor to Kael'thas>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "Master Engineer Telonicus <Advisor to Kael'thas>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "Grand Astromancer Capernian <Advisor to Kael'thas>";
["Lord Sanguinar <The Blood Hammer>"] = "Lord Sanguinar <The Blood Hammer>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "High King Maulgar <Lord of the Ogres>";
["Kiggler the Crazed"] = "Kiggler the Crazed";
["Blindeye the Seer"] = "Blindeye the Seer";
["Olm the Summoner"] = "Olm the Summoner";
["Krosh Firehand"] = "Krosh Firehand";
["Gruul the Dragonkiller"] = "Gruul the Dragonkiller";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "Ashtongue Deathsworn";--omitted from other BT
["Towards Reliquary of Souls"] = "Towards Reliquary of Souls";
["Towards Teron Gorefiend"] = "Towards Teron Gorefiend";
["Towards Illidan Stormrage"] = "Towards Illidan Stormrage";
["Spirit of Olum"] = "Spirit of Olum";
["High Warlord Naj'entus"] = "High Warlord Naj'entus";
["Supremus"] = "Supremus";
["Shade of Akama"] = "Shade of Akama";
["Spirit of Udalo"] = "Spirit of Udalo";
["Aluyen <Reagents>"] = "Aluyen <Reagents>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "Okuno <Ashtongue Deathsworn Quartermaster>";
["Seer Kanai"] = "Seer Kanai";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "Gurtogg Bloodboil";
["Reliquary of Souls"] = "Reliquary of Souls";
["Essence of Suffering"] = "Essence of Suffering";
["Essence of Desire"] = "Essence of Desire";
["Essence of Anger"] = "Essence of Anger";
["Teron Gorefiend"] = "Teron Gorefiend";
 
--Black Temple (Top)
["Mother Shahraz"] = "Mother Shahraz";
["The Illidari Council"] = "The Illidari Council";
["Lady Malande"] = "Lady Malande";
["Gathios the Shatterer"] = "Gathios the Shatterer";
["High Nethermancer Zerevor"] = "High Nethermancer Zerevor";
["Veras Darkshadow"] = "Veras Darkshadow";
["Illidan Stormrage <The Betrayer>"] = "Illidan Stormrage <The Betrayer>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "Ha'Lei";
["Greatfather Aldrimus"] = "Greatfather Aldrimus";
["Clarissa"] = "Clarissa";
["Ramdor the Mad"] = "Ramdor the Mad";
["Horvon the Armorer <Armorsmith>"] = "Horvon the Armorer <Armorsmith>";
["Nexus-Prince Haramad"] = "Nexus-Prince Haramad";
["Artificer Morphalius"] = "Artificer Morphalius";
["Mamdy the \"Ologist\""] = "Mamdy the \"Ologist\"";
["\"Slim\" <Shady Dealer>"] = "\"Slim\" <Shady Dealer>";
["\"Captain\" Kaftiz"] = "\"Captain\" Kaftiz";
["Isfar"] = "Isfar";
["Field Commander Mahfuun"] = "Field Commander Mahfuun";
["Spy Grik'tha"] = "Spy Grik'tha";
["Provisioner Tsaalt"] = "Provisioner Tsaalt";
["Dealer Tariq <Shady Dealer>"] = "Dealer Tariq <Shady Dealer>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "Bodley";
["Overmaster Pyron"] = "Overmaster Pyron";
["Lothos Riftwaker"] = "Lothos Riftwaker";
["Franclorn Forgewright"] = "Franclorn Forgewright";
["Orb of Command"] = "Orb of Command";
["Scarshield Quartermaster <Scarshield Legion>"] = "Scarshield Quartermaster <Scarshield Legion>";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "Watcher Jhang";
["Mortog Steamhead"] = "Mortog Steamhead";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "Transpolyporter";
["Sprok <Away Team>"] = "Sprok <Away Team>";
["Matrix Punchograph 3005-A"] = "Matrix Punchograph 3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "Namdo Bizzfizzle <Engineering Supplies>";
["Techbot"] = "Techbot";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "The Nameless Prophet";
["Kolk <The First Kahn>"] = "Kolk <The First Kahn>";
["Gelk <The Second Kahn>"] = "Gelk <The Second Kahn>";
["Magra <The Third Kahn>"] = "Magra <The Third Kahn>";
["Cavindra"] = "Cavindra";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "Marisa du'Paige";
["Brainwashed Noble"] = "Brainwashed Noble";
["Foreman Thistlenettle"] = "Foreman Thistlenettle";
 
--Sunken Temple (Entrance)
["Jade"] = "Jade";
["Kazkaz the Unholy"] = "Kazkaz the Unholy";
["Zekkis"] = "Zekkis";
["Veyzhak the Cannibal"] = "Veyzhak the Cannibal";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "Hammertoe Grez";
["Magregan Deepshadow"] = "Magregan Deepshadow";
["Tablet of Ryun'Eh"] = "Tablet of Ryun'Eh";
["Krom Stoutarm's Chest"] = "Krom Stoutarm's Chest";
["Garrett Family Chest"] = "Garrett Family Chest";
["Digmaster Shovelphlange"] = "Digmaster Shovelphlange";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "Mad Magglish";
["Trigore the Lasher"] = "Trigore the Lasher";
["Boahn <Druid of the Fang>"] = "Boahn <Druid of the Fang>";
["Above the Entrance:"] = "Above the Entrance:";
["Ebru <Disciple of Naralex>"] = "Ebru <Disciple of Naralex>";
["Nalpak <Disciple of Naralex>"] = "Nalpak <Disciple of Naralex>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "Kalldan Felmoon <Specialist Leatherworking Supplies>";
["Waldor <Leatherworking Trainer>"] = "Waldor <Leatherworking Trainer>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "Dire Pool";
["Dire Maul Arena"] = "Dire Maul Arena";
["Mushgog"] = "Mushgog";
["Skarr the Unbreakable"] = "Skarr the Unbreakable";
["The Razza"] = "The Razza";
["Elder Mistwalker"] = "Elder Mistwalker";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "Steward of Time <Keepers of Time>";
["Alexston Chrome <Tavern of Time>"] = "Alexston Chrome <Tavern of Time>";
["Yarley <Armorer>"] = "Yarley <Armorer>";
["Bortega <Reagents & Poison Supplies>"] = "Bortega <Reagents & Poison Supplies>";
["Galgrom <Provisioner>"] = "Galgrom <Provisioner>";
["Alurmi <Keepers of Time Quartermaster>"] = "Alurmi <Keepers of Time Quartermaster>";
["Zaladormu"] = "Zaladormu";
["Soridormi <The Scale of Sands>"] = "Soridormi <The Scale of Sands>";
["Arazmodu <The Scale of Sands>"] = "Arazmodu <The Scale of Sands>";
["Andormu <Keepers of Time>"] = "Andormu <Keepers of Time>";
["Nozari <Keepers of Time>"] = "Nozari <Keepers of Time>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "Archmage Leryda";
["Apprentice Darius"] = "Apprentice Darius";
["Archmage Alturus"] = "Archmage Alturus";
["Stairs to Underground Pond"] = "Stairs to Underground Pond";
["Stairs to Underground Well"] = "Stairs to Underground Well";
["Charred Bone Fragment"] = "Charred Bone Fragment";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "Elder Nadox";
["Prince Taldaram"] = "Prince Taldaram";
["Jedoga Shadowseeker"] = "Jedoga Shadowseeker";
["Herald Volazj"] = "Herald Volazj";
["Amanitar"] = "Amanitar";
["Ahn'kahet Brazier"] = "Ahn'kahet Brazier";
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "Krik'thir the Gatewatcher";
["Watcher Gashra"] = "Watcher Gashra";
["Watcher Narjil"] = "Watcher Narjil";
["Watcher Silthik"] = "Watcher Silthik";
["Hadronox"] = "Hadronox";
["Anub'arak"] = "Anub'arak";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "The Culling of Stratholme";
["Meathook"] = "Meathook";
["Salramm the Fleshcrafter"] = "Salramm the Fleshcrafter";
["Chrono-Lord Epoch"] = "Chrono-Lord Epoch";
["Mal'Ganis"] = "Mal'Ganis";
["Chromie"] = "Chromie";
["Infinite Corruptor"] = "Infinite Corruptor";
["Guardian of Time"] = "Guardian of Time";
["Scourge Invasion Points"] = "Scourge Invasion Points";
 
--Drak'Tharon Keep
["Trollgore"] = "Trollgore";
["Novos the Summoner"] = "Novos the Summoner";
["King Dred"] = "King Dred";
["The Prophet Tharon'ja"] = "The Prophet Tharon'ja";
["Kurzel"] = "Kurzel";
["Drakuru's Brazier"] = "Drakuru's Brazier";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "Slad'ran <High Prophet of Sseratus>";
["Drakkari Colossus"] = "Drakkari Colossus";
["Moorabi <High Prophet of Mam'toth>"] = "Moorabi <High Prophet of Mam'toth>";
["Gal'darah <High Prophet of Akali>"] = "Gal'darah <High Prophet of Akali>";
["Eck the Ferocious"] = "Eck the Ferocious";
 
--Icecrown Citadel
["The Ashen Verdict"] = "The Ashen Verdict";
["Lord Marrowgar"] = "Lord Marrowgar";
["Lady Deathwhisper"] = "Lady Deathwhisper";
["Gunship Battle"] = "Gunship Battle";
["Deathbringer Saurfang"] = "Deathbringer Saurfang";
["Festergut"] = "Festergut";
["Rotface"] = "Rotface";
["Professor Putricide"] = "Professor Putricide";
["Blood Prince Council"] = "Blood Prince Council";
["Prince Keleseth"] = "Prince Keleseth";
["Prince Taldaram"] = "Prince Taldaram";
["Prince Valanar"] = "Prince Valanar";
["Blood-Queen Lana'thel"] = "Blood-Queen Lana'thel";
["Valithria Dreamwalker"] = "Valithria Dreamwalker";
["Sindragosa <Queen of the Frostbrood>"] = "Sindragosa <Queen of the Frostbrood>";
["The Lich King"] = "The Lich King";
["To next map"] = "To next map";
["From previous map"] = "From previous map";
["Light's Hammer"] = "Light's Hammer";
["Oratory of the Damned"] = "Oratory of the Damned";
["Rampart of Skulls"] = "Rampart of Skulls";
["Deathbringer's Rise"] = "Deathbringer's Rise";
["Upper Spire"] = "Upper Spire";
["Sindragosa's Lair"] = "Sindragosa's Lair";
["The Frozen Throne"] = "The Frozen Throne";
 
--Naxxramas
["Mr. Bigglesworth"] = "Mr. Bigglesworth";
["Construct Quarter"] = "Construct Quarter";
["Patchwerk"] = "Patchwerk";
["Grobbulus"] = "Grobbulus";
["Gluth"] = "Gluth";
["Thaddius"] = "Thaddius";
["Arachnid Quarter"] = "Arachnid Quarter";
["Anub'Rekhan"] = "Anub'Rekhan";
["Grand Widow Faerlina"] = "Grand Widow Faerlina";
["Maexxna"] = "Maexxna";
["Military Quarter"] = "Military Quarter";
["Instructor Razuvious"] = "Instructor Razuvious";
["Gothik the Harvester"] = "Gothik the Harvester";
["The Four Horsemen"] = "The Four Horsemen";
["Thane Korth'azz"] = "Thane Korth'azz";
["Lady Blaumeux"] = "Lady Blaumeux";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "Sir Zeliek";
["Four Horsemen Chest"] = "Four Horsemen Chest";
["Plague Quarter"] = "Plague Quarter";
["Noth the Plaguebringer"] = "Noth the Plaguebringer";
["Heigan the Unclean"] = "Heigan the Unclean";
["Loatheb"] = "Loatheb";
["Frostwyrm Lair"] = "Frostwyrm Lair";
["Sapphiron"] = "Sapphiron";
["Kel'Thuzad"] = "Kel'Thuzad";
 
--The Nexus: The Nexus
["Anomalus"] = "Anomalus";
["Ormorok the Tree-Shaper"] = "Ormorok the Tree-Shaper";
["Grand Magus Telestra"] = "Grand Magus Telestra";
["Keristrasza"] = "Keristrasza";
["Commander Stoutbeard"] = "Commander Stoutbeard";
["Berinand's Research"] = "Berinand's Research";
["Commander Kolurg"] = "Commander Kolurg";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "Malygos";
["Key to the Focusing Iris"] = "Key to the Focusing Iris";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "Drakos the Interrogator";
["Mage-Lord Urom"] = "Mage-Lord Urom";
["Ley-Guardian Eregos"] = "Ley-Guardian Eregos";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>";
["Centrifuge Construct"] = "Centrifuge Construct";
["Cache of Eregos"] = "Cache of Eregos";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "Archmage Koreln <Kirin Tor>";
["Archmage Elandra <Kirin Tor>"] = "Archmage Elandra <Kirin Tor>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "Lady Sylvanas Windrunner <Banshee Queen>";
["Dark Ranger Loralen"] = "Dark Ranger Loralen";
["Dark Ranger Kalira"] = "Dark Ranger Kalira";
["Bronjahm <Godfather of Souls>"] = "Bronjahm <Godfather of Souls>";
["Devourer of Souls"] = "Devourer of Souls";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "Forgemaster Garfrost";
["Martin Victus"] = "Martin Victus";
["Gorkun Ironskull"] = "Gorkun Ironskull";
["Krick and Ick"] = "Krick and Ick";
["Scourgelord Tyrannus"] = "Scourgelord Tyrannus";
["Rimefang"] = "Rimefang";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "Falric";
["Marwyn"] = "Marwyn";
["Wrath of the Lich King"] = "Wrath of the Lich King";
["The Captain's Chest"] = "The Captain's Chest";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "Black Dragonflight Chamber";
["Sartharion <The Onyx Guardian>"] = "Sartharion <The Onyx Guardian>";
["Tenebron"] = "Tenebron";
["Shadron"] = "Shadron";
["Vesperon"] = "Vesperon";
 
--The Violet Hold
["Erekem"] = "Erekem";
["Zuramat the Obliterator"] = "Zuramat the Obliterator";
["Xevozz"] = "Xevozz";
["Ichoron"] = "Ichoron";
["Moragg"] = "Moragg";
["Lavanthor"] = "Lavanthor";
["Cyanigosa"] = "Cyanigosa";
["The Violet Hold Key"] = "The Violet Hold Key";
 
--Trial of the Champion
["Grand Champions"] = "Grand Champions";
["Champions of the Alliance"] = "Champions of the Alliance";
["Marshal Jacob Alerius"] = "Marshal Jacob Alerius";
["Ambrose Boltspark"] = "Ambrose Boltspark";
["Colosos"] = "Colosos";
["Jaelyne Evensong"] = "Jaelyne Evensong";
["Lana Stouthammer"] = "Lana Stouthammer";
["Champions of the Horde"] = "Champions of the Horde";
["Mokra the Skullcrusher"] = "Mokra the Skullcrusher";
["Eressea Dawnsinger"] = "Eressea Dawnsinger";
["Runok Wildmane"] = "Runok Wildmane";
["Zul'tore"] = "Zul'tore";
["Deathstalker Visceri"] = "Deathstalker Visceri";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "Eadric the Pure <Grand Champion of the Argent Crusade>";
["Argent Confessor Paletress"] = "Argent Confessor Paletress";
["The Black Knight"] = "The Black Knight";
 
--Trial of the Crusader
["Cavern Entrance"] = "Cavern Entrance";
["Northrend Beasts"] = "Northrend Beasts";
["Gormok the Impaler"] = "Gormok the Impaler";
["Acidmaw"] = "Acidmaw";
["Dreadscale"] = "Dreadscale";
["Icehowl"] = "Icehowl";
["Lord Jaraxxus"] = "Lord Jaraxxus";
["Faction Champions"] = "Faction Champions";
["Twin Val'kyr"] = "Twin Val'kyr";
["Fjola Lightbane"] = "Fjola Lightbane";
["Eydis Darkbane"] = "Eydis Darkbane";
["Anub'arak"] = "Anub'arak";
["Heroic: Trial of the Grand Crusader"] = "Heroic: Trial of the Grand Crusader";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "General Bjarngrim";
["Volkhan"] = "Volkhan";
["Ionar"] = "Ionar";
["Loken"] = "Loken";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "Tribunal Chest";
["Krystallus"] = "Krystallus";
["Brann Bronzebeard"] = "Brann Bronzebeard";
["Sjonnir the Ironshaper"] = "Sjonnir the Ironshaper";
["Maiden of Grief"] = "Maiden of Grief";
 
-- Ulduar General
["Celestial Planetarium Key"] = "Celestial Planetarium Key";
["The Siege"] = "The Siege";
["The Antechamber"] = "The Antechamber"; --B
["The Keepers"] = "The Keepers"; --C
["Spark of Imagination"] = "Spark of Imagination"; --D
["Descent into Madness"] = "Descent into Madness"; --E
 
-- Ulduar A
["Flame Leviathan"] = "Flame Leviathan";
["Ignis the Furnace Master"] = "Ignis the Furnace Master";
["Razorscale"] = "Razorscale";
["XT-002 Deconstructor"] = "XT-002 Deconstructor";
["Expedition Base Camp"] = "Expedition Base Camp";
["Formation Grounds"] = "Formation Grounds";
["The Colossal Forge"] = "The Colossal Forge";
["The Scrapyard"] = "The Scrapyard";
["Tower of Life"] = "Tower of Life";
["Tower of Flame"] = "Tower of Flame";
["Tower of Frost"] = "Tower of Frost";
["Tower of Storms"] = "Tower of Storms";
 
-- Ulduar B
["Assembly of Iron"] = "Assembly of Iron";
["Steelbreaker"] = "Steelbreaker";
["Runemaster Molgeim"] = "Runemaster Molgeim";
["Stormcaller Brundir"] = "Stormcaller Brundir";
["Kologarn"] = "Kologarn";
["Algalon the Observer"] = "Algalon the Observer";
["Antechamber of Ulduar"] = "Antechamber of Ulduar";
["Prospector Doren"] = "Prospector Doren";
["Archivum Console"] = "Archivum Console";
 
-- Ulduar C
["Auriaya"] = "Auriaya";
["Freya"] = "Freya";
["Thorim"] = "Thorim";
["Hodir"] = "Hodir";
["The Shattered Walkway"] = "The Shattered Walkway";
["The Conservatory of Life"] = "The Conservatory of Life";
 
-- Ulduar D
["Mimiron"] = "Mimiron";
 
-- Ulduar E
["General Vezax"] = "General Vezax";
["Yogg-Saron"] = "Yogg-Saron";
["Prison of Yogg-Saron"] = "Prison of Yogg-Saron";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "Prince Keleseth <The San'layn>";
["Dalronn the Controller"] = "Dalronn the Controller";
["Ingvar the Plunderer"] = "Ingvar the Plunderer";
["Dark Ranger Marrah"] = "Dark Ranger Marrah";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "Brigg Smallshanks";
["Svala Sorrowgrave"] = "Svala Sorrowgrave";
["Gortok Palehoof"] = "Gortok Palehoof";
["Skadi the Ruthless"] = "Skadi the Ruthless";
["King Ymiron"] = "King Ymiron";
["Skarvald the Constructor"] = "Skarvald the Constructor";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "Archavon the Stone Watcher";
["Emalon the Storm Watcher"] = "Emalon the Storm Watcher";
["Koralon the Flame Watcher"] = "Koralon the Flame Watcher";
["Toravon the Ice Watcher"] = "Toravon the Ice Watcher";
 
--The Ruby Sanctum
["Red Dragonflight Chamber"] = "Red Dragonflight Chamber";
["Halion the Twilight Destroyer"] = "Halion the Twilight Destroyer";
["Saviana Ragefire"] = "Saviana Ragefire";
["Baltharus the Warborn"] = "Baltharus the Warborn";
["General Zarithrian"] = "General Zarithrian";
};
\ No newline at end of file
Locale/Atlas-zhTW.lua New file
0,0 → 1,1748
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Atlas Traditional Chinese Localization
-- $Date: 2010-02-10 17:10:09 +1030 (Wed, 10 Feb 2010) $
-- $Revision: 840 $
 
if ( GetLocale() == "zhTW" ) then
--************************************************
-- Global Atlas Strings
--************************************************
 
AtlasSortIgnore = {"the (.+)"};
 
ATLAS_TITLE = "Atlas 地圖集";
ATLAS_SUBTITLE = "副本地圖集";
ATLAS_DESC = "Atlas 是一個副本地圖增強插件.";
 
BINDING_HEADER_ATLAS_TITLE = "Atlas 按鍵設定";
BINDING_NAME_ATLAS_TOGGLE = "開啟/關閉 Atlas";
BINDING_NAME_ATLAS_OPTIONS = "切換設定";
BINDING_NAME_ATLAS_AUTOSEL = "自動選擇";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "選項";
 
ATLAS_STRING_LOCATION = "位置";
ATLAS_STRING_LEVELRANGE = "等級範圍";
ATLAS_STRING_PLAYERLIMIT = "人數上限";
ATLAS_STRING_SELECT_CAT = "選擇類別";
ATLAS_STRING_SELECT_MAP = "選擇地圖";
ATLAS_STRING_SEARCH = "搜尋";
ATLAS_STRING_CLEAR = "清除";
ATLAS_STRING_MINLEVEL = "最低等級";
 
ATLAS_OPTIONS_BUTTON = "選項";
ATLAS_OPTIONS_SHOWBUT = "在小地圖旁顯示 Atlas 按鈕";
ATLAS_OPTIONS_AUTOSEL = "自動選擇副本地圖";
ATLAS_OPTIONS_BUTPOS = "按鈕位置";
ATLAS_OPTIONS_TRANS = "透明度";
ATLAS_OPTIONS_REPMAP = "取代世界地圖";
ATLAS_OPTIONS_RCLICK = "點擊滑鼠右鍵開啟世界地圖";
ATLAS_OPTIONS_SHOWMAPNAME = "顯示地圖名稱";
ATLAS_OPTIONS_RESETPOS = "重設位置";
ATLAS_OPTIONS_ACRONYMS = "顯示副本縮寫";
ATLAS_OPTIONS_SCALE = "視窗大小比率";
ATLAS_OPTIONS_BUTRAD = "按鈕半徑範圍";
ATLAS_OPTIONS_CLAMPED = "使 Atlas 視窗不超出遊戲畫面";
ATLAS_OPTIONS_CTRL = "按住 Ctrl 鍵以顯示工具提示";
ATLAS_OPTIONS_COORDS = "在世界地圖顯示玩家座標";
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas 副本地圖";
ATLAS_BUTTON_TOOLTIP_HINT = "左鍵開啟 Atlas.\n中鍵開啟 Atlas 選項.\n右鍵並拖曳以移動圖示按鈕位置.";
ATLAS_LDB_HINT = "左鍵開啟 Atlas.\n中鍵開啟 Atlas 選項.\n右鍵打開顯示選單.";
 
ATLAS_OPTIONS_CATDD = "副本地圖排序方式:";
ATLAS_DDL_CONTINENT = "大陸";
ATLAS_DDL_CONTINENT_EASTERN = "東部王國副本";
ATLAS_DDL_CONTINENT_KALIMDOR = "卡林多副本";
ATLAS_DDL_CONTINENT_OUTLAND = "外域副本";
ATLAS_DDL_CONTINENT_NORTHREND = "北裂境副本";
ATLAS_DDL_LEVEL = "等級";
ATLAS_DDL_LEVEL_UNDER45 = "副本等級低於 45";
ATLAS_DDL_LEVEL_45TO60 = "副本等級介於 45-60";
ATLAS_DDL_LEVEL_60TO70 = "副本等級介於 60-70";
ATLAS_DDL_LEVEL_70TO80 = "副本等級介於 70-80";
ATLAS_DDL_LEVEL_80PLUS = "副本等級大於 80";
ATLAS_DDL_PARTYSIZE = "隊伍人數";
ATLAS_DDL_PARTYSIZE_5_AE = "5 人副本 A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "5 人副本 F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "10 人副本 A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "10 人副本 R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "20-40 人副本";
ATLAS_DDL_EXPANSION = "資料片";
ATLAS_DDL_EXPANSION_OLD_AO = "舊世界副本 A-O";
ATLAS_DDL_EXPANSION_OLD_PZ = "舊世界副本 P-Z";
ATLAS_DDL_EXPANSION_BC = "燃燒的遠征副本";
ATLAS_DDL_EXPANSION_WOTLK = "巫妖王之怒副本";
ATLAS_DDL_TYPE = "類型";
ATLAS_DDL_TYPE_INSTANCE_AC = "副本 A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "副本 D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "副本 S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "入口";
 
ATLAS_INSTANCE_BUTTON = "副本";
ATLAS_ENTRANCE_BUTTON = "入口";
ATLAS_SEARCH_UNAVAIL = "搜尋功能停用";
ATLAS_WORLDMAP_PLAYER = "玩家";
ATLAS_WORLDMAP_CURSOR = "游標";
 
ATLAS_DEP_MSG1 = "Atlas 偵測到過期的模組";
ATLAS_DEP_MSG2 = "這些模組已從這個角色被停用";
ATLAS_DEP_MSG3 = "請將這些模組從 AddOns 目錄移除";
ATLAS_DEP_OK = "Ok";
 
AtlasZoneSubstitutions = {
["The Temple of Atal'Hakkar"] = "沈沒的神廟";
["Ahn'Qiraj"] = "安其拉神廟";
["Karazhan"] = "卡拉贊 - 1.開始";
["Black Temple"] = "黑暗神廟 - 1.開始";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "成年";
["AKA"] = "亦即";
["Alliance"] = "聯盟";
["Arcane Container"] = "秘法容器";
["Argent Dawn"] = "銀色黎明";
["Argent Crusade"] = "銀白十字軍";
["Arms Warrior"] = "武戰";
["Attunement Required"] = "需完成傳送門/鑰匙前置任務";
["Back"] = "後方";
["Basement"] = "地下室";
["Bat"] = "蝙蝠";
["Blacksmithing Plans"] = "黑鐵鍛造圖樣";
["Boss"] = "首領";
["Brazier of Invocation"] = "祈願火盆";
["Brewfest"] = "啤酒節";
["Chase Begins"] = "追逐開始";
["Chase Ends"] = "追逐結束";
["Child"] = "幼年";
["Connection"] = "通道";
["DS2"] = "副本套裝2";
["East"] = "東方";
["Elevator"] = "電梯";
["End"] = "結束";
["Engineer"] = "工程師";
["Entrance"] = "入口";
["Event"] = "事件";
["Exalted"] = "崇拜";
["Exit"] = "出口";
["Fourth Stop"] = "第四停留點";
["Front"] = "前方";
["Ghost"] = "鬼魂";
["Hallow's End"] = "萬鬼節";
["Heroic"] = "英雄";
["Holy Paladin"] = "神聖聖騎";
["Holy Priest"] = "神聖牧師";
["Horde"] = "部落";
["Hunter"] = "獵人";
["Imp"] = "小鬼";
["Inside"] = "內部";
["Key"] = "鑰匙";
["Love is in the Air"] = "愛就在身邊";
["Lower"] = "下層";
["Lunar"] = "新年慶典";
["Lunar Festival"] = "新年慶典";
["Mage"] = "法師";
["Meeting Stone"] = "集合石";
["Midsummer Festival"] = "仲夏節慶";
["Monk"] = "僧侶";
["Moonwell"] = "月井";
["North"] = "北方";
["Optional"] = "可選擇";
["Orange"] = "橙";
["Outside"] = "戶外";
["Paladin"] = "聖騎士";
["Panther"] = "黑豹";
["Portal"] = "入口/傳送門";
["Priest"] = "牧師";
["Protection Warrior"] = "防戰";
["Purple"] = "ç´«";
["Random"] = "隨機";
["Raptor"] = "迅猛龍";
["Rare"] = "稀有";
["Reputation"] = "聲望";
["Repair"] = "修理";
["Retribution Paladin"] = "懲戒聖騎";
["Rewards"] = "獎勵";
["Rogue"] = "盜賊";
["Second Stop"] = "第二停留點";
["Shadow Priest"] = "暗影牧師";
["Shaman"] = "薩滿";
["Side"] = "側邊";
["Snake"] = "蛇";
["Spawn Point"] = "生成點";
["Spider"] = "蜘蛛";
["Start"] = "開始";
["Summon"] = "召喚";
["Teleporter"] = "傳送";
["Third Stop"] = "第三停留點";
["Tiger"] = "虎";
["Top"] = "上方";
["Undead"] = "不死族";
["Underwater"] = "水下";
["Unknown"] = "未知";
["Upper"] = "上層";
["Varies"] = "多處";
["Wanders"] = "徘徊";
["Warlock"] = "術士";
["Warrior"] = "戰士";
["Wave 5"] = "第 5 波";
["Wave 6"] = "第 6 波";
["Wave 10"] = "第 10 波";
["Wave 12"] = "第 12 波";
["Wave 18"] = "第 18 波";
["West"] = "西方";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "安卡罕特: 古王國";
["Ahn'Qiraj"] = "安其拉神廟"; ["AQ"] = "AQ";
["Armory"] = "軍械庫";
["Auchenai Crypts"] = "奧奇奈地穴"; ["AC"] = "AC";
["Auchindoun"] = "奧齊頓"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "阿茲歐-奈幽"; ["AN"] = "AN/奈幽";
["Black Temple"] = "黑暗神廟"; ["BT"] = "BT/黑廟";
["Blackfathom Deeps"] = "黑暗深淵"; ["BFD"] = "BFD/黑淵";
["Blackrock Depths"] = "黑石深淵"; ["BRD"] = "BRD/黑石淵";
["Blackrock Spire"] = "黑石塔"; ["LBRS"] = "LBRS/黑下"; ["UBRS"] = "UBRS/黑上";
["Blackwing Lair"] = "黑翼之巢"; ["BWL"] = "BWL";
["Cathedral"] = "大教堂"; ["Cath"] = "Cath";
["Caverns of Time"] = "時光之穴"; ["CoT"] = "CoT";
["Chamber of Aspects"] = "守護密室";
["Coilfang Reservoir"] = "盤牙蓄湖"; ["CR"] = "CR/盤牙";
["Crusaders' Coliseum"] = "銀白大競技場";
["Dire Maul"] = "厄運之槌"; ["DM"] = "DM/厄運";
["Drak'Tharon Keep"] = "德拉克薩隆要塞";
["Frozen Halls"] = "冰封大廳";
["Gnomeregan"] = "諾姆瑞根"; ["Gnome"] = "Gnome/諾姆";
["Graveyard"] = "墓園"; ["GY"] = "GY";
["Gruul's Lair"] = "戈魯爾之巢"; ["GL"] = "GL/戈魯爾";
["Gundrak"] = "剛德拉克";
["Halls of Lightning"] = "雷光大廳";
["Halls of Reflection"] = "倒影大廳";
["Halls of Stone"] = "石之大廳";
["Hellfire Citadel"] = "地獄火堡壘"; ["HFC"] = "HFC/火堡";
["Hellfire Ramparts"] = "地獄火壁壘"; ["Ramp"] = "Ramp";
["Hyjal Summit"] = "海加爾山"; ["CoT3"] = "CoT3/海山";
["Icecrown Citadel"] = "冰冠城塞";
["Karazhan"] = "卡拉贊"; ["Kara"] = "Kara/卡拉";
["Library"] = "圖書館"; ["Lib"] = "Lib";
["Magisters' Terrace"] = "博學者殿堂"; ["MaT"] = "MT/博學";
["Magtheridon's Lair"] = "瑪瑟里頓的巢穴"; ["Mag"] = "Mag/瑪瑟";
["Mana-Tombs"] = "法力墓地"; ["MT"] = "MT/法力";
["Maraudon"] = "瑪拉頓"; ["Mara"] = "Mara/瑪拉";
["Molten Core"] = "熔火之心"; ["MC"] = "MC";
["Naxxramas"] = "納克薩瑪斯";
["Old Hillsbrad Foothills"] = "希爾斯布萊德丘陵舊址"; ["CoT1"] = "CoT1/舊址";
["Onyxia's Lair"] = "奧妮克希亞的巢穴"; ["Ony"] = "Ony/黑龍";
["Pit of Saron"] = "薩倫之淵";
["Ragefire Chasm"] = "怒焰裂谷"; ["RFC"] = "RFC/怒焰";
["Razorfen Downs"] = "剃刀高地"; ["RFD"] = "RFD";
["Razorfen Kraul"] = "剃刀沼澤"; ["RFK"] = "RFK";
["Ruins of Ahn'Qiraj"] = "安其拉廢墟"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "血色修道院"; ["SM"] = "SM/血色";
["Scholomance"] = "通靈學院"; ["Scholo"] = "Scholo/通靈";
["Serpentshrine Cavern"] = "毒蛇神殿洞穴"; ["SC"] = "SC/毒蛇";
["Sethekk Halls"] = "塞司克大廳"; ["Seth"] = "Seth/塞司克";
["Shadow Labyrinth"] = "暗影迷宮"; ["SL"] = "SL/迷宮";
["Shadowfang Keep"] = "影牙城堡"; ["SFK"] = "SFK/影牙";
["Stratholme"] = "斯坦索姆"; ["Strat"] = "Strat/斯坦";
["Stratholme Past"] = "斯坦索姆廢墟";
["Sunken Temple"] = "沉沒的神廟"; ["ST"] = "ST/神廟";
["Sunwell Plateau"] = "太陽之井高地"; ["SuP"] = "SP/太陽井";
["Tempest Keep"] = "風暴要塞"; ["TK"] = "TK";
["Temple of Ahn'Qiraj"] = "安其拉神廟"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "亞克崔茲"; ["Arca"] = "Arca 亞克";
["The Black Morass"] = "黑色沼澤"; ["CoT2"] = "CoT2/黑沼";
["The Blood Furnace"] = "血熔爐"; ["BF"] = "BF";
["The Botanica"] = "波塔尼卡"; ["Bota"] = "Bota/波塔";
["The Deadmines"] = "死亡礦坑"; ["VC"] = "VC/死礦";
["The Eye"] = "風暴要塞"; ["Eye"] = "Eye"; --中文版裡 The Eye 名稱被刪除,以 風暴要塞 命名這個25人副本
["The Eye of Eternity"] = "永恆之眼";
["The Forge of Souls"] = "眾魂熔爐";
["The Mechanar"] = "麥克納爾"; ["Mech"] = "Mech/麥克";
["The Nexus"] = "奧核之心";
["The Obsidian Sanctum"] = "黑曜聖所";
["The Oculus"] = "奧核之眼";
["The Shattered Halls"] = "破碎大廳"; ["SH"] = "SH/破碎";
["The Slave Pens"] = "奴隸監獄"; ["SP"] = "SP";
["The Steamvault"] = "蒸汽洞窟"; ["SV"] = "SV/蒸汽";
["The Stockade"] = "監獄"; ["Stocks"] = "監獄";
["The Underbog"] = "深幽泥沼"; ["UB"] = "UB/深幽";
["The Violet Hold"] = "紫羅蘭堡";
["Trial of the Champion"] = "勇士試煉";
["Trial of the Crusader"] = "十字軍試煉";
["Uldaman"] = "奧達曼"; ["Ulda"] = "Ulda";
["Ulduar"] = "奧杜亞";
["Utgarde Keep"] = "俄特加德要塞";
["Utgarde Pinnacle"] = "俄特加德之巔";
["Vault of Archavon"] = "亞夏梵穹殿";
["Wailing Caverns"] = "哀嚎洞穴"; ["WC"] = "WC/哀嚎";
["Zul'Aman"] = "祖阿曼"; ["ZA"] = "ZA";
["Zul'Farrak"] = "祖爾法拉克"; ["ZF"] = "ZF/祖法";
["Zul'Gurub"] = "祖爾格拉布"; ["ZG"] = "ZG/祖爾";
 
--WotLK Acronyms
["AK, Kahet"] = "AK/安卡"; -- Ahn'kahet -- 安卡罕特
["AN, Nerub"] = "AN/奈幽"; -- Azjol-Nerub -- 阿茲歐-奈幽
["Champ"] = "勇士"; -- Trial of the Champion -- 勇士試煉
["Crus"] = "十字軍"; -- Trial of the Crusader --十字軍試煉
["DTK"] = "DTK/德拉克"; -- Drak'Tharon Keep -- 德拉克薩隆要塞
["FoS"] = "FoS/熔爐"; ["FH1"] = "FH1"; -- The Forge of Souls -- 眾魂熔爐
["Gun"] = "Gun/剛德"; -- Gundrak -- 剛德拉克
["HoL"] = "HoL/雷光"; -- Halls of Lightning --雷光大廳
["HoR"] = "HoR/倒影"; ["FH3"] = "FH3"; -- Halls of Reflection -- 倒影大廳
["HoS"] = "HoS/石廳"; -- Halls of Stone -- 石之大廳
["IC"] = "IC"; -- Icecrown Citadel -- 冰冠城塞
["Nax"] = "Nax/納克"; -- Naxxramas -- 納克薩瑪斯
["Nex, Nexus"] = "Nex/奧心"; -- The Nexus -- 奧核之心
["Ocu"] = "Ocu/奧眼"; -- The Oculus -- 奧核之眼
["OS"] = "OS/黑曜"; -- The Obsidian Sanctum -- 黑曜聖所
["PoS"] = "PoS"; ["FH2"] = "FH2"; -- Pit of Saron -- 薩倫之淵
["Strat, CoT-Strat"] = "CoT斯坦"; -- Culling of Stratholme -- 斯坦索姆的抉擇
["TEoE"] = "TEoE/永恆"; -- The Eye of Eternity--永恆之眼
["UK, Keep"] = "UK/俄塞"; -- Utgarde Keep -- 俄特加德要塞
["Uldu"] = "Uldu/奧杜亞"; -- Ulduar-- 奧杜亞
["UP, Pinn"] = "UP/俄巔"; -- Utgarde Pinnacl -- 俄特加德之巔
["VH"] = "VH/紫堡"; -- The Violet Hold -- 紫羅蘭堡
["VoA"] = "VoA/亞夏"; -- Vault of Archavon--亞夏梵穹殿
 
--Continents
["Eastern Kingdoms"] = "東部王國";
["Kalimdor"] = "卡林多";
["Outland"] = "外域";
["Northrend"] = "北裂境";
 
--Outdoor zones, Locations
["Ashenvale"] = "梣谷";
["Badlands"] = "荒蕪之地";
["Blackrock Mountain"] = "黑石山"; ["BRM"] = "BRM";
["Blade's Edge Mountains"] = "劍刃山脈";
["Borean Tundra"] = "北風凍原";
["Burning Steppes"] = "燃燒平原";
["Dalaran"] = "達拉然";
["Deadwind Pass"] = "逆風小徑";
["Desolace"] = "淒涼之地";
["Dragonblight"] = "龍骨荒野";
["Dun Morogh"] = "丹莫洛";
["Dustwallow Marsh"] = "塵泥沼澤";
["Eastern Plaguelands"] = "東瘟疫之地";
["Feralas"] = "菲拉斯";
["Ghostlands"] = "鬼魂之地";
["Grizzly Hills"] = "灰白之丘";
["Hellfire Peninsula"] = "地獄火半島";
["Howling Fjord"] = "凜風峽灣";
["Icecrown"] = "寒冰皇冠";
["Isle of Quel'Danas"] = "奎爾達納斯之島";
["Netherstorm"] = "虛空風暴";
["Orgrimmar"] = "奧格瑪";
["Searing Gorge"] = "灼熱峽谷";
["Shadowmoon Valley"] = "影月谷";
["Silithus"] = "希利蘇斯";
["Silverpine Forest"] = "銀松森林";
["Stormwind City"] = "暴風城";
["Stranglethorn Vale"] = "荊棘谷";
["Swamp of Sorrows"] = "悲傷沼澤";
["Tanaris"] = "塔納利斯";
["Terokkar Forest"] = "泰洛卡森林";
["The Barrens"] = "貧瘠之地";
["The Storm Peaks"] = "風暴群山";
["Tirisfal Glades"] = "提里斯法林地";
["Western Plaguelands"] = "西瘟疫之地";
["Westfall"] = "西部荒野";
["Wintergrasp"] = "冬握湖";
["Zangarmarsh"] = "贊格沼澤";
["Zul'Drak"] = "祖爾德拉克";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "瑪爾·恐怖圖騰";
["Oggleflint <Ragefire Chieftain>"] = "奧格弗林特";
["Taragaman the Hungerer"] = "『飢餓者』塔拉加曼";
["Jergosh the Invoker"] = "『塑能師』耶戈什";
["Zelemar the Wrathful"] = "憤怒者·賽勒瑪爾";
["Bazzalan"] = "巴札蘭";
 
--Wailing Caverns
["Disciple of Naralex"] = "納拉雷克斯的信徒";
["Lord Cobrahn <Fanglord>"] = "考布萊恩領主";
["Lady Anacondra <Fanglord>"] = "安娜科德拉";
["Kresh"] = "克雷什";
["Lord Pythas <Fanglord>"] = "皮薩斯領主";
["Skum"] = "斯卡姆";
["Lord Serpentis <Fanglord>"] = "瑟芬迪斯領主";
["Verdan the Everliving"] = "永生者沃爾丹";
["Mutanus the Devourer"] = "『吞噬者』穆坦努斯";
["Naralex"] = "納拉雷克斯";
["Deviate Faerie Dragon"] = "變異精靈龍";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "加摩拉";
["Lorgalis Manuscript"] = "洛迦里斯手稿";
["Lady Sarevess"] = "薩利維絲";
["Argent Guard Thaelrid <The Argent Dawn>"] = "銀色黎明守衛塞爾瑞德";
["Gelihast"] = "格里哈斯特";
["Shrine of Gelihast"] = "格里哈斯特神殿";
["Lorgus Jett"] = "洛古斯·傑特";
["Fathom Stone"] = "深淵之石";
["Baron Aquanis"] = "阿奎尼斯男爵";
["Twilight Lord Kelris"] = "夢遊者克爾里斯";
["Old Serra'kis"] = "瑟拉吉斯";
["Aku'mai"] = "阿庫麥爾";
["Morridune"] = "莫瑞杜恩";
["Altar of the Deeps"] = "瑪塞斯特拉祭壇";
 
--Razorfen Kraul
["Roogug"] = "魯古格";
["Aggem Thorncurse <Death's Head Prophet>"] = "阿格姆";
["Death Speaker Jargba <Death's Head Captain>"] = "亡語者賈格巴";
["Overlord Ramtusk"] = "拉姆塔斯主宰";
["Razorfen Spearhide"] = "剃刀沼澤刺鬃守衛";
["Agathelos the Raging"] = "暴怒的阿迦賽羅斯";
["Blind Hunter"] = "盲眼獵手";
["Charlga Razorflank <The Crone>"] = "卡爾加·刺肋";
["Willix the Importer"] = "進口商威利克斯";
["Heralath Fallowbrook"] = "赫爾拉斯·靜水";
["Earthcaller Halmgar"] = "喚地者哈穆加";
 
--Razorfen Downs
["Tuten'kash"] = "圖特卡什";
["Henry Stern"] = "亨利·斯特恩";
["Belnistrasz"] = "貝尼斯特拉茲";
["Sah'rhee"] = "薩哈斯";
["Mordresh Fire Eye"] = "火眼莫德雷斯";
["Glutton"] = "暴食者";
["Ragglesnout"] = "拉戈斯諾特";
["Amnennar the Coldbringer"] = "『寒冰使者』亞門納爾";
["Plaguemaw the Rotting"] = "腐爛的普雷莫爾";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "安圖蘇爾";
["Theka the Martyr"] = "殉教者塞卡";
["Witch Doctor Zum'rah"] = "巫醫祖穆拉恩";
["Zul'Farrak Dead Hero"] = "祖爾法拉克陣亡英雄";
["Nekrum Gutchewer"] = "耐克魯姆";
["Shadowpriest Sezz'ziz"] = "暗影祭司塞瑟斯";
["Dustwraith"] = "灰塵怨靈";
["Sergeant Bly"] = "布萊中士";
["Weegli Blastfuse"] = "維格利";
["Murta Grimgut"] = "莫爾塔";
["Raven"] = "拉文";
["Oro Eyegouge"] = "奧羅";
["Sandfury Executioner"] = "沙怒劊子手";
["Hydromancer Velratha"] = "水占師維蕾薩";
["Gahz'rilla"] = "加茲瑞拉";
["Elder Wildmane"] = "蠻鬃長者";
["Chief Ukorz Sandscalp"] = "烏克茲·沙頂";
["Ruuzlu"] = "盧茲魯";
["Zerillis"] = "澤雷利斯";
["Sandarr Dunereaver"] = "杉達爾·沙掠者";
 
--Maraudon
["Scepter of Celebras"] = "塞雷布拉斯節杖";
["Veng <The Fifth Khan>"] = "溫格 <第五可汗>";
["Noxxion"] = "諾克賽恩";
["Razorlash"] = "銳刺鞭笞者";
["Maraudos <The Fourth Khan>"] = "瑪拉多斯 <第四可汗>";
["Lord Vyletongue"] = "維利塔恩";
["Meshlok the Harvester"] = "收割者麥什洛克";
["Celebras the Cursed"] = "被詛咒的塞雷布拉斯";
["Landslide"] = "蘭斯利德";
["Tinkerer Gizlock"] = "工匠吉茲洛克";
["Rotgrip"] = "洛特格里普";
["Princess Theradras"] = "瑟萊德絲公主";
["Elder Splitrock"] = "碎石長者";
 
--Dire Maul (East)
["Pusillin"] = "普希林";
["Zevrim Thornhoof"] = "瑟雷姆·刺蹄";
["Hydrospawn"] = "海多斯博恩";
["Lethtendris"] = "蕾瑟塔蒂絲";
["Pimgib"] = "匹姆吉布";
["Old Ironbark"] = "埃隆巴克";
["Alzzin the Wildshaper"] = "『狂野變形者』奧茲恩";
["Isalien"] = "依薩利恩 (召喚)";
 
--Dire Maul (North)
["Crescent Key"] = "月牙鑰匙";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "衛兵摩爾達";
["Stomper Kreeg <The Drunk>"] = "踐踏者克雷格";
["Guard Fengus"] = "衛兵芬古斯";
["Knot Thimblejack"] = "諾特·希姆加克";
["Guard Slip'kik"] = "衛兵斯里基克";
["Captain Kromcrush"] = "克羅卡斯";
["King Gordok"] = "戈多克大王";
["Cho'Rush the Observer"] = "『觀察者』克魯什";
 
--Dire Maul (West)
["J'eevee's Jar"] = "耶維爾的瓶子";
["Pylons"] = "水晶塔";
["Shen'dralar Ancient"] = "辛德拉古靈";
["Tendris Warpwood"] = "特迪斯·扭木";
["Ancient Equine Spirit"] = "上古聖馬之魂";
["Illyanna Ravenoak"] = "伊琳娜·暗木";
["Ferra"] = "費拉";
["Magister Kalendris"] = "博學者卡雷迪斯";
["Tsu'zee"] = "蘇斯";
["Immol'thar"] = "伊莫塔爾";
["Lord Hel'nurath"] = "赫爾努拉斯";
["Prince Tortheldrin"] = "托塞德林王子";
["Falrin Treeshaper"] = "法琳·樹形者";
["Lorekeeper Lydros"] = "博學者萊德羅斯";
["Lorekeeper Javon"] = "博學者亞沃";
["Lorekeeper Kildrath"] = "博學者基爾達斯";
["Lorekeeper Mykos"] = "博學者麥庫斯";
["Shen'dralar Provisioner"] = "辛德拉聖職者";
["Skeletal Remains of Kariel Winthalus"] = "卡里爾·溫薩魯斯的骸骨";
 
--Onyxia's Lair
["Onyxian Warders"] = "奧妮克希亞守衛";
["Whelp Eggs"] = "雛龍蛋";
["Onyxia"] = "奧妮克希亞";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "諾茲多姆的子嗣";
["The Prophet Skeram"] = "預言者斯克拉姆";
["The Bug Family"] = "蟲族";
["Vem"] = "維姆";
["Lord Kri"] = "克里勳爵";
["Princess Yauj"] = "亞爾基公主";
["Battleguard Sartura"] = "沙爾圖拉";
["Fankriss the Unyielding"] = "頑強的范克里斯";
["Viscidus"] = "維希度斯";
["Princess Huhuran"] = "哈霍蘭公主";
["Twin Emperors"] = "雙子帝王";
["Emperor Vek'lor"] = "維克洛爾大帝";
["Emperor Vek'nilash"] = "維克尼拉斯";
["Ouro"] = "奧羅";
["Eye of C'Thun"] = "克蘇恩";
["C'Thun"] = "克蘇恩";
["Andorgos <Brood of Malygos>"] = "安多葛斯";
["Vethsera <Brood of Ysera>"] = "溫瑟拉";
["Kandrostrasz <Brood of Alexstrasza>"] = "坎多斯特拉茲";
["Arygos"] = "亞雷戈斯";
["Caelestrasz"] = "凱雷斯特拉茲";
["Merithra of the Dream"] = "夢境之龍麥琳瑟拉";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "塞納里奧議會";
["Kurinnaxx"] = "庫林納克斯";
["Lieutenant General Andorov"] = "安多洛夫中將";
["Four Kaldorei Elites"] = "四個卡多雷精英";
["General Rajaxx"] = "拉賈克斯將軍";
["Captain Qeez"] = "奎茲上尉";
["Captain Tuubid"] = "圖畢德上尉";
["Captain Drenn"] = "德蘭上尉";
["Captain Xurrem"] = "瑟瑞姆上尉";
["Major Yeggeth"] = "葉吉斯少校";
["Major Pakkon"] = "帕康少校";
["Colonel Zerran"] = "澤朗上校";
["Moam"] = "莫阿姆";
["Buru the Gorger"] = "吞咽者布魯";
["Ayamiss the Hunter"] = "狩獵者阿亞米斯";
["Ossirian the Unscarred"] = "無疤者奧斯里安";
["Safe Room"] = "安全的空間";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "開啟黑暗之門";
["Keepers of Time"] = "時光守衛者";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "時光之鑰";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "塞特";
["Chrono Lord Deja"] = "第六波: 克洛諾斯領主迪賈";
["Temporus"] = "第十二波: 坦普拉斯";
["Aeonus"] = "第十八波: 艾奧那斯";
["The Dark Portal"] = "黑暗之門";
["Medivh"] = "麥迪文";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "海加爾山戰場";
["The Scale of the Sands"] = "流沙之鱗";
["Alliance Base"] = "聯盟營地";
["Lady Jaina Proudmoore"] = "珍娜·普勞德摩爾女士";
["Horde Encampment"] = "部落營地";
["Thrall <Warchief>"] = "索爾 <首領>";
["Night Elf Village"] = "夜精靈村";
["Tyrande Whisperwind <High Priestess of Elune>"] = "泰蘭妲·語風";
["Rage Winterchill"] = "瑞奇·寒冬";
["Anetheron"] = "安納斯隆";
["Kaz'rogal"] = "卡斯羅高";
["Azgalor"] = "埃加洛爾";
["Archimonde"] = "阿克蒙德";
["Indormi <Keeper of Ancient Gem Lore>"] = "隱多米";
["Tydormu <Keeper of Lost Artifacts>"] = "提多姆";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "逃離敦霍爾德";
["Erozion"] = "伊洛森";
["Brazen"] = "布瑞茲恩";
["Landing Spot"] = "降落點";
["Southshore"] = "南海鎮";
["Tarren Mill"] = "塔倫米爾";
["Lieutenant Drake"] = "中尉崔克";
["Thrall"] = "索爾";
["Captain Skarloc"] = "史卡拉克上尉";
["Epoch Hunter"] = "伊波奇獵人";
["Taretha"] = "塔蕾莎";
["Jonathan Revah"] = "強納森·瑞瓦";
["Jerry Carter"] = "傑瑞·卡特";
["Traveling"] = "旅行中";
["Thomas Yance <Travelling Salesman>"] = "湯瑪斯·陽斯";
["Aged Dalaran Wizard"] = "年邁的達拉然法師";
["Kel'Thuzad <The Kirin Tor>"] = "科爾蘇加德";
["Helcular"] = "赫爾庫拉";
["Farmer Kent"] = "農夫肯特";
["Sally Whitemane"] = "莎麗·白鬃";
["Renault Mograine"] = "雷諾·莫根尼";
["Little Jimmy Vishas"] = "小吉米·維希斯";
["Herod the Bully"] = "流氓希洛特";
["Nat Pagle"] = "納特·帕格";
["Hal McAllister"] = "哈爾·馬克奧里斯特";
["Zixil <Aspiring Merchant>"] = "吉克希爾";
["Overwatch Mark 0 <Protector>"] = "守候者零型";
["Southshore Inn"] = "南海鎮旅館";
["Captain Edward Hanes"] = "隊長艾德華·漢尼斯";
["Captain Sanders"] = "桑德斯船長";
["Commander Mograine"] = "指揮官莫格萊尼";
["Isillien"] = "伊斯利恩";
["Abbendis"] = "阿比迪斯";
["Fairbanks"] = "費爾班克";
["Tirion Fordring"] = "提里恩·弗丁";
["Arcanist Doan"] = "祕法師杜安";
["Taelan"] = "泰蘭";
["Barkeep Kelly <Bartender>"] = "酒吧老闆凱利";
["Frances Lin <Barmaid>"] = "法蘭斯·林";
["Chef Jessen <Speciality Meat & Slop>"] = "廚師傑森";
["Stalvan Mistmantle"] = "斯塔文·密斯特曼托";
["Phin Odelic <The Kirin Tor>"] = "費恩·奧德利克";
["Southshore Town Hall"] = "南海鎮城鎮大廳";
["Magistrate Henry Maleb"] = "赫尼·馬雷布鎮長";
["Raleigh the True"] = "純真者洛歐欸";
["Nathanos Marris"] = "納薩諾斯·瑪瑞斯";
["Bilger the Straight-laced"] = "嚴厲者畢歐吉";
["Innkeeper Monica"] = "旅店老闆莫妮卡";
["Julie Honeywell"] = "喬莉·哈妮威爾";
["Jay Lemieux"] = "杰·黎米厄斯";
["Young Blanchy"] = "小馬布蘭契";
["Don Carlos"] = "卡洛斯大爺";
["Guerrero"] = "葛雷洛";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "暗爐鑰匙";
["Prison Cell Key"] = "監獄牢房鑰匙";
["Jail Break!"] = "衝破牢籠";
["Banner of Provocation"] = "挑釁旗幟";
["Lord Roccor"] = "洛考爾";
["Kharan Mighthammer"] = "卡蘭·巨錘";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "指揮官哥沙克";
["Marshal Windsor"] = "溫德索爾元帥";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "審訊官格斯塔恩";
["Ring of Law"] = "競技場";
["Anub'shiah"] = "阿努希爾";
["Eviscerator"] = "剜眼者";
["Gorosh the Dervish"] = "修行者高羅什";
["Grizzle"] = "格里茲爾";
["Hedrum the Creeper"] = "爬行者赫杜姆";
["Ok'thor the Breaker"] = "破壞者奧科索爾";
["Theldren"] = "瑟爾倫";
["Lefty"] = "左撇";
["Malgen Longspear"] = "瑪根·長矛";
["Gnashjaw <Malgen Longspear's Pet>"] = "碎顎";
["Rotfang"] = "腐牙";
["Va'jashni"] = "瓦加什尼";
["Houndmaster Grebmar"] = "馴犬者格雷布瑪爾";
["Elder Morndeep"] = "晨深長者";
["High Justice Grimstone"] = "裁決者格里斯通";
["Monument of Franclorn Forgewright"] = "弗蘭克羅恩·鑄鐵的雕像";
["Pyromancer Loregrain"] = "控火師羅格雷恩";
["The Vault"] = "黑色寶庫";
["Warder Stilgiss"] = "典獄官斯迪爾基斯";
["Verek"] = "維雷克";
["Watchman Doomgrip"] = "衛兵杜格瑞普";
["Fineous Darkvire <Chief Architect>"] = "弗諾斯·達克維爾";
["The Black Anvil"] = "黑鐵砧";
["Lord Incendius"] = "伊森迪奧斯";
["Bael'Gar"] = "貝爾加";
["Shadowforge Lock"] = "暗爐之鎖";
["General Angerforge"] = "安格弗將軍";
["Golem Lord Argelmach"] = "傀儡統帥阿格曼奇";
["Field Repair Bot 74A"] = "修理機器人74A型";
["The Grim Guzzler"] = "黑鐵酒吧";
["Hurley Blackbreath"] = "霍爾雷·黑鬚";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "羅克圖斯·暗契";
["Mistress Nagmara"] = "娜瑪拉小姐";
["Phalanx"] = "法拉克斯";
["Plugger Spazzring"] = "普拉格";
["Private Rocknot"] = "羅克諾特下士";
["Ribbly Screwspigot"] = "雷布里·斯庫比格特";
["Coren Direbrew"] = "寇仁·恐酒";
["Griz Gutshank <Arena Vendor>"] = "格利茲·易柄";
["Ambassador Flamelash"] = "弗萊拉斯大使";
["Panzor the Invincible"] = "無敵的潘佐爾";
["Summoner's Tomb"] = "召喚者之墓";
["The Lyceum"] = "講學廳";
["Magmus"] = "瑪格姆斯";
["Emperor Dagran Thaurissan"] = "達格蘭·索瑞森大帝";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "茉艾拉·銅鬚公主";
["High Priestess of Thaurissan"] = "索瑞森高階女祭司";
["The Black Forge"] = "黑熔爐";
["Core Fragment"] = "熔火碎片";
["Overmaster Pyron"] = "征服者派隆";
 
--Blackrock Spire (Lower)
["Vaelan"] = "維埃蘭";
["Warosh <The Cursed>"] = "瓦羅什";
["Elder Stonefort"] = "石壘長者 (新年慶典)";
["Roughshod Pike"] = "尖銳長矛";
["Spirestone Butcher"] = "尖石屠夫";
["Highlord Omokk"] = "歐莫克大王";
["Spirestone Battle Lord"] = "尖石戰鬥統帥";
["Spirestone Lord Magus"] = "尖石首席魔導師";
["Shadow Hunter Vosh'gajin"] = "暗影獵手沃許加斯";
["Fifth Mosh'aru Tablet"] = "第五塊摩沙魯石板";
["Bijou"] = "比修";
["War Master Voone"] = "指揮官沃恩";
["Mor Grayhoof"] = "莫爾·灰蹄";
["Sixth Mosh'aru Tablet"] = "第六塊摩沙魯石板";
["Bijou's Belongings"] = "比修的裝置";
["Human Remains"] = "人類殘骸";
["Unfired Plate Gauntlets"] = "未淬火的鎧甲護手";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "班諾克·巨斧";
["Mother Smolderweb"] = "煙網蛛后";
["Crystal Fang"] = "水晶之牙";
["Urok's Tribute Pile"] = "烏洛克的貢品堆";
["Urok Doomhowl"] = "烏洛克";
["Quartermaster Zigris <Bloodaxe Legion>"] = "軍需官茲格雷斯";
["Halycon"] = "哈雷肯";
["Gizrul the Slavener"] = "奴役者基茲盧爾";
["Ghok Bashguud <Bloodaxe Champion>"] = "霍克·巴什古德";
["Overlord Wyrmthalak"] = "維姆薩拉克";
["Burning Felguard"] = "燃燒地獄衛士";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "烈焰衛士艾博希爾";
["Solakar Flamewreath"] = "索拉卡·火冠";
["Father Flame"] = "烈焰之父";
["Darkstone Tablet"] = "黑暗石板";
["Doomrigger's Coffer"] = "末日扣環之箱";
["Jed Runewatcher <Blackhand Legion>"] = "傑德";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "古拉魯克";
["Warchief Rend Blackhand"] = "大酋長雷德·黑手";
["Gyth <Rend Blackhand's Mount>"] = "蓋斯";
["Awbee"] = "奧比";
["The Beast"] = "比斯巨獸";
["Lord Valthalak"] = "瓦薩拉克";
["Finkle Einhorn"] = "芬克·恩霍爾";
["General Drakkisath"] = "達基薩斯將軍";
["Drakkisath's Brand"] = "達基薩斯徽記";
 
--Blackwing Lair
["Razorgore the Untamed"] = "狂野的拉佐格爾";
["Vaelastrasz the Corrupt"] = "墮落的瓦拉斯塔茲";
["Broodlord Lashlayer"] = "勒西雷爾";
["Firemaw"] = "費爾默";
["Draconic for Dummies (Chapter VII)"] = "龍語傻瓜教程";
["Master Elemental Shaper Krixix"] = "大元素師克里希克";
["Ebonroc"] = "埃博諾克";
["Flamegor"] = "弗萊格爾";
["Chromaggus"] = "克洛瑪古斯";
["Nefarian"] = "奈法利安";
 
--Gnomeregan
["Workshop Key"] = "車間鑰匙";
["Blastmaster Emi Shortfuse"] = "爆破專家艾米·短線";
["Grubbis"] = "格魯比斯";
["Chomper"] = "咀嚼者";
["Clean Room"] = "清洗區";
["Tink Sprocketwhistle <Engineering Supplies>"] = "丁克·鐵哨";
["The Sparklematic 5200"] = "超級清潔器5200型!";
["Mail Box"] = "鎖甲箱";
["Kernobee"] = "克努比";
["Alarm-a-bomb 2600"] = "警報炸彈2600型";
["Matrix Punchograph 3005-B"] = "矩陣式打孔電腦 3005-B";
["Viscous Fallout"] = "粘性輻射塵";
["Electrocutioner 6000"] = "電刑器6000型";
["Matrix Punchograph 3005-C"] = "矩陣式打孔電腦 3005-C";
["Crowd Pummeler 9-60"] = "群體打擊者9-60";
["Matrix Punchograph 3005-D"] = "矩陣式打孔電腦 3005-D";
["Dark Iron Ambassador"] = "黑鐵大師";
["Mekgineer Thermaplugg"] = "麥克尼爾·瑟瑪普拉格";
 
--Molten Core
["Hydraxian Waterlords"] = "海達希亞水元素";
["Lucifron"] = "魯西弗隆";
["Magmadar"] = "瑪格曼達";
["Gehennas"] = "基赫納斯";
["Garr"] = "加爾";
["Shazzrah"] = "沙斯拉爾";
["Baron Geddon"] = "迦頓男爵";
["Golemagg the Incinerator"] = "焚化者古雷曼格";
["Sulfuron Harbinger"] = "薩弗隆先驅者";
["Majordomo Executus"] = "管理者埃克索圖斯";
["Ragnaros"] = "拉格納羅斯";
 
--SM: Library
["Houndmaster Loksey"] = "馴犬者洛克希";
["Arcanist Doan"] = "祕法師杜安";
 
--SM: Armory
["The Scarlet Key"] = "血色十字軍鑰匙";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "赫洛德";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "大檢察官法爾班克斯";
["Scarlet Commander Mograine"] = "血色十字軍指揮官莫格萊尼";
["High Inquisitor Whitemane"] = "大檢察官懷特邁恩";
 
--SM: Graveyard
["Interrogator Vishas"] = "審訊員韋沙斯";
["Vorrel Sengutz"] = "沃瑞爾·森古斯";
["Pumpkin Shrine"] = "無頭騎士南瓜";
["Headless Horseman"] = "無頭騎士";
["Bloodmage Thalnos"] = "血法師薩爾諾斯";
["Ironspine"] = "鐵脊死靈";
["Azshir the Sleepless"] = "永醒的艾希爾";
["Fallen Champion"] = "死靈勇士";
 
--Scholomance
["Skeleton Key"] = "骷髏鑰匙";
["Viewing Room Key"] = "鑰匙: 觀察室鑰匙";
["Viewing Room"] = "觀察室";
["Blood of Innocents"] = "鑰匙: 無辜者之血";
["Divination Scryer"] = "鑰匙: 預言水晶球";
["Blood Steward of Kirtonos"] = "基爾圖諾斯的衛士";
["The Deed to Southshore"] = "南海鎮地契";
["Kirtonos the Herald"] = "傳令官基爾圖諾斯";
["Jandice Barov"] = "詹迪斯·巴羅夫";
["The Deed to Tarren Mill"] = "塔倫米爾地契";
["Rattlegore"] = "血骨傀儡";
["Death Knight Darkreaver"] = "死亡騎士達克雷爾";
["Marduk Blackpool"] = "馬杜克·布萊克波爾";
["Vectus"] = "維克圖斯";
["Ras Frostwhisper"] = "萊斯·霜語";
["The Deed to Brill"] = "布瑞爾地契";
["Kormok"] = "科爾莫克";
["Instructor Malicia"] = "講師瑪麗希亞";
["Doctor Theolen Krastinov <The Butcher>"] = "瑟爾林·卡斯迪諾夫教授";
["Lorekeeper Polkelt"] = "博學者普克爾特";
["The Ravenian"] = "拉文尼亞";
["Lord Alexei Barov"] = "阿萊克斯·巴羅夫";
["The Deed to Caer Darrow"] = "凱爾達隆地契";
["Lady Illucia Barov"] = "伊露希亞·巴羅夫";
["Darkmaster Gandling"] = "黑暗院長加丁";
["Torch Lever"] = "火炬";
["Secret Chest"] = "舊寶藏箱";
["Alchemy Lab"] = "煉金實驗室";
 
--Shadowfang Keep
["Deathsworn Captain"] = "死亡之誓";
["Rethilgore <The Cell Keeper>"] = "雷希戈爾";
["Sorcerer Ashcrombe"] = "巫士阿克魯比";
["Deathstalker Adamant"] = "亡靈哨兵阿達曼特";
["Landen Stilwell"] = "藍登·史帝威爾";
["Investigator Fezzen Brasstacks"] = "調查員菲贊·銅釘";
["Deathstalker Vincent"] = "亡靈哨兵文森特";
["Apothecary Trio"] = "藥劑師三人組";
["Apothecary Hummel <Crown Chemical Co.>"] = "藥劑師胡默爾 <王冠化學製藥公司>";
["Apothecary Baxter <Crown Chemical Co.>"] = "藥劑師巴克斯特 <王冠化學製藥公司>";
["Apothecary Frye <Crown Chemical Co.>"] = "藥劑師弗萊伊 <王冠化學製藥公司>";
["Fel Steed"] = "魔化戰馬";
["Jordan's Hammer"] = "喬丹的鐵錘";
["Crate of Ingots"] = "一箱鐵錠";
["Razorclaw the Butcher"] = "屠夫拉佐克勞";
["Baron Silverlaine"] = "席瓦萊恩男爵";
["Commander Springvale"] = "指揮官斯普林瓦爾";
["Odo the Blindwatcher"] = "『盲眼守衛』奧杜";
["Fenrus the Devourer"] = "『吞噬者』芬魯斯";
["Arugal's Voidwalker"] = "阿魯高的虛無行者";
["The Book of Ur"] = "烏爾之書";
["Wolf Master Nandos"] = "狼王南杜斯";
["Archmage Arugal"] = "大法師阿魯高";
 
--Stratholme
["The Scarlet Key"] = "血色十字軍鑰匙";
["Key to the City"] = "城市大門鑰匙";
["Various Postbox Keys"] = "郵箱鑰匙";
["Living Side"] = "血色區";
["Undead Side"] = "不死區";
["Skul"] = "斯庫爾";
["Stratholme Courier"] = "斯坦索姆信差";
["Fras Siabi"] = "弗拉斯·希亞比";
["Atiesh <Hand of Sargeras>"] = "阿泰絲";
["Hearthsinger Forresten"] = "弗雷斯特恩";
["The Unforgiven"] = "不可寬恕者";
["Elder Farwhisper"] = "遙語長者";
["Timmy the Cruel"] = "悲慘的提米";
["Malor the Zealous"] = "狂熱的瑪洛爾";
["Malor's Strongbox"] = "瑪洛爾的保險箱";
["Crimson Hammersmith"] = "紅衣錘匠";
["Cannon Master Willey"] = "炮手威利";
["Archivist Galford"] = "檔案管理員加爾福特";
["Grand Crusader Dathrohan"] = "大十字軍戰士達索漢";
["Balnazzar"] = "巴納札爾";
["Sothos"] = "索索斯";
["Jarien"] = "賈林";
["Magistrate Barthilas"] = "巴瑟拉斯鎮長s";
["Aurius"] = "奧里克斯";
["Stonespine"] = "石脊";
["Baroness Anastari"] = "安娜絲塔麗男爵夫人";
["Black Guard Swordsmith"] = "黑衣守衛鑄劍師";
["Nerub'enkan"] = "奈魯布恩坎";
["Maleki the Pallid"] = "蒼白的瑪勒基";
["Ramstein the Gorger"] = "吞嚥者拉姆斯登";
["Baron Rivendare"] = "瑞文戴爾男爵";
["Ysida Harmon"] = "亞希達·哈莫";
["Crusaders' Square Postbox"] = "十字軍廣場郵箱";
["Market Row Postbox"] = "市場郵箱";
["Festival Lane Postbox"] = "節日小道郵箱";
["Elders' Square Postbox"] = "長者廣場郵箱";
["King's Square Postbox"] = "國王廣場郵箱";
["Fras Siabi's Postbox"] = "弗拉斯·希亞比的郵箱";
["3rd Box Opened"] = "第三個郵箱被開啟";
["Postmaster Malown"] = "郵差瑪羅恩";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "拉克佐";
["Miner Johnson"] = "礦工約翰森";
["Sneed <Lumbermaster>"] = "斯尼德";
["Sneed's Shredder <Lumbermaster>"] = "斯尼德的伐木機";
["Gilnid <The Smelter>"] = "基爾尼格";
["Defias Gunpowder"] = "迪菲亞火藥";
["Captain Greenskin"] = "綠皮隊長";
["Edwin VanCleef <Defias Kingpin>"] = "艾德溫·范克里夫";
["Mr. Smite <The Ship's First Mate>"] = "重拳先生";
["Cookie <The Ship's Cook>"] = "曲奇";
 
--The Stockade
["Targorr the Dread"] = "可怕的塔高爾";
["Kam Deepfury"] = "卡姆·深怒";
["Hamhock"] = "哈姆霍克";
["Bazil Thredd"] = "巴基爾·斯瑞德";
["Dextren Ward"] = "迪克斯特·瓦德";
["Bruegal Ironknuckle"] = "布魯戈·艾爾克納寇";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "阿塔哈卡神廟";
["Yeh'kinya's Scroll"] = "葉基亞的卷軸";
["Atal'ai Defenders"] = "阿塔萊防禦者";
["Gasher"] = "加什爾";
["Loro"] = "洛若爾";
["Hukku"] = "胡庫";
["Zolo"] = "祖羅";
["Mijan"] = "米杉";
["Zul'Lor"] = "祖羅爾";
["Altar of Hakkar"] = "哈卡祭壇";
["Atal'alarion <Guardian of the Idol>"] = "阿塔拉利恩";
["Dreamscythe"] = "德姆塞卡爾";
["Weaver"] = "德拉維沃爾";
["Avatar of Hakkar"] = "哈卡的化身";
["Jammal'an the Prophet"] = "預言者迦瑪蘭";
["Ogom the Wretched"] = "可悲的奧戈姆";
["Morphaz"] = "摩弗拉斯";
["Hazzas"] = "哈札斯";
["Shade of Eranikus"] = "伊蘭尼庫斯的陰影";
["Essence Font"] = "精華之泉";
["Spawn of Hakkar"] = "哈卡的後代";
["Elder Starsong"] = "星歌長者";
["Statue Activation Order"] = "雕像啟動順序";
 
--Uldaman
["Staff of Prehistoria"] = "史前法杖";
["Baelog"] = "巴爾洛戈";
["Eric \"The Swift\""] = "埃瑞克";
["Olaf"] = "奧拉夫";
["Baelog's Chest"] = "巴爾洛戈的箱子";
["Conspicuous Urn"] = "顯眼的石罐";
["Remains of a Paladin"] = "聖騎士的遺體";
["Revelosh"] = "魯維羅什";
["Ironaya"] = "艾隆納亞";
["Obsidian Sentinel"] = "黑曜石哨兵";
["Annora <Enchanting Trainer>"] = "安諾拉 <附魔師>";
["Ancient Stone Keeper"] = "古代的石頭看守者";
["Galgann Firehammer"] = "加加恩·火錘";
["Tablet of Will"] = "意志石板";
["Shadowforge Cache"] = "暗影熔爐地窖";
["Grimlok <Stonevault Chieftain>"] = "格瑞姆洛克";
["Archaedas <Ancient Stone Watcher>"] = "阿札達斯";
["The Discs of Norgannon"] = "諾甘農圓盤";
["Ancient Treasure"] = "古代寶藏";
 
--Zul'Gurub
["Zandalar Tribe"] = "贊達拉部族";
["Mudskunk Lure"] = "臭泥魚誘餌";
["Gurubashi Mojo Madness"] = "古拉巴什瘋狂魔精";
["High Priestess Jeklik"] = "高階祭司耶克里克";
["High Priest Venoxis"] = "高階祭司溫諾希斯";
["Zanza the Restless"] = "無眠者贊札";
["High Priestess Mar'li"] = "哈卡萊安魂者";
["Bloodlord Mandokir"] = "血領主曼多基爾";
["Ohgan"] = "奧根";
["Edge of Madness"] = "瘋狂之緣";
["Gri'lek"] = "格里雷克";
["Hazza'rah"] = "哈札拉爾";
["Renataki"] = "雷納塔基";
["Wushoolay"] = "烏蘇雷";
["Gahz'ranka"] = "加茲蘭卡";
["High Priest Thekal"] = "古拉巴什食腐者";
["Zealot Zath"] = "狂熱者札斯";
["Zealot Lor'Khan"] = "狂熱者洛卡恩";
["High Priestess Arlokk"] = "哈卡萊先知";
["Jin'do the Hexxer"] = "妖術師金度";
["Hakkar"] = "哈卡";
["Muddy Churning Waters"] = "混濁的水";
 
--Karazhan Start
["The Violet Eye"] = "紫羅蘭之眼";--omitted from Karazhan End
["The Master's Key"] = "主人鑰匙";--omitted from Karazhan End
["Staircase to the Ballroom"] = "通往舞廳的樓梯間";
["Stairs to Upper Stable"] = "通往上層的樓梯";
["Ramp to the Guest Chambers"] = "通往迎賓廳斜坡";
["Stairs to Opera House Orchestra Level"] = "通往歌劇院樂團層的樓梯";
["Ramp from Mezzanine to Balcony"] = "夾層至包廂的斜坡";
["Connection to Master's Terrace"] = "通往大師的露台";
["Path to the Broken Stairs"] = "通往損壞的階梯";--omitted from Karazhan End
["Hastings <The Caretaker>"] = "哈斯丁";
["Servant Quarters"] = "伺從區";
["Hyakiss the Lurker"] = "潛伏者亞奇斯";
["Rokad the Ravager"] = "劫掠者·拉卡";
["Shadikith the Glider"] = "滑翔者·薛迪依斯";
["Berthold <The Doorman>"] = "勃特霍德";
["Calliard <The Nightman>"] = "卡利卡";
["Attumen the Huntsman"] = "獵人阿圖曼";
["Midnight"] = "午夜";
["Koren <The Blacksmith>"] = "卡爾侖";
["Moroes <Tower Steward>"] = "摩洛";
["Baroness Dorothea Millstipe"] = "女爵朵洛希·米爾斯泰普";
["Lady Catriona Von'Indi"] = "凱崔娜·瓦映迪女士";
["Lady Keira Berrybuck"] = "凱伊拉·拜瑞巴克女士";
["Baron Rafe Dreuger"] = "男爵洛夫·崔克爾";
["Lord Robin Daris"] = "貴族羅賓·達利斯";
["Lord Crispin Ference"] = "貴族克利斯平·費蘭斯";
["Bennett <The Sergeant at Arms>"] = "班尼特";
["Ebonlocke <The Noble>"] = "埃伯洛克";
["Keanna's Log"] = "琪安娜的日誌";
["Maiden of Virtue"] = "貞潔聖女";
["Sebastian <The Organist>"] = "塞巴斯汀";
["Barnes <The Stage Manager>"] = "巴奈斯";
["The Opera Event"] = "歌劇事件";
["Red Riding Hood"] = "小紅帽";
["The Big Bad Wolf"] = "大野狼";
["Wizard of Oz"] = "綠野仙蹤";
["Dorothee"] = "桃樂絲";
["Tito"] = "多多";
["Strawman"] = "稻草人";
["Tinhead"] = "機器人";
["Roar"] = "獅子";
["The Crone"] = "老巫婆";
["Romulo and Julianne"] = "羅密歐與茱莉葉";
["Romulo"] = "羅密歐";
["Julianne"] = "茱莉葉";
["The Master's Terrace"] = "大師的露臺";
["Nightbane"] = "夜禍";
 
--Karazhan End
["Broken Stairs"] = "損壞的階梯";
["Ramp to Guardian's Library"] = "通往管理員圖書館的斜坡";
["Suspicious Bookshelf"] = "神秘的書架";
["Ramp up to the Celestial Watch"] = "通往天文觀測台的斜坡";
["Ramp down to the Gamesman's Hall"] = "通往投機者大廳的斜坡";
["Chess Event"] = "西洋棋事件";
["Ramp to Medivh's Chamber"] = "通往麥迪文房間的斜坡";
["Spiral Stairs to Netherspace"] = "通往虛空空間的螺旋梯";
["The Curator"] = "館長";
["Wravien <The Mage>"] = "瑞依恩 <法師>";
["Gradav <The Warlock>"] = "葛瑞戴 <術士>";
["Kamsis <The Conjurer>"] = "康席斯 <咒術師>";
["Terestian Illhoof"] = "泰瑞斯提安·疫蹄";
["Kil'rek"] = "基瑞克";
["Shade of Aran"] = "艾蘭之影";
["Netherspite"] = "尼德斯";
["Ythyar"] = "伊斯亞爾";
["Echo of Medivh"] = "麥迪文的回音";
["Dust Covered Chest"] = "滿佈灰塵箱子";
["Prince Malchezaar"] = "莫克札王子";
 
--Zul'Aman
["Harrison Jones"] = "哈利森·瓊斯";
["Nalorakk <Bear Avatar>"] = "納羅拉克 <熊化身>";
["Tanzar"] = "坦札爾";
["The Map of Zul'Aman"] = "祖阿曼地圖";
["Akil'Zon <Eagle Avatar>"] = "阿奇爾森 <雄鷹化身>";
["Harkor"] = "哈克爾";
["Jan'Alai <Dragonhawk Avatar>"] = "賈納雷 <龍鷹化身>";
["Kraz"] = "卡拉茲";
["Halazzi <Lynx Avatar>"] = "哈拉齊 <山貓化身>";
["Ashli"] = "阿西利";
["Zungam"] = "祖剛";
["Hex Lord Malacrass"] = "妖術領主瑪拉克雷斯";
["Thurg"] = "瑟吉";
["Gazakroth"] = "葛薩克羅司";
["Lord Raadan"] = "領主雷阿登";
["Darkheart"] = "黑心";
["Alyson Antille"] = "艾利森·安第列";
["Slither"] = "史立塞";
["Fenstalker"] = "沼群巡者";
["Koragg"] = "可拉格";
["Zul'jin"] = "祖爾金";
["Forest Frogs"] = "森林樹蛙";
["Kyren <Reagents>"] = "凱倫 <施法材料>";
["Gunter <Food Vendor>"] = "甘特 <食物商人>";
["Adarrah"] = "阿達拉";
["Brennan"] = "布里納";
["Darwen"] = "達爾溫";
["Deez"] = "迪滋";
["Galathryn"] = "加拉瑟林";
["Mitzi"] = "米特辛";
["Mannuth"] = "曼努斯";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "破碎之日進攻部隊";
["Selin Fireheart"] = "斯琳·炎心";
["Fel Crystals"] = "惡魔水晶";
["Tyrith"] = "提里斯";
["Vexallus"] = "維克索魯斯";
["Scrying Orb"] = "索蘭尼亞的占卜寶珠";
["Kalecgos"] = "卡雷苟斯";--omitted from SP
["Priestess Delrissa"] = "女牧師戴利莎";
["Apoko"] = "阿波考";
["Eramas Brightblaze"] = "依拉瑪·火光";
["Ellrys Duskhallow"] = "艾爾里斯·聖暮";
["Fizzle"] = "費索";
["Garaxxas"] = "卡拉克薩斯";
["Sliver <Garaxxas' Pet>"] = "割裂者 <卡拉克薩斯的寵物>";
["Kagani Nightstrike"] = "卡嘉尼·夜擊";
["Warlord Salaris"] = "督軍沙拉利思";
["Yazzai"] = "耶賽";
["Zelfan"] = "塞爾汎";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "凱爾薩斯·逐日者 <血精靈領主>";--omitted from TK: The Eye
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "『墮落者』塞斯諾瓦";
["Madrigosa"] = "瑪德里茍沙";
["Brutallus"] = "布魯托魯斯";
["Felmyst"] = "魔霧";
["Eredar Twins"] = "埃雷達爾雙子";
["Grand Warlock Alythess"] = "大術士艾黎瑟絲";
["Lady Sacrolash"] = "莎珂蕾希女士";
["M'uru"] = "莫魯";
["Entropius"] = "安卓普斯";
["Kil'jaeden <The Deceiver>"] = "基爾加丹";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "索爾瑪";--omitted from other HFC
["Honor Hold"] = "榮譽堡";--omitted from other HFC
["Flamewrought Key"] = "火鑄之鑰";--omitted from other HFC
["The Maker"] = "創造者";
["Broggok"] = "布洛克";
["Keli'dan the Breaker"] = "破壞者·凱利丹";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "破碎大廳鑰匙";
["Randy Whizzlesprocket"] = "藍迪·威索洛克";
["Drisella"] = "崔賽拉";
["Grand Warlock Nethekurse"] = "大術士·奈德克斯";
["Blood Guard Porung"] = "血衛士波洛克";
["Warbringer O'mrogg"] = "戰爭製造者·歐姆拉格";
["Warchief Kargath Bladefist"] = "大酋長卡加斯·刃拳";
["Shattered Hand Executioner"] = "破碎之手劊子手";
["Private Jacint"] = "士兵賈辛特";
["Rifleman Brownbeard"] = "槍兵伯朗畢爾";
["Captain Alina"] = "隊長阿蓮娜";
["Scout Orgarr"] = "斥候歐卡爾";
["Korag Proudmane"] = "科洛特·波特曼";
["Captain Boneshatter"] = "隊長碎骨";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "看護者卡爾古瑪";
["Omor the Unscarred"] = "無疤者歐瑪爾";
["Vazruden"] = "先驅者維斯路登";
["Nazan <Vazruden's Mount>"] = "納桑";
["Reinforced Fel Iron Chest"] = "強化惡魔鐵箱";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "瑪瑟里頓";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "塞納里奧遠征隊";--omitted from other CR
["Reservoir Key"] = "蓄湖之鑰";--omitted from other CR
["Mennu the Betrayer"] = "背叛者曼紐";
["Weeder Greenthumb"] = "威德·綠指";
["Skar'this the Heretic"] = "異教徒司卡利斯";
["Rokmar the Crackler"] = "爆裂者洛克瑪";
["Naturalist Bite"] = "博物學家·拜特";
["Quagmirran"] = "奎克米瑞";
["Ahune <The Frost Lord>"] = "艾胡恩";
 
--CR: The Underbog
["Hungarfen"] = "飢餓之牙";
["The Underspore"] = "地孢";
["Ghaz'an"] = "高薩安";
["Earthbinder Rayge"] = "縛地者瑞吉";
["Swamplord Musel'ek"] = "沼澤之王莫斯萊克";
["Claw <Swamplord Musel'ek's Pet>"] = "喚風者卡勞";
["The Black Stalker"] = "黑色捕獵者";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "海法師希斯比亞";
["Main Chambers Access Panel"] = "主房間通道面板";
["Second Fragment Guardian"] = "第二碎片守衛者";
["Mekgineer Steamrigger"] = "米克吉勒·蒸汽操控者";
["Warlord Kalithresh"] = "督軍卡利斯瑞";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "不穩定者海卓司";
["The Lurker Below"] = "海底潛伏者";
["Leotheras the Blind"] = "盲目者李奧薩拉斯";
["Fathom-Lord Karathress"] = "深淵之王卡拉薩瑞斯";
["Seer Olum"] = "先知歐蘭";
["Morogrim Tidewalker"] = "莫洛葛利姆·潮行者";
["Lady Vashj <Coilfang Matron>"] = "瓦許女士";
 
--Auch: Mana-Tombs
["The Consortium"] = "聯合團";
["Auchenai Key"] = "奧奇奈鑰匙";--omitted from other Auch
["The Eye of Haramad"] = "哈拉瑪德之眼";
["Pandemonius"] = "班提蒙尼厄斯";
["Shadow Lord Xiraxis"] = "暗影領主希瑞西斯";
["Ambassador Pax'ivi"] = "帕克西維大使";
["Tavarok"] = "塔瓦洛克";
["Cryo-Engineer Sha'heen"] = "工程師薩希恩";
["Ethereal Transporter Control Panel"] = "虛空傳送者控制面板";
["Nexus-Prince Shaffar"] = "奈薩斯王子薩法爾";
["Yor <Void Hound of Shaffar>"] = "約兒";
 
--Auch: Auchenai Crypts
["Lower City"] = "陰鬱城";--omitted from other Auch
["Shirrak the Dead Watcher"] = "死亡看守者辛瑞克";
["Exarch Maladaar"] = "主教瑪拉達爾";
["Avatar of the Martyred"] = "馬丁瑞德的化身";
["D'ore"] = "迪歐瑞";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "精華灌注的月亮石";
["Darkweaver Syth"] = "暗法師希斯";
["Lakka"] = "拉卡";
["The Saga of Terokk"] = "泰洛克的傳說";
["Anzu"] = "安祖";
["Talon King Ikiss"] = "鷹王伊奇斯";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "暗影迷宮鑰匙";
["Spy To'gun"] = "間諜·吐剛";
["Ambassador Hellmaw"] = "海爾瑪大使";
["Blackheart the Inciter"] = "煽動者黑心";
["Grandmaster Vorpil"] = "領導者瓦皮歐";
["The Codex of Blood"] = "血之聖典";
["Murmur"] = "莫爾墨";
["First Fragment Guardian"] = "第一碎片守衛者";
 
--TK: The Botanica
["The Sha'tar"] = "薩塔";--omitted from other TK
["Warpforged Key"] = "扭曲鍛造鑰匙";--omitted from other TK
["Commander Sarannis"] = "指揮官薩瑞尼斯";
["High Botanist Freywinn"] = "大植物學家費瑞衛恩";
["Thorngrin the Tender"] = "看管者索古林";
["Laj"] = "拉杰";
["Warp Splinter"] = "扭曲分裂者";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "亞克崔茲鑰匙";
["Zereketh the Unbound"] = "無約束的希瑞奇斯";
["Third Fragment Guardian"] = "第三碎片守衛者";
["Dalliah the Doomsayer"] = "末日預言者達利亞";
["Wrath-Scryer Soccothrates"] = "怒鐮者索扣斯瑞特";
["Udalo"] = "先知烏達羅";
["Harbinger Skyriss"] = "先驅者史蓋力司";
["Warden Mellichar"] = "守望者米利恰爾";
["Millhouse Manastorm"] = "米歐浩斯·曼納斯頓";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "看守者蓋洛奇歐";
["Gatewatcher Iron-Hand"] = "看守者鐵手";
["Cache of the Legion"] = "軍團儲藏處";
["Mechano-Lord Capacitus"] = "機械王卡帕希特斯";
["Overcharged Manacell"] = "滿溢的法力容器";
["Nethermancer Sepethrea"] = "虛空術師賽派斯瑞";
["Pathaleon the Calculator"] = "計算者帕薩里歐";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "歐爾 <鳳凰神>";
["Void Reaver"] = "虛空劫掠者";
["High Astromancer Solarian"] = "大星術師索拉瑞恩";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "凱爾薩斯·日行者 <凱爾薩斯諫言者>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "首席技師泰隆尼卡斯 <凱爾薩斯諫言者>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "大星術師卡普尼恩 <凱爾薩斯諫言者>";
["Lord Sanguinar <The Blood Hammer>"] = "桑古納爾領主 <血錘>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "大君王莫卡爾 <巨魔之王>";
["Kiggler the Crazed"] = "瘋癲者奇克勒";
["Blindeye the Seer"] = "先知盲眼";
["Olm the Summoner"] = "召喚者歐莫";
["Krosh Firehand"] = "克羅斯·火手";
["Gruul the Dragonkiller"] = "弒龍者戈魯爾";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "灰舌死亡誓言者";--omitted from other BT
["Towards Reliquary of Souls"] = "通往靈魂聖盒";
["Towards Teron Gorefiend"] = "通往泰朗·血魔";
["Towards Illidan Stormrage"] = "通往伊利丹";
["Spirit of Olum"] = "歐蘭的靈魂";
["High Warlord Naj'entus"] = "高階督軍納珍塔斯";
["Supremus"] = "瑟普莫斯";
["Shade of Akama"] = "阿卡瑪的黑暗面";
["Spirit of Udalo"] = "烏達羅之靈";
["Aluyen <Reagents>"] = "阿魯焰 <施法材料>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "歐庫諾 <灰舌死亡誓言者軍需官>";
["Seer Kanai"] = "先知卡奈";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "葛塔格·血沸";
["Reliquary of Souls"] = "靈魂聖盒";
["Essence of Suffering"] = "受難精華";
["Essence of Desire"] = "慾望精華";
["Essence of Anger"] = "憤怒精華";
["Teron Gorefiend"] = "泰朗·血魔";
 
--Black Temple (Top)
["Mother Shahraz"] = "薩拉茲女士";
["The Illidari Council"] = "伊利達瑞議事";
["Lady Malande"] = "瑪蘭黛女士";
["Gathios the Shatterer"] = "粉碎者高希歐";
["High Nethermancer Zerevor"] = "高等虛空術師札瑞佛";
["Veras Darkshadow"] = "維拉斯·深影";
["Illidan Stormrage <The Betrayer>"] = "伊利丹·怒風 <背叛者>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "哈勒";
["Greatfather Aldrimus"] = "大祖父阿爾崔瑪斯";
["Clarissa"] = "克萊瑞莎";
["Ramdor the Mad"] = "瘋狂者藍姆多";
["Horvon the Armorer <Armorsmith>"] = "護甲匠霍沃";
["Nexus-Prince Haramad"] = "奈薩斯王子哈拉瑪德";
["Artificer Morphalius"] = "工匠莫法利厄司";
["Mamdy the \"Ologist\""] = "學家瑪姆迪";
["\"Slim\" <Shady Dealer>"] = "「史令姆」";
["\"Captain\" Kaftiz"] = "隊長卡夫提茲";
["Isfar"] = "伊斯法";
["Field Commander Mahfuun"] = "戰場元帥瑪赫范";
["Spy Grik'tha"] = "間諜葛瑞克薩";
["Provisioner Tsaalt"] = "糧食供應者·茲索特";
["Dealer Tariq <Shady Dealer>"] = "商人塔爾利奎";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "布德利";
["Overmaster Pyron"] = "征服者派隆";
["Lothos Riftwaker"] = "洛索斯·天痕";
["Franclorn Forgewright"] = "弗蘭克羅恩·鑄鐵";
["Orb of Command"] = "命令寶珠";
["Scarshield Quartermaster <Scarshield Legion>"] = "裂盾軍需官";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "看守者詹汗格";
["Mortog Steamhead"] = "莫塔格·史提海德";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "傳送器";
["Sprok <Away Team>"] = "斯普洛克";
["Matrix Punchograph 3005-A"] = "矩陣式打孔電腦3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "納姆杜";
["Techbot"] = "尖端機器人";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "無名預言者";
["Kolk <The First Kahn>"] = "考爾克 <第一可汗>";
["Gelk <The Second Kahn>"] = "吉爾克 <第二可汗>";
["Magra <The Third Kahn>"] = "瑪格拉 (第三可汗)";
["Cavindra"] = "凱雯德拉";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "瑪里莎·杜派格";
["Brainwashed Noble"] = "被洗腦的貴族";
["Foreman Thistlenettle"] = "工頭希斯耐特";
 
--Sunken Temple (Entrance)
["Jade"] = "玉龍";
["Kazkaz the Unholy"] = "邪惡的卡薩卡茲";
["Zekkis"] = "澤基斯";
["Veyzhak the Cannibal"] = "食屍者維薩克";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "鐵趾格雷茲";
["Magregan Deepshadow"] = "馬格雷甘·深影";
["Tablet of Ryun'Eh"] = "雷烏納石板";
["Krom Stoutarm's Chest"] = "克羅姆·粗臂的箱子";
["Garrett Family Chest"] = "加瑞特家族的寶箱";
["Digmaster Shovelphlange"] = "挖掘專家舒爾弗拉格";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "瘋狂的馬格利什";
["Trigore the Lasher"] = "鞭笞者特里高雷";
["Boahn <Druid of the Fang>"] = "博艾恩";
["Above the Entrance:"] = "入口上方:";
["Ebru <Disciple of Naralex>"] = "厄布魯";
["Nalpak <Disciple of Naralex>"] = "納爾派克";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "卡爾丹·暗月";
["Waldor <Leatherworking Trainer>"] = "瓦多爾";
 
--Dire Maul (Entrance)
["Dire Pool"] = "厄運之池";
["Dire Maul Arena"] = "厄運競技場";
["Mushgog"] = "姆斯高格";
["Skarr the Unbreakable"] = "無敵的斯卡爾";
["The Razza"] = "拉札";
["Elder Mistwalker"] = "霧行長者";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "時間服務員";
["Alexston Chrome <Tavern of Time>"] = "艾力克斯頓·科洛米";
["Yarley <Armorer>"] = "亞利";
["Bortega <Reagents & Poison Supplies>"] = "伯特卡";
["Galgrom <Provisioner>"] = "卡葛隆姆";
["Alurmi <Keepers of Time Quartermaster>"] = "阿勒米";
["Zaladormu"] = "薩拉多姆";
["Soridormi <The Scale of Sands>"] = "索芮朵蜜";
["Arazmodu <The Scale of Sands>"] = "阿拉斯莫杜>";
["Andormu <Keepers of Time>"] = "安杜姆";
["Nozari <Keepers of Time>"] = "諾札瑞";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "大法師利瑞達";
["Apprentice Darius"] = "學徒達瑞爾斯";
["Archmage Alturus"] = "大法師艾特羅斯";
["Stairs to Underground Pond"] = "通往地底池塘的階梯";
["Stairs to Underground Well"] = "通往地底水井的階梯";
["Charred Bone Fragment"] = "燒焦的白骨碎片";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "老那杜斯";
["Prince Taldaram"] = "泰爾達朗王子";
["Jedoga Shadowseeker"] = "潔杜佳·尋影者";
["Herald Volazj"] = "信使沃菈齊";
["Amanitar"] = "毒蕈魔";
["Ahn'kahet Brazier"] = "安卡罕特火盆";
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "『守門者』齊力克西爾";
["Watcher Gashra"] = "看守者賈西拉";
["Watcher Narjil"] = "看守者納吉爾";
["Watcher Silthik"] = "看守者席爾希克";
["Hadronox"] = "哈卓諾克斯";
["Anub'arak"] = "阿努巴拉克";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "斯坦索姆的抉擇";
["Meathook"] = "肉鉤";
["Salramm the Fleshcrafter"] = "『血肉工匠』塞歐朗姆";
["Chrono-Lord Epoch"] = "紀元時間領主";
["Mal'Ganis"] = "瑪爾加尼斯";
["Chromie"] = "克羅米";
["Infinite Corruptor"] = "恆龍墮落者";
["Guardian of Time"] = "時光守護者";
["Scourge Invasion Points"] = "天譴軍團地點";
 
--Drak'Tharon Keep
["Trollgore"] = "血角食人妖";
["Novos the Summoner"] = "『召喚者』諾沃司";
["King Dred"] = "崔德王之盔";
["The Prophet Tharon'ja"] = "預言者薩隆杰";
["Kurzel"] = "庫賽爾";
["Drakuru's Brazier"] = "德拉庫魯的火盆";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "史拉德銳 <司瑟拉圖斯高階預言者>";
["Drakkari Colossus"] = "德拉克瑞巨像";
["Moorabi <High Prophet of Mam'toth>"] = "慕拉比 <曼多司高階預言者>";
["Gal'darah <High Prophet of Akali>"] = "蓋爾達拉 <阿卡利高階預言者>";
["Eck the Ferocious"] = "『兇猛』埃克";
 
--Icecrown Citadel
["The Ashen Verdict"] = "灰燼裁決軍";
["Lord Marrowgar"] = "瑪洛嘉領主";
["Lady Deathwhisper"] = "亡語女士";
["Gunship Battle"] = "砲艇戰";
["Deathbringer Saurfang"] = "死亡使者薩魯法爾";
["Festergut"] = "膿腸";
["Rotface"] = "腐臉";
["Professor Putricide"] = "普崔希德教授";
["Blood Prince Council"] = "血親王議會";
["Prince Keleseth"] = "凱雷希斯王子";
["Prince Taldaram"] = "泰爾達朗王子";
["Prince Valanar"] = "瓦拉納爾王子";
["Blood-Queen Lana'thel"] = "血腥女王菈娜薩爾";
["Valithria Dreamwalker"] = "瓦莉絲瑞雅·夢行者";
["Sindragosa <Queen of the Frostbrood>"] = "辛德拉苟莎 <霜育之后>";
["The Lich King"] = "巫妖王";
["To next map"] = "到下一個地圖";
["From previous map"] = "到前一個地圖";
["Light's Hammer"] = "聖光之錘";
["Oratory of the Damned"] = "詛咒祈願室";
["Rampart of Skulls"] = "骸顱壁壘";
["Deathbringer's Rise"] = "死亡使者高崗";
["Upper Spire"] = "冰冠尖塔";
["Sindragosa's Lair"] = "辛德拉苟莎之巢";
["The Frozen Throne"] = "The Frozen Throne";
 
--Naxxramas
["Mr. Bigglesworth"] = "畢勾沃斯先生";
["Construct Quarter"] = "傀儡區";
["Patchwerk"] = "縫補者";
["Grobbulus"] = "葛羅巴斯";
["Gluth"] = "古魯斯";
["Thaddius"] = "泰迪斯";
["Arachnid Quarter"] = "蜘蛛區";
["Anub'Rekhan"] = "阿努比瑞克漢";
["Grand Widow Faerlina"] = "大寡婦費琳娜";
["Maexxna"] = "梅克絲娜";
["Military Quarter"] = "軍事區";
["Instructor Razuvious"] = "講師拉祖維斯";
["Gothik the Harvester"] = "『收割者』高希";
["The Four Horsemen"] = "四騎士";
["Thane Korth'azz"] = "寇斯艾茲族長";
["Lady Blaumeux"] = "布洛莫斯女士";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "札里克爵士";
["Four Horsemen Chest"] = "四騎士之箱";
["Plague Quarter"] = "瘟疫區";
["Noth the Plaguebringer"] = "『瘟疫使者』諾斯";
["Heigan the Unclean"] = "『不潔者』海根";
["Loatheb"] = "憎恨者";
["Frostwyrm Lair"] = "冰霜巨龍的巢穴";
["Sapphiron"] = "薩菲隆";
["Kel'Thuzad"] = "科爾蘇加德";
 
--The Nexus: The Nexus
["Anomalus"] = "艾諾瑪路斯";
["Ormorok the Tree-Shaper"] = "『樹木造形者』歐爾莫洛克";
["Grand Magus Telestra"] = "大魔導師特雷斯翠";
["Keristrasza"] = "凱瑞史卓莎";
["Commander Stoutbeard"] = "指揮官厚鬚";
["Berinand's Research"] = "貝瑞那德的研究";
["Commander Kolurg"] = "指揮官寇勒格";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "瑪里苟斯";
["Key to the Focusing Iris"] = "聚源虹膜之鑰";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "『審問者』德拉高斯";
["Mage-Lord Urom"] = "法師領主厄隆";
["Ley-Guardian Eregos"] = "地脈守護者伊瑞茍斯";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "瓦羅斯·雲行者";
["Centrifuge Construct"] = "離心傀儡";
["Cache of Eregos"] = "伊瑞茍斯的貯藏箱";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "大法師寇瑞倫 <祈倫托>";
["Archmage Elandra <Kirin Tor>"] = "大法師伊蘭卓 <祈倫托>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "希瓦娜斯·風行者女士 <女妖之王>";
["Dark Ranger Loralen"] = "黑暗遊俠洛拉倫";
["Dark Ranger Kalira"] = "黑暗遊俠卡麗菈";
["Bronjahm <Godfather of Souls>"] = "布朗吉姆 <眾魂教父>";
["Devourer of Souls"] = "眾魂吞噬者";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "鍛造大師加弗羅斯";
["Martin Victus"] = "馬汀·維特斯";
["Gorkun Ironskull"] = "葛剛·鐵顱";
["Krick and Ick"] = "克瑞克和艾克";
["Scourgelord Tyrannus"] = "天譴領主提朗紐斯";
["Rimefang"] = "霜牙";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "法勒瑞克";
["Marwyn"] = "麥爾溫";
["Wrath of the Lich King"] = "巫妖王之怒";
["The Captain's Chest"] = "船長的箱子";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "黑龍軍團密室";
["Sartharion <The Onyx Guardian>"] = "撒爾薩里安";
["Tenebron"] = "坦納伯朗";
["Shadron"] = "夏德朗";
["Vesperon"] = "維斯佩朗";
 
--The Violet Hold
["Erekem"] = "伊銳坎";
["Zuramat the Obliterator"] = "『消滅者』舒拉邁特";
["Xevozz"] = "基沃滋";
["Ichoron"] = "伊仇隆";
["Moragg"] = "摩拉革";
["Lavanthor"] = "拉方索";
["Cyanigosa"] = "霞妮苟莎";
["The Violet Hold Key"] = "紫羅蘭堡鑰匙";
 
--Trial of the Champion
["Grand Champions"] = "大勇士";
["Champions of the Alliance"] = "聯盟大勇士";
["Marshal Jacob Alerius"] = "傑科布·亞雷瑞斯元帥";
["Ambrose Boltspark"] = "安布羅斯·拴炫";
["Colosos"] = "克羅索斯";
["Jaelyne Evensong"] = "潔琳·晚歌";
["Lana Stouthammer"] = "菈娜·頑錘";
["Champions of the Horde"] = "部落大勇士";
["Mokra the Skullcrusher"] = "『碎顱者』莫克拉";
["Eressea Dawnsinger"] = "艾瑞西雅·曦詠";
["Runok Wildmane"] = "魯諾克·蠻鬃";
["Zul'tore"] = "祖爾拓";
["Deathstalker Visceri"] = "亡靈哨兵威瑟瑞";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "『純淨者』埃卓克 <銀白十字軍大勇士>";
["Argent Confessor Paletress"] = "銀白告解者帕爾璀絲";
["The Black Knight"] = "黑騎士";
 
--Trial of the Crusader
["Cavern Entrance"] = "洞穴入口";
["Northrend Beasts"] = "北裂境巨獸";
["Gormok the Impaler"] = "『穿刺者』戈莫克";
["Acidmaw"] = "酸喉";
["Dreadscale"] = "懼鱗";
["Icehowl"] = "冰嚎";
["Lord Jaraxxus"] = "賈拉克瑟斯領主";
["Faction Champions"] = "陣營勇士";
["Twin Val'kyr"] = "華爾琪雙子";
["Fjola Lightbane"] = "菲歐拉·光寂";
["Eydis Darkbane"] = "艾狄絲·暗寂";
["Anub'arak"] = "阿努巴拉克";
["Heroic: Trial of the Grand Crusader"] = "英雄: 大十字軍試煉";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "畢亞格林將軍";
["Volkhan"] = "渥克瀚";
["Ionar"] = "埃歐納";
["Loken"] = "洛肯";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "議庭之箱";
["Krystallus"] = "克利斯托魯斯";
["Brann Bronzebeard"] = "布萊恩·銅鬚";
["Sjonnir the Ironshaper"] = "『塑鐵者』斯雍尼爾";
["Maiden of Grief"] = "悲嘆少女";
 
-- Ulduar General
["Celestial Planetarium Key"] = "星穹渾天儀之鑰";
["The Siege"] = "攻城區";
["The Antechamber"] = "前廳"; --B
["The Keepers"] = "守護者"; --C
["Spark of Imagination"] = "創思之廳"; --D
["Descent into Madness"] = "驟狂斜廊"; --E
 
-- Ulduar A
["Flame Leviathan"] = "烈焰戰輪";
["Ignis the Furnace Master"] = "『火爐之主』伊格尼司";
["Razorscale"] = "銳鱗";
["XT-002 Deconstructor"] = "XT-002拆解者";
["Expedition Base Camp"] = "遠征隊營地";
["Formation Grounds"] = "構築之地";
["The Colossal Forge"] = "巨熔爐";
["The Scrapyard"] = "廢料場";
["Tower of Life"] = "生命之塔";
["Tower of Flame"] = "烈焰之塔";
["Tower of Frost"] = "冰霜之塔";
["Tower of Storms"] = "風暴之塔";
 
-- Ulduar B
["Assembly of Iron"] = "鐵之集會";
["Steelbreaker"] = "破鋼者";
["Runemaster Molgeim"] = "符文大師墨吉姆";
["Stormcaller Brundir"] = "風暴召喚者布倫迪爾";
["Kologarn"] = "柯洛剛恩";
["Algalon the Observer"] = "『觀察者』艾爾加隆";
["Antechamber of Ulduar"] = "奧杜亞前廳";
["Prospector Doren"] = "勘察員多倫";
["Archivum Console"] = "大資料庫控制臺";
 
-- Ulduar C
["Auriaya"] = "奧芮雅";
["Freya"] = "芙蕾雅";
["Thorim"] = "索林姆";
["Hodir"] = "霍迪爾";
["The Shattered Walkway"] = "破碎走道";
["The Conservatory of Life"] = "生命溫室";
 
-- Ulduar D
["Mimiron"] = "彌米倫";
 
-- Ulduar E
["General Vezax"] = "威札斯將軍";
["Yogg-Saron"] = "尤格薩倫";
["Prison of Yogg-Saron"] = "尤格薩倫之獄";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "凱雷希斯王子";
["Dalronn the Controller"] = "『控制者』達隆恩";
["Ingvar the Plunderer"] = "『盜掠者』因格瓦";
["Dark Ranger Marrah"] = "黑暗遊俠瑪拉";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "布里格·細柄";
["Svala Sorrowgrave"] = "絲瓦拉·悲傷亡墓";
["Gortok Palehoof"] = "戈托克·白蹄";
["Skadi the Ruthless"] = "無情的斯卡迪";
["King Ymiron"] = "依米倫王";
["Skarvald the Constructor"] = "『建造者』史卡沃";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "『石之看守者』亞夏梵";
["Emalon the Storm Watcher"] = "『風暴看守者』艾瑪隆";
["Koralon the Flame Watcher"] = "『烈焰看守者』寇拉隆";
["Toravon the Ice Watcher"] = "『寒冰看守者』拓拉梵";
};
end
Locale/Atlas-ruRU.lua New file
0,0 → 1,1748
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
 
-- Atlas Data Alpha (Russian)
-- Compiled by Eugene Filatov, bigoblin, StingerSoft
-- Last Update: 14.02.2010
 
if ( GetLocale() == "ruRU" ) then
 
 
 
AtlasSortIgnore = {"(.+)"};
 
ATLAS_TITLE = "Атлас";
ATLAS_SUBTITLE = "Обозреватель карт подземелий";
ATLAS_DESC = "Атлас это обозреватель карт подземелий.";
 
BINDING_HEADER_ATLAS_TITLE = "Сопоставления кнопок";
BINDING_NAME_ATLAS_TOGGLE = "Атлас";
BINDING_NAME_ATLAS_OPTIONS = "Настройки Атласа";
BINDING_NAME_ATLAS_AUTOSEL = "Авто-выбор поздемелья";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "options";
 
ATLAS_STRING_LOCATION = "Расположение";
ATLAS_STRING_LEVELRANGE = "Диапазон уровней";
ATLAS_STRING_PLAYERLIMIT = "Лимит игроков";
ATLAS_STRING_SELECT_CAT = "Выбор категории";
ATLAS_STRING_SELECT_MAP = "Выбор карты";
ATLAS_STRING_SEARCH = "Поиск";
ATLAS_STRING_CLEAR = "Сбросить";
ATLAS_STRING_MINLEVEL = "Минимальный уровень";
 
ATLAS_OPTIONS_BUTTON = "Настройки";
ATLAS_OPTIONS_SHOWBUT = "Показывать кнопку у мини-карты";
ATLAS_OPTIONS_AUTOSEL = "Автоматический выбор поздемелья";
ATLAS_OPTIONS_BUTPOS = "Расположение кнопки";
ATLAS_OPTIONS_TRANS = "Прозрачность";
ATLAS_OPTIONS_REPMAP = "Замена карты мира";
ATLAS_OPTIONS_RCLICK = "[Правая клавиша мыши] для показа карты мира";
ATLAS_OPTIONS_SHOWMAPNAME = "Отображать имя карты";
ATLAS_OPTIONS_RESETPOS = "Сбросить позиции";
ATLAS_OPTIONS_ACRONYMS = "Отображать короткие названия";
ATLAS_OPTIONS_SCALE = "Размер";
ATLAS_OPTIONS_BUTRAD = "Радиус расположения кнопки";
ATLAS_OPTIONS_CLAMPED = "Не заходить за размеры экрана";
ATLAS_OPTIONS_CTRL = "Удерживайте клавишу [Control] для сравнений";
ATLAS_OPTIONS_COORDS = "Показывать координаты на карте мира";
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Атлас";
ATLAS_BUTTON_TOOLTIP_HINT = "[Левая клавиша мыши] открывает Атлас.\n[Средняя клавиша мыши], открывает настройки Атласа.\n[Правая клавиша мыши] + [перемещение] изменяет позицию кнопки Атласа.";
ATLAS_LDB_HINT = "[Левая клавиша мыши] открывает Атлас.\n[Правая клавиша мыши] открывает настройки Атласа.";
 
ATLAS_OPTIONS_CATDD = "Сортировать подземелья по:";
ATLAS_DDL_CONTINENT = "Контитенту";
ATLAS_DDL_CONTINENT_EASTERN = "Подземелья Восточных королевств";
ATLAS_DDL_CONTINENT_KALIMDOR = "Подземелья Калимдора";
ATLAS_DDL_CONTINENT_OUTLAND = "Подземелья Запределья";
ATLAS_DDL_CONTINENT_NORTHREND = "Подземелья Нордскола";
ATLAS_DDL_LEVEL = "Уровня";
ATLAS_DDL_LEVEL_UNDER45 = "Подземелья уровня ниже 45";
ATLAS_DDL_LEVEL_45TO60 = "Подземелья уровня 45-60";
ATLAS_DDL_LEVEL_60TO70 = "Подземелья уровня 60-70";
ATLAS_DDL_LEVEL_70TO80 = "Подземелья уровня 70-80";
ATLAS_DDL_LEVEL_80PLUS = "Подземелья уровня 80+";
ATLAS_DDL_PARTYSIZE = "Размеру группы";
ATLAS_DDL_PARTYSIZE_5_AE = "Подземелья на 5 игроков A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "Подземелья на 5 игроков F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "Подземелья на 10 игроков A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "Подземелья на 10 игроков R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "Подземелья на 20-40 игроков";
ATLAS_DDL_EXPANSION = "Дополнению";
ATLAS_DDL_EXPANSION_OLD_AO = "Подземелья Старого Мира A-O";
ATLAS_DDL_EXPANSION_OLD_PZ = "Подземелья Старого Мира P-Z";
ATLAS_DDL_EXPANSION_BC = "Подземелья Пылающего Крестового Похода";
ATLAS_DDL_EXPANSION_WOTLK = "Подземелья Wrath of the Lich King";
ATLAS_DDL_TYPE = "Типу";
ATLAS_DDL_TYPE_INSTANCE_AC = "Подземелья A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "Подземелья D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "Подземелья S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "Входы";
 
ATLAS_INSTANCE_BUTTON = "Подземелье";
ATLAS_ENTRANCE_BUTTON = "Вход";
ATLAS_SEARCH_UNAVAIL = "Поиск недоступен";
ATLAS_WORLDMAP_PLAYER = "Игрок";
ATLAS_WORLDMAP_CURSOR = "Курсор";
 
ATLAS_DEP_MSG1 = "Атлас обнаружил устаревший(е) модуль(и).";
ATLAS_DEP_MSG2 = "Они будут отключены для данного персонажа.";
ATLAS_DEP_MSG3 = "Удалите их из вашей папки аддонов.";
ATLAS_DEP_OK = "Ok";
 
AtlasZoneSubstitutions = {
["The Temple of Atal'Hakkar"] = "Затонувший храм";
["Ahn'Qiraj"] = "Храм Ан'Киража";
["Karazhan"] = "Каражан [A] (Старт)";
["Black Temple"] = "Черный храм [A] (Старт)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "Взрослый";
["AKA"] = "AKA";
["Alliance"] = "Альянс";
["Arcane Container"] = "Волшебный контейнер";
["Argent Dawn"] = "Серебряный Рассвет";
["Argent Crusade"] = "Серебряный Авангард";
["Arms Warrior"] = "Воин-Оружия";
["Attunement Required"] = "Необходима подготавка";
["Back"] = "Назад";
["Basement"] = "Подвал";
["Bat"] = "Летучая мышь";
["Blacksmithing Plans"] = "Чертежи кузнечного дела";
["Boss"] = "Босс";
["Brazier of Invocation"] = "Жаровня Вызова";
["Brewfest"] = "Праздника пива";
["Chase Begins"] = "Начало охоты";
["Chase Ends"] = "Конец охоты";
["Child"] = "Ребенок";
["Connection"] = "Связан";
["DS2"] = "DS2";
["East"] = "Восток";
["Elevator"] = "Лифт";
["End"] = "Конец";
["Engineer"] = "Инженер";
["Entrance"] = "Вход";
["Event"] = "Событие";
["Exalted"] = "Превознесение";
["Exit"] = "Выход";
["Fourth Stop"] = "Четвертая остановка";
["Front"] = "Передний";
["Ghost"] = "Призрак";
["Hallow's End"] = "Тыква";
["Heroic"] = "Героический";
["Holy Paladin"] = "Паладин-Света";
["Holy Priest"] = "Жрец-Света";
["Horde"] = "Орда";
["Hunter"] = "Охотник";
["Imp"] = "Бесс";
["Inside"] = "Внутри";
["Key"] = "Ключ";
["Love is in the Air"] = "Любовная лихорадка";
["Lower"] = "Нижний";
["Lunar"] = "Лунный";
["Lunar Festival"] = "Лунный фестиваль";
["Mage"] = "Маг";
["Meeting Stone"] = "Камень встреч";
["Midsummer Festival"] = "Огненный солнцеворот";
["Monk"] = "Монах";
["Moonwell"] = "Лунный колодец";
["North"] = "Север";
["Optional"] = "Необяз.";
["Orange"] = "Оранжевый";
["Outside"] = "Снаружи";
["Paladin"] = "Паладин";
["Panther"] = "Пантера";
["Portal"] = "Портал";
["Priest"] = "Жрец";
["Protection Warrior"] = "Воин-Защиты";
["Purple"] = "Пурпурный";
["Random"] = "Случайный";
["Raptor"] = "Ящер";
["Rare"] = "Редкий";
["Reputation"] = "Репа";
["Repair"] = "Починка";
["Retribution Paladin"] = "Паладин-Возмездия";
["Rewards"] = "Награды";
["Rogue"] = "Разбойник";
["Second Stop"] = "Вторая остановка";
["Shadow Priest"] = "Жрец-Темной магии";
["Shaman"] = "Шаман";
["Side"] = "Сторона";
["Snake"] = "Змея";
["Spawn Point"] = "Точка рождения";
["Spider"] = "Паук";
["Start"] = "Начало";
["Summon"] = "Вызов";
["Teleporter"] = "Телепорт";
["Third Stop"] = "Третья остановка";
["Tiger"] = "Тигр";
["Top"] = "Верхний";
["Undead"] = "Нежить";
["Underwater"] = "Подводный";
["Unknown"] = "Неизвестный";
["Upper"] = "Верхний";
["Varies"] = "Изменяется";
["Wanders"] = "Странник";
["Warlock"] = "Чернокнижник";
["Warrior"] = "Воин";
["Wave 5"] = "5-ая волна";
["Wave 6"] = "6-ая волна";
["Wave 10"] = "10-ая волна";
["Wave 12"] = "12-ая волна";
["Wave 18"] = "18-ая волна";
["West"] = "Запад";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "Ан'кахет: Старое Королевство";
["Ahn'Qiraj"] = "Ан'Кираж"; ["AQ"] = "АКУ";
["Armory"] = "Оружейная";
["Auchenai Crypts"] = "Аукенайские гробницы"; ["AC"] = "АГ";
["Auchindoun"] = "Аукиндон"; ["Auch"] = "Аук";
["Azjol-Nerub"] = "Азжол-Неруб"; ["AN"] = "АН";
["Black Temple"] = "Черный Храм"; ["BT"] = "ЧХ";
["Blackfathom Deeps"] = "Непроглядная Пучина"; ["BFD"] = "НП";
["Blackrock Depths"] = "Глубины Черной горы"; ["BRD"] = "ГЧГ";
["Blackrock Spire"] = "Вершина Черной горы"; ["LBRS"] = "НЧГ"; ["UBRS"] = "ВЧГ";
["Blackwing Lair"] = "Логово Крыла Тьмы"; ["BWL"] = "ЛКТ";
["Cathedral"] = "Собор"; ["Cath"] = "Соб";
["Caverns of Time"] = "Пещеры Времени"; ["CoT"] = "ПВ";
["Chamber of Aspects"] = "Комната духов";
["Coilfang Reservoir"] = "Резервуар Кривого Клыка"; ["CR"] = "РКК";
["Crusaders' Coliseum"] = "Колизей Авангарда";
["Dire Maul"] = "Забытый Город"; ["DM"] = "ЗГ";
["Drak'Tharon Keep"] = "Крепость Драк'Тарон";
["Frozen Halls"] = "Ледяные залы";
["Gnomeregan"] = "Гномреган"; ["Gnome"] = "Гном";
["Graveyard"] = "Кладбище"; ["GY"] = "Кл";
["Gruul's Lair"] = "Логово Груула"; ["GL"] = "Груль";
["Gundrak"] = "Гундрак";
["Halls of Lightning"] = "Чертоги Молний";
["Halls of Reflection"] = "Залы Отражений";
["Halls of Stone"] = "Чертоги Камня";
["Hellfire Citadel"] = "Цитадель Адского Пламени"; ["HFC"] = "ЦАП";
["Hellfire Ramparts"] = "Бастионы Адского Пламени"; ["Ramp"] = "Баст";
["Hyjal Summit"] = "Вершина Хиджала"; ["CoT3"] = "ПВ3";
["Icecrown Citadel"] = "Цитадель Ледяной Короны";
["Karazhan"] = "Каражан"; ["Kara"] = "Кара";
["Library"] = "Библиотека"; ["Lib"] = "Биб";
["Magisters' Terrace"] = "Терраса Магистров"; ["MaT"] = "ТМ";
["Magtheridon's Lair"] = "Логово Магтеридона"; ["Mag"] = "Магги";
["Mana-Tombs"] = "Гробницы Маны"; ["MT"] = "ГМ";
["Maraudon"] = "Мародон"; ["Mara"] = "Маро";
["Molten Core"] = "Огненные Недра"; ["MC"] = "ОН";
["Naxxramas"] = "Наксрамас";
["Old Hillsbrad Foothills"] = "Старые предгорья Хилсбрада"; ["CoT1"] = "ПВ1";
["Onyxia's Lair"] = "Логово Ониксии"; ["Ony"] = "Они";
["Pit of Saron"] = "Яма Сарона";
["Ragefire Chasm"] = "Огненная пропасть"; ["RFC"] = "ОгП";
["Razorfen Downs"] = "Курганы Иглошкурых"; ["RFD"] = "Курганы";
["Razorfen Kraul"] = "Лабиринты Иглошкурых"; ["RFK"] = "ЛабИ";
["Ruins of Ahn'Qiraj"] = "Руины Ан'Киража"; ["AQ20"] = "АКУ20";
["Scarlet Monastery"] = "Монастырь Алого ордена"; ["SM"] = "Мон";
["Scholomance"] = "Некроситет"; ["Scholo"] = "Некро";
["Serpentshrine Cavern"] = "Змеиное святилище"; ["SC"] = "ЗС";
["Sethekk Halls"] = "Сетеккские залы"; ["Seth"] = "Сетекк";
["Shadow Labyrinth"] = "Темный Лабиринт"; ["SL"] = "ТЛ";
["Shadowfang Keep"] = "Крепость Темного Клыка"; ["SFK"] = "КТК";
["Stratholme"] = "Стратхольм"; ["Strat"] = "Страт";
["Stratholme Past"] = "Очищение Стратхольма";
["Sunken Temple"] = "Затонувший храм"; ["ST"] = "ЗХ";
["Sunwell Plateau"] = "Солнечный Колодец"; ["SuP"] = "СК";
["Tempest Keep"] = "Крепость Бурь"; ["TK"] = "КБ";
["Temple of Ahn'Qiraj"] = "Храм Ан'Киража"; ["AQ40"] = "АКУ40";
["The Arcatraz"] = "Аркатрац"; ["Arca"] = "Арка";
["The Black Morass"] = "Черные топи"; ["CoT2"] = "ПВ2";
["The Blood Furnace"] = "Кузня Крови"; ["BF"] = "КК";
["The Botanica"] = "Ботаника"; ["Bota"] = "Бота";
["The Deadmines"] = "Мертвые копи"; ["VC"] = "МК";
["The Eye"] = "Око"; ["Eye"] = "Око";
["The Eye of Eternity"] = "Око Вечности";
["The Forge of Souls"] = "Кузня Душ";
["The Mechanar"] = "Механар"; ["Mech"] = "Мех";
["The Nexus"] = "Нексус";
["The Obsidian Sanctum"] = "Обсидиановое святилище";
["The Oculus"] = "Окулус";
["The Shattered Halls"] = "Разрушенные залы"; ["SH"] = "РЗ";
["The Slave Pens"] = "Узилище"; ["SP"] = "Узи";
["The Steamvault"] = "Паровое Подземелье"; ["SV"] = "ПП";
["The Stockade"] = "Тюрьма"; ["Stocks"] = "Тюрьма";
["The Underbog"] = "Нижетопь"; ["UB"] = "НТ";
["The Violet Hold"] = "Аметистовая крепость";
["Trial of the Champion"] = "Испытание чемпиона"; ["Champ"] = "ИЧ";
["Trial of the Crusader"] = "Испытание крестоносца"; ["Crus"] = "ИК";
["Uldaman"] = "Ульдаман"; ["Ulda"] = "Ульд";
["Ulduar"] = "Ульдуар";
["Utgarde Keep"] = "Крепость Утгард";
["Utgarde Pinnacle"] = "Вершина Утгард";
["Vault of Archavon"] = "Склеп Аркавона";
["Wailing Caverns"] = "Пещеры Стенаний"; ["WC"] = "ПС";
["Zul'Aman"] = "Зул'Аман"; ["ZA"] = "ЗА";
["Zul'Farrak"] = "Зул'Фаррак"; ["ZF"] = "ЗФ";
["Zul'Gurub"] = "Зул'Гуруб"; ["ZG"] = "ЗГ";
 
--WotLK Acronyms
["AK, Kahet"] = "АК, Кахет"; -- Ан'кахет
["AN, Nerub"] = "АЖ, Неруб"; -- Азжол-Неруб
["Champ"] = "Champ"; -- Испытание чемпиона
["Crus"] = "Crus"; -- Испытание крестоносца
["DTK"] = "КДТ"; -- Крепость Драк'Тарон
["FoS"] = "Кузня Душ"; ["FH1"] = "ЛЗ1"; -- Кузня Душ
["Gun"] = "Гун"; -- Гундрак
["HoL"] = "ЧМ"; -- Чертоги Молний
["HoR"] = "ЗО"; ["FH3"] = "ЛЗ3"; -- Залы Отражения
["HoS"] = "ЧК"; -- Чертоги Камня
["IC"] = "ЦЛК"; -- Цитадель Ледяной Короны
["Nax"] = "Накс"; -- Наксрамас
["Nex, Nexus"] = "Некс, Нексус"; -- Нексус
["Ocu"] = "Оку"; -- Окулус
["OS"] = "ОС"; -- Обсидиановое святилище
["PoS"] = "Яма"; ["FH2"] = "ЛЗ2"; -- Яма Сарона
["Strat, CoT-Strat"] = "Страт, ПВ-Страт"; -- Очищение Стратхольма
["TEoE"] = "ОВ"; -- Око Вечности
["UK, Keep"] = "УК, Крепость"; -- Крепость Утгард
["Uldu"] = "Ульда"; -- Ульдуар
["UP, Pinn"] = "УВ, Вершина"; -- Вершина Утгард
["VH"] = "АМК"; -- Аметистовая крепость
["VoA"] = "Склеп"; -- Склеп Аркавона
 
--Continents
["Eastern Kingdoms"] = "Восточные королевства";
["Kalimdor"] = "Калимдор";
["Northrend"] = "Нордскол";
["Outland"] = "Запределье";
 
--Outdoor zones, Locations
["Ashenvale"] = "Ясеневый лес";
["Badlands"] = "Бесплодные земли";
["Blackrock Mountain"] = "Черная гора"; ["BRM"] = "ЧГ";
["Blade's Edge Mountains"] = "Острогорье";
["Borean Tundra"] = "Борейская тундра";
["Burning Steppes"] = "Пылающие степи";
["Dalaran"] = "Даларан";
["Deadwind Pass"] = "Перевал Мертвого Ветра";
["Desolace"] = "Пустоши";
["Dragonblight"] = "Драконий Погост";
["Dun Morogh"] = "Дун Морог";
["Dustwallow Marsh"] = "Пылевые топи";
["Eastern Plaguelands"] = "Восточное Лихоземье";
["Feralas"] = "Фералас";
["Ghostlands"] = "Призрачные земли";
["Grizzly Hills"] = "Седые холмы";
["Hellfire Peninsula"] = "Полуостров Адского Пламени";
["Howling Fjord"] = "Ревущий фьорд";
["Icecrown"] = "Ледяная Корона";
["Isle of Quel'Danas"] = "Остров Кель'Данас";
["Netherstorm"] = "Пустоверть";
["Orgrimmar"] = "Оргриммар";
["Searing Gorge"] = "Тлеющее ущелье";
["Shadowmoon Valley"] = "Долина Призрачной Луны";
["Silithus"] = "Силитус";
["Silverpine Forest"] = "Серебряный бор";
["Stormwind City"] = "Штормград";
["Stranglethorn Vale"] = "Тернистая долина";
["Swamp of Sorrows"] = "Болото Печали";
["Tanaris"] = "Танарис";
["Terokkar Forest"] = "Лес Тероккар";
["The Barrens"] = "Степи";
["The Storm Peaks"] = "Грозовая Гряда";
["Tirisfal Glades"] = "Тирисфальские леса";
["Western Plaguelands"] = "Западное Лихоземье";
["Westfall"] = "Западный Край";
["Wintergrasp"] = "Озеро Ледяных Оков";
["Zangarmarsh"] = "Зангартопь";
["Zul'Drak"] = "Зул'Драк";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "Маур Зловещий Тотем";
["Oggleflint <Ragefire Chieftain>"] = "Огглфлинт <Вождь племени Бушующего Пламени>";
["Taragaman the Hungerer"] = "Тарагаман Ненасытный";
["Jergosh the Invoker"] = "Жергош Призыватель Духов";
["Zelemar the Wrathful"] = "Зелемар Гневный";
["Bazzalan"] = "Баззалан";
 
--Wailing Caverns
["Disciple of Naralex"] = "Послушник Наралекса";
["Lord Cobrahn <Fanglord>"] = "Лорд Кобран <Владыка змей>";
["Lady Anacondra <Fanglord>"] = "Повелительница Анакондра <Владыка змей>";
["Kresh"] = "Криг";
["Lord Pythas <Fanglord>"] = "Лорд Питонас <Владыка змей>";
["Skum"] = "Шкам";
["Lord Serpentis <Fanglord>"] = "Лорд Серпентис <Владыка змей>";
["Verdan the Everliving"] = "Вердан Бессмертный";
["Mutanus the Devourer"] = "Мутанус Пожиратель";
["Naralex"] = "Наралекс";
["Deviate Faerie Dragon"] = "Загадочный волшебный дракон";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "Гхаму-ра";
["Lorgalis Manuscript"] = "Манускрипт Лоргалиса";
["Lady Sarevess"] = "Леди Саревесс";
["Argent Guard Thaelrid <The Argent Dawn>"] = "Страж Талрид <Серебряный Рассвет >";
["Gelihast"] = "Гелихаст";
["Shrine of Gelihast"] = "Святыня Гелихастa";
["Lorgus Jett"] = "Лоргус Джетт";
["Fathom Stone"] = "Глубинный Камень";
["Baron Aquanis"] = "Барон Акванис";
["Twilight Lord Kelris"] = "Повелитель сумрака Келрис";
["Old Serra'kis"] = "Старина Серракис";
["Aku'mai"] = "Аку'май";
["Morridune"] = "Морридан";
["Altar of the Deeps"] = "Алтарь пучины";
 
--Razorfen Kraul
["Roogug"] = "Ругуг";
["Aggem Thorncurse <Death's Head Prophet>"] = "Аггем Терновое Проклятие <Пророк племени Мертовой Головы >";
["Death Speaker Jargba <Death's Head Captain>"] = "Вестник смерти Джаргба <Капитан племени Мертвой Головы>";
["Overlord Ramtusk"] = "Властитель Таранный Клык";
["Razorfen Spearhide"] = "Копьешкур из племени Иглошкурых";
["Agathelos the Raging"] = "Агателос Свирепый";
["Blind Hunter"] = "Слепой охотник";
["Charlga Razorflank <The Crone>"] = "Чарлга Остробок <Ведьма>";
["Willix the Importer"] = "Импортер Вилликс";
["Heralath Fallowbrook"] = "Гералат Бурый Ручей";
["Earthcaller Halmgar"] = "Заклинательница земли Халмгар";
 
--Razorfen Downs
["Tuten'kash"] = "Тутен'каш";
["Henry Stern"] = "Генри Штерн";
["Belnistrasz"] = "Белнистраз";
["Sah'rhee"] = "Сах-ри";
["Mordresh Fire Eye"] = "Мордреш Огненный Глаз";
["Glutton"] = "Обжора";
["Ragglesnout"] = "Круглорыл";
["Amnennar the Coldbringer"] = "Амненнар Хладовей";
["Plaguemaw the Rotting"] = "Чумобрюх Гнилой";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "Анту'сул <Надсмотрщик Сула>";
["Theka the Martyr"] = "Тека Мученик";
["Witch Doctor Zum'rah"] = "Знахарь Зум'рах";
["Zul'Farrak Dead Hero"] = "Мертвый герой Зул'Фаррака";
["Nekrum Gutchewer"] = "Некрум Кишкожуй";
["Shadowpriest Sezz'ziz"] = "Темный жрец Шезз'зиз";
["Dustwraith"] = "Пыльный призрак";
["Sergeant Bly"] = "Сержант Блай";
["Weegli Blastfuse"] = "Вигиль Фитиль";
["Murta Grimgut"] = "Мурта Мрачнобрюх";
["Raven"] = "Ворон";
["Oro Eyegouge"] = "Оро Вырвиглаз";
["Sandfury Executioner"] = "Палач из клана Песчаной Бури";
["Hydromancer Velratha"] = "Гидромант Велрата";
["Gahz'rilla"] = "Газ'рилла";
["Elder Wildmane"] = "Старейшина Дикая Грива ";
["Chief Ukorz Sandscalp"] = "Вождь Укорз Песчаная Плешь";
["Ruuzlu"] = "Руузлу";
["Zerillis"] = "Зериллис";
["Sandarr Dunereaver"] = "Сандарр Разоритель Барханов";
 
--Maraudon
["Scepter of Celebras"] = "Скипетр Келебраса ";
["Veng <The Fifth Khan>"] = "Венг <Пятый хан>";
["Noxxion"] = "Ноксион";
["Razorlash"] = "Бритвохлест";
["Maraudos <The Fourth Khan>"] = "Мародос <Четвертый хан>";
["Lord Vyletongue"] = "Лорд Злоязыкий";
["Meshlok the Harvester"] = "Мешлок Жнец";
["Celebras the Cursed"] = "Селебрас Проклятый";
["Landslide"] = "Сель";
["Tinkerer Gizlock"] = "Ремонтник Гизлок";
["Rotgrip"] = "Гнилопасть";
["Princess Theradras"] = "Принцесса Терадрас";
["Elder Splitrock"] = "Старейшина Камнепад ";
 
--Dire Maul (East)
["Pusillin"] = "Пузиллин";
["Zevrim Thornhoof"] = "Зеврим Терновое Копыто";
["Hydrospawn"] = "Гидротварь";
["Lethtendris"] = "Лефтендрис";
["Pimgib"] = "Пимгиб";
["Old Ironbark"] = "Старик Железной Коры";
["Alzzin the Wildshaper"] = "Алззин Перевертень";
["Isalien"] = "Изалиен";
 
--Dire Maul (North)
["Crescent Key"] = "Серповидный ключ";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "Стражник Мол'дар";
["Stomper Kreeg <The Drunk>"] = "Топотун Криг";
["Guard Fengus"] = "Стражник Фенгус";
["Knot Thimblejack"] = "Уззл Наперстяк";
["Guard Slip'kik"] = "Стражник Слип'кик";
["Captain Kromcrush"] = "Капитан Давигром";
["King Gordok"] = "Король Гордок";
["Cho'Rush the Observer"] = "Чо'Раш Наблюдатель";
 
--Dire Maul (West)
["J'eevee's Jar"] = "Флакон Д'жииви";
["Pylons"] = "Опоры";
["Shen'dralar Ancient"] = "Прародительница Шен'дралар";
["Tendris Warpwood"] = "Тендрис Криводрев";
["Ancient Equine Spirit"] = "Дух древнего коня";
["Illyanna Ravenoak"] = "Иллиана Воронья Ольха";
["Ferra"] = "Ферра";
["Magister Kalendris"] = "Магистр Календрисs";
["Tsu'zee"] = "Цу'зи";
["Immol'thar"] = "Бессмер'тер";
["Lord Hel'nurath"] = "Лорд Хел'нурат";
["Prince Tortheldrin"] = "Принц Тортелдрин";
["Falrin Treeshaper"] = "Фалрин Садовник";
["Lorekeeper Lydros"] = "Сказитель Лидрос";
["Lorekeeper Javon"] = " Сказитель Явон";
["Lorekeeper Kildrath"] = "Сказитель Килдрат";
["Lorekeeper Mykos"] = "Сказительница Микос";
["Shen'dralar Provisioner"] = "Шен'драларский поставщик";
["Skeletal Remains of Kariel Winthalus"] = "Скелет Кариэля Винтхалуса";
 
--Onyxia's Lair
["Onyxian Warders"] = "Хранитель Ониксии";
["Whelp Eggs"] = "Яйца Щенка";
["Onyxia"] = "Ониксия";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "Род Ноздорму";
["The Prophet Skeram"] = "Пророк Скерам";
["The Bug Family"] = "Ошибка семьи";
["Vem"] = "Вем";
["Lord Kri"] = "Лорд Кри";
["Princess Yauj"] = "Принцесса Яудж";
["Battleguard Sartura"] = "Боевой страж Сартура";
["Fankriss the Unyielding"] = "Фанкрисс Непреклонный";
["Viscidus"] = "Нечистотa";
["Princess Huhuran"] = "Принцесса Хухуран";
["Twin Emperors"] = "Близнецы Императоры";
["Emperor Vek'lor"] = "Император Век'лор";
["Emperor Vek'nilash"] = "Император Век'нилаш";
["Ouro"] = "Оуро";
["Eye of C'Thun"] = "Око К-Туна";
["C'Thun"] = "К-Тун";
["Andorgos <Brood of Malygos>"] = "Андоргос <Род Малигоса>";
["Vethsera <Brood of Ysera>"] = "Ветсера <Род Изеры >";
["Kandrostrasz <Brood of Alexstrasza>"] = "Кандострас <Племя Алекстразы>";
["Arygos"] = "Аригос";
["Caelestrasz"] = "Келестраз";
["Merithra of the Dream"] = "Меритра из Сна";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "Служители Ценариона";
["Kurinnaxx"] = "Куриннакса";
["Lieutenant General Andorov"] = "Генерал-лейтенант Андоров";
["Four Kaldorei Elites"] = "4 Кальдорайских гвардейцев";
["General Rajaxx"] = "Генерал Раджакс";
["Captain Qeez"] = "Капитан Квиз";
["Captain Tuubid"] = "Капитан Туубид";
["Captain Drenn"] = "Капитан Дренн";
["Captain Xurrem"] = "Капитан Ксуррем";
["Major Yeggeth"] = "Майор Йеггет";
["Major Pakkon"] = "Майор Паккон";
["Colonel Zerran"] = "Полковник Зерран";
["Moam"] = "Моам";
["Buru the Gorger"] = "Буру Ненасытный";
["Ayamiss the Hunter"] = "Аямисса Охотница";
["Ossirian the Unscarred"] = "Оссириан Неуязвимый";
["Safe Room"] = "Безопасная Комната";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "Открытие Темных врат";
["Keepers of Time"] = "Хранители Времени";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "Ключ Времени";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "Са'ат <Хранители Времени>";
["Chrono Lord Deja"] = "Повелитель времени Дежа";
["Temporus"] = "Темпорус";
["Aeonus"] = "Эонус";
["The Dark Portal"] = "Темный портал";
["Medivh"] = "Медив";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "Битва за Гору Хиджала";
["The Scale of the Sands"] = "Песчаная Чешуя";
["Alliance Base"] = "База Альянса";
["Lady Jaina Proudmoore"] = "Леди Джайна Праудмур";
["Horde Encampment"] = "Стоянка орды";
["Thrall <Warchief>"] = "Тралл <Вождь>";
["Night Elf Village"] = "Деревня Ночных эльфов";
["Tyrande Whisperwind <High Priestess of Elune>"] = "Тиранда Шелест Ветра";
["Rage Winterchill"] = "Лютый Хлад";
["Anetheron"] = "Анетерон";
["Kaz'rogal"] = "Каз'рогал";
["Azgalor"] = "Азгалор";
["Archimonde"] = "Архимонд";
["Indormi <Keeper of Ancient Gem Lore>"] = "Индорми <Хранитель знаний о древних самоцветах>";
["Tydormu <Keeper of Lost Artifacts>"] = "Тайдорму <Хранитель утраченных артефактов>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "Побег из Крепости Дарнхольда";
["Erozion"] = "Эрозион";
["Brazen"] = "Бронзень";
["Landing Spot"] = "Место высадки";
["Southshore"] = "Южнобережье";
["Tarren Mill"] = "Mельницa Таррен";
["Lieutenant Drake"] = "Лейтенант Дрейк";
["Thrall"] = "Раб";
["Captain Skarloc"] = "Капитан Скарлок";
["Epoch Hunter"] = "Охотник Вечности";
["Taretha"] = "Тарета";
["Jonathan Revah"] = "Джонатан Рева";
["Jerry Carter"] = "Джерри Картер";
["Traveling"] = "Странствующий";
["Thomas Yance <Travelling Salesman>"] = "Томас Янс <Странствующий торговец>";
["Aged Dalaran Wizard"] = "Даларанский старый волшебник";
["Kel'Thuzad <The Kirin Tor>"] = "Кел'Тузад <Кирин Тор>";
["Helcular"] = "Гелькулар";
["Farmer Kent"] = "Фермер Кент";
["Sally Whitemane"] = "Сэлли Белогрив";
["Renault Mograine"] = "Рено Могрейн";
["Little Jimmy Vishas"] = "Малыш Джимми Вишас";
["Herod the Bully"] = "Герод Забияка";
["Nat Pagle"] = "Нат Пэгл";
["Hal McAllister"] = "Хал Макаллистер";
["Zixil <Aspiring Merchant>"] = "Зиксель <Знаменитый купец>";
["Overwatch Mark 0 <Protector>"] = "Суперсторож, модель 0 <Заступник>";
["Southshore Inn"] = "Дома южнобережья";
["Captain Edward Hanes"] = "Капитан Эдвард Хейнс";
["Captain Sanders"] = "Капитан Сандерс";
["Commander Mograine"] = "Командир Могрейн";
["Isillien"] = "Изиллиен";
["Abbendis"] = "Аббендис";
["Fairbanks"] = "Фэйрбанкс";
["Tirion Fordring"] = "Тирион Фордринг";
["Arcanist Doan"] = "Чародей Доан";
["Taelan"] = "Таэлан";
["Barkeep Kelly <Bartender>"] = "Кабатчик Келли <Бармен>";
["Frances Lin <Barmaid>"] = "Франс Лин <Официантка>";
["Chef Jessen <Speciality Meat & Slop>"] = "Шеф-повар Джессен <Деликатесное мясо и похлебки>";
["Stalvan Mistmantle"] = "Сталван Мистмантл";
["Phin Odelic <The Kirin Tor>"] = "Фин Оделик <Кирин Тор>";
["Southshore Town Hall"] = "Ратуша южнобережья";
["Magistrate Henry Maleb"] = "Мировой судья Генри Малеб";
["Raleigh the True"] = "Роли Истинный";
["Nathanos Marris"] = "Натанос Маррис";
["Bilger the Straight-laced"] = "Бочкопуз Крепкосбитый";
["Innkeeper Monica"] = "Хозяйка таверны Моника";
["Julie Honeywell"] = "Джули Медовушка";
["Jay Lemieux"] = "Джей Лемье";
["Young Blanchy"] = "Молодая Савраска";
["Don Carlos"] = "Дон Карлос";
["Guerrero"] = "Герреро";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "Ключ Кузни Теней";
["Prison Cell Key"] = "Ключ от тюремной камеры";
["Jail Break!"] = "Побег!";
["Banner of Provocation"] = "Знамя Вызова";
["Lord Roccor"] = "Лорд Роккор";
["Kharan Mighthammer"] = "Каран Могучий Молот";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "Командир Гор'шак";
["Marshal Windsor"] = "Маршал Винздор";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "Верховный дознаватель Герштан";
["Ring of Law"] = "Круг закона";
["Anub'shiah"] = "Ануб'шиа";
["Eviscerator"] = "Потрошитель";
["Gorosh the Dervish"] = "Горош Дервиш";
["Grizzle"] = "Гриззл";
["Hedrum the Creeper"] = "Хедрум Ползун";
["Ok'thor the Breaker"] = "Ок'тор Разрушитель";
["Theldren"] = "Телдрен";
["Lefty"] = "Левша";
["Malgen Longspear"] = "Мальген Длинное Копье";
["Gnashjaw <Malgen Longspear's Pet>"] = "Зубощелка <Питомец Мальгена>";
["Rotfang"] = "Гнилоклык";
["Va'jashni"] = "Ва'джашни";
["Houndmaster Grebmar"] = "Псарь Гребмар";
["Elder Morndeep"] = "Старейшина Рассветень";
["High Justice Grimstone"] = "Верховный судья Мрачнокамень";
["Monument of Franclorn Forgewright"] = "Монумент Франклорну Искуснику";
["Pyromancer Loregrain"] = "Пироман Зерно Мудрости";
["The Vault"] = "Подземелье";
["Warder Stilgiss"] = "Тюремщик Стилгисс";
["Verek"] = "Верек";
["Watchman Doomgrip"] = "Сторож Хватка Смерти";
["Fineous Darkvire <Chief Architect>"] = "Финий Темнострой <Главный архитектор>";
["The Black Anvil"] = "Черная наковальня";
["Lord Incendius"] = "Лорд Опалитель";
["Bael'Gar"] = "Бейл'Гор";
["Shadowforge Lock"] = "Замок Кузни Теней";
["General Angerforge"] = "Генерал Кузня Гнева";
["Golem Lord Argelmach"] = "Повелитель големов Аргелмах";
["Field Repair Bot 74A"] = "Ремонтный полевой робот 74A";
["The Grim Guzzler"] = "Угрюмые обжоры";
["Hurley Blackbreath"] = "Харли Пьянодых";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "Локтос Зловещий Торговец";
["Mistress Nagmara"] = "Госпожа Нагмара";
["Phalanx"] = "Фаланкс";
["Plugger Spazzring"] = "Штоппор Наливалс";
["Private Rocknot"] = "Рядовой Камнеузл";
["Ribbly Screwspigot"] = "Риббли Крутипроб";
["Coren Direbrew"] = "Корен Худовар";
["Griz Gutshank <Arena Vendor>"] = "Гриз Потрошмяк <Продавец экипировки арены>";
["Ambassador Flamelash"] = "Посол Огнехлыст";
["Panzor the Invincible"] = "Панцер Непобедимый";
["Summoner's Tomb"] = "Гробница Призывателей";
["The Lyceum"] = "Лекторий";
["Magmus"] = "Магмус";
["Emperor Dagran Thaurissan"] = "Император Дагран Тауриссан";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "Принцесса Мойра Бронзобород <Принцесса Стальгорна>";
["High Priestess of Thaurissan"] = "Верховная жрица Тауриссана";
["The Black Forge"] = "Черная Кузня";
["Core Fragment"] = "Осколок из Огненных Недр";
["Overmaster Pyron"] = "Подчинитель Пирон";
 
--Blackrock Spire (Lower)
["Vaelan"] = "Ваелан";
["Warosh <The Cursed>"] = "Варош <Проклятый >";
["Elder Stonefort"] = "Старейшина Камнеград";
["Roughshod Pike"] = "Наконечник Грубой силы ";
["Spirestone Butcher"] = "Мясник из клана Черной Вершины";
["Highlord Omokk"] = "Вождь Омокк";
["Spirestone Battle Lord"] = "Полководец из клана Черной Вершины";
["Spirestone Lord Magus"] = "Лорд-волхв из клана Черной Вершины";
["Shadow Hunter Vosh'gajin"] = "Темная охотница Вос'гаджин";
["Fifth Mosh'aru Tablet"] = "Пятая табличка Мошару";
["Bijou"] = "Блестяшка";
["War Master Voone"] = "Воевода Вун";
["Mor Grayhoof"] = "Мор Серое Копыто";
["Sixth Mosh'aru Tablet"] = "Шестая табличка Мошару";
["Bijou's Belongings"] = "Вещи Блестяшки";
["Human Remains"] = "Человеческие останки";
["Unfired Plate Gauntlets"] = "Неопалимые латные рукавицы";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "Баннок Люторез <Герой легиона Огненного Клейма>";
["Mother Smolderweb"] = "Мать Дымная Паутина";
["Crystal Fang"] = "Хрустальный Клык";
["Urok's Tribute Pile"] = "Груда приношений Арроку";
["Urok Doomhowl"] = "Аррок Смертный Вопль";
["Quartermaster Zigris <Bloodaxe Legion>"] = "Интендант Зигрис <Легион Кровавого Топора>";
["Halycon"] = "Халикон";
["Gizrul the Slavener"] = "Гизрул Поработитель";
["Ghok Bashguud <Bloodaxe Champion>"] = "Гок Крепкобив <Герой легиона Кровавого>";
["Overlord Wyrmthalak"] = "Властитель Змейталак";
["Burning Felguard"] = "Пылающий страж Скверны";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "Пиростраж Созерцатель Углей";
["Solakar Flamewreath"] = "Солакарский огнечервь";
["Father Flame"] = "Огонь отцов";
["Darkstone Tablet"] = "Табличка Темного Камня";
["Doomrigger's Coffer"] = "Металлический ящик Рокового Зажима";
["Jed Runewatcher <Blackhand Legion>"] = "Джед Руновед <Легион Чернорука>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "Горалук Треснувшая Наковальня <Бронник легиона Чернорука>";
["Warchief Rend Blackhand"] = "Вождь Ренд Чернорук";
["Gyth <Rend Blackhand's Mount>"] = "Гит <Верховое животное Ренда Чернорука>";
["Awbee"] = "Ауби";
["The Beast"] = "Зверь";
["Lord Valthalak"] = "Лорд Вальтхалак";
["Finkle Einhorn"] = "Айс Вентурон";
["General Drakkisath"] = "Генерал Драккисат";
["Drakkisath's Brand"] = "Клеймо Драккисата";
 
--Blackwing Lair
["Razorgore the Untamed"] = "Бритвосмерт Неукротимый";
["Vaelastrasz the Corrupt"] = "Валестраз Порочный";
["Broodlord Lashlayer"] = "Предводитель драконов Разящий Бич";
["Firemaw"] = "Огнечрев";
["Draconic for Dummies (Chapter VII)"] = "Драконий язык для чайников (т. VII)";
["Master Elemental Shaper Krixix"] = "Ваятель стихий Криксикс";
["Ebonroc"] = "Черноскал";
["Flamegor"] = "Пламегор";
["Chromaggus"] = "Хроммагус";
["Nefarian"] = "Нефариан";
 
--Gnomeregan
["Workshop Key"] = "Ключ от мастерской";
["Blastmaster Emi Shortfuse"] = "Взрывник Ими Фитилюшка";
["Grubbis"] = "Грязнюк";
["Chomper"] = "Чавккер";
["Clean Room"] = "Чистая Комната";
["Tink Sprocketwhistle <Engineering Supplies>"] = "Звяк Пружиносвист <Инженерные материалы>";
["The Sparklematic 5200"] = "Чистер 5200!";
["Mail Box"] = "Почтовый яшик";
["Kernobee"] = "Керноби";
["Alarm-a-bomb 2600"] = "Тревого-бомба 2600";
["Matrix Punchograph 3005-B"] = "Матричный перфограф 3005-B";
["Viscous Fallout"] = "Липкая муть";
["Electrocutioner 6000"] = "Электрошокер 6000";
["Matrix Punchograph 3005-C"] = "Матричный перфограф 3005-C";
["Crowd Pummeler 9-60"] = "Толпогон 9-60";
["Matrix Punchograph 3005-D"] = "Матричный перфограф 3005-D";
["Dark Iron Ambassador"] = "Посол из клана Черного Железа";
["Mekgineer Thermaplugg"] = "Мекжинер Термоштепсель";
 
--Molten Core
["Hydraxian Waterlords"] = "Гидраксианские Повелители Вод";
["Lucifron"] = "Люцифрон";
["Magmadar"] = "Магмадар";
["Gehennas"] = "Гееннас";
["Garr"] = "Гарр";
["Shazzrah"] = "Шаззрах";
["Baron Geddon"] = "Барон Геддон";
["Golemagg the Incinerator"] = "Маг-лорд из клана Гордок";
["Sulfuron Harbinger"] = "Предвестник Сульфурон";
["Majordomo Executus"] = "Мажордом Экзекутус";
["Ragnaros"] = "Рагнаросс";
 
--SM: Library
["Houndmaster Loksey"] = "Псарь Локси";
["Arcanist Doan"] = "Чародей Доан";
 
--SM: Armory
["The Scarlet Key"] = "Алый ключ";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "Ирод <Герой Алого ордена>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "Верховный инквизитор Фэйрбанкс";
["Scarlet Commander Mograine"] = "Командир Могрейн из Алого ордена";
["High Inquisitor Whitemane"] = "Верховный инквизитор Вайтмейн";
 
--SM: Graveyard
["Interrogator Vishas"] = "Дознаватель Жестокос";
["Vorrel Sengutz"] = "Воррел Сенгутц";
["Pumpkin Shrine"] = "Святящаяся тыква";
["Headless Horseman"] = "Всадник без головы";
["Bloodmage Thalnos"] = "Волшебник Крови Талнос";
["Ironspine"] = "Железноспин";
["Azshir the Sleepless"] = "Азшир Неспящий";
["Fallen Champion"] = "Павший воитель";
 
--Scholomance
["Skeleton Key"] = "Отмычка";
["Viewing Room Key"] = "Ключ от смотровой";
["Viewing Room"] = "Смотровая";
["Blood of Innocents"] = "Кровь невинных";
["Divination Scryer"] = "Гадательный кристалл";
["Blood Steward of Kirtonos"] = "Кровавая прислужница Киртоноса";
["The Deed to Southshore"] = "Документы на Южнобережье";
["Kirtonos the Herald"] = "Киртонос Глашатай";
["Jandice Barov"] = "Джандис Баров";
["The Deed to Tarren Mill"] = "Документы на Мельницу Таррен";
["Rattlegore"] = "Громоклин";
["Death Knight Darkreaver"] = "Рыцарь смерти Темный Терзатель";
["Marduk Blackpool"] = "Мардук Блэкпул";
["Vectus"] = "Вектус";
["Ras Frostwhisper"] = "Рас Ледяной Шепот";
["The Deed to Brill"] = "Документы на Брилл";
["Kormok"] = "Кормок";
["Instructor Malicia"] = "Инструктор Коварница";
["Doctor Theolen Krastinov <The Butcher>"] = "Доктор Теолен Крастинов <Мясник>";
["Lorekeeper Polkelt"] = "Сказитель Полкелт";
["The Ravenian"] = "Равениан";
["Lord Alexei Barov"] = "Лорд Алексей Баров";
["The Deed to Caer Darrow"] = "Документы на Каэр Дарроу";
["Lady Illucia Barov"] = "Леди Иллюсия Барова";
["Darkmaster Gandling"] = "Темный магистр Гандлинг";
["Torch Lever"] = "Рукоятка факела";
["Secret Chest"] = "Секретный сундук";
["Alchemy Lab"] = "Лаборатория Алхимии";
 
--Shadowfang Keep
["Deathsworn Captain"] = "Капитан служителей Смерти";
["Rethilgore <The Cell Keeper>"] = "Ретилгор <Страж подвала>";
["Sorcerer Ashcrombe"] = "Колдун Ашкромб";
["Deathstalker Adamant"] = "Страж смерти Адамант";
["Landen Stilwell"] = "Ланден Стилвелл";
["Investigator Fezzen Brasstacks"] = "Испытатель Феззен Клейстр";
["Deathstalker Vincent"] = "Страж смерти Эрланд Винсент";
["Apothecary Trio"] = "троих аптекарей"; --Check
["Apothecary Hummel <Crown Chemical Co.>"] = "Аптекарь Хаммел <Королевская химическая компания>";
["Apothecary Baxter <Crown Chemical Co.>"] = "Аптекарь Бакстер <Королевская химическая компания>";
["Apothecary Frye <Crown Chemical Co.>"] = "Аптекарь Фрай <Королевская химическая компания>";
["Fel Steed"] = "Конь скверны";
["Jordan's Hammer"] = "Молот Джордана";
["Crate of Ingots"] = "Ящик со слитками";
["Razorclaw the Butcher"] = "Остроклык Мясник";
["Baron Silverlaine"] = "Барон Сребролен";
["Commander Springvale"] = "Командир Ручьедол";
["Odo the Blindwatcher"] = "Одо Слепой Страж";
["Fenrus the Devourer"] = "Фенрус Пожиратель";
["Arugal's Voidwalker"] = "Демон Бездны Аругала";
["The Book of Ur"] = "Книга Ура";
["Wolf Master Nandos"] = "Командир воргенов Нандос";
["Archmage Arugal"] = "Верховный маг Аругал";
 
--Stratholme
["The Scarlet Key"] = "Алый ключ";
["Key to the City"] = "Ключ от города";
["Various Postbox Keys"] = "Различные Ключи Почтового ящика";
["Living Side"] = "Живая сторона";
["Undead Side"] = "Мертвая сторона";
["Skul"] = "Череп";
["Stratholme Courier"] = "Стратхольмский курьер";
["Fras Siabi"] = "Фрас Сиаби";
["Atiesh <Hand of Sargeras>"] = "Атиеш <Длань Аргуса>";
["Hearthsinger Forresten"] = "Певчий Форрестен";
["The Unforgiven"] = "Непрощенный";
["Elder Farwhisper"] = "Старейшина Тихий Шепот";
["Timmy the Cruel"] = "Тайлер";
["Malor the Zealous"] = "Малор Ревностный";
["Malor's Strongbox"] = "Сейф Малора";
["Crimson Hammersmith"] = "Молотобоец из Багрового Легиона";
["Cannon Master Willey"] = "Мастер-канонир Вилли";
["Archivist Galford"] = "Архивариус Галфорд";
["Grand Crusader Dathrohan"] = "Верховный рыцарь Датрохан";
["Balnazzar"] = "Балназзар";
["Sothos"] = "Сотос";
["Jarien"] = "Джариен";
["Magistrate Barthilas"] = "Мировой судья Бартилас";
["Aurius"] = "Аурий";
["Stonespine"] = "Каменный Гребень";
["Baroness Anastari"] = "Баронесса Анастари";
["Black Guard Swordsmith"] = "Оружейник Черной Стражи";
["Nerub'enkan"] = "Неруб'энкан";
["Maleki the Pallid"] = "Малекай Бледный";
["Ramstein the Gorger"] = "Рамштайн Ненасытный";
["Baron Rivendare"] = "Барон Ривендер";
["Ysida Harmon"] = "Исида Хармон";
["Crusaders' Square Postbox"] = "Ключ от почтового ящика на Площади рыцарей";
["Market Row Postbox"] = "Ключ от почтового ящика в торговом ряду";
["Festival Lane Postbox"] = "Ключ от почтового ящика на Праздничной улице";
["Elders' Square Postbox"] = "Ключ от почтового ящика на Площади старейшины";
["King's Square Postbox"] = "Ключ от почтового ящика на Королевской площали";
["Fras Siabi's Postbox"] = "Ключ от почтового ящика Фраса Сиаби";
["3rd Box Opened"] = "Открытие третего ящика";
["Postmaster Malown"] = "Почтальон Мэлоун";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "Рак'Зор <Штейгер>";
["Miner Johnson"] = "Шахтер Джонсон";
["Sneed <Lumbermaster>"] = "Снид <Начальник лесозаготовки>";
["Sneed's Shredder <Lumbermaster>"] = "Крошшер Снида";
["Gilnid <The Smelter>"] = "Гилнид <Литейщик>";
["Defias Gunpowder"] = "Порох братства Справедливости";
["Captain Greenskin"] = "Капитан Зеленямс";
["Edwin VanCleef <Defias Kingpin>"] = "Эдвин ван Клиф";
["Mr. Smite <The Ship's First Mate>"] = "Мистер Каюк";
["Cookie <The Ship's Cook>"] = "Пирожок <Корабельный кок>";
 
--The Stockade
["Targorr the Dread"] = "Таргорр Ужасный";
["Kam Deepfury"] = "Кам Гневливый";
["Hamhock"] = "Хрупконог";
["Bazil Thredd"] = "Базиль Тредд";
["Dextren Ward"] = "Декстрен Вард";
["Bruegal Ironknuckle"] = "Бругал Железный Кулак";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "Храм Аталхаккара";
["Yeh'kinya's Scroll"] = "Свиток Йе'кинья";
["Atal'ai Defenders"] = "Защитники Атал'ая";
["Gasher"] = "Ранокол";
["Loro"] = "Лоро";
["Hukku"] = "Хукку";
["Zolo"] = "Золо";
["Mijan"] = "Миджан";
["Zul'Lor"] = "Зул'Лор";
["Altar of Hakkar"] = "Алтарь Хаккара";
["Atal'alarion <Guardian of the Idol>"] = "Атал'аларион <Страж идола>";
["Dreamscythe"] = "Жнец Снов";
["Weaver"] = "Ткачик";
["Avatar of Hakkar"] = "Аватара Хаккара";
["Jammal'an the Prophet"] = "Джаммал'ан Пророк";
["Ogom the Wretched"] = "Огом Презренный";
["Morphaz"] = "Морфаз";
["Hazzas"] = "Хаззас";
["Shade of Eranikus"] = "Тень Эраникуса";
["Essence Font"] = "Купель сущности";
["Spawn of Hakkar"] = "Порождение Хаккара";
["Elder Starsong"] = "Старейшина Звездная Песня";
["Statue Activation Order"] = "Порядок активаций статуэток";
 
--Uldaman
["Staff of Prehistoria"] = "Посох Древнейшей Истории";
["Baelog"] = "Бейло";
["Eric \"The Swift\""] = "Эрик \"Быстрый\"";
["Olaf"] = "Олаф";
["Baelog's Chest"] = "Сундук Бейлога";
["Conspicuous Urn"] = "Подозрительная урна";
["Remains of a Paladin"] = "Останки паладина";
["Revelosh"] = "Ревелош";
["Ironaya"] = "Иронайа";
["Obsidian Sentinel"] = "Обсидиановый часовой";
["Annora <Enchanting Trainer>"] = "Аннора <Учитель наложения чар>";
["Ancient Stone Keeper"] = "Древний Хранитель Камня";
["Galgann Firehammer"] = "Галганн Огнемолот";
["Tablet of Will"] = "Табличка Воли";
["Shadowforge Cache"] = "Тайник Кузни Теней";
["Grimlok <Stonevault Chieftain>"] = "Гримлок <Вождь племени Каменного Свода>";
["Archaedas <Ancient Stone Watcher>"] = "Аркедас <Древний Каменный Страж>";
["The Discs of Norgannon"] = "Диски Норганнона";
["Ancient Treasure"] = "Древнее сокровище";
 
--Zul'Gurub
["Zandalar Tribe"] = "Племя Зандалар";
["Mudskunk Lure"] = "Наживка на грязнотинника";
["Gurubashi Mojo Madness"] = "Амулет безумия Гурубаши";
["High Priestess Jeklik"] = "Верховная жрица Джеклик";
["High Priest Venoxis"] = "Верховный жрец Веноксис";
["Zanza the Restless"] = "Занза Неупокоенный";
["High Priestess Mar'li"] = "Верховная жрица Мар'ли";
["Bloodlord Mandokir"] = "Мандокир Повелитель Крови";
["Ohgan"] = "Охган";
["Edge of Madness"] = "Край Безумия";
["Gri'lek"] = "Гри'лек";
["Hazza'rah"] = "Хазза'рах";
["Renataki"] = "Ренатаки";
["Wushoolay"] = "Вушулай";
["Gahz'ranka"] = "Газ'ранка";
["High Priest Thekal"] = "Верховный жрец Текал";
["Zealot Zath"] = "Ревнитель Зат";
["Zealot Lor'Khan"] = "Ревнитель Лор'Кхан";
["High Priestess Arlokk"] = "Верховная жрица Арлокк";
["Jin'do the Hexxer"] = "Джин'до Проклинатель";
["Hakkar"] = "Хаккар";
["Muddy Churning Waters"] = "Грязные Воды Взбалтывания";
 
--Karazhan Start
["The Violet Eye"] = "Аметистовое Око";--omitted from Karazhan End
["The Master's Key"] = "Хозяйский ключ";--omitted from Karazhan End
["Staircase to the Ballroom"] = "Лестница в танцевальный зал";
["Stairs to Upper Stable"] = "Летсница в верхнюю конюшню";
["Ramp to the Guest Chambers"] = "Рампа в гостевую комнату";
["Stairs to Opera House Orchestra Level"] = "Лесница в оперный театр (уровень оркестра)";
["Ramp from Mezzanine to Balcony"] = "Рампа в из под сцены на балкон";
["Connection to Master's Terrace"] = "Связь с Террасой Мастера";
["Path to the Broken Stairs"] = "Дорога к разбитым ступенькам";--omitted from Karazhan End
["Hastings <The Caretaker>"] = "Гастингс <Управляющий>";
["Servant Quarters"] = "Жильё прислуги";
["Hyakiss the Lurker"] = "Хиакисс Тенетник";
["Rokad the Ravager"] = "Рокад Опустошитель";
["Shadikith the Glider"] = "Шадикит Скользящий";
["Berthold <The Doorman>"] = "Бертольд <Привратник>";
["Calliard <The Nightman>"] = "Кальярд <Ночной страж>";
["Attumen the Huntsman"] = "Аттумен Охотник";
["Midnight"] = "Полночь";
["Koren <The Blacksmith>"] = "Корен <Кузнец>";
["Moroes <Tower Steward>"] = "Мороуз <Дворецкий>";
["Baroness Dorothea Millstipe"] = "Баронесса Дороти Милстип";
["Lady Catriona Von'Indi"] = "Леди Катриона Фон'Инди";
["Lady Keira Berrybuck"] = "Леди Кейра Ягодная Корзина";
["Baron Rafe Dreuger"] = "Барон Раф Дреугер";
["Lord Robin Daris"] = "Лорд Робин Дэрис";
["Lord Crispin Ference"] = "Лорд Криспин Ференс";
["Bennett <The Sergeant at Arms>"] = "Беннет <Начальник охраны>";
["Ebonlocke <The Noble>"] = "Чернодрев <Аристократ>";
["Keanna's Log"] = "Записи Кеанны";
["Maiden of Virtue"] = "Благочестивая дева";
["Sebastian <The Organist>"] = "Себастиан <Органист>";
["Barnes <The Stage Manager>"] = "Барнс <Конферансье>";
["The Opera Event"] = "Опера";
["Red Riding Hood"] = "Красная Шапочка";
["The Big Bad Wolf"] = "Злой и страшный серый волк";
["Wizard of Oz"] = "Волшебник страны Oз";
["Dorothee"] = "Дороти";
["Tito"] = "Тито";
["Strawman"] = "Балбес";
["Tinhead"] = "Медноголовый";
["Roar"] = "Хохотун";
["The Crone"] = "Ведьма";
["Romulo and Julianne"] = "Ромуло и Джулианна";
["Romulo"] = "Ромуло";
["Julianne"] = "Джулианна";
["The Master's Terrace"] = "Терраса Мастера";
["Nightbane"] = "Ночная Погибель";
 
--Karazhan End
["Broken Stairs"] = "Сломаная лесница";
["Ramp to Guardian's Library"] = "Рампа к библиотеку стражи";
["Suspicious Bookshelf"] = "Подозрительные книжные полки";
["Ramp up to the Celestial Watch"] = "Подъём к небесному надзору";
["Ramp down to the Gamesman's Hall"] = "Спуск в игровой зал";
["Chess Event"] = "Шахматы";
["Ramp to Medivh's Chamber"] = "Рампа в комнату Медива";
["Spiral Stairs to Netherspace"] = "Спиральные лестницы к Пустомари";
["The Curator"] = "Смотритель";
["Wravien <The Mage>"] = "Вравьен <Маг>";
["Gradav <The Warlock>"] = "Градав <Чернокнижник>";
["Kamsis <The Conjurer>"] = "Камсис <Кудесник>";
["Terestian Illhoof"] = "Терестиан Больное Копыто";
["Kil'rek"] = "Кил'рек";
["Shade of Aran"] = "Тень Арана";
["Netherspite"] = "Пустогнев";
["Ythyar"] = "Айтар";
["Echo of Medivh"] = "Эхо Медива";
["Dust Covered Chest"] = "Пыльный сундук";
["Prince Malchezaar"] = "Принц Малчезар";
 
--Zul'Aman
["Harrison Jones"] = "Харрисон Джонс";
["Nalorakk <Bear Avatar>"] = "Налоракк <Аватара медведя>";
["Tanzar"] = "Танзар";
["The Map of Zul'Aman"] = "Карта Зул'Амана";
["Akil'Zon <Eagle Avatar>"] = "Акил'зон <Аватара орла>";
["Harkor"] = "Харкор";
["Jan'Alai <Dragonhawk Avatar>"] = "Джан'алай <Аватара дракондора>";
["Kraz"] = "Краз";
["Halazzi <Lynx Avatar>"] = "Халаззи <Аватара рыси>";
["Ashli"] = "Эшли";
["Zungam"] = "Зангам";
["Hex Lord Malacrass"] = "Повелитель проклятий Малакрасс";
["Thurg"] = "Тург";
["Gazakroth"] = "Газакрот";
["Lord Raadan"] = "Лорд Раадан";
["Darkheart"] = "Черносерд";
["Alyson Antille"] = "Алисон Антиль";
["Slither"] = "Скользь";
["Fenstalker"] = "Болотный ловец";
["Koragg"] = "Корагг";
["Zul'jin"] = "Зул'джин";
["Forest Frogs"] = "Лесная лягушка";
["Kyren <Reagents>"] = "Кирен <Реагенты>";
["Gunter <Food Vendor>"] = "Гюнтер <Продавец еды>";
["Adarrah"] = "Адарра";
["Brennan"] = "Бреннан";
["Darwen"] = "Стрел";
["Deez"] = "Диз";
["Galathryn"] = "Калатрин";
["Mitzi"] = "Митци";
["Mannuth"] = "Маннут";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "Армия Расколотого Солнца";
["Selin Fireheart"] = "Селин Огненное Сердце";
["Fel Crystals"] = "Кристалл Скверны";
["Tyrith"] = "Тирит";
["Vexallus"] = "Вексалиус";
["Scrying Orb"] = "Гадательный шар Соланиана";
["Kalecgos"] = "Калесгос";--omitted from SP
["Priestess Delrissa"] = "Жрица Делрисса";
["Apoko"] = "Апоко";
["Eramas Brightblaze"] = "Эрамас Сияющее Пламя";
["Ellrys Duskhallow"] = "Эллриса Почитательница Тени";
["Fizzle"] = "Пшикс";
["Garaxxas"] = "Гараксас";
["Sliver <Garaxxas' Pet>"] = "Лыббс <Питомец Гараксаса>";
["Kagani Nightstrike"] = "Кагани Ночной Удар";
["Warlord Salaris"] = "Полководец Саларис";
["Yazzai"] = "Яззай";
["Zelfan"] = "Зелфан";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "Кель'тас Солнечный Скиталец";--omitted from TK: The Eye
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "Сатроварр Осквернитель";
["Madrigosa"] = "Мадригоса";
["Brutallus"] = "Бруталл";
["Felmyst"] = "Пророк Скверны";
["Eredar Twins"] = "Эредарские близнецы";
["Grand Warlock Alythess"] = "Главная чернокнижница Алитесса";
["Lady Sacrolash"] = "Леди Сакролаш";
["M'uru"] = "М'ару";
["Entropius"] = "Энтропий";
["Kil'jaeden <The Deceiver>"] = "Кил'джеден <Искуситель>";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "Траллмар";--omitted from other HFC
["Honor Hold"] = "Оплот Чести";--omitted from other HFC
["Flamewrought Key"] = "Ключ, выкованный в пламени";--omitted from other HFC
["The Maker"] = "Мастер";
["Broggok"] = "Броггок";
["Keli'dan the Breaker"] = "Кели'дан Разрушитель";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "Ключ Разрушенных залов";
["Randy Whizzlesprocket"] = "Рэнди Свистельник";
["Drisella"] = "Дризелла";
["Grand Warlock Nethekurse"] = "Главный чернокнижник Пустоклят";
["Blood Guard Porung"] = "Кровавый страж Порунг";
["Warbringer O'mrogg"] = "О'мрогг Завоеватель";
["Warchief Kargath Bladefist"] = "Вождь Каргат Острорук";
["Shattered Hand Executioner"] = "Палач из клана Извученной Длани";
["Private Jacint"] = "Рядовой Джасинт";
["Rifleman Brownbeard"] = "Ружейник Буробород";
["Captain Alina"] = "Капитан Алина";
["Scout Orgarr"] = "Разведчик Оргарр";
["Korag Proudmane"] = "Кораг Гордая Грива";
["Captain Boneshatter"] = "Капитан Костолом";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "Начальник стражи Гарголмар";
["Omor the Unscarred"] = "Омор Неодолимый";
["Vazruden"] = "Вазруден";
["Nazan <Vazruden's Mount>"] = "Назан <Ездовое животное Вазрудена>";
["Reinforced Fel Iron Chest"] = "Укрепленный сундук из оскверненного железа";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "Магтеридон";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "Экспедиция Ценариона";--omitted from other CR
["Reservoir Key"] = "Ключ Сокровищницы";--omitted from other CR
["Mennu the Betrayer"] = "Менну Предатель";
["Weeder Greenthumb"] = "Культиватор Зеленопал";
["Skar'this the Heretic"] = "Скартис Еретик";
["Rokmar the Crackler"] = "Рокмар Трескун";
["Naturalist Bite"] = "Натуралист Кус";
["Quagmirran"] = "Квагмирран";
["Ahune <The Frost Lord>"] = "Ахун <Повелитель Холода>";
 
--CR: The Underbog
["Hungarfen"] = "Голоднец";
["The Underspore"] = "Подспорник";
["Ghaz'an"] = "Газ'ан";
["Earthbinder Rayge"] = "Землепряд Гневвс";
["Swamplord Musel'ek"] = "Владыка болота Мусел'ек";
["Claw <Swamplord Musel'ek's Pet>"] = "Когти <Питомец владыка болота Мусел'ека>";
["The Black Stalker"] = "Черная Охотница";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "Гидромант Теспия";
["Main Chambers Access Panel"] = "Главная камера сгорания - Панель доступа";
["Second Fragment Guardian"] = "Страж второго фрагмента";
["Mekgineer Steamrigger"] = "Мекжинер Паропуск";
["Warlord Kalithresh"] = "Полководец Калитреш";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "Гидросс Нестабильный <Князь течений>";
["The Lurker Below"] = "Скрытень из глубин";
["Leotheras the Blind"] = "Леотерас Слепец";
["Fathom-Lord Karathress"] = "Повелитель глубин Каратресс";
["Seer Olum"] = "Провидец Олум";
["Morogrim Tidewalker"] = "Морогрим Волноступ";
["Lady Vashj <Coilfang Matron>"] = "Леди Вайш <Правительница резервуара Кривого Клыка>";
 
--Auch: Mana-Tombs
["The Consortium"] = "Консорциум";
["Auchenai Key"] = "Аукенайский ключ";--omitted from other Auch
["The Eye of Haramad"] = "Око Харамада";
["Pandemonius"] = "Пандемоний";
["Shadow Lord Xiraxis"] = "Владыка теней Зираксис";
["Ambassador Pax'ivi"] = "Посол Пакс'иви";
["Tavarok"] = "Таварок";
["Cryo-Engineer Sha'heen"] = "Крио-инженер Ша'хин";
["Ethereal Transporter Control Panel"] = "Пульт управления астрального телепорта";
["Nexus-Prince Shaffar"] = "Принц Шаффар";
["Yor <Void Hound of Shaffar>"] = "Йор <Исчадие Бездны Шаффара>";
 
--Auch: Auchenai Crypts
["Lower City"] = "Нижний Город";--omitted from other Auch
["Shirrak the Dead Watcher"] = "Ширрак Страж Мерт";
["Exarch Maladaar"] = "Экзарх Маладаар";
["Avatar of the Martyred"] = "Аватара Мученика";
["D'ore"] = "Д'оре";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "Лунный камень Сущности";
["Darkweaver Syth"] = "Темнопряд Сит";
["Lakka"] = "Лакка";
["The Saga of Terokk"] = "Сага о Терокке";
["Anzu"] = "Анзу";
["Talon King Ikiss"] = "Король воронов Айкисс";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "Ключ Темного Лабиринта";
["Spy To'gun"] = "Шпион То'гун";
["Ambassador Hellmaw"] = "Посол Гиблочрев";
["Blackheart the Inciter"] = "Черносерд Проповедник";
["Grandmaster Vorpil"] = "Великий мастер Ворпил";
["The Codex of Blood"] = "Кодекс Крови";
["Murmur"] = "Бормотун";
["First Fragment Guardian"] = "Страж первого фрагмента";
 
--TK: The Botanica
["The Sha'tar"] = "Ша'тар";--omitted from other TK
["Warpforged Key"] = "Деформированный ключ";--omitted from other TK
["Commander Sarannis"] = "Командир Сараннис";
["High Botanist Freywinn"] = "Верховный ботаник Фрейвин";
["Thorngrin the Tender"] = "Скалезуб Скорбный";
["Laj"] = "Ладж";
["Warp Splinter"] = "Узлодревень";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "Ключ от Аркатраца";
["Zereketh the Unbound"] = "Зерекет Бездонный";
["Third Fragment Guardian"] = "Страж третьего фрагмента";
["Dalliah the Doomsayer"] = "Даллия Глашатай Судьбы";
["Wrath-Scryer Soccothrates"] = "Провидец Гнева Соккорат";
["Udalo"] = "Адало";
["Harbinger Skyriss"] = "Предвестник Скайрисс";
["Warden Mellichar"] = "Начальник тюрьмы Мелличар";
["Millhouse Manastorm"] = "Милхаус Манашторм";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "Страж ворот Точеный Нож";
["Gatewatcher Iron-Hand"] = "Страж ворот Стальная Клешня";
["Cache of the Legion"] = "Тайник Легиона";
["Mechano-Lord Capacitus"] = "Механо-лорд Конденсарон";
["Overcharged Manacell"] = "Переполненный зарядом контейнер с маной";
["Nethermancer Sepethrea"] = "Пустомант Сепетрея";
["Pathaleon the Calculator"] = "Паталеон Вычислитель";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "Ал'ар <Феникс-бог>";
["Void Reaver"] = "Страж Бездны";
["High Astromancer Solarian"] = "Верховный звездочет Солариан";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "Таладред Светокрад";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "Старший инженер Телоникус";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = " Великий Звездочет Каперниан";
["Lord Sanguinar <The Blood Hammer>"] = " Лорд Сангвинар <Молот Крови>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "Король Молгар <Повелитель огров>";
["Kiggler the Crazed"] = "Кигглер Безумный";
["Blindeye the Seer"] = "Слепоглаз Ясновидец";
["Olm the Summoner"] = "Олм Призыватель";
["Krosh Firehand"] = "Крош Огненная Рука";
["Gruul the Dragonkiller"] = "Груул Драконобой";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "Пеплоусты-служители";--omitted from other BT
["Towards Reliquary of Souls"] = "К Гробнице Душ";
["Towards Teron Gorefiend"] = "К Терону Кровожадному";
["Towards Illidan Stormrage"] = "К Иллидану Ярости Бури";
["Spirit of Olum"] = "Олумов дух";
["High Warlord Naj'entus"] = "Верховный Полководец Надж'ентус";
["Supremus"] = "Супремус";
["Shade of Akama"] = "Тень Акамы";
["Spirit of Udalo"] = "Дух Адало";
["Aluyen <Reagents>"] = "Алуйен <Реагенты>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "Окуно <Начальник снабжения Пеплоустов>";
["Seer Kanai"] = "Провидец Канеи";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "Гуртогг Кипящая Кровь";
["Reliquary of Souls"] = "Гробница Душ";
["Essence of Suffering"] = "Воплощение страдания";
["Essence of Desire"] = "Воплощение желания";
["Essence of Anger"] = "Воплощение гнева";
["Teron Gorefiend"] = "Терон Кровожад";
 
--Black Temple (Top)
["Mother Shahraz"] = "Матушка Шахраз";
["The Illidari Council"] = "Совет Иллидари";
["Lady Malande"] = "Леди Маланда";
["Gathios the Shatterer"] = "Гатиос Изувер";
["High Nethermancer Zerevor"] = "Верховный пустомант Зеревор";
["Veras Darkshadow"] = "Верас Глубокий Мрак";
["Illidan Stormrage <The Betrayer>"] = "Иллидан Ярость Бури <Отступник>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "Ха'лей";
["Greatfather Aldrimus"] = "Великий Отец Алдримус";
["Clarissa"] = "Кларисса";
["Ramdor the Mad"] = "Рамдор Безумный";
["Horvon the Armorer <Armorsmith>"] = "Хорвон Бронник <Бронник>";
["Nexus-Prince Haramad"] = "Принц Харамад";
["Artificer Morphalius"] = "Работник Морфалиус";
["Mamdy the \"Ologist\""] = "Мамди по кличке \"Олог\"";
["\"Slim\" <Shady Dealer>"] = "Тип <Сомнительный делец>";
["\"Captain\" Kaftiz"] = "Капитан Кафтиц";
["Isfar"] = "Исфар";
["Field Commander Mahfuun"] = "Боевой командир Мафуун";
["Spy Grik'tha"] = "Шпион Грик'та";
["Provisioner Tsaalt"] = "Поставщик Тсаальт";
["Dealer Tariq <Shady Dealer>"] = "Делец Тариг <Сомнительный делец>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "Бодли";
["Overmaster Pyron"] = "Подчинитель Пирон";
["Lothos Riftwaker"] = "Лотос Хранитель Портала";
["Franclorn Forgewright"] = "Франклорн Искусник";
["Orb of Command"] = "Сфера Приказа";
["Scarshield Quartermaster <Scarshield Legion>"] = "Интендант из легиона Изрубленного Щита";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "Дозорный Джанг";
["Mortog Steamhead"] = "Мортог Горячая Голова";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "Телепортатор";
["Sprok <Away Team>"] = "Вилконож <Заблудившаяся команда>";
["Matrix Punchograph 3005-A"] = "Матричный перфограф 3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "Намдо Вклвыкл <Инженерные материалы>";
["Techbot"] = "Техбот";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "Безымянный пророк";
["Kolk <The First Kahn>"] = "Колк <Первый хан>";
["Gelk <The Second Kahn>"] = "Гелк <Второй хан>";
["Magra <The Third Kahn>"] = "Магра <Третий хан>";
["Cavindra"] = "Кавиндра";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "Мариса дю Пэж";
["Brainwashed Noble"] = "Зомбированный дворянин";
["Foreman Thistlenettle"] = "Штейгер Чертополох";
 
--Sunken Temple (Entrance)
["Jade"] = "Нефрит";
["Kazkaz the Unholy"] = "Казказ Нечистый";
["Zekkis"] = "Зеккис";
["Veyzhak the Cannibal"] = "Вейжак Каннибал";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "Тяжелоступ Грез";
["Magregan Deepshadow"] = "Магреган Чернотень";
["Tablet of Ryun'Eh"] = "Табличка Рьюн'эха";
["Krom Stoutarm's Chest"] = "Сундук Крома Крепкорука";
["Garrett Family Chest"] = "Сундук семейства Гарретт";
["Digmaster Shovelphlange"] = "Мастер Лопаторук";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "Безумный Магглиш";
["Trigore the Lasher"] = "Тригор Хлестун";
["Boahn <Druid of the Fang>"] = "Боан <Друид Клыка>";
["Above the Entrance:"] = "Выше Входа:";
["Ebru <Disciple of Naralex>"] = "Эбру <Послушник Наралекса>";
["Nalpak <Disciple of Naralex>"] = "Налпак <Послушник Наралекса>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "Калидан Лунный Серп <Спец. товары для кожевников>";
["Waldor <Leatherworking Trainer>"] = "Валдор <Учитель кожевничества>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "Забытый остров";
["Dire Maul Arena"] = "Арена забытого города";
["Mushgog"] = "Мушгог";
["Skarr the Unbreakable"] = "Скарр Непреклонный";
["The Razza"] = "Разза";
["Elder Mistwalker"] = "Старейшина Странник Туманов ";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "Распорядитель времени <Хранители Времени>";
["Alexston Chrome <Tavern of Time>"] = "Алекстон Хром <Таверна Времени>";
["Yarley <Armorer>"] = "Ярли <Бронник>";
["Bortega <Reagents & Poison Supplies>"] = "Бортега <Реагенты и яды>";
["Galgrom <Provisioner>"] = "Гальгром <Поставщик>";
["Alurmi <Keepers of Time Quartermaster>"] = "Алурми <Начальник снабжения Хранителей Времени>";
["Zaladormu"] = "Заладорму";
["Soridormi <The Scale of Sands>"] = "Соридорми <Песчаная Чешуя>";
["Arazmodu <The Scale of Sands>"] = "Аразмоду <Песчаная Чешуя>";
["Andormu <Keepers of Time>"] = "Андорму <Хранители Времени>";
["Nozari <Keepers of Time>"] = "Нозари <Хранители Времени>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "Верховный маг Лерида";
["Apprentice Darius"] = "Ученик Дариус";
["Archmage Alturus"] = "Верховный маг Альтур";
["Stairs to Underground Pond"] = "Лестница к Подземному пруду";
["Stairs to Underground Well"] = "Лестница к Подземному колодцу";
["Charred Bone Fragment"] = "Фрагмент обугленной кости";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "Старейшина Надокс";
["Prince Taldaram"] = "Принц Талдарам";
["Jedoga Shadowseeker"] = "Джедога Искательница Теней";
["Herald Volazj"] = "Глашатай Волаж";
["Amanitar"] = "Аманитар";
["Ahn'kahet Brazier"] = "Ан'кахетская жаровня ";
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "Крик'Тир Хранитель Врат";
["Watcher Gashra"] = "Дозорный Гашра";
["Watcher Narjil"] = "Дозорный Нарджил";
["Watcher Silthik"] = "Дозорный Силтик";
["Hadronox"] = "Хадронокс";
["Anub'arak"] = "Ануб'арак";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "Очищение Стратхольма";
["Meathook"] = "Мясной Крюк";
["Salramm the Fleshcrafter"] = "Салрамм Плоторез";
["Chrono-Lord Epoch"] = "Хронолорд Эпох";
["Mal'Ganis"] = "Мал'Ганис";
["Chromie"] = "Хроми";
["Infinite Corruptor"] = "Осквернитель из рода Бесконечности";
["Guardian of Time"] = "Хранитель Времени";
["Scourge Invasion Points"] = "Точки вторжения Плети";
 
--Drak'Tharon Keep
["Trollgore"] = "Кровотролль";
["Novos the Summoner"] = "Новос Призыватель";
["King Dred"] = "Король Дред";
["The Prophet Tharon'ja"] = "Пророк Тарон'джа";
["Kurzel"] = "Курцель";
["Drakuru's Brazier"] = "Жаровня Дракуру";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "Слад'ран <Верховный пророк Шшератуса>";
["Drakkari Colossus"] = "Колосс Драккари";
["Moorabi <High Prophet of Mam'toth>"] = "Мураби <Верховный пророк Мам'тота>";
["Gal'darah <High Prophet of Akali>"] = "Гал'дара <Верховный пророк Акали>";
["Eck the Ferocious"] = "Эк Свирепый";
 
--Icecrown Citadel
["The Ashen Verdict"] = "Пепельный союз";
["Lord Marrowgar"] = "Лорд Ребрад";
["Lady Deathwhisper"] = "Леди Смертный Шепот";
["Gunship Battle"] = "Бой на кораблях";
["Deathbringer Saurfang"] = "Саурфанг Смертоносный";
["Festergut"] = "Тухлопуз";
["Rotface"] = "Гниломорд";
["Professor Putricide"] = "Профессор Мерзоцид";
["Blood Prince Council"] = "Совет Принцев Крови";
["Prince Keleseth"] = "Принц Келесет";
["Prince Taldaram"] = "Принц Талдарам";
["Prince Valanar"] = "Принц Валанар";
["Blood-Queen Lana'thel"] = "Кровавая королева Лана'тель";
["Valithria Dreamwalker"] = "Валитрия Сноходица";
["Sindragosa <Queen of the Frostbrood>"] = "Синдрагоса";
["The Lich King"] = "Король-лич";
["To next map"] = "На следеющею карту";
["From previous map"] = "На предыдущую карту";
["Light's Hammer"] = "Молот Света";
["Oratory of the Damned"] = "Молельня Проклятых";
["Rampart of Skulls"] = "Черепной вал";
["Deathbringer's Rise"] = "Подъем Смертоносного";
["Upper Spire"] = "Верхний ярус";
["Sindragosa's Lair"] = "Логово Синдрагосы";
["The Frozen Throne"] = "Ледяной Трон";
 
--Naxxramas
["Mr. Bigglesworth"] = "Мистер Бигглсуорт";
["Construct Quarter"] = "Квартал Мерзости";
["Patchwerk"] = "Лоскутик";
["Grobbulus"] = "Гроббулус";
["Gluth"] = "Глут";
["Thaddius"] = "Таддиус";
["Arachnid Quarter"] = "Паучий квартал";
["Anub'Rekhan"] = "Ануб'Рекан";
["Grand Widow Faerlina"] = "Великая вдова Фарлина";
["Maexxna"] = "Мексна";
["Military Quarter"] = "Военный квартал";
["Instructor Razuvious"] = "Инструктор Разувиус";
["Gothik the Harvester"] = "Готик Жнец";
["The Four Horsemen"] = "Четыри Всадника";
["Thane Korth'azz"] = "Тан Кортазз";
["Lady Blaumeux"] = "Леди Бломе";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "Сэр Зелиек";
["Four Horsemen Chest"] = "Сундук Четырех Всадников";
["Plague Quarter"] = "Чумной квартал";
["Noth the Plaguebringer"] = "Нот Чумной";
["Heigan the Unclean"] = "Хейган Нечестивый";
["Loatheb"] = "Лотхиб";
["Frostwyrm Lair"] = "Логово Ледяного Змея";
["Sapphiron"] = "Сапфирон";
["Kel'Thuzad"] = "Кел'Тузад";
 
--The Nexus: The Nexus
["Anomalus"] = "Аномалус";
["Ormorok the Tree-Shaper"] = "Орморок Воспитатель Дерев";
["Grand Magus Telestra"] = "Великая ведунья Телестра";
["Keristrasza"] = "Керистраза";
["Commander Stoutbeard"] = "Командир Пивобород";
["Berinand's Research"] = "Исследования Беринарда";
["Commander Kolurg"] = "Командир Колург";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "Малигос";
["Key to the Focusing Iris"] = "Ключ к Радужному Средоточию";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "Дракос Дознаватель";
["Mage-Lord Urom"] = "Маг-лорд Уром";
["Ley-Guardian Eregos"] = "Варос Заоблачный Странник";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "Варос Заоблачный Странник";
["Centrifuge Construct"] = "Центрифужное создание";
["Cache of Eregos"] = "Тайник Эрегоса";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "Верховный маг Корелн <Кирин-Тор>";
["Archmage Elandra <Kirin Tor>"] = "Верховный маг Эландра <Кирин-Тор>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "Леди Сильвана Ветрокрылая";
["Dark Ranger Loralen"] = "Темный следопыт Лорален";
["Dark Ranger Kalira"] = "Темный следопыт Калира";
["Bronjahm <Godfather of Souls>"] = "Броньям";
["Devourer of Souls"] = "Пожиратель Душ";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "Начальник кузни Гарфрост";
["Martin Victus"] = "Мартин Виктус"; -- нужно проверить
["Gorkun Ironskull"] = "Горкун Железный Череп";
["Krick and Ick"] = "Ик и Крик";
["Scourgelord Tyrannus"] = "Повелитель Плети Тираний";
["Rimefang"] = "Иний";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "Фалрик";
["Marwyn"] = "Марвин";
["Wrath of the Lich King"] = "Король-лич";
["The Captain's Chest"] = "Сундук капитана";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "Комната черных драконов";
["Sartharion <The Onyx Guardian>"] = "Сартарион <Ониксовый страж>";
["Tenebron"] = "Тенеброн";
["Shadron"] = "Шадрон";
["Vesperon"] = "Весперон";
 
--The Violet Hold
["Erekem"] = "Эрекем";
["Zuramat the Obliterator"] = "Зурамат Уничтожитель";
["Xevozz"] = "Ксевозз";
["Ichoron"] = "Гнойрон";
["Moragg"] = "Морагг";
["Lavanthor"] = "Лавантор";
["Cyanigosa"] = "Синигоса";
["The Violet Hold Key"] = "Ключ Аметистовой крепости";
 
--Trial of the Champion
["Grand Champions"] = "Абсолютные чемпионы";
["Champions of the Alliance"] = "Чемпионы Альянса";
["Marshal Jacob Alerius"] = "Маршал Якоб Алерий";
["Ambrose Boltspark"] = "Амброз Искрокрут";
["Colosos"] = "Колосус";
["Jaelyne Evensong"] = "Джейлин Закатная Песня";
["Lana Stouthammer"] = "Лана Твердомолот";
["Champions of the Horde"] = "Чемпионы Орды";
["Mokra the Skullcrusher"] = "Мокра Дробитель Черепов";
["Eressea Dawnsinger"] = "Эрессея Певица Рассвета";
["Runok Wildmane"] = "Рунок Буйногривый";
["Zul'tore"] = "Зул'тор";
["Deathstalker Visceri"] = "Страж смерти Визери";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "Эдрик Чистый";
["Argent Confessor Paletress"] = "Исповедница Серебряного Авангарда Пейлтресс";
["The Black Knight"] = "Черный рыцарь";
 
--Trial of the Crusader
["Cavern Entrance"] = "Вход";
["Northrend Beasts"] = "Звери Нордскола";
["Gormok the Impaler"] = "Гормок Пронзающий Бивень";
["Acidmaw"] = "Кислотная Утроба";
["Dreadscale"] = "Жуткая Чешуя";
["Icehowl"] = "Ледяной Рев";
["Lord Jaraxxus"] = "Лорд Джараксус";
["Faction Champions"] = "Чемпионы фракций";
["Twin Val'kyr"] = "Валь'киры-близнецы";
["Fjola Lightbane"] = "Фьола Погибель Света";
["Eydis Darkbane"] = "Эйдис Погибель Тьмы";
["Anub'arak"] = "Ануб'арак";
["Heroic: Trial of the Grand Crusader"] = "Героик: Испытание великого крестоносца";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "Генерал Бьярнгрин";
["Volkhan"] = "Волхан";
["Ionar"] = "Ионар";
["Loken"] = "Локен";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "Сундук Трибунала";
["Krystallus"] = "Кристаллус";
["Brann Bronzebeard"] = "Бранн Бронзобород";
["Sjonnir the Ironshaper"] = "Сьоннир Литейщик";
["Maiden of Grief"] = "Дева Скорби";
 
-- Ulduar General
["Celestial Planetarium Key"] = "Ключ к Священному планетарию";
["The Siege"] = "Осада";
["The Antechamber"] = "Вестибюль"; --B
["The Keepers"] = "Хранители"; --C
["Spark of Imagination"] = "Искра Воображения"; --D
["Descent into Madness"] = "Провал Безумия"; --E
 
-- Ulduar A
["Flame Leviathan"] = "Огненный Левиафан";
["Ignis the Furnace Master"] = "Повелитель Горнов Игнис";
["Razorscale"] = "Острокрылая";
["XT-002 Deconstructor"] = "Разрушитель XT-002";
["Expedition Base Camp"] = "Главный лагерь экспедиции";
["Formation Grounds"] = "Плац";
["The Colossal Forge"] = "Гигантская кузня";
["The Scrapyard"] = "Мусорная свалка";
["Tower of Life"] = "Башня Жизни";
["Tower of Flame"] = "Башня Пламени";
["Tower of Frost"] = "Башня Холода";
["Tower of Storms"] = "Башня Гроз";
 
-- Ulduar B
["Assembly of Iron"] = "Железное собрание";
["Steelbreaker"] = "Сталелом";
["Runemaster Molgeim"] = "Мастер рун Молгейм";
["Stormcaller Brundir"] = "Буревестник Брундир";
["Kologarn"] = "Кологарн";
["Algalon the Observer"] = "Алгалон Наблюдатель";
["Antechamber of Ulduar"] = "Вестибюль Ульдуара";
["Prospector Doren"] = "Геолог Дорен";
["Archivum Console"] = "Панель управления Архивом";
 
-- Ulduar C
["Auriaya"] = "Ауриайя";
["Freya"] = "Фрейя";
["Thorim"] = "Торим";
["Hodir"] = "Ходир";
["The Shattered Walkway"] = "Обвалившеяся галерия";
["The Conservatory of Life"] = "Оранжерея Жизни";
 
-- Ulduar D
["Mimiron"] = "Мимирон";
 
-- Ulduar E
["General Vezax"] = "Генерал Везакс";
["Yogg-Saron"] = "Йогг-Сарон";
["Prison of Yogg-Saron"] = "Темница Йогг-Сарона";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "Принц Келесет <Сан'лейн>";
["Dalronn the Controller"] = "Далронн Контролирующий";
["Ingvar the Plunderer"] = "Ингвар Расхититель";
["Dark Ranger Marrah"] = "Темный следопыт Марра";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "Бригг Мелкотруб";
["Svala Sorrowgrave"] = "Свала Вечноскорбящая";
["Gortok Palehoof"] = "Горток Бледное Копыто";
["Skadi the Ruthless"] = "Скади Безжалостный";
["King Ymiron"] = "Король Имирон";
["Skarvald the Constructor"] = "Скальвард Строитель";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "Аркавон Каменный Страж";
["Emalon the Storm Watcher"] = "Эмалон Созерцатель Бури";
["Koralon the Flame Watcher"] = "Коралон Страж Огня";
["Toravon the Ice Watcher"] = "Торавон Страж Льда";
};
end
\ No newline at end of file
Locale/Atlas-esES.lua New file
0,0 → 1,1750
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Atlas Spanish Localization
-- Traducido por --> maqjav|Marosth de Tyrande<--
-- maqjav@gmail.com
-- Última Actualización (last update): 09/02/2010
 
--************************************************
-- Global Atlas Strings
--************************************************
 
if ( GetLocale() == "esES" ) then
 
AtlasSortIgnore = {"the (.+)"}
 
ATLAS_TITLE = "Atlas";
ATLAS_SUBTITLE = "Visualizador de Mapas";
ATLAS_DESC = "Atlas es un visor de instances de Mapas.";
 
BINDING_HEADER_ATLAS_TITLE = "Enlaces Atlas";
BINDING_NAME_ATLAS_TOGGLE = "Barra del Atlas";
BINDING_NAME_ATLAS_OPTIONS = "Opciones de la Barra";
BINDING_NAME_ATLAS_AUTOSEL = "Auto-Selecciona";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "opciones";
 
ATLAS_STRING_LOCATION = "Localización";
ATLAS_STRING_LEVELRANGE = "Rango de nivel";
ATLAS_STRING_PLAYERLIMIT = "Límite de Jugadores";
ATLAS_STRING_SELECT_CAT = "Seleccionar Categoría";
ATLAS_STRING_SELECT_MAP = "Seleccionar Mapa";
ATLAS_STRING_SEARCH = "Buscar";
ATLAS_STRING_CLEAR = "Limpiar";
ATLAS_STRING_MINLEVEL = "Nivel mínimo";
 
ATLAS_OPTIONS_BUTTON = "Opciones";
ATLAS_OPTIONS_SHOWBUT = "Mostrar botón en el minimapa";
ATLAS_OPTIONS_AUTOSEL = "Auto-Seleccionar mazmorra";
ATLAS_OPTIONS_BUTPOS = "Posición del icono";
ATLAS_OPTIONS_TRANS = "Transparencia";
ATLAS_OPTIONS_REPMAP = "Reemplazar mapa del mundo";
ATLAS_OPTIONS_RCLICK = "Botón derecho para mapa del mundo";
ATLAS_OPTIONS_SHOWMAPNAME = "Mostrar nombre del mapa";
ATLAS_OPTIONS_RESETPOS = "Resetear posición";
ATLAS_OPTIONS_ACRONYMS = "Mostrar acrónimos";
ATLAS_OPTIONS_SCALE = "Escala";
ATLAS_OPTIONS_BUTRAD = "Radio del botón";
ATLAS_OPTIONS_CLAMPED = "Ajustar ventana a la pantalla";
ATLAS_OPTIONS_CTRL = "Pulsar control para ver las herramientas";
ATLAS_OPTIONS_COORDS = "Muestra coords. en el mapa del mundo";
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas";
ATLAS_BUTTON_TOOLTIP_HINT = "Click izquierdo para abrir Atlas.\nClick central para opciones.\nClick derecho y arrastrar para mover el icono.";
ATLAS_TITAN_HINT = "Click izquierdo para abrir Atlas.\nClick central para opciones.\nClick derecho para mostrar el menú.";
 
ATLAS_OPTIONS_CATDD = "Ordenar los mapas de mazmorra por:";
ATLAS_DDL_CONTINENT = "Continente";
ATLAS_DDL_CONTINENT_EASTERN = "Mazmorras de los Reinos del Este";
ATLAS_DDL_CONTINENT_KALIMDOR = "Mazmorras de Kalimdor";
ATLAS_DDL_CONTINENT_OUTLAND = "Mazmorras de Terrallende";
ATLAS_DDL_CONTINENT_NORTHREND = "Mazmorras de Rasganorte";
ATLAS_DDL_LEVEL = "Nivel";
ATLAS_DDL_LEVEL_UNDER45 = "Mazmorras de nivel inferior a 45";
ATLAS_DDL_LEVEL_45TO60 = "Mazmorras de nivel 45-60";
ATLAS_DDL_LEVEL_60TO70 = "Mazmorras de nivel 60-70";
ATLAS_DDL_LEVEL_70PLUS = "Mazmorras de nivel 70+";
ATLAS_DDL_LEVEL_80PLUS = "Mazmorras de nivel 80+";
ATLAS_DDL_PARTYSIZE = "Tamaño del grupo";
ATLAS_DDL_PARTYSIZE_5_AE = "Mazmorras para 5 jugadores A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "Mazmorras para 5 jugadores F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "Mazmorras para 10 jugadores A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "Mazmorras para 10 jugadores R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "Mazmorras para 20-40 jugadores";
ATLAS_DDL_EXPANSION = "Expansión";
ATLAS_DDL_EXPANSION_OLD_AO = "Antiguas Mazmorras A-O";
ATLAS_DDL_EXPANSION_OLD_PZ = "Antiguas Mazmorras P-Z";
ATLAS_DDL_EXPANSION_BC = "Mazmorras de Burning Crusade";
ATLAS_DDL_EXPANSION_WOTLK = "Mazmorras Wrath of the Lich King";
ATLAS_DDL_TYPE = "Tipo";
ATLAS_DDL_TYPE_INSTANCE_AC = "Mazmorras A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "Mazmorras D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "Mazmorras S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "Entradas";
 
ATLAS_INSTANCE_BUTTON = "Mazmorra";
ATLAS_ENTRANCE_BUTTON = "Entrada";
ATLAS_SEARCH_UNAVAIL = "Buscar no disponible";
ATLAS_WORLDMAP_PLAYER = "Jugador";
ATLAS_WORLDMAP_CURSOR = "Cursor";
 
ATLAS_DEP_MSG1 = "Atlas ha detectado uno o varios modulos sin actualizar.";
ATLAS_DEP_MSG2 = "Se han sido desactivados para este personaje.";
ATLAS_DEP_MSG3 = "Borralos de tu directorio AddOns.";
ATLAS_DEP_OK = "Vale";
 
AtlasZoneSubstitutions = {
["The Temple of Atal'Hakkar"] = "El Templo de Atal'Hakkar";
["Ahn'Qiraj"] = "Templo de Ahn'Qiraj";
["Karazhan"] = "Karazhan [A] (Comienzo)";
["Black Temple"] = "Templo oscuro [A] (Comienzo)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "Adulto";
["AKA"] = "AKA";
["Alliance"] = "Alianza";
["Arcane Container"] = "Contenedor Arcano";
["Argent Dawn"] = "El Alba Argenta";
["Argent Crusade"] = "Cruzada Argenta";
["Arms Warrior"] = "Guerrero Armas";
["Attunement Required"] = "Armonización requerida";
["Back"] = "Atras";
["Basement"] = "Sótano";
["Bat"] = "Murciélago";
["Blacksmithing Plans"] = "Planos de herrero";
["Boss"] = "Jefe";
["Brazier of Invocation"] = "Blandón de Invocación";
["Brewfest"] = "Festival de la cerveza";
["Chase Begins"] = "Comienza persecución";
["Chase Ends"] = "Final persecución";
["Child"] = "Niño";
["Connection"] = "Conexión";
["DS2"] = "DS2";
["East"] = "Este";
["Elevator"] = "Ascensor";
["End"] = "Fin";
["Engineer"] = "Ingeniero";
["Entrance"] = "Entrada";
["Event"] = "Evento";
["Exalted"] = "Exaltado";
["Exit"] = "Salida";
["Fourth Stop"] = "Cuarta parada";
["Front"] = "Frente";
["Ghost"] = "Fantasma";
["Hallow's End"] = "Halloween";
["Heroic"] = "Heróico";
["Holy Paladin"] = "Paladín Sagrado";
["Holy Priest"] = "Sacerdote Sagrado";
["Horde"] = "Horda";
["Hunter"] = "Cazador";
["Imp"] = "Duendecillo";
["Inside"] = "Dentro";
["Key"] = "Llave";
["Love is in the Air"] = "Amor en el aire";
["Lower"] = "Abajo";
["Lunar"] = "Lunar";
["Lunar Festival"] = "Festival lunar";
["Mage"] = "Mago";
["Meeting Stone"] = "Piedra de encuentro";
["Midsummer Festival"] = "Festival del solsticio de verano";
["Monk"] = "Monje";
["Moonwell"] = "Claro de la luna";
["North"] = "Norte";
["Optional"] = "Opcional";
["Orange"] = "Naranja";
["Outside"] = "Fuera";
["Paladin"] = "Paladín";
["Panther"] = "Pantera";
["Portal"] = "Portal";
["Priest"] = "Sacerdote";
["Protection Warrior"] = "Guerrero Protección";
["Purple"] = "Morado";
["Random"] = "Aleatorio";
["Raptor"] = "Raptor";
["Rare"] = "Raro";
["Reputation"] = "Reputación";
["Repair"] = "Reparar";
["Retribution Paladin"] = "Paladín Reprensión";
["Rewards"] = "Recompensas";
["Rogue"] = "Pícaro";
["Second Stop"] = "Segunda parada";
["Shadow Priest"] = "Sacerdote Sombras";
["Shaman"] = "Chamán";
["Side"] = "Lado";
["Snake"] = "Serpiente";
["Spawn Point"] = "Punto de aparición";
["Spider"] = "Araña";
["Start"] = "Comienzo";
["Summon"] = "Invocar";
["Teleporter"] = "Teletransportador";
["Third Stop"] = "Tercera parada";
["Tiger"] = "Tigre";
["Top"] = "Arriba";
["Undead"] = "No muerto";
["Underwater"] = "Bajo el agua";
["Unknown"] = "Desconocido";
["Upper"] = "Arriba";
["Varies"] = "Varios";
["Wanders"] = "Rondando";
["Warlock"] = "Brujo";
["Warrior"] = "Guerrero";
["Wave 5"] = "Ola 5";
["Wave 6"] = "Ola 6";
["Wave 10"] = "Ola 10";
["Wave 12"] = "Ola 12";
["Wave 18"] = "Ola 18";
["West"] = "Oeste";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "Ahn'kahet: El Antiguo Reino";
["Ahn'Qiraj"] = "Ahn'Qiraj"; ["AQ"] = "AQ";
["Armory"] = "Armería"; ["Armory"] = "Armería";
["Auchenai Crypts"] = "Criptas Auchenai"; ["AC"] = "CA";
["Auchindoun"] = "Auchindoun"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "Azjol-Nerub"; ["AN"] = "AN";
["Black Temple"] = "Templo Oscuro"; ["BT"] = "TO";
["Blackfathom Deeps"] = "Cavernas de Brazanegra"; ["BFD"] = "CB";
["Blackrock Depths"] = "Profundidades de Roca Negra"; ["BRD"] = "PRN";
["Blackrock Spire"] = "Cumbre de Roca Negra"; ["LBRS"] = "CRNI"; ["UBRS"] = "CRNS";
["Blackwing Lair"] = "Guarida Alanegra"; ["BWL"] = "GAN";
["Cathedral"] = "Catedral"; ["Cath"] = "Cated";
["Caverns of Time"] = "Cavernas del Tiempo"; ["CoT"] = "CdT";
["Chamber of Aspects"] = "Cámara de los Aspectos"; --Check
["Coilfang Reservoir"] = "Reserva Colmillo Torcido"; ["CR"] = "RCT";
["Crusaders' Coliseum"] = "Coliseo de los Cruzados";
["Dire Maul"] = "La Masacre"; ["DM"] = "LM";
["Drak'Tharon Keep"] = "Fortaleza de Drak'Tharon";
["Frozen Halls"] = "Cámaras Heladas";
["Gnomeregan"] = "Gnomeregan"; ["Gnome"] = "Gnome";
["Graveyard"] = "Cementerio"; ["GY"] = "Cemen";
["Gruul's Lair"] = "Guarida de Gruul"; ["GL"] = "Gruul";
["Gundrak"] = "Gundrak";
["Halls of Lightning"] = "Cámaras de Relámpagos";
["Halls of Reflection"] = "Cámaras de Reflexión";
["Halls of Stone"] = "Cámara de Piedra";
["Hellfire Citadel"] = "Ciudadela del Fuego Infernal"; ["HFC"] = "CFI";
["Hellfire Ramparts"] = "Murallas del Fuego Infernal"; ["Ramp"] = "Murallas";
["Hyjal Summit"] = "El Monte Hyjal"; ["CoT3"] = "CdT3";
["Icecrown Citadel"] = "Ciudadela de la Corona de Hielo";
["Karazhan"] = "Karazhan"; ["Kara"] = "Kara";
["Library"] = "Librería"; ["Lib"] = "Lib";
["Magisters' Terrace"] = "Bancal del Magister"; ["MaT"] = "BM";
["Magtheridon's Lair"] = "Guarida de Magtheridon"; ["Mag"] = "Mag";
["Mana-Tombs"] = "Tumbas de Maná"; ["MT"] = "TM";
["Maraudon"] = "Maraudon"; ["Mara"] = "Mara";
["Molten Core"] = "Núcleo de Magma"; ["MC"] = "MC";
["Naxxramas"] = "Naxxramas";
["Old Hillsbrad Foothills"] = "Laderas de Trabalomas"; ["CoT1"] = "CdT1";
["Onyxia's Lair"] = "Guarida de Onyxia"; ["Ony"] = "Ony";
["Pit of Saron"] = "Foso de Saron";
["Ragefire Chasm"] = "Sima Ignea"; ["RFC"] = "SI";
["Razorfen Downs"] = "Zahúrda Rajacieno"; ["RFD"] = "ZR";
["Razorfen Kraul"] = "Horado Rajacieno"; ["RFK"] = "HR";
["Ruins of Ahn'Qiraj"] = "Ruinas de Ahn'Qiraj"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "Monasterio Escarlata"; ["SM"] = "ME";
["Scholomance"] = "Scholomance"; ["Scholo"] = "Scholo";
["Serpentshrine Cavern"] = "Caverna Santuario Serpiente"; ["SC"] = "CSS";
["Sethekk Halls"] = "Salas Sethekk"; ["Seth"] = "Seth";
["Shadow Labyrinth"] = "Laberinto de las sombras"; ["SL"] = "LS";
["Shadowfang Keep"] = "Castillo de Colmillo Oscuro"; ["SFK"] = "CCO";
["Stratholme"] = "Stratholme"; ["Strat"] = "Strat";
["Stratholme Past"] = "La Matanza de Stratholme";
["Sunken Temple"] = "Templo de Atal'Hakkar"; ["ST"] = "TA";
["Sunwell Plateau"] = "Meseta del pozo del Sol"; ["SuP"] = "MPS";
["Tempest Keep"] = "El Castillo de la Tempestad"; ["TK"] = "CT";
["Temple of Ahn'Qiraj"] = "Templo de Ahn'Qiraj"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "Arcatraz"; ["Arca"] = "Arca";
["The Black Morass"] = "La Ciénaga Negra"; ["CoT2"] = "CdT2";
["The Blood Furnace"] = "Horno de Sangre"; ["BF"] = "HS";
["The Botanica"] = "El Invernáculo"; ["Bota"] = "Inver";
["The Deadmines"] = "Las Minas de la Muerte"; ["VC"] = "LMM";
["The Eye"] = "El Ojo"; ["Eye"] = "Ojo";
["The Eye of Eternity"] = "El Ojo de la Eternidad";
["The Forge of Souls"] = "La Forja de Almas";
["The Mechanar"] = "El Mechanar"; ["Mech"] = "Mech";
["The Nexus"] = "El Nexo ";
["The Obsidian Sanctum"] = "El Sagrario Obsidiana";
["The Oculus"] = "El Oculus";
["The Shattered Halls"] = "Las Salas Arrasadas"; ["SH"] = "SA";
["The Slave Pens"] = "Recinto de los Esclavos"; ["SP"] = "Recinto";
["The Steamvault"] = "Cámara de Vapor"; ["SV"] = "CV";
["The Stockade"] = "Las Mazmorras"; ["Stocks"] = "Mazmorras";
["The Underbog"] = "La Sotiénaga"; ["UB"] = "Soti";
["The Violet Hold"] = "El Bastión Violeta";
["Trial of the Champion"] = "Prueba del Campeón";
["Trial of the Crusader"] = "Prueba del cruzado";
["Uldaman"] = "Uldaman"; ["Uld"] = "Uld";
["Ulduar"] = "Ulduar";
["Utgarde Keep"] = "Fortaleza de Utgarde";
["Utgarde Pinnacle"] = "Pináculo de Utgarde";
["Vault of Archavon"] = "La Cámara de Archavon";
["Wailing Caverns"] = "Las Cuevas de los Lamentos"; ["WC"] = "CL";
["Zul'Aman"] = "Zul'Aman"; ["ZA"] = "ZA";
["Zul'Farrak"] = "Zul'Farrak"; ["ZF"] = "ZF";
["Zul'Gurub"] = "Zul'Gurub"; ["ZG"] = "ZG";
 
--WotLK Acronyms
["AK, Kahet"] = "Kahet"; -- Ahn'kahet
["AN, Nerub"] = "AN, Nerub"; -- Azjol-Nerub
["Champ"] = "Camp"; -- Trial of the Champion
["Crus"] = "Cruz"; -- Trial of the Crusader
["DTK"] = "DTK"; -- Drak'Tharon Keep
["FoS"] = "FdA"; ["FH1"] = "FH1"; -- The Forge of Souls
["Gun"] = "Gun"; -- Gundrak
["HoL"] = "CdR"; -- Halls of Lightning
["HoR"] = "CdR"; ["FH3"] = "CR3"; -- Halls of Reflection
["HoS"] = "CdP"; -- Halls of Stone
["IC"] = "CCH"; -- Icecrown Citadel
["Nax"] = "Nax"; -- Naxxramas
["Nex, Nexus"] = "Nexo"; -- The Nexus
["Ocu"] = "Oculus"; -- The Oculus
["OS"] = "SO"; -- The Obsidian Sanctum
["PoS"] = "FdS"; ["FH2"] = "CR2"; -- Pit of Saron
["Strat, CoT-Strat"] = "Strat, CdT-Strat"; -- Culling of Stratholme
["TEoE"] = "OE"; -- The Eye of Eternity
["UK, Keep"] = "GU, Guarida"; -- Utgarde Keep
["Uldu"] = "Uldu"; -- Ulduar
["UP, Pinn"] = "PU, Pinaculo"; -- Utgarde Pinnacl
["VH"] = "BV"; -- The Violet Hold
["VoA"] = "CdA"; -- Vault of Archavon
 
--Continents
["Eastern Kingdoms"] = "Las Tierras del Este";
["Kalimdor"] = "Kalimdor";
["Northrend"] = "Rasganorte";
["Outland"] = "Terrallende";
 
--Outdoor zones, Locations
["Ashenvale"] = "Vallefresno";
["Badlands"] = "Tierras del Interior";
["Blackrock Mountain"] = "Montaña Roca Negra"; ["BRM"] = "MRN";
["Blade's Edge Mountains"] = "Montañas Filospada";
["Borean Tundra"] = "Tundra Boreal";
["Burning Steppes"] = "Estepas ardientes";
["Dalaran"] = "Dalaran";
["Deadwind Pass"] = "Paso de la Muerte";
["Desolace"] = "Desolace";
["Dragonblight"] = "Cementerio de Dragones";
["Dun Morogh"] = "Dun Morogh";
["Dustwallow Marsh"] = "Marjal Revolcafango";
["Eastern Plaguelands"] = "Praderas de la peste del Este";
["Feralas"] = "Feralas";
["Ghostlands"] = "Tierras Fantasma";
["Grizzly Hills"] = "Colinas Pardas";
["Hellfire Peninsula"] = "Península de Fuego";
["Howling Fjord"] = "Fiordo Aquilonal";
["Icecrown"] = "Corona de Hielo";
["Isle of Quel'Danas"] = "Isla de Quel'Danas";
["Netherstorm"] = "Tormenta Abisal";
["Orgrimmar"] = "Orgrimmar";
["Searing Gorge"] = "La Garganta de Fuego";
["Shadowmoon Valley"] = "Valle Sombraluna";
["Silithus"] = "Silithus";
["Silverpine Forest"] = "Bosque de Argenteos";
["Stormwind City"] = "Ciudad de Ventormenta";
["Stranglethorn Vale"] = "Vega de Tuercespina";
["Swamp of Sorrows"] = "Pantano de las Penas";
["Tanaris"] = "Tanaris";
["Terokkar Forest"] = "Bosque de Terokkar";
["The Barrens"] = "Los Baldíos";
["The Storm Peaks"] = "Cumbres Tormentosas";
["Tirisfal Glades"] = "Claros de Tirisfal";
["Western Plaguelands"] = "Praderas de la Peste del Oeste";
["Westfall"] = "Páramos de Poniente";
["Wintergrasp"] = "Conquista del Invierno";
["Zangarmarsh"] = "Marismas de Zangar";
["Zul'Drak"] = "Zul'Drak";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "Maur Totem Siniestro";
["Oggleflint <Ragefire Chieftain>"] = "Ogglesílex <Jefe Furia Ardiente>";
["Taragaman the Hungerer"] = "Taragaman el hambriento";
["Jergosh the Invoker"] = "Jergosh el Convocador";
["Zelemar the Wrathful"] = "Zelemar el Colérico";
["Bazzalan"] = "Bazzalan";
 
--Wailing Caverns
["Disciple of Naralex"] = "Discípulo de Naralex";
["Lord Cobrahn <Fanglord>"] = "Lord Cobrahn <Noble del Colmillo>";
["Lady Anacondra <Fanglord>"] = "Lady Anacondra <Noble del Colmillo>";
["Kresh"] = "Kresh";
["Lord Pythas <Fanglord>"] = "Lord Pythas <Noble del Colmillo>";
["Skum"] = "Skum";
["Lord Serpentis <Fanglord>"] = "Lord Pythas <Noble del Colmillo>";
["Verdan the Everliving"] = "Verdan el Eterno";
["Mutanus the Devourer"] = "Mutanus el Devorador";
["Naralex"] = "Naralex";
["Deviate Faerie Dragon"] = "Dragón Férico descarriado";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "Ghamoo-ra";
["Lorgalis Manuscript"] = "Manuscrito de Lorgalis";
["Lady Sarevess"] = "Lady Sarevess";
["Argent Guard Thaelrid <The Argent Dawn>"] = "Guardia Argenta Thaelrid <El Alba Argenta>";
["Gelihast"] = "Gelihast";
["Shrine of Gelihast"] = "Santuario de Gelihast";
["Lorgus Jett"] = "Lorgus Jett";
["Fathom Stone"] = "Núcleo de las profundidades";
["Baron Aquanis"] = "Barón Aquanis";
["Twilight Lord Kelris"] = "Señor Crepuscular Kelris";
["Old Serra'kis"] = "Viejo Serra'kis";
["Aku'mai"] = "Aku'mai";
["Morridune"] = "Morriduna";
["Altar of the Deeps"] = "Altar de las profundidades";
 
--Razorfen Kraul
["Roogug"] = "Roogug";
["Aggem Thorncurse <Death's Head Prophet>"] = "Aggem Malaespina <Profeta de los Caramuerte>";
["Death Speaker Jargba <Death's Head Captain>"] = "Médium Jargba <Capitán Caramuerte>";
["Overlord Ramtusk"] = "Señor Supremo Colmicarnero";
["Razorfen Spearhide"] = "Cuerolanza de Rajacieno";
["Agathelos the Raging"] = "Agathelos el Furioso";
["Blind Hunter"] = "Cazador ciego";
["Charlga Razorflank <The Crone>"] = "Charlga Filonavaja <La Bruja>";
["Willix the Importer"] = "Willix el Importador";
["Heralath Fallowbrook"] = "Heralath Arroyobarbecho";
["Earthcaller Halmgar"] = "Clamor de Tierra Halmgar";
 
--Razorfen Downs
["Tuten'kash"] = "Tuten'kash";
["Henry Stern"] = "Henry Stern";
["Belnistrasz"] = "Belnistrasz";
["Sah'rhee"] = "Sah'rhee";
["Mordresh Fire Eye"] = "Mordresh Ojo de Fuego";
["Glutton"] = "Glotón";
["Ragglesnout"] = "Morrandrajos";
["Amnennar the Coldbringer"] = "Amnennar el Gélido";
["Plaguemaw the Rotting"] = "Fauzpeste el Putrefacto";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "Antu'sul <Sobrestante de Sul>";
["Theka the Martyr"] = "Theka el Mártir";
["Witch Doctor Zum'rah"] = "Médico Brujo Zum'rah";
["Zul'Farrak Dead Hero"] = "Héroe Muerto Zul'Farrak";
["Nekrum Gutchewer"] = "Nekrum Cometripas";
["Shadowpriest Sezz'ziz"] = "Sacerdote oscuro Sezz'ziz";
["Dustwraith"] = "Ánima de Polvo";
["Sergeant Bly"] = "Sargento Bly";
["Weegli Blastfuse"] = "Weegli Plomofundido";
["Murta Grimgut"] = "Murta Tripuriosa";
["Raven"] = "Cuervo";
["Oro Eyegouge"] = "Oro Bocojo";
["Sandfury Executioner"] = "Ejecutor Furiarena";
["Hydromancer Velratha"] = "Hidromántica Velratha";
["Gahz'rilla"] = "Gahz'rilla";
["Elder Wildmane"] = "Ancestro Barvacrín";
["Chief Ukorz Sandscalp"] = "Jefe Ukorz Cabellarena";
["Ruuzlu"] = "Ruuzlu";
["Zerillis"] = "Zerillis";
["Sandarr Dunereaver"] = "Sandarr Asaltadunas";
 
--Maraudon
["Scepter of Celebras"] = "Cetro de Celebras";
["Veng <The Fifth Khan>"] = "Veng <El quinto Khan>";
["Noxxion"] = "Noxxion";
["Razorlash"] = "Lativaja";
["Maraudos <The Fourth Khan>"] = "Maraudos <El cuarto Khan>";
["Lord Vyletongue"] = "Lord Lenguavil";
["Meshlok the Harvester"] = "Meshlok el Cosechador";
["Celebras the Cursed"] = "Celebras el Maldito";
["Landslide"] = "Derrumbio";
["Tinkerer Gizlock"] = "Manitas Gizlock";
["Rotgrip"] = "Escamapodrida";
["Princess Theradras"] = "Princesa Theradras";
["Elder Splitrock"] = "Ancestro Parterroca";
 
--Dire Maul (East)
["Pusillin"] = "Pusillín";
["Zevrim Thornhoof"] = "Zevrim Pezuñahendida";
["Hydrospawn"] = "Hidromilecio";
["Lethtendris"] = "Lethtendris";
["Pimgib"] = "Pimgib";
["Old Ironbark"] = "Viejo Cortezaférrea";
["Alzzin the Wildshaper"] = "Alzzin el Formaferal";
["Isalien"] = "Isalien";
 
--Dire Maul (North)
["Crescent Key"] = "Llave creciente";--omitted from Dire Maul (West)
--"Library" omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "Guardia Mol'dar";
["Stomper Kreeg <The Drunk>"] = "Vapuleador Kreeg <El borracho>";
["Guard Fengus"] = "Guardia Fengus";
["Knot Thimblejack"] = "Knot Thimblejack";
["Guard Slip'kik"] = "Guardia Slip'kik";
["Captain Kromcrush"] = "Capitán Kromcrush";
["King Gordok"] = "Rey Gordok";
["Cho'Rush the Observer"] = "Cho'Rush el Observador";
 
--Dire Maul (West)
["J'eevee's Jar"] = "Jarra de J'eevee";
["Pylons"] = "Pilones";
["Shen'dralar Ancient"] = "Anciano Shen'dralar";
["Tendris Warpwood"] = "Tendris Madeguerra";
["Ancient Equine Spirit"] = "Antiguo espíritu equino";
["Illyanna Ravenoak"] = "Illyanna Roblecuervo";
["Ferra"] = "Ferra";
["Magister Kalendris"] = "Magister Kalendris";
["Tsu'zee"] = "Tsu'zee";
["Immol'thar"] = "Immol'thar";
["Lord Hel'nurath"] = "Lord Hel'nurath";
["Prince Tortheldrin"] = "Príncipe Tortheldrin";
["Falrin Treeshaper"] = "Falrin Tallarbol";
["Lorekeeper Lydros"] = "Tradicionalista Lydros";
["Lorekeeper Javon"] = "Tradicionalista Javon";
["Lorekeeper Kildrath"] = "Tradicionalista Kildrath";
["Lorekeeper Mykos"] = "Tradicionalista Mykos";
["Shen'dralar Provisioner"] = "Proveedor Shen'dralar";
["Skeletal Remains of Kariel Winthalus"] = "Restos de Kariel Winthalus";
 
--Onyxia's Lair
["Onyxian Warders"] = "Guardas de Onyxia";
["Whelp Eggs"] = "Huevos de crías";
["Onyxia"] = "Onyxia";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "Linaje de Nozdormu";
["The Prophet Skeram"] = "El profeta Skeram";
["The Bug Family"] = "La Familia Insecto";
["Vem"] = "Vem";
["Lord Kri"] = "Lord Kri";
["Princess Yauj"] = "Princesa Yauj";
["Battleguard Sartura"] = "Guardia de batalla Sartura";
["Fankriss the Unyielding"] = "Fankriss el Implacable";
["Viscidus"] = "Viscidus";
["Princess Huhuran"] = "Princesa Huhuran";
["Twin Emperors"] = "Los Emperadores Gemelos";
["Emperor Vek'lor"] = "Emperador Vek'lor";
["Emperor Vek'nilash"] = "Emperador Vek'nilash";
["Ouro"] = "Ouro";
["Eye of C'Thun"] = "Ojo de C'Thun";
["C'Thun"] = "C'Thun";
["Andorgos <Brood of Malygos>"] = "Andorgos <Camada de Malygos>";
["Vethsera <Brood of Ysera>"] = "Vethsera <Camada de Ysera>";
["Kandrostrasz <Brood of Alexstrasza>"] = "Kandrostrasz <Camada de Alexstrasza>";
["Arygos"] = "Arygos";
["Caelestrasz"] = "Caelestrasz";
["Merithra of the Dream"] = "Merithra del Sueño";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "Círculo Cenarion";
["Kurinnaxx"] = "Kurinnaxx";
["Lieutenant General Andorov"] = "Teniente General Andorov";
["Four Kaldorei Elites"] = "Cuatro Elites Kaldorei";
["General Rajaxx"] = "General Rajaxx";
["Captain Qeez"] = "Capitán Condurso";
["Captain Tuubid"] = "Capitán Tuubid";
["Captain Drenn"] = "Capitán Drenn";
["Captain Xurrem"] = "Capitán Xurrem";
["Major Yeggeth"] = "Mayor Yeggeth";
["Major Pakkon"] = "Mayor Pakkon";
["Colonel Zerran"] = "Coronel Zerran";
["Moam"] = "Moam";
["Buru the Gorger"] = "Buru el Manducador";
["Ayamiss the Hunter"] = "Ayamiss el Cazador";
["Ossirian the Unscarred"] = "Osiro el Sinmarcas";
["Safe Room"] = "Habitación segura";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "Apertura del Portal Oscuro";
["Keepers of Time"] = "Vigilantes del tiempo";--omitted from Old Hillsbrad Foothills
["Key of Time"] = "Llave del tiempo";--omitted from Old Hillsbrad Foothills
["Sa'at <Keepers of Time>"] = "Sa'at <Vigilantes del Tiempo>";
["Chrono Lord Deja"] = "Chronolord Deja";
["Temporus"] = "Temporus";
["Aeonus"] = "Aeonus";
["The Dark Portal"] = "El Portal Oscuro";
["Medivh"] = "Medivh";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "Batalla por el Monte Hyjal";
["The Scale of the Sands"] = "La Escama de las Arenas";
["Alliance Base"] = "Base de la Alianza";
["Lady Jaina Proudmoore"] = "Lady Jaina Valiente";
["Horde Encampment"] = "Campamento de la Horda";
["Thrall <Warchief>"] = "Thrall <Jefe de Guerra>";
["Night Elf Village"] = "Pueblo de los Elfos de la Noche";
["Tyrande Whisperwind <High Priestess of Elune>"] = "Tyrande Susurravientos <Suma sacerdotisa de Elune>";
["Rage Winterchill"] = "Ira Fríoinvierno";
["Anetheron"] = "Anetheron";
["Kaz'rogal"] = "Kaz'rogal";
["Azgalor"] = "Azgalor";
["Archimonde"] = "Archimonde";
["Indormi <Keeper of Ancient Gem Lore>"] = "Indormi <Vigilante de conocimiento de gemas antiguas>";
["Tydormu <Keeper of Lost Artifacts>"] = "Tydormu <Vigilante de artefactos perdidos>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "Escape del Castillo de Durnholde";
["Erozion"] = "Erozion";
["Brazen"] = "Brazen";
["Landing Spot"] = "Punto de Aterrizaje";
["Southshore"] = "Costasur";
["Tarren Mill"] = "Molino Tarren";
["Lieutenant Drake"] = "Teniente Draco";
["Thrall"] = "Thrall";
["Captain Skarloc"] = "Capitán Skarloc";
["Epoch Hunter"] = "Cazador de eras";
["Taretha"] = "Taretha";
["Jonathan Revah"] = "Jonathan Revah";
["Jerry Carter"] = "Jerry Carter";
["Traveling"] = "Viajando";
["Thomas Yance <Travelling Salesman>"] = "Thomas Yance <Vendedor ambulante>";
["Aged Dalaran Wizard"] = "Zhaorí Dalaran envejecido";
["Kel'Thuzad <The Kirin Tor>"] = "Kel'Thuzad <Los Kirin Tor>";
["Helcular"] = "Helcular";
["Farmer Kent"] = "Granjero Kent";
["Sally Whitemane"] = "Sally Melenablanca";
["Renault Mograine"] = "Renault Mograine";
["Little Jimmy Vishas"] = "Pequeño Jimmy Vishas";
["Herod the Bully"] = "Herod el Matón";
["Nat Pagle"] = "Nat Pagle";
["Hal McAllister"] = "Hal McAllister";
["Zixil <Aspiring Merchant>"] = "Zixil <Aspirante a mercader>";
["Overwatch Mark 0 <Protector>"] = "Robovigilante Mark 0 <Protector>";
["Southshore Inn"] = "Posada de Costasur";
["Captain Edward Hanes"] = "Capitán Edward Hanes";
["Captain Sanders"] = "Capitán Sanders";
["Commander Mograine"] = "Comandante Mograine";
["Isillien"] = "Isillien";
["Abbendis"] = "Abbendis";
["Fairbanks"] = "Ribalimpia";
["Tirion Fordring"] = "Tirión Vardín";
["Arcanist Doan"] = "Arcanista Doan";
["Taelan"] = "Taelan";
["Barkeep Kelly <Bartender>"] = "Posadero Kelly <Camarero>";
["Frances Lin <Barmaid>"] = "Frances Lin <Camarera>";
["Chef Jessen <Speciality Meat & Slop>"] = "Jefe Jessen <Especialidad en carne y bazofia>";
["Stalvan Mistmantle"] = "Stalvan Mantoniebla";
["Phin Odelic <The Kirin Tor>"] = "Phin Odelic <Los Kirin Tor>";
["Southshore Town Hall"] = "Ayuntamiento de Costasur";
["Magistrate Henry Maleb"] = "Magistrado Henry Maleb";
["Raleigh the True"] = "Raleigh el Auténtico";
["Nathanos Marris"] = "Nathanos Marris";
["Bilger the Straight-laced"] = "Maestro cervecero Bilger";
["Innkeeper Monica"] = "Tabernera Monica";
["Julie Honeywell"] = "Julie Pozo de Miel";
["Jay Lemieux"] = "Jay Lemieux";
["Young Blanchy"] = "Joven Blanchy";
["Don Carlos"] = "Don Carlos";
["Guerrero"] = "Guerrero";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "Llave Forjatiniebla";
["Prison Cell Key"] = "Llave de Celda de Prisión";
["Jail Break!"] = "La fuga de la prisión";
["Banner of Provocation"] = "Estandarte de Provocación";
["Lord Roccor"] = "Lord Roccor";
["Kharan Mighthammer"] = "Kharan Martillazo";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "Comandante Gor'shak <Fuerza Expedicionaria de Kargath>";
["Marshal Windsor"] = "Alguacil Windsor";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "Alta Interrogadora Gerstahn <Interrogadora del Martillo Crepuscular>";
["Ring of Law"] = "Círculo de la Ley";
["Anub'shiah"] = "Anub'shiah";
["Eviscerator"] = "Eviscerador";
["Gorosh the Dervish"] = "Gorosh el Endemoniado";
["Grizzle"] = "Grisez";
["Hedrum the Creeper"] = "Hedrum el Trepador";
["Ok'thor the Breaker"] = "Ok'thor el Rompedor";
["Theldren"] = "Theldren";
["Lefty"] = "Lefty"; --FALTA
["Malgen Longspear"] = "Malgen Longspear"; --FALTA
["Gnashjaw <Malgen Longspear's Pet>"] = "Gnashjaw <Malgen Longspear's Pet>"; --FALTA
["Rotfang"] = "Colmipútreo";
["Va'jashni"] = "Va'jashni";
["Houndmaster Grebmar"] = "Maestro de canes Grebmar";
["Elder Morndeep"] = "Ancestro Alborhondo";
["High Justice Grimstone"] = "Alto Justiciero Pedrasiniestra";
["Monument of Franclorn Forgewright"] = "Monumento a Franclorn Forjador";
["Pyromancer Loregrain"] = "Piromántico Cultugrano";
["The Vault"] = "Cámara Negra";
["Warder Stilgiss"] = "Guarda Stilgiss";
["Verek"] = "Verek";
["Watchman Doomgrip"] = "Vigía Presaletal";
["Fineous Darkvire <Chief Architect>"] = "Finoso Virunegro <Arquitecto jefe>";
["The Black Anvil"] = "El Yunquenegro";
["Lord Incendius"] = "Lord Incendius";
["Bael'Gar"] = "Bael'Gar";
["Shadowforge Lock"] = "El candado de Forjatiniebla";
["General Angerforge"] = "General Forjainquina";
["Golem Lord Argelmach"] = "Señor Gólem Argelmach";
["Field Repair Bot 74A"] = "Reparación de campo 74A";
["The Grim Guzzler"] = "Tragapenas";
["Hurley Blackbreath"] = "Hurley Negrálito";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "Lokhtos Tratoscuro <La Hermandad del torio>";
["Mistress Nagmara"] = "Maestra Nagmara";
["Phalanx"] = "Falange";
["Plugger Spazzring"] = "Plugger Aropatoso";
["Private Rocknot"] = "Soldado Sinrroca";
["Ribbly Screwspigot"] = "Ribbly Llavenrosca";
["Coren Direbrew"] = "Coren Brebaje Temible";
["Griz Gutshank <Arena Vendor>"] = "Griz Gutshank <Arena Vendor>"; --Fix
["Ambassador Flamelash"] = "Embajador Latifuego";
["Panzor the Invincible"] = "Panzor el Invencible";
["Summoner's Tomb"] = "Tumba del Invocador";
["The Lyceum"] = "El Liceo";
["Magmus"] = "Magmus";
["Emperor Dagran Thaurissan"] = "Emperador Dagran Thaurissan";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "Princesa Moira Barbabronce <Princesa de Forjaz>";
["High Priestess of Thaurissan"] = "Alta Sacerdotisa de Thaurissan";
["The Black Forge"] = "La Forjanegra";
["Core Fragment"] = "Trozo del Núcleo";
["Overmaster Pyron"] = "Maestro Supremo Pyron";
 
--Blackrock Spire (Lower)
["Vaelan"] = "Vaelan";
["Warosh <The Cursed>"] = "Warosh <El Maldito>";
["Elder Stonefort"] = "Ancestro Petraforte";
["Roughshod Pike"] = "Pica férrea";
["Spirestone Butcher"] = "Carnicero Cumbrerroca";
["Highlord Omokk"] = "Alto Señor Omokk";
["Spirestone Battle Lord"] = "Señor de batalla Cumbrerroca";
["Spirestone Lord Magus"] = "Señor Magus Cumbrerroca";
["Shadow Hunter Vosh'gajin"] = "Cazador de las Sombras Vosh'gajin";
["Fifth Mosh'aru Tablet"] = "Quinta tablilla Mosh'aru";
["Bijou"] = "Bijou";
["War Master Voone"] = "Maestro de guerra Voone";
["Mor Grayhoof"] = "Mor Ruciapezuña";
["Sixth Mosh'aru Tablet"] = "Sexta tablilla Mosh'aru";
["Bijou's Belongings"] = "Pertenencias de Bijou";
["Human Remains"] = "Restos humanos";
["Unfired Plate Gauntlets"] = "Guanteletes de placas sin templar";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "Bannok Hachamacabra <Legión Pirotigma>";
["Mother Smolderweb"] = "Madre Telabrasada";
["Crystal Fang"] = "Colmillor de Cristal";
["Urok's Tribute Pile"] = "Pila de tributo a Urok";
["Urok Doomhowl"] = "Urok Aullapocalipsis";
["Quartermaster Zigris <Bloodaxe Legion>"] = "Intendente Zigris <Legión Hacha de Sangre>";
["Halycon"] = "Halycon";
["Gizrul the Slavener"] = "Gizrul el Esclavista";
["Ghok Bashguud <Bloodaxe Champion>"] = "Ghok Bashguud <Campeón Hacha de Sangre>";
["Overlord Wyrmthalak"] = "Señor Supremo Vermiothalak";
["Burning Felguard"] = "Guarda vil ardiente";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "Piroguardián Brasadivino";
["Solakar Flamewreath"] = "Solakar Corona de Fuego";
["Father Flame"] = "Padre llama";
["Darkstone Tablet"] = "Tablilla de Rocanegra";
["Doomrigger's Coffer"] = "Broche de Equipasino";
["Jed Runewatcher <Blackhand Legion>"] = "Jed Vigía de las runas <Legión Puño Negro>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "Goraluk Yunquegrieta <Forjador de armaduras de la Legión Puño Negro>";
["Warchief Rend Blackhand"] = "Jefe de Guerra Rend Puño Negro";
["Gyth <Rend Blackhand's Mount>"] = "Gyth <Montura de Rend Puño Negro>";
["Awbee"] = "Awbee";
["The Beast"] = "La Bestia";
["Lord Valthalak"] = "Lord Valthalak";
["Finkle Einhorn"] = "Finkle Unicornín";
["General Drakkisath"] = "General Drakkisath";
["Drakkisath's Brand"] = "El orbe de orden";
 
--Blackwing Lair
["Razorgore the Untamed"] = "Sangrevaja el Indomable";
["Vaelastrasz the Corrupt"] = "Vaelastrasz el Corrupto";
["Broodlord Lashlayer"] = "Señor de prole Capazote";
["Firemaw"] = "Faucefogo";
["Draconic for Dummies (Chapter VII)"] = "Dracónico para torpes (Capítulo VII)";
["Master Elemental Shaper Krixix"] = "Maestro de los elementos Formacio Krixix";
["Ebonroc"] = "Ebanorroca";
["Flamegor"] = "Flamagor";
["Chromaggus"] = "Chromaggus";
["Nefarian"] = "Nefarian";
 
--Gnomeregan
["Workshop Key"] = "Llave de taller";
["Blastmaster Emi Shortfuse"] = "Maestro Destructor Emi Plomocorto";
["Grubbis"] = "Grubbis";
["Chomper"] = "Mastic";
["Clean Room"] = "Habitación limpia";
["Tink Sprocketwhistle <Engineering Supplies>"] = "Tink Silbadentado <Suministros de ingeniería>";
["The Sparklematic 5200"] = "El Destellamatic 5200";
["Mail Box"] = "Buzón";
["Kernobee"] = "Kernobee";
["Alarm-a-bomb 2600"] = "Alarmabomba 2600";
["Matrix Punchograph 3005-B"] = "Perforégrafo Matriz 3005-B";
["Viscous Fallout"] = "Radiactivo viscoso";
["Electrocutioner 6000"] = "Electrocutor 6000";
["Matrix Punchograph 3005-C"] = "Perforégrafo Matriz 3005-C";
["Crowd Pummeler 9-60"] = "Golpeamasa 9-60";
["Matrix Punchograph 3005-D"] = "Perforégrafo Matriz 3005-D";
["Dark Iron Ambassador"] = "Embajador Hierro Negro";
["Mekgineer Thermaplugg"] = "Mekigeniero Termochufe";
 
--Molten Core
["Hydraxian Waterlords"] = "Srs. del Agua de Hydraxis";
["Lucifron"] = "Lucifron";
["Magmadar"] = "Magmadar";
["Gehennas"] = "Gehennas";
["Garr"] = "Garr";
["Shazzrah"] = "Shazzrah";
["Baron Geddon"] = "Barón Geddon";
["Golemagg the Incinerator"] = "Golemagg el Incinerador";
["Sulfuron Harbinger"] = "Sulfuron Presagista";
["Majordomo Executus"] = "Mayordomo Executus";
["Ragnaros"] = "Ragnaros";
 
--SM: Library
["Houndmaster Loksey"] = "Maestro de canes Loksey";
["Arcanist Doan"] = "Arcanista Doan";
 
--SM: Armory
["The Scarlet Key"] = "La llave Escarlata";--omitted from SM: Cathedral
["Herod <The Scarlet Champion>"] = "Herod <El Campeón Escarlata>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "Alto Inquisidor Ribalimpia";
["Scarlet Commander Mograine"] = "Comandante Escarlata Mograine";
["High Inquisitor Whitemane"] = "Alta Inquisidora Melenablanca";
 
--SM: Graveyard
["Interrogator Vishas"] = "Interrogador Vishas";
["Vorrel Sengutz"] = "Vorrel Sengutz";
["Pumpkin Shrine"] = "Calabaza Santuario";
["Headless Horseman"] = "Jinete decapitado";
["Bloodmage Thalnos"] = "Mago Sangriento Thalnos";
["Ironspine"] = "Dosarcerado";
["Azshir the Sleepless"] = "Azshir el Insomne";
["Fallen Champion"] = "Campeón caído";
 
--Scholomance
["Skeleton Key"] = "Llave esqueleto";
["Viewing Room Key"] = "Llave de la Sala de visión";
["Viewing Room"] = "Sala de visión";
["Blood of Innocents"] = "Sangre de los Inocentes";
["Divination Scryer"] = "Cristal de adivinación";
["Blood Steward of Kirtonos"] = "Administrador de sangre de Kirtonos";
["The Deed to Southshore"] = "Las escrituras de Costasur";
["Kirtonos the Herald"] = "Kirtonos el Heraldo";
["Jandice Barov"] = "Jandice Barov";
["The Deed to Tarren Mill"] = "Las escrituras de Molino Tarren";
["Rattlegore"] = "Traquesangre";
["Death Knight Darkreaver"] = "Caballero de la Muerte Atracoscuro";
["Marduk Blackpool"] = "Marduz Pozonegro";
["Vectus"] = "Vectus";
["Ras Frostwhisper"] = "Ras Levescarcha";
["The Deed to Brill"] = "Las escrituras de Rémol";
["Kormok"] = "Kormok";
["Instructor Malicia"] = "Instructora Malicia";
["Doctor Theolen Krastinov <The Butcher>"] = "Doctor Theolen Krastinov <El Carnicero>";
["Lorekeeper Polkelt"] = "Tradicionalista Polkelt";
["The Ravenian"] = "El Devorador";
["Lord Alexei Barov"] = "Lord Alexei Barov";
["The Deed to Caer Darrow"] = "Las escrituras de Castel Darrow";
["Lady Illucia Barov"] = "Lady Illucia Barov";
["Darkmaster Gandling"] = "Maestro oscuro Gandling";
["Torch Lever"] = "Antocha palanca";
["Secret Chest"] = "Cofre secreto";
["Alchemy Lab"] = "Laboratorio de alquimia";
 
--Shadowfang Keep
["Deathsworn Captain"] = "Capitán Juramorte";
["Rethilgore <The Cell Keeper>"] = "Rethilgore <El Guardián de la celda>";
["Sorcerer Ashcrombe"] = "Hechicero Ashcrombe";
["Deathstalker Adamant"] = "Mortacechador Adamant";
["Landen Stilwell"] = "Landen Fontana";
["Investigator Fezzen Brasstacks"] = "Investigador Fezzen Arreolatón";
["Deathstalker Vincent"] = "Mortacechador Vincent";
["Apothecary Trio"] = "Trío de boticarios ";
["Apothecary Hummel <Crown Chemical Co.>"] = "Boticario Hummel <Químicos La Corona, S.L.> ";
["Apothecary Baxter <Crown Chemical Co.>"] = "Boticario Baxter <Químicos La Corona, S.L.>";
["Apothecary Frye <Crown Chemical Co.>"] = "Boticario Frye <Químicos La Corona, S.L.>";
["Fel Steed"] = "Corcel vil";
["Jordan's Hammer"] = "Martillo de Jordan";
["Crate of Ingots"] = "Cajón de lingotes";
["Razorclaw the Butcher"] = "Zarpador el Carnicero";
["Baron Silverlaine"] = "Barón Filargenta";
["Commander Springvale"] = "Comandante Vallefont";
["Odo the Blindwatcher"] = "Odo el vigía ciego";
["Fenrus the Devourer"] = "Fenrus el Devorador";
["Arugal's Voidwalker"] = "Abisario de Arugal";
["The Book of Ur"] = "El libro de Ur";
["Wolf Master Nandos"] = "Maestro de lobos Nandos";
["Archmage Arugal"] = "Archimago Arugal";
 
--Stratholme
["The Scarlet Key"] = "La llave Escarlata";
["Key to the City"] = "Llave de la ciudad";
["Various Postbox Keys"] = "Varias llaves de los buzones";
["Living Side"] = "Lado vivo";
["Undead Side"] = "Lado no muerto";
["Skul"] = "Skul";
["Stratholme Courier"] = "Mensajero de Stratholme";
["Fras Siabi"] = "Fras Siabi";
["Atiesh <Hand of Sargeras>"] = "Atiesh <Mano de Sargeras>"; --Check
["Hearthsinger Forresten"] = "Escupezones Foreste";
["The Unforgiven"] = "El imperdonable";
["Elder Farwhisper"] = "Elder Farwhisper"; --FALTA
["Timmy the Cruel"] = "Timmy el Cruel";
["Malor the Zealous"] = "Malor el Entusiasta";
["Malor's Strongbox"] = "Caja fuerte de Malor";
["Crimson Hammersmith"] = "Forjamartillos Carmesí";
["Cannon Master Willey"] = "Cañonero Jefe Willey";
["Archivist Galford"] = "Archivista Galford";
["Grand Crusader Dathrohan"] = "Gran Cruzado Dathrohan";
["Balnazzar"] = "Balnazzar";
["Sothos"] = "Sothos";
["Jarien"] = "Jarien";
["Magistrate Barthilas"] = "Magistrado Barthilas";
["Aurius"] = "Aurius";
["Stonespine"] = "Pidrespina";
["Baroness Anastari"] = "Baronesa Anastari";
["Black Guard Swordsmith"] = "Armero Guardia Negra";
["Nerub'enkan"] = "Nerub'enkan";
["Maleki the Pallid"] = "Maleki el Pálido";
["Ramstein the Gorger"] = "Ramstein el Empachador";
["Baron Rivendare"] = "Barón Osahendido";
["Ysida Harmon"] = "Ysida Harmon";
["Crusaders' Square Postbox"] = "Buzón de la Plaza del Cruzado";
["Market Row Postbox"] = "Buzón de la Fila del Mercado";
["Festival Lane Postbox"] = "Buzón de la calle del Festival";
["Elders' Square Postbox"] = "Buzón de la Plaza de los Ancianos";
["King's Square Postbox"] = "Buzón de la Plaza del Rey";
["Fras Siabi's Postbox"] = "Buzón de Fras Siabi";
["3rd Box Opened"] = "Tercera Caja Abierta";
["Postmaster Malown"] = "Jefe de correos Gassol";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "Rhahk'Zor <El Supervisor>";
["Miner Johnson"] = "Minero Johnson";
["Sneed <Lumbermaster>"] = "Sneed <Lumbermaster>";
["Sneed's Shredder <Lumbermaster>"] = "Triturador de Sneed <Maestro leñador>";
["Gilnid <The Smelter>"] = "Gilnid <El Fundidor>";
["Defias Gunpowder"] = "Pólvora Defias";
["Captain Greenskin"] = "Capitán Verdepel";
["Edwin VanCleef <Defias Kingpin>"] = "Edwin VanCleef <Cerebro de los Defias>";
["Mr. Smite <The Ship's First Mate>"] = "Don Mamporro <El contramaestre del barco>";
["Cookie <The Ship's Cook>"] = "Cocinitas <El cocinero del barco>";
 
--The Stockade
["Targorr the Dread"] = "Targor el Pavoroso";
["Kam Deepfury"] = "Kam Furiahonda";
["Hamhock"] = "Hamhock";
["Bazil Thredd"] = "Bazil Thredd";
["Dextren Ward"] = "Dextren Ward";
["Bruegal Ironknuckle"] = "Bruegal Nudoferro";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "Templo de Atal'Hakkar";
["Yeh'kinya's Scroll"] = "Pergamino de Yeh'kinya";
["Atal'ai Defenders"] = "Defensores Atal'ai";
["Gasher"] = "Gasher";
["Loro"] = "Loro";
["Hukku"] = "Hukku";
["Zolo"] = "Zolo";
["Mijan"] = "Mijan";
["Zul'Lor"] = "Zul'Lor";
["Altar of Hakkar"] = "Altar de Hakkar";
["Atal'alarion <Guardian of the Idol>"] = "Atal'alarion <Guardian of the Idol>";
["Dreamscythe"] = "Guadañasueños";
["Weaver"] = "Sastrón";
["Avatar of Hakkar"] = "Avatar de Hakkar";
["Jammal'an the Prophet"] = "Jammal'an el Profeta";
["Ogom the Wretched"] = "Ogom el Desdichado";
["Morphaz"] = "Morphaz";
["Hazzas"] = "Hazzas";
["Shade of Eranikus"] = "Sombra de Eranikus";
["Essence Font"] = "Fuente de esencia";
["Spawn of Hakkar"] = "Engendro de Hakkar";
["Elder Starsong"] = "Ancestro Cantoestelar";
["Statue Activation Order"] = "Orden de activación de estatuas";
 
--Uldaman
["Staff of Prehistoria"] = "Basón de Prehistoria";
["Baelog"] = "Baelog";
["Eric \"The Swift\""] = "Eric \"El Veloz\"";
["Olaf"] = "Olaf";
["Baelog's Chest"] = "El Cofre de Baelog";
["Conspicuous Urn"] = "Urna llamativa";
["Remains of a Paladin"] = "Restos de un paladín";
["Revelosh"] = "Revelosh";
["Ironaya"] = "Hierraya";
["Obsidian Sentinel"] = "Centinela Obsidiano";
["Annora <Enchanting Trainer>"] = "Annora <Maestro encantador>";
["Ancient Stone Keeper"] = "Vigilante Pétreo Anciano";
["Galgann Firehammer"] = "Galgann Flamartillo";
["Tablet of Will"] = "Tablilla de Voluntad";
["Shadowforge Cache"] = "Alijo de Forjatiniebla";
["Grimlok <Stonevault Chieftain>"] = "Grimlok <Jefe Grutacanto>";
["Archaedas <Ancient Stone Watcher>"] = "Archaedas <Vigía de piedra antiguo>";
["The Discs of Norgannon"] = "Los Discos de Norgannon";
["Ancient Treasure"] = "Tesoro Antiguo";
 
--Zul'Gurub
["Zandalar Tribe"] = "Tribu Zandalar";
["Mudskunk Lure"] = "Mudskunk Lure";
["Gurubashi Mojo Madness"] = "Locura de mojo Gurubashi";
["High Priestess Jeklik"] = "Suma Sacerdotisa Jeklik";
["High Priest Venoxis"] = "Sumo Sacerdote Venoxis";
["Zanza the Restless"] = "Zanza el Incansable";
["High Priestess Mar'li"] = "Suma Sacerdotisa Mar'li";
["Bloodlord Mandokir"] = "Señor sangriento Mandokir";
["Ohgan"] = "Ohgan";
["Edge of Madness"] = "Blandón de la locura";
["Gri'lek"] = "Gri'lek";
["Hazza'rah"] = "Hazza'rah";
["Renataki"] = "Renataki";
["Wushoolay"] = "Wushoolay";
["Gahz'ranka"] = "Gahz'ranka";
["High Priest Thekal"] = "Sumo sacerdote Thekal";
["Zealot Zath"] = "Zelote Zath";
["Zealot Lor'Khan"] = "Zelote Lor'Khan";
["High Priestess Arlokk"] = "Suma sacerdotisa Arlokk";
["Jin'do the Hexxer"] = "Jin'do el Aojador";
["Hakkar"] = "Hakkar";
["Muddy Churning Waters"] = "Aguas Fangosas";
 
--Karazhan Start
["The Violet Eye"] = "El Ojo Violeta";--omitted from Karazhan End
["The Master's Key"] = "La llave del maestro";--omitted from Karazhan End
["Staircase to the Ballroom"] = "Escaleras al Salón de baile";
["Stairs to Upper Stable"] = "Escaleras al Establo superior";
["Ramp to the Guest Chambers"] = "Rampa a Los aposentos de invitados";
["Stairs to Opera House Orchestra Level"] = "Escaleras al nivel de la Opera";
["Ramp from Mezzanine to Balcony"] = "Rampa desde Mezzanine al Balcón";
["Connection to Master's Terrace"] = "Conexión con: El Bancal del Maestro";
["Path to the Broken Stairs"] = "Camino a las Escaleras rotas"; --omitted from Karazhan End
["Hastings <The Caretaker>"] = "Hastings <El Custodio>";
["Servant Quarters"] = "Los sirvientes"; --Check
["Hyakiss the Lurker"] = "Hyakiss el Rondador";
["Rokad the Ravager"] = "Rokad el Devastador";
["Shadikith the Glider"] = "Shadikith el Planeador";
["Berthold <The Doorman>"] = "Berthold <El Portero>";
["Calliard <The Nightman>"] = "Calliard <El Hombre de la noche>";
["Attumen the Huntsman"] = "Attumen el Montero";
["Midnight"] = "Medianoche";
["Koren <The Blacksmith>"] = "Koren <El Herrero>";
["Moroes <Tower Steward>"] = "Moroes <Administrador de la torre>";
["Baroness Dorothea Millstipe"] = "Baronesa Dorothea Tallolino";
["Lady Catriona Von'Indi"] = "Lady Catriona Von'Indi";
["Lady Keira Berrybuck"] = "Lady Keira Bayadol";
["Baron Rafe Dreuger"] = "Barón Rafe Dreuger";
["Lord Robin Daris"] = "Lord Robin Daris";
["Lord Crispin Ference"] = "Lord Crispin Ference";
["Bennett <The Sergeant at Arms>"] = "Bennett <El Sargento de Armas>";
["Ebonlocke <The Noble>"] = "Cerranegro <El Noble>";
["Keanna's Log"] = "Apuntes de Keanna";
["Maiden of Virtue"] = "Doncella de Virtud";
["Sebastian <The Organist>"] = "Sebastian <El Organista>";
["Barnes <The Stage Manager>"] = "Barnes <El Director de escena>";
["The Opera Event"] = "Evento de la opera";
["Red Riding Hood"] = "Caperucita Roja";
["The Big Bad Wolf"] = "El Lobo Feroz";
["Wizard of Oz"] = "El mago de Oz";
["Dorothee"] = "Dorothea";
["Tito"] = "Totó";
["Strawman"] = "Espantapájaros";
["Tinhead"] = "Hojalata";
["Roar"] = "León";
["The Crone"] = "La bruja";
["Romulo and Julianne"] = "Romeo y Julieta";
["Romulo"] = "Romeo";
["Julianne"] = "Julieta";
["The Master's Terrace"] = "El Bancal del Maestro";
["Nightbane"] = "Nocturno";
 
--Karazhan End
["Broken Stairs"] = "Escaleras rotas";
["Ramp to Guardian's Library"] = "Rampa a la Biblioteca del Guardián";
["Suspicious Bookshelf"] = "Publicaciones sospechosas";
["Ramp up to the Celestial Watch"] = "Subida a la Vista Celestial";
["Ramp down to the Gamesman's Hall"] = "Bajada a la Sala de Juegos";
["Chess Event"] = "Evento del Ajedrez";
["Ramp to Medivh's Chamber"] = "Rampa a la Cámara de Medivh";
["Spiral Stairs to Netherspace"] = "Escaleras de caracol a Rencor Abisal";
["The Curator"] = "Curator";
["Wravien <The Mage>"] = "Wravien <El Mago>";
["Gradav <The Warlock>"] = "Gradav <El Brujo>";
["Kamsis <The Conjurer>"] = "Kamsis <La Conjuradora>";
["Terestian Illhoof"] = "Terestian Pezuña Enferma";
["Kil'rek"] = "Kil'rek";
["Shade of Aran"] = "Sombra de Aran";
["Netherspite"] = "Rencor Abisal";
["Ythyar"] = "Ythyar";
["Echo of Medivh"] = "Eco de Medivh";
["Dust Covered Chest"] = "Evento del Ajedrez";
["Prince Malchezaar"] = "Príncipe Malchezaar";
 
--Zul'Aman
["Harrison Jones"] = "Harrison Jones";
["Nalorakk <Bear Avatar>"] = "Nalorakk <Avatar de oso>";
["Tanzar"] = "Tanzar";
["The Map of Zul'Aman"] = "Mapa de Zul'Aman de Budd";
["Akil'Zon <Eagle Avatar>"] = "Akil'Zon <Avatar de águila>";
["Harkor"] = "Harkor";
["Jan'Alai <Dragonhawk Avatar>"] = "Jan'Alai <Avatar de dracohalcón>";
["Kraz"] = "Kraz";
["Halazzi <Lynx Avatar>"] = "Halazzi <Avatar de lince>";
["Ashli"] = "Ashli";
["Zungam"] = "Zungam";
["Hex Lord Malacrass"] = "Señor aojador Malacrass";
["Thurg"] = "Thurg";
["Gazakroth"] = "Gazakroth";
["Lord Raadan"] = "Lord Raadan";
["Darkheart"] = "Corazón Oscuro";
["Alyson Antille"] = "Alyson Antille";
["Slither"] = "Slither";
["Fenstalker"] = "Fenstalker";
["Koragg"] = "Koragg";
["Zul'jin"] = "Zul'jin";
["Forest Frogs"] = "Ranas del bosque";
["Kyren <Reagents>"] = "Kyren <Componentes>";
["Gunter <Food Vendor>"] = "Gunter <Vendedor de comida>";
["Adarrah"] = "Adarrah";
["Brennan"] = "Brennan";
["Darwen"] = "Darwen";
["Deez"] = "Deez";
["Galathryn"] = "Galathryn";
["Mitzi"] = "Mitzi";
["Mannuth"] = "Mannuth";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "Ofensiva del Sol Devastado";
["Selin Fireheart"] = "Selin corazón de fuego";
["Fel Crystals"] = "Cristales Viles";
["Tyrith"] = "Tyrith";
["Vexallus"] = "Vexallus";
["Scrying Orb"] = "Orbe de visión";
["Kalecgos"] = "Kalecgos";
["Priestess Delrissa"] = "Sacerdotisa Delrissa";
["Apoko"] = "Apoko";
["Eramas Brightblaze"] = "Eramas Llamarada Brillante";
["Ellrys Duskhallow"] = "Ellrys Anochecher Santificado";
["Fizzle"] = "Fizel";
["Garaxxas"] = "Garaxxas";
["Sliver <Garaxxas' Pet>"] = "Tajada <Mascota de Garaxxas>";
["Kagani Nightstrike"] = "Kajani Golpe de la Noche";
["Warlord Salaris"] = "Señor de la Guerra Salaris";
["Yazzai"] = "Yazzai";
["Zelfan"] = "Zelfan";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "Kael’thas Caminante del Sol <Señor de los elfos de sangre>";
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "Sathrovarr el Corruptor";
["Madrigosa"] = "Madrigosa";
["Brutallus"] = "Brutallus"; --FALTA
["Felmyst"] = "Brumavil";
["Eredar Twins"] = "Gemelas Eredar";
["Grand Warlock Alythess"] = "Gran Brujo Alythess"; --Check
["Lady Sacrolash"] = "Lady Sacrolash"; --FALTA
["M'uru"] = "M'uru";
["Entropius"] = "Entropius"; --FALTA
["Kil'jaeden <The Deceiver>"] = "Kil'jaeden <The Deceiver>"; --FALTA
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "Thrallmar";--omitted from other HFC
["Honor Hold"] = "Bastión del Honor";--omitted from other HFC
["Flamewrought Key"] = "Llave de Forjallamas";--omitted from other HFC
["The Maker"] = "El Hacedor";
["Broggok"] = "Broggok";
["Keli'dan the Breaker"] = "Keli'dan el Ultrajador";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "Llave de las Salas Arrasadas";
["Randy Whizzlesprocket"] = "Randy Whizzlesprocket";
["Drisella"] = "Drisella";
["Grand Warlock Nethekurse"] = "Brujo supremo Malbisal";
["Blood Guard Porung"] = "Guardia de sangre Mano Destrozada";
["Warbringer O'mrogg"] = "Belisario O'mrogg";
["Warchief Kargath Bladefist"] = "Jefe de Guerra Kargath Garrafilada";
["Shattered Hand Executioner"] = "Ejecutor Mano Destrozada";
["Private Jacint"] = "Soldado Jacint";
["Rifleman Brownbeard"] = "Rifleman Brownbeard";
["Captain Alina"] = "Capitán Alina";
["Scout Orgarr"] = "Explorador Orgarr";
["Korag Proudmane"] = "Korag Proudmane";
["Captain Boneshatter"] = "Capitán Huesodestrozado";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "Guardián vigía Gargolmar";
["Omor the Unscarred"] = "Omor el Sinmarcas";
["Vazruden"] = "Vazruden el Heraldo";
["Nazan <Vazruden's Mount>"] = "Nazan <Montura de Vazruden>";
["Reinforced Fel Iron Chest"] = "Cofre de hierro vil reforzado";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "Magtheridon";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "Excpedición Cenarion";--omitted from other CR
["Reservoir Key"] = "Llave de dóposito";--omitted from other CR
["Mennu the Betrayer"] = "Mennu el Traidor";
["Weeder Greenthumb"] = "Desherbador Pulgaverde";
["Skar'this the Heretic"] = "Skar'this el Herético";
["Rokmar the Crackler"] = "Rokmar el Crujidor";
["Naturalist Bite"] = "Naturalista Mordisco";
["Quagmirran"] = "Quagmirran";
["Ahune <The Frost Lord>"] = "Ahune <El Señor de la Escarcha>";
 
--CR: The Underbog
["Hungarfen"] = "Hungarfen";
["The Underspore"] = "La Sotoespora";
["Ghaz'an"] = "Ghaz'an";
["Earthbinder Rayge"] = "Lingaterra Rayge";
["Swamplord Musel'ek"] = "Señor del pantano Musel'ek";
["Claw <Swamplord Musel'ek's Pet>"] = "Zarpa <Mascota del señor del pantano Musel'ek>";
["The Black Stalker"] = "La acechadora negra";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "Hidromántico Thespia";
["Main Chambers Access Panel"] = "Panel de acceso de la cámara principal";
["Second Fragment Guardian"] = "Guardián del Segundo Fragmento";
["Mekgineer Steamrigger"] = "Mekigeniero Vaporino";
["Warlord Kalithresh"] = "Señor de la Guerra Kalithresh";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "Hydross el Inestable <Hydross el Inestable>";
["The Lurker Below"] = "El Rondador de abajo";
["Leotheras the Blind"] = "Leotheras el Ciego";
["Fathom-Lord Karathress"] = "Señor de la profundidades Karathress";
["Seer Olum"] = "Profeta Olum";
["Morogrim Tidewalker"] = "Morogrim Levantamareas";
["Lady Vashj <Coilfang Matron>"] = "Lady Vashj <Matrona Colmillo Torcido>";
 
--Auch: Mana-Tombs
["The Consortium"] = "El Consorcio";
["Auchenai Key"] = "Llave Auchenai";--omitted from other Auch
["The Eye of Haramad"] = "El ojo de Haramad";
["Pandemonius"] = "Pandemonius";
["Shadow Lord Xiraxis"] = "Señor de las Sombras Xiraxis";
["Ambassador Pax'ivi"] = "Embajador Pax'ivi";
["Tavarok"] = "Tavarok";
["Cryo-Engineer Sha'heen"] = "Crioingeniero Sha'heen";
["Ethereal Transporter Control Panel"] = "Panel de control del transportador etéreo";
["Nexus-Prince Shaffar"] = "Príncipe-nexo Shaffar";
["Yor <Void Hound of Shaffar>"] = "Yor <Can del vacío de Shaffar>";
 
--Auch: Auchenai Crypts
["Lower City"] = "Bajo Arrabal";--omitted from other Auch
["Shirrak the Dead Watcher"] = "Shirrak el Vigía de los Muertos";
["Exarch Maladaar"] = "Exarca Maladaar";
["Avatar of the Martyred"] = "Avatar de los Martirizados";
["D'ore"] = "D'ore";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "Piedra lunar imbuida de esencia";
["Darkweaver Syth"] = "Tejeoscuro Syth";
["Lakka"] = "Lakka";
["The Saga of Terokk"] = "Esbirro de Terokk";
["Anzu"] = "Anzu";
["Talon King Ikiss"] = "Rey Garra Ikiss";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "Llave del Laberinto de las Sombras";
["Spy To'gun"] = "Espía To'gun";
["Ambassador Hellmaw"] = "Embajador Faucinferno";
["Blackheart the Inciter"] = "Negrozón el Incitador";
["Grandmaster Vorpil"] = "Maestro mayor Vorpil";
["The Codex of Blood"] = "El Códice de Sangre";
["Murmur"] = "Murmur";
["First Fragment Guardian"] = "Guardián del Primer Fragmento";
 
--TK: The Botanica
["The Sha'tar"] = "Los Sha'tar";--omitted from other TK
["Warpforged Key"] = "Llave forjada de distorsión";--omitted from other TK
["Commander Sarannis"] = "Comandante Sarannis";
["High Botanist Freywinn"] = "Gran Botánico Freywinn";
["Thorngrin the Tender"] = "Thorngrin el Tierno";
["Laj"] = "Laj";
["Warp Splinter"] = "Disidente de distorsión";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "Llave de El Arcatraz";
["Zereketh the Unbound"] = "Zereketh el Desatado";
["Third Fragment Guardian"] = "Guardián del Tercer Fragmento";
["Dalliah the Doomsayer"] = "Dalliah la Decidora del Destino";
["Wrath-Scryer Soccothrates"] = "Arúspice de cólera Soccothrates";
["Udalo"] = "Udalo";
["Harbinger Skyriss"] = "Presagista Cieloriss";
["Warden Mellichar"] = "Celador Mellichar";
["Millhouse Manastorm"] = "Molino Tormenta de maná";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "Vigía de las puertas Giromata";
["Gatewatcher Iron-Hand"] = "Vigía de las puertas Manoyerro";
["Cache of the Legion"] = "Alijo de la Legión";
["Mechano-Lord Capacitus"] = "Lord-mecano Capacitus";
["Overcharged Manacell"] = "Célula de maná sobrecargada";
["Nethermancer Sepethrea"] = "Abisálica Sepethrea";
["Pathaleon the Calculator"] = "Pathaleon el Calculator";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "Al'ar <Dios Fénix>";
["Void Reaver"] = "Atracador del vacío";
["High Astromancer Solarian"] = "Gran astromántico Solarian";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "Thaladred el Ensombrecedor <Consejero de Kael'thas>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "Maestro ingeniero Telonicus <Consejero de Kael'thas>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "Gran astromántica Capernian <Consejera de Kael'thas>";
["Lord Sanguinar <The Blood Hammer>"] = "Lord Sanguinar <Martillo de Sangre>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "Su majestad Maulgar <Señor de los ogros>";
["Kiggler the Crazed"] = "Kiggler el Enloquecido";
["Blindeye the Seer"] = "Ciego el Vidente";
["Olm the Summoner"] = "Olm el Invocador";
["Krosh Firehand"] = "Krosh Manofuego";
["Gruul the Dragonkiller"] = "Gruul el Asesino de Dragones";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "Juramorte Lengua de Ceniza";--omitted from other BT
["Towards Reliquary of Souls"] = "Hacia Relicario de Almas";
["Towards Teron Gorefiend"] = "Hacia Teron Sanguino";
["Towards Illidan Stormrage"] = "Hacia Illidan Tempestira";
["Spirit of Olum"] = "Espíritu de Olum";
["High Warlord Naj'entus"] = "Alto Señor de la Guerra Naj’entus";
["Supremus"] = "Supremus";
["Shade of Akama"] = "Sombra de Akama";
["Spirit of Udalo"] = "Espíritu de Udalo";
["Aluyen <Reagents>"] = "Aluyen <Vendedor de Componentes>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "Okuno <Provisiones Juramorte Lengua de ceniza>";
["Seer Kanai"] = "Profeta Kanai";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "Gurtogg Sangre Hirviente";
["Reliquary of Souls"] = "Relicario de Almas";
["Essence of Suffering"] = "Esencia de Sufrimiento";
["Essence of Desire"] = "Esencia de Deseo";
["Essence of Anger"] = "Esencia de Cólera";
["Teron Gorefiend"] = "Teron Sanguino";
 
--Black Temple (Top)
["Mother Shahraz"] = "Madre Shahraz";
["The Illidari Council"] = "El Concilio Illidari";
["Lady Malande"] = "Lady Malande";
["Gathios the Shatterer"] = "Gathios el Despedazador";
["High Nethermancer Zerevor"] = "Sumo abisálico Zerevor";
["Veras Darkshadow"] = "Veras Sombra Oscura";
["Illidan Stormrage <The Betrayer>"] = "Illidan Tempestira <El Traidor>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "Ha'Lei";
["Greatfather Aldrimus"] = "Abuelo Aldrimus";
["Clarissa"] = "Clarissa";
["Ramdor the Mad"] = "Ramdor el Loco";
["Horvon the Armorer <Armorsmith>"] = "Horvon el Armero <Forjador de armaduras>";
["Nexus-Prince Haramad"] = "Príncipe-nexo Haramad";
["Artificer Morphalius"] = "Artificiero Morphalius";
["Mamdy the \"Ologist\""] = "Mamdy el \"Todólogo\"";
["\"Slim\" <Shady Dealer>"] = "\"Flaco\" <Vendedor sospechoso>";
["\"Captain\" Kaftiz"] = "\"Capitán\" Kaftiz";
["Isfar"] = "Isfar";
["Field Commander Mahfuun"] = "Comandante de campo Mahfuun";
["Spy Grik'tha"] = "Espía Grik'tha";
["Provisioner Tsaalt"] = "Proveedor Tsaalt";
["Dealer Tariq <Shady Dealer>"] = "Tratante Tariq <Vendedor sospechoso>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "Bodley";
["Overmaster Pyron"] = "Maestro Supremo Pyron";
["Lothos Riftwaker"] = "Lothos Levantagrietas";
["Franclorn Forgewright"] = "Franclorn Forjador";
["Orb of Command"] = "Orbe de orden";
["Scarshield Quartermaster <Scarshield Legion>"] = "Intendente del Escudo del Estigma <Legión Escudo del Estigma>";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "Vigía Jhang";
["Mortog Steamhead"] = "Mortog Testavapor";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "Teletransportador"; --Check
["Sprok <Away Team>"] = "Sprok <Equipo de huida>";
["Matrix Punchograph 3005-A"] = "Perforégrafo Matriz 3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "Namdo Silvabín <Suministros de ingeniería>";
["Techbot"] = "Tecnobot";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "El profeta sin nombre";
["Kolk <The First Kahn>"] = "Kolk <El Primer kahn>";
["Gelk <The Second Kahn>"] = "Gelk <El Segundo kahn>";
["Magra <The Third Kahn>"] = "Magra <El Tercer kahn>";
["Cavindra"] = "Cavindra";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "Marisa du'Paige";
["Brainwashed Noble"] = "Noble con lavado de cerebro";
["Foreman Thistlenettle"] = "Supervisor Cardortiga";
 
--Sunken Temple (Entrance)
["Jade"] = "Jade";
["Kazkaz the Unholy"] = "Kazkaz el Blasfemo";
["Zekkis"] = "Zekkis";
["Veyzhak the Cannibal"] = "Veyzhak el Caníbal";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "Grez Piemartillo";
["Magregan Deepshadow"] = "Magregan Sombraprofunda";
["Tablet of Ryun'Eh"] = "Tablilla de Ryun'Eh";
["Krom Stoutarm's Chest"] = "Cofre de Krom Brazorrecio";
["Garrett Family Chest"] = "Cofre de la familia Garrett";
["Digmaster Shovelphlange"] = "Maestro de excavación Palatiro";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "Loco Magglish";
["Trigore the Lasher"] = "Trigore el Azotador";
["Boahn <Druid of the Fang>"] = "Boahn <Druidas del colmillo>";
["Above the Entrance:"] = "Sobre la Entrada:";
["Ebru <Disciple of Naralex>"] = "Ebru <Discípula de Naralex>";
["Nalpak <Disciple of Naralex>"] = "Nalpak <Discípulo de Naralex>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "Kalldan Lunavil <Suministros de peletería especializada>";
["Waldor <Leatherworking Trainer>"] = "Waldor <Instructor de peletería>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "Estanque Funesto";
["Dire Maul Arena"] = "Arena de La Masacre";
["Mushgog"] = "Mushgog";
["Skarr the Unbreakable"] = "Skarr el Inquebrantable";
["The Razza"] = "El Razza";
["Elder Mistwalker"] = "Ancestro Caminalba";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "Administrador del Tiempo <Vigilantes del Tiempo>";
["Alexston Chrome <Tavern of Time>"] = "Alexston Cromo <La Taberna del Tiempo>";
["Yarley <Armorer>"] = "Yarley <Armero>";
["Bortega <Reagents & Poison Supplies>"] = "Bortega <Suministros de venenos y componentes>";
["Galgrom <Provisioner>"] = "Galgrom <Galgrom>";
["Alurmi <Keepers of Time Quartermaster>"] = "Alurmi <Intendente de los Vigilantes del Tiempo>";
["Zaladormu"] = "Zaladormu";
["Soridormi <The Scale of Sands>"] = "Soridormi <La Escama de las Arenas>";
["Arazmodu <The Scale of Sands>"] = "Arazmodu <La Escama de las Arenas>";
["Andormu <Keepers of Time>"] = "Andormu <Vigilantes del Tiempo";
["Nozari <Keepers of Time>"] = "Nozari <Vigilantes del Tiempo>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "Archimaga Leryda";
["Apprentice Darius"] = "Aprendiz Darius";
["Archmage Alturus"] = "Archimago Alturus";
["Stairs to Underground Pond"] = "Escaleras a Underground Pond";
["Stairs to Underground Well"] = "Escaleras a Underground Well";
["Charred Bone Fragment"] = "Trozo de hueso carbonizado";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--I'm switching from continent grouping to expansion grouping.
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "Ancestro Nadox";
["Prince Taldaram"] = "Príncipe Taldaram";
["Jedoga Shadowseeker"] = "Jedoga Buscasombras";
["Herald Volazj"] = "Heraldo Volazj";
["Amanitar"] = "Amanitar";
["Ahn'kahet Brazier"] = "Blandón Ahn'kahet"; --Check
 
--Azjol-Nerub: Azjol-Nerub
["Krik'thir the Gatewatcher"] = "Krik'thir el vigía de las puertas";
["Watcher Gashra"] = "Vigía Gashra";
["Watcher Narjil"] = "Vigía Narjil";
["Watcher Silthik"] = "Vigía Silthik";
["Hadronox"] = "Hadronox";
["Anub'arak"] = "Anub'arak";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "La Matanza de Stratholme";
["Meathook"] = "Gancho";
["Salramm the Fleshcrafter"] = "Salramm el Modelador de carne";
["Chrono-Lord Epoch"] = "Cronolord Época";
["Mal'Ganis"] = "Mal'Ganis";
["Chromie"] = "Cromi";
["Infinite Corruptor"] = "Corruptor Infinito";
["Guardian of Time"] = "Guardián del Tiempo";
["Scourge Invasion Points"] = "Puntos Invasión de la Plaga";
 
--Drak'Tharon Keep
["Trollgore"] = "Cuernotrol";
["Novos the Summoner"] = "Novos el Invocador";
["King Dred"] = "Rey Dred";
["The Prophet Tharon'ja"] = "El profeta Tharon'ja";
["Kurzel"] = "Kurzel";
["Drakuru's Brazier"] = "El blandón de Drakuru"; --Check
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "Slad'ran <Sumo profeta de Sseratus>";
["Drakkari Colossus"] = "Coloso Drakkari";
["Moorabi <High Prophet of Mam'toth>"] = "Moorabi <Sumo profeta de Mam'toth>";
["Gal'darah <High Prophet of Akali>"] = "Gal'darah <Sumo profeta de Akali>";
["Eck the Ferocious"] = "Eck el Feroz";
 
--Icecrown Citadel
["The Ashen Verdict"] = "El Veredicto Cinéreo";
["Lord Marrowgar"] = "Lord Tuétano";
["Lady Deathwhisper"] = "Lady Susurramuerte";
["Gunship Battle"] = "Arsenal de la nave de guerra";
["Deathbringer Saurfang"] = "Libramorte Colmillosauro";
["Festergut"] = "Panzachancro";
["Rotface"] = "Carapútrea";
["Professor Putricide"] = "Profesor Putricidio";
["Blood Prince Council"] = "Concilio de los príncipes de sangre"; --Check
["Prince Keleseth"] = "Príncipe Keleseth";
["Prince Taldaram"] = "Príncipe Taldaram";
["Prince Valanar"] = "Príncipe Valanar";
["Blood-Queen Lana'thel"] = "Reina de Sangre Lana'thel";
["Valithria Dreamwalker"] = "Valithria Caminasueños";
["Sindragosa <Queen of the Frostbrood>"] = "Sindragosa <Reina de los Razaescarcha>";
["The Lich King"] = "El Rey Éxanime";
["To next map"] = "Al siguiente mapa";
["From previous map"] = "Desde mapa anterior";
["Light's Hammer"] = "Martillo de la Luz";
["Oratory of the Damned"] = "Oratorio de los Malditos";
["Rampart of Skulls"] = "Muralla de las Calaveras";
["Deathbringer's Rise"] = "Alto del Libramorte";
["Upper Spire"] = "Aguja Superior";
["Sindragosa's Lair"] = "Guarida de Sindragosa";
["The Frozen Throne"] = "El trono helado";
 
--Naxxramas
["Mr. Bigglesworth"] = "Sr. Biguelvalor";
["Construct Quarter"] = "Barrio de los Ensamblajes";
["Patchwerk"] = "Remendejo";
["Grobbulus"] = "Grobbulus";
["Gluth"] = "Gluth";
["Thaddius"] = "Thaddius";
["Arachnid Quarter"] = "Arrabal Arácnido";
["Anub'Rekhan"] = "Anub'Rekhan";
["Grand Widow Faerlina"] = "Gran Viuda Faerlina";
["Maexxna"] = "Maexxna";
["Military Quarter"] = "Barrio Militar";
["Instructor Razuvious"] = "Instructor Razuvious";
["Gothik the Harvester"] = "Gothik el Cosechador";
["The Four Horsemen"] = "Los cuatro Caballoshombre";
["Thane Korth'azz"] = "Señor feudal Korth'azz";
["Lady Blaumeux"] = "Lady Blaumeux";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "Sir Zeliek";
["Four Horsemen Chest"] = "Cofre de los cuatro jinetes";
["Plague Quarter"] = "Cuarto de la Plaga"; --Check
["Noth the Plaguebringer"] = "Noth el Pesteador";
["Heigan the Unclean"] = "Heigan el Impuro";
["Loatheb"] = "Loatheb";
["Frostwyrm Lair"] = "Guarida Vermis de Escarcha"; --Check
["Sapphiron"] = "Sapphiron";
["Kel'Thuzad"] = "Kel'Thuzad";
 
--The Nexus: The Nexus
["Anomalus"] = "Anomalus";
["Ormorok the Tree-Shaper"] = "Ormorok el Cortador de árboles";
["Grand Magus Telestra"] = "Gran Maga Telestra";
["Keristrasza"] = "Keristrasza";
["Commander Stoutbeard"] = "Comandante Barbarrecia";
["Berinand's Research"] = "Investigación de Berinand";
["Commander Kolurg"] = "Comandante Kolurg";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "Malygos";
["Key to the Focusing Iris"] = "Llave del Iris de enfoque";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "Drakos el interrogador";
["Mage-Lord Urom"] = "Señor de la Magia Urom";
["Ley-Guardian Eregos"] = "Guardián-Ley Eregos";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "Varos Zancanubes <Lord Azur del Vuelo Azul>";
["Centrifuge Construct"] = "Ensamblaje de centrifugadora";
["Cache of Eregos"] = "Alijo de Eregos";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "Archimago Koreln <Kirin Tor>";
["Archmage Elandra <Kirin Tor>"] = "Archimaga Elandra <Kirin Tor>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "Lady Sylvanas Brisaveloz <Reina alma en pena>";
["Dark Ranger Loralen"] = "Forestal oscura Loralen";
["Dark Ranger Kalira"] = "Forestal oscura Kalira";
["Bronjahm <Godfather of Souls>"] = "Bronjahm <Padrino de almas>";
["Devourer of Souls"] = "Devoraalmas";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "Maestro de forja Gargelus";
["Martin Victus"] = "Martin Victus"; --Check
["Gorkun Ironskull"] = "Gorkun Testahierro";
["Krick and Ick"] = "Puagh y Agh";
["Scourgelord Tyrannus"] = "Señor de la Plaga Tyrannus";
["Rimefang"] = "Dientefrío";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "Falric";
["Marwyn"] = "Marwyn";
["Wrath of the Lich King"] = "El Rey Exánime";
["The Captain's Chest"] = "El cofre del Capitán";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "Cámara del vuelo Negro"; --Check
["Sartharion <The Onyx Guardian>"] = "Sartharion <El Guardíán Onyx>"; --Check
["Tenebron"] = "Tenebron";
["Shadron"] = "Shadron";
["Vesperon"] = "Vesperon";
 
--The Violet Hold
["Erekem"] = "Erekem";
["Zuramat the Obliterator"] = "Zuramat el Obliterador";
["Xevozz"] = "Xevozz";
["Ichoron"] = "Ícoron";
["Moragg"] = "Moragg";
["Lavanthor"] = "Lavanthor";
["Cyanigosa"] = "Cianigosa";
["The Violet Hold Key"] = "Llave de El Bastión Violeta";
 
--Trial of the Champion
["Grand Champions"] = "Grandes campeones";
["Champions of the Alliance"] = "Campeones de la Alianza";
["Marshal Jacob Alerius"] = "Mariscal Jacob Alerius";
["Ambrose Boltspark"] = "Ambrose Chisparrayo";
["Colosos"] = "Colosos";
["Jaelyne Evensong"] = "Jaelyne Unicanto";
["Lana Stouthammer"] = "Lana Martillotenaz";
["Champions of the Horde"] = "Campeones de la Horda";
["Mokra the Skullcrusher"] = "Mokra el Trituracráneos";
["Eressea Dawnsinger"] = "Eressea Cantoalba";
["Runok Wildmane"] = "Runok Ferocrín";
["Zul'tore"] = "Zul'tore";
["Deathstalker Visceri"] = "Mortacechador Visceri";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "Eadric el Puro <Gran Campeón de la Cruzada Argenta>";
["Argent Confessor Paletress"] = "Confesora Argenta Cabelloclaro";
["The Black Knight"] = "El Caballero Negro";
 
--Trial of the Crusader
["Cavern Entrance"] = "Entrada a la caverna";
["Northrend Beasts"] = "Bestias de Rasganorte";
["Gormok the Impaler"] = "Gormok el Empalador";
["Acidmaw"] = "Fauceácida";
["Dreadscale"] = "Aterraescama";
["Icehowl"] = "Aullahielo";
["Lord Jaraxxus"] = "Lord Jaraxxus";
["Faction Champions"] = "Campeones de la facción";
["Twin Val'kyr"] = "Gemelas Val'kyr";
["Fjola Lightbane"] = "Fjola Penívea";
["Eydis Darkbane"] = "Eydis Penaumbra";
["Anub'arak"] = "Anub'arak";
["Heroic: Trial of the Grand Crusader"] = "Heróica: Prueba del Gran Cruzado";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "General Bjarngrim";
["Volkhan"] = "Volkhan";
["Ionar"] = "Ionar";
["Loken"] = "Loken";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "Cofre del tribunal";
["Krystallus"] = "Krystallus";
["Brann Bronzebeard"] = "Brann Barbabronce";
["Sjonnir the Ironshaper"] = "Sjonnir el Afilador";
["Maiden of Grief"] = "Doncella de Pena";
 
-- Ulduar General
["Celestial Planetarium Key"] = "Llave del Planetario Celestial"; --Check
["The Siege"] = "El asedio"; --Check
["The Antechamber"] = "La Antecámara"; --B Check
["The Keepers"] = "Los vigilantes"; --C Check
["Spark of Imagination"] = "Chispa de Imaginación"; --D Check
["Descent into Madness"] = "El Descenso a la Locura"; --E
 
-- Ulduar A
["Flame Leviathan"] = "Leviatán de llamas";
["Ignis the Furnace Master"] = "Ignis el Maestro de la Caldera";
["Razorscale"] = "Tajoescama";
["XT-002 Deconstructor"] = "Desarmador XA-002";
["Expedition Base Camp"] = "Campamento Base de la Expedición"; --Check
["Formation Grounds"] = "Campo de Formación";
["The Colossal Forge"] = "La Forja Colosal"; --Check
["The Scrapyard"] = "La Chatarrería";
["Tower of Life"] = "Torre de Vida";
["Tower of Flame"] = "Torre de Llamas";
["Tower of Frost"] = "Torre de Escarcha";
["Tower of Storms"] = "Torre de Tormentas";
 
-- Ulduar B
["Assembly of Iron"] = "Asamblea de Hierro";
["Steelbreaker"] = "Rompeacero";
["Runemaster Molgeim"] = "Maestro de runas Molgeim";
["Stormcaller Brundir"] = "Clamatormentas Brundir";
["Kologarn"] = "Kologarn";
["Algalon the Observer"] = "Algalon el Observador";
["Antechamber of Ulduar"] = "La Antecámara de Ulduar";
["Prospector Doren"] = "Prospector Doren";
["Archivum Console"] = "Consola de El Archivum";
 
-- Ulduar C
["Auriaya"] = "Auriaya";
["Freya"] = "Don de Freya";
["Thorim"] = "Thorim";
["Hodir"] = "Hodir";
["The Shattered Walkway"] = "El Paseo Arrasado"; --Check
["The Conservatory of Life"] = "El Invernadero de Vida";
 
-- Ulduar D
["Mimiron"] = "Mimiron";
 
-- Ulduar E
["General Vezax"] = "General Vezax";
["Yogg-Saron"] = "Yogg-Saron";
["Prison of Yogg-Saron"] = "Teletransporte de La Prisión de Yogg-Saron";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "Príncipe Keleseth <Los San'layn>";
["Dalronn the Controller"] = "Dalronn el Controlador";
["Ingvar the Plunderer"] = "Ingvar el Desvalijador";
["Dark Ranger Marrah"] = "Forestal oscura Marrah";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "Brigg Espinillas";
["Svala Sorrowgrave"] = "Svala Tumbapena";
["Gortok Palehoof"] = "Gortok Pezuña Pálida";
["Skadi the Ruthless"] = "Skadi el Despiadado";
["King Ymiron"] = "Rey Ymiron";
["Skarvald the Constructor"] = "Skarvald el Constructor";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "Archavon el Vigía de piedra";
["Emalon the Storm Watcher"] = "Emalon el Vigía de piedra";
["Koralon the Flame Watcher"] = "Koralon el Vigía de las llamas";
["Toravon the Ice Watcher"] = "Toravon el Vigía de Hielo";
};
end
\ No newline at end of file
Locale/Atlas-frFR.lua New file
0,0 → 1,1747
--[[
 
Atlas, a World of Warcraft instance map browser
Copyright 2005-2010 Dan Gilbert <dan.b.gilbert@gmail.com>
 
This file is part of Atlas.
 
Atlas is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
Atlas is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Atlas; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
--]]
 
-- Atlas French Localization
-- Sur un travail de Wysiwyg, Kiria, Trasher en 2007 / 2010
-- Many thanks to all contributors!
 
if ( GetLocale() == "frFR" ) then
 
--************************************************
-- Global Atlas Strings
--************************************************
 
AtlasSortIgnore = {"le (.+)", "la (.+)", "les (.+)"};
 
ATLAS_TITLE = "Atlas";
ATLAS_SUBTITLE = "Navigateur de cartes d'instances";
ATLAS_DESC = "Atlas est un navigateur de cartes d'instances.";
 
BINDING_HEADER_ATLAS_TITLE = "Atlas";
BINDING_NAME_ATLAS_TOGGLE = "Atlas [Ouvrir/Fermer]";
BINDING_NAME_ATLAS_OPTIONS = "Options [Ouvrir/Fermer]";
BINDING_NAME_ATLAS_AUTOSEL = "Auto-Select";
 
ATLAS_SLASH = "/atlas";
ATLAS_SLASH_OPTIONS = "options";
 
ATLAS_STRING_LOCATION = "Lieu";
ATLAS_STRING_LEVELRANGE = "Niveau";
ATLAS_STRING_PLAYERLIMIT = "Limite de joueurs";
ATLAS_STRING_SELECT_CAT = "Choix de la catégorie";
ATLAS_STRING_SELECT_MAP = "Choix de la carte";
ATLAS_STRING_SEARCH = "Rechercher";
ATLAS_STRING_CLEAR = "Nettoyer";
ATLAS_STRING_MINLEVEL = "Niveau Minimum";
 
ATLAS_OPTIONS_BUTTON = "Options";
ATLAS_OPTIONS_SHOWBUT = "Afficher le bouton sur la mini-carte";
ATLAS_OPTIONS_AUTOSEL = "Sélection automatique de la carte";
ATLAS_OPTIONS_BUTPOS = "Position du bouton";
ATLAS_OPTIONS_TRANS = "Transparence";
ATLAS_OPTIONS_REPMAP = "Remplacer la carte du monde";
ATLAS_OPTIONS_RCLICK = "Clic-Droit pour afficher la carte du monde";
ATLAS_OPTIONS_SHOWMAPNAME = "Afficher le nom de la carte";
ATLAS_OPTIONS_RESETPOS = "Position initiale";
ATLAS_OPTIONS_ACRONYMS = "Afficher les acronymes VO/VF";
ATLAS_OPTIONS_SCALE = "Echelle";
ATLAS_OPTIONS_BUTRAD = "Rayon du bouton";
ATLAS_OPTIONS_CLAMPED = "Fixer la fenêtre à l'écran";
ATLAS_OPTIONS_CTRL = "Maintenir la touche Ctrl enfoncée pour voir les infobulles"
ATLAS_OPTIONS_COORDS = "Montrer les coordonnées sur la carte du monde"
 
ATLAS_BUTTON_TOOLTIP_TITLE = "Atlas";
ATLAS_BUTTON_TOOLTIP_HINT = "Clic-Gauche pour ouvrir Atlas.\nClic-Milieu pour les options d'Atlas.\nClic-Droit pour déplacer ce bouton.";
ATLAS_LDB_HINT = "Clic-Gauche pour ouvrir Atlas.\nClic-Milieu pour les options d'Atlas.\nClic-Droit pour le menu d'affichage.";
 
ATLAS_OPTIONS_CATDD = "Trier les instances par :";
ATLAS_DDL_CONTINENT = "Continent";
ATLAS_DDL_CONTINENT_EASTERN = "Instances des Royaumes de l'Est";
ATLAS_DDL_CONTINENT_KALIMDOR = "Instances de Kalimdor";
ATLAS_DDL_CONTINENT_OUTLAND = "Instances de l'Outreterre";
ATLAS_DDL_CONTINENT_NORTHREND = "Instances de Norfendre";
ATLAS_DDL_LEVEL = "Niveau";
ATLAS_DDL_LEVEL_UNDER45 = "Instances avant Niveau 45";
ATLAS_DDL_LEVEL_45TO60 = "Instances Niveau 45-60";
ATLAS_DDL_LEVEL_60TO70 = "Instances Niveau 60-70";
ATLAS_DDL_LEVEL_70TO80 = "Instances Niveau 70-80";
ATLAS_DDL_LEVEL_80PLUS = "Instances Niveau 80+";
ATLAS_DDL_PARTYSIZE = "Taille de Groupe";
ATLAS_DDL_PARTYSIZE_5_AE = "Instances pour 5 Joueurs A-E";
ATLAS_DDL_PARTYSIZE_5_FZ = "Instances pour 5 Joueurs F-Z";
ATLAS_DDL_PARTYSIZE_10_AQ = "Instances pour 10 Joueurs A-Q";
ATLAS_DDL_PARTYSIZE_10_RZ = "Instances pour 10 Joueurs R-Z";
ATLAS_DDL_PARTYSIZE_20TO40 = "Instances pour 20-40 Joueurs";
ATLAS_DDL_EXPANSION = "Extension";
ATLAS_DDL_EXPANSION_OLD_AO = "Instances du Vieux Monde (A-O)";
ATLAS_DDL_EXPANSION_OLD_PZ = "Instances du Vieux Monde (P-Z)";
ATLAS_DDL_EXPANSION_BC = "Instances Burning Crusade";
ATLAS_DDL_EXPANSION_WOTLK = "Instances Wrath of the Lich King";
ATLAS_DDL_TYPE = "Type";
ATLAS_DDL_TYPE_INSTANCE_AC = "Instances A-C";
ATLAS_DDL_TYPE_INSTANCE_DR = "Instances D-R";
ATLAS_DDL_TYPE_INSTANCE_SZ = "Instances S-Z";
ATLAS_DDL_TYPE_ENTRANCE = "Entrées";
 
ATLAS_INSTANCE_BUTTON = "Instance";
ATLAS_ENTRANCE_BUTTON = "Entrée";
ATLAS_SEARCH_UNAVAIL = "Recherche Indisponible";
ATLAS_WORLDMAP_PLAYER = "Joueur";
ATLAS_WORLDMAP_CURSOR = "Curseur";
 
ATLAS_DEP_MSG1 = "Atlas a détecté un ou plusieurs module(s) qui ne sont pas à jour.";
ATLAS_DEP_MSG2 = "Ils ont été désactivés pour ce personnage.";
ATLAS_DEP_MSG3 = "Les supprimer de votre dossier AddOns.";
ATLAS_DEP_OK = "Ok";
 
AtlasZoneSubstitutions = {
["Le temple d'Atal'Hakkar"] = "Le temple d'Atal'Hakkar";
["Ahn'Qiraj"] = "Temple d'Ahn'Qiraj";
["Karazhan"] = "Karazhan [A] (Début)";
["Temple noir"] = "Temple noir [A] (Début)";
};
 
AtlasLocale = {
 
--************************************************
-- Zone Names, Acronyms, and Common Strings
--************************************************
 
--Common strings
["Adult"] = "Adulte";
["AKA"] = "AKA";
["Alliance"] = "Alliance";
["Arcane Container"] = "Arcane Container";
["Argent Dawn"] = "Aube d'argent";
["Argent Crusade"] = "La Croisade d'argent";
["Arms Warrior"] = "Guerrier Armes";
["Attunement Required"] = "Harmonisation requise";
["Back"] = "de derrière"; -- Back de Back Door, trouver mieux
["Basement"] = "Sous-sol";
["Bat"] = "Chauve-souris";
["Blacksmithing Plans"] = "Plans de forge";
["Boss"] = "Boss";
["Brazier of Invocation"] = "Brasero d'invocation";
["Brewfest"] = "Fête des Brasseurs";
["Chase Begins"] = "Début de la chasse";
["Chase Ends"] = "Fin de la chasse";
["Child"] = "Enfant";
["Connection"] = "Connexion";
["DS2"] = "Set D2";
["East"] = "Est";
["Elevator"] = "Ascenseur";
["End"] = "Fin";
["Engineer"] = "Ingénieur";
["Entrance"] = "Entrée";
["Event"] = "Evènement "; -- Espace pour le blanc avant une double ponctuation
["Exalted"] = "Exalté";
["Exit"] = "Sortie";
["Fourth Stop"] = "Quatrième arrêt";
["Front"] = "Principale"; -- Front de Front Door, trouver mieux
["Ghost"] = "Fantôme";
["Hallow's End"] = "Sanssaint";
["Heroic"] = "Héroïque";
["Holy Paladin"] = "Paladin Sacré";
["Holy Priest"] = "Prêtre Sacré";
["Horde"] = "Horde";
["Hunter"] = "Chasseur";
["Imp"] = "Diablotin";
["Inside"] = "À l'intérieur";
["Key"] = "Clé "; -- Espace pour le blanc avant une double ponctuation
["Love is in the Air"] = "De l'amour dans l'air";
["Lower"] = "En bas";
["Lunar"] = "Fête lunaire";
["Lunar Festival"] = "Festival lunaire";
["Mage"] = "Mage";
["Meeting Stone"] = "Pierre de rencontre";
["Midsummer Festival"] = "Solstice d'été : la fête du Feu";
["Monk"] = "Moine";
["Moonwell"] = "Puits de lune";
["North"] = "Nord";
["Optional"] = "Optionel";
["Orange"] = "Orange";
["Outside"] = "Extérieur";
["Paladin"] = "Paladin";
["Panther"] = "Panthère";
["Portal"] = "Portail";
["Priest"] = "Prêtre";
["Protection Warrior"] = "Guerrier Protection";
["Purple"] = "Violet";
["Random"] = "Aléatoire";
["Raptor"] = "Raptor";
["Rare"] = "Rare";
["Reputation"] = "Réputation "; -- Espace pour le blanc avant une double ponctuation
["Repair"] = "Réparation";
["Retribution Paladin"] = "Paladin Vindicte";
["Rewards"] = "Récompenses";
["Rogue"] = "Voleur";
["Second Stop"] = "Deuxième arrêt";
["Shadow Priest"] = "Prêtre Ombre";
["Shaman"] = "Chaman";
["Side"] = "Coté";
["Snake"] = "Serpent";
["Spawn Point"] = "Points d'apparition";
["Spider"] = "Araignée";
["Start"] = "Début";
["Summon"] = "Invoqué";
["Teleporter"] = "Téléporteur";
["Third Stop"] = "Troisième arrêt";
["Tiger"] = "Tigre";
["Top"] = "Haut";
["Undead"] = "Mort-vivant";
["Underwater"] = "Sous l'eau";
["Unknown"] = "Inconnu";
["Upper"] = "En haut";
["Varies"] = "Variable";
["Wanders"] = "Errant";
["Warlock"] = "Démoniste";
["Warrior"] = "Guerrier";
["Wave 5"] = "Vague 5";
["Wave 6"] = "Vague 6";
["Wave 10"] = "Vague 10";
["Wave 12"] = "Vague 12";
["Wave 18"] = "Vague 18";
["West"] = "Ouest";
 
--Instance names and acronyms
["Ahn'kahet: The Old Kingdom"] = "Ahn'kahet : l'Ancien royaume";
["Ahn'Qiraj"] = "Ahn'Qiraj"; ["AQ"] = "AQ";
["Armory"] = "Armurerie";
["Auchenai Crypts"] = "Cryptes Auchenaï"; ["AC"] = "AC";
["Auchindoun"] = "Auchindoun"; ["Auch"] = "Auch";
["Azjol-Nerub"] = "Azjol-Nérub"; ["AN"] = "AN";
["Black Temple"] = "Temple noir"; ["BT"] = "BT";
["Blackfathom Deeps"] = "Profondeurs de Brassenoire"; ["BFD"] = "BFD";
["Blackrock Depths"] = "Profondeurs de Rochenoire"; ["BRD"] = "BRD";
["Blackrock Spire"] = "Pic Rochenoire"; ["LBRS"] = "LBRS/Pic 1"; ["UBRS"] = "UBRS/Pic 2";
["Blackwing Lair"] = "Repaire de l'Aile noire"; ["BWL"] = "BWL";
["Cathedral"] = "Cathédrale"; ["Cath"] = "Cath";
["Caverns of Time"] = "Grottes du Temps"; ["CoT"] = "CoT/GT";
["Chamber of Aspects"] = "Chambre des Aspects";
["Coilfang Reservoir"] = "Réservoir de Glissecroc"; ["CR"] = "CR";
["Crusaders' Coliseum"] = "L'épreuve du croisé";
["Dire Maul"] = "Hache-tripes"; ["DM"] = "DM/HT";
["Drak'Tharon Keep"] = "Donjon de Drak'Tharon";
["Frozen Halls"] = "Les salles Gelées";
["Gnomeregan"] = "Gnomeregan"; ["Gnome"] = "Gnome";
["Graveyard"] = "Cimetière"; ["GY"] = "GY";
["Gruul's Lair"] = "Repaire de Gruul"; ["GL"] = "GL";
["Gundrak"] = "Gundrak";
["Halls of Lightning"] = "Les salles de Foudre";
["Halls of Reflection"] = "Salles des Reflets";
["Halls of Stone"] = "Les salles de Pierre";
["Hellfire Citadel"] = "Citadelle des Flammes infernales"; ["HFC"] = "HFC";
["Hellfire Ramparts"] = "Remparts des Flammes infernales"; ["Ramp"] = "Ramp";
["Hyjal Summit"] = "Sommet d'Hyjal"; ["CoT3"] = "CoT3/GT3";
["Icecrown Citadel"] = "Citadelle de la Couronne de glace";
["Karazhan"] = "Karazhan"; ["Kara"] = "Kara";
["Library"] = "Bibliothèque"; ["Lib"] = "Lib";
["Magisters' Terrace"] = "Terrasse des Magistères"; ["MaT"] = "MT";
["Magtheridon's Lair"] = "Le repaire de Magtheridon"; ["Mag"] = "Mag";
["Mana-Tombs"] = "Tombes-mana"; ["MT"] = "MT";
["Maraudon"] = "Maraudon"; ["Mara"] = "Mara";
["Molten Core"] = "Cœur du Magma"; ["MC"] = "MC";
["Naxxramas"] = "Naxxramas";
["Old Hillsbrad Foothills"] = "Contreforts de Hautebrande d'antan"; ["CoT1"] = "CoT1/GT1";
["Onyxia's Lair"] = "Repaire d'Onyxia"; ["Ony"] = "Ony";
["Pit of Saron"] = "Fosse de Saron";
["Ragefire Chasm"] = "Gouffre de Ragefeu"; ["RFC"] = "RFC";
["Razorfen Downs"] = "Souilles de Tranchebauge"; ["RFD"] = "RFD";
["Razorfen Kraul"] = "Kraal de Tranchebauge"; ["RFK"] = "RFK";
["Ruins of Ahn'Qiraj"] = "Ruines d'Ahn'Qiraj"; ["AQ20"] = "AQ20";
["Scarlet Monastery"] = "Monastère écarlate"; ["SM"] = "SM/Le Mona";
["Scholomance"] = "Scholomance"; ["Scholo"] = "Scholo";
["Serpentshrine Cavern"] = "Caverne du sanctuaire du Serpent"; ["SC"] = "SSC";
["Sethekk Halls"] = "Les salles des Sethekk"; ["Seth"] = "Seth";
["Shadow Labyrinth"] = "Labyrinthe des ombres"; ["SL"] = "SL/Laby";
["Shadowfang Keep"] = "Donjon d'Ombrecroc"; ["SFK"] = "SFK";
["Stratholme"] = "Stratholme"; ["Strat"] = "Strat";
["Stratholme Past"] = "L'Épuration de Stratholme";
["Sunken Temple"] = "Le temple d'Atal'Hakkar"; ["ST"] = "ST";
["Sunwell Plateau"] = "Plateau du Puits de soleil"; ["SuP"] = "SP";
["Tempest Keep"] = "Donjon de la Tempête"; ["TK"] = "TK";
["Temple of Ahn'Qiraj"] = "Temple d'Ahn'Qiraj"; ["AQ40"] = "AQ40";
["The Arcatraz"] = "L'Arcatraz"; ["Arca"] = "Arca";
["The Black Morass"] = "Le Noir Marécage"; ["CoT2"] = "CoT2/GT2";
["The Blood Furnace"] = "La Fournaise du sang"; ["BF"] = "BF";
["The Botanica"] = "La Botanica"; ["Bota"] = "Bota";
["The Deadmines"] = "Les Mortemines"; ["VC"] = "VC";
["The Eye"] = "L'Œil"; ["Eye"] = "Eye/TK";
["The Eye of Eternity"] = "L'Œil de l'éternité";
["The Forge of Souls"] = "La Forge des âmes";
["The Mechanar"] = "Le Méchanar"; ["Mech"] = "Mech";
["The Nexus"] = "Le Nexus";
["The Obsidian Sanctum"] = "Le sanctum Obsidien";
["The Oculus"] = "L'Oculus";
["The Shattered Halls"] = "Les Salles brisées"; ["SH"] = "SH";
["The Slave Pens"] = "Les enclos aux esclaves"; ["SP"] = "SP";
["The Steamvault"] = "Le Caveau de la vapeur"; ["SV"] = "SV";
["The Stockade"] = "La Prison"; ["Stocks"] = "Stocks/Prison";
["The Underbog"] = "La Basse-tourbière"; ["UB"] = "UB";
["The Violet Hold"] = "Le fort Pourpre";
["Trial of the Champion"] = "L'épreuve du champion";
["Trial of the Crusader"] = "L'épreuve du croisé";
["Uldaman"] = "Uldaman"; ["Ulda"] = "Ulda";
["Ulduar"] = "Ulduar";
["Utgarde Keep"] = "Donjon d'Utgarde";
["Utgarde Pinnacle"] = "Cime d'Utgarde";
["Vault of Archavon"] = "Caveau d'Archavon";
["Wailing Caverns"] = "Cavernes des lamentations"; ["WC"] = "WC/Lam";
["Zul'Aman"] = "Zul'Aman"; ["ZA"] = "ZA";
["Zul'Farrak"] = "Zul'Farrak"; ["ZF"] = "ZF";
["Zul'Gurub"] = "Zul'Gurub"; ["ZG"] = "ZG";
 
--WotLK Acronyms
["AK, Kahet"] = "AK, Kahet"; -- Ahn'kahet
["AN, Nerub"] = "AN, Nerub"; -- Azjol-Nérub
["Champ"] = "Champ"; -- L'épreuve du champion
["Crus"] = "EDC"; -- L'épreuve du croisé
["DTK"] = "DTK"; -- Donjon de Drak'Tharon
["FoS"] = "FdA"; ["FH1"] = "FH1"; -- La Forge des âmes
["Gun"] = "Gun"; -- Gundrak
["HoL"] = "HoL"; -- Les salles de Foudre
["HoR"] = "SdR"; ["FH3"] = "FH3"; -- Salles des Reflets
["HoS"] = "HoS"; -- Les salles de Pierre
["IC"] = "ICC"; -- Citadelle de la Couronne de glace
["Nax"] = "Nax"; -- Naxxramas
["Nex, Nexus"] = "Nex, Nexus"; -- Le Nexus
["Ocu"] = "Ocu"; -- L'Oculus
["OS"] = "OS"; -- Le sanctum Obsidien
["PoS"] = "FdS"; ["FH2"] = "FH2"; -- Fosse de Saron
["Strat, CoT-Strat"] = "Strat, CoT-Strat"; -- L'Épuration de Stratholme
["TEoE"] = "Maly"; -- L'Œil de l'éternité
["UK, Keep"] = "UK, Keep"; -- Donjon d'Utgarde
["Uldu"] = "Uldu"; -- Ulduar
["UP, Pinn"] = "UP, Pinn"; -- Cime d'Utgarde
["VH"] = "VH"; -- Le fort Pourpre
["VoA"] = "Archa"; -- Caveau d'Archavon
 
--Continents
["Eastern Kingdoms"] = "Royaumes de l'Est";
["Kalimdor"] = "Kalimdor";
["Northrend"] = "Norfendre";
["Outland"] = "Outreterre";
 
--Outdoor zones, Locations
["Ashenvale"] = "Orneval";
["Badlands"] = "Terres ingrates";
["Blackrock Mountain"] = "Mont Rochenoire"; ["BRM"] = "BRM";
["Blade's Edge Mountains"] = "Les Tranchantes";
["Borean Tundra"] = "Toundra Boréenne";
["Burning Steppes"] = "Steppes ardentes";
["Dalaran"] = "Dalaran";
["Deadwind Pass"] = "Défilé de Deuillevent";
["Desolace"] = "Désolace";
["Dragonblight"] = "Désolation des dragons";
["Dun Morogh"] = "Dun Morogh";
["Dustwallow Marsh"] = "Marécage d'Âprefange";
["Eastern Plaguelands"] = "Maleterres de l'est";
["Feralas"] = "Féralas";
["Ghostlands"] = "Terres Fantômes";
["Grizzly Hills"] = "Les Grisonnes";
["Hellfire Peninsula"] = "Péninsule des Flammes infernales";
["Howling Fjord"] = "Fjord Hurlant";
["Icecrown"] = "La Couronne de glace";
["Isle of Quel'Danas"] = "Île de Quel’Danas";
["Netherstorm"] = "Raz-de-Néant";
["Orgrimmar"] = "Orgrimmar";
["Searing Gorge"] = "Gorge des Vents brûlants";
["Shadowmoon Valley"] = "Vallée d'Ombrelune";
["Silithus"] = "Silithus";
["Silverpine Forest"] = "Forêt des Pins Argentés";
["Stormwind City"] = "Hurlevent";
["Stranglethorn Vale"] = "Vallée de Strangleronce";
["Swamp of Sorrows"] = "Marais des Chagrins";
["Tanaris"] = "Tanaris";
["Terokkar Forest"] = "Forêt de Terokkar";
["The Barrens"] = "Les Tarides";
["The Storm Peaks"] = "Les pics Foudroyés";
["Tirisfal Glades"] = "Clairières de Tirisfal";
["Western Plaguelands"] = "Maleterres de l'ouest";
["Westfall"] = "Marche de l'Ouest";
["Wintergrasp"] = "Joug-d'hiver";
["Zangarmarsh"] = "Marécage de Zangar";
["Zul'Drak"] = "Zul'Drak";
 
--************************************************
-- Kalimdor Instance Data
--************************************************
 
--Ragefire Chasm
["Maur Grimtotem"] = "Maur Totem-sinistre";
["Oggleflint <Ragefire Chieftain>"] = "Lorgnesilex <Chef Ragefeu>";
["Taragaman the Hungerer"] = "Taragaman l'Affameur";
["Jergosh the Invoker"] = "Jergosh l'Invocateur";
["Zelemar the Wrathful"] = "Zelemar le Courroucé";
["Bazzalan"] = "Bazzalan";
 
--Wailing Caverns
["Disciple of Naralex"] = "Disciple de Naralex";
["Lord Cobrahn <Fanglord>"] = "Seigneur Cobrahn <Seigneur-Croc>";
["Lady Anacondra <Fanglord>"] = "Dame Anacondra <Seigneur-Croc>";
["Kresh"] = "Kresh";
["Lord Pythas <Fanglord>"] = "Seigneur Pythas <Seigneur-Croc>";
["Skum"] = "Skum";
["Lord Serpentis <Fanglord>"] = "Seigneur Serpentis <Seigneur-Croc>";
["Verdan the Everliving"] = "Verdan l'Immortel";
["Mutanus the Devourer"] = "Mutanus le Dévoreur";
["Naralex"] = "Naralex";
["Deviate Faerie Dragon"] = "Dragon féerique déviant";
 
--Blackfathom Deeps
["Ghamoo-ra"] = "Ghamoo-ra";
["Lorgalis Manuscript"] = "Manuscrit de Lorgalis";
["Lady Sarevess"] = "Dame Sarevess";
["Argent Guard Thaelrid <The Argent Dawn>"] = "Garde d’argent Thaelrid <L'Aube d'argent>";
["Gelihast"] = "Gelihast";
["Shrine of Gelihast"] = "Autel de Gelihast";
["Lorgus Jett"] = "Lorgus Jett";
["Fathom Stone"] = "Noyau de la Brasse";
["Baron Aquanis"] = "Baron Aquanis";
["Twilight Lord Kelris"] = "Seigneur du crépuscule Kelris";
["Old Serra'kis"] = "Vieux Serra'kis";
["Aku'mai"] = "Aku'mai";
["Morridune"] = "Morridune";
["Altar of the Deeps"] = "Autel des profondeurs";
 
--Razorfen Kraul
["Roogug"] = "Roogug";
["Aggem Thorncurse <Death's Head Prophet>"] = "Aggem Malépine <Prophète de la Tête de mort>";
["Death Speaker Jargba <Death's Head Captain>"] = "Nécrorateur Jargba <Capitaine des Têtes de mort>";
["Overlord Ramtusk"] = "Seigneur Brusquebroche";
["Razorfen Spearhide"] = "Lanceur de Tranchebauge";
["Agathelos the Raging"] = "Agathelos le Déchaîné";
["Blind Hunter"] = "Chasseur aveugle";
["Charlga Razorflank <The Crone>"] = "Charlga Trancheflanc <La mégère>";
["Willix the Importer"] = "Willix l’Importateur";
["Heralath Fallowbrook"] = "Heralath Ruissefriche";
["Earthcaller Halmgar"] = "Implorateur de la terre Halmgar";
 
--Razorfen Downs
["Tuten'kash"] = "Tuten'kash";
["Henry Stern"] = "Henry Stern";
["Belnistrasz"] = "Belnistrasz";
["Sah'rhee"] = "Sah'rhee";
["Mordresh Fire Eye"] = "Mordresh Oeil-de-feu";
["Glutton"] = "Glouton";
["Ragglesnout"] = "Ragglesnout";
["Amnennar the Coldbringer"] = "Amnennar le Porte-froid";
["Plaguemaw the Rotting"] = "Pestegueule le Pourrissant";
 
--Zul'Farrak
["Antu'sul <Overseer of Sul>"] = "Antu'sul <Surveillant de Sul>";
["Theka the Martyr"] = "Theka le Martyr";
["Witch Doctor Zum'rah"] = "Sorcier-docteur Zum'rah";
["Zul'Farrak Dead Hero"] = "Héros mort de Zul'Farrak";
["Nekrum Gutchewer"] = "Nekrum Mâchentrailles";
["Shadowpriest Sezz'ziz"] = "Prêtre des ombres Sezz'ziz";
["Dustwraith"] = "Ame en peine poudreuse";
["Sergeant Bly"] = "Sergent Bly";
["Weegli Blastfuse"] = "Gigoto Explomèche";
["Murta Grimgut"] = "Murta Mornentraille";
["Raven"] = "Corbeau";
["Oro Eyegouge"] = "Oro Crève-oeil";
["Sandfury Executioner"] = "Bourreau Furie-des-sables";
["Hydromancer Velratha"] = "Hydromancienne Velratha";
["Gahz'rilla"] = "Gahz'rilla";
["Elder Wildmane"] = "Ancienne Crin-sauvage";
["Chief Ukorz Sandscalp"] = "Chef Ukorz Scalpessable";
["Ruuzlu"] = "Ruuzlu";
["Zerillis"] = "Zerillis";
["Sandarr Dunereaver"] = "Sandarr Ravadune";
 
--Maraudon
["Scepter of Celebras"] = "Sceptre de Celebras";
["Veng <The Fifth Khan>"] = "Veng <Le cinquième Kahn>";
["Noxxion"] = "Noxcion";
["Razorlash"] = "Tranchefouet";
["Maraudos <The Fourth Khan>"] = "Maraudos <Le quatrième Kahn>";
["Lord Vyletongue"] = "Seigneur Vylelangue";
["Meshlok the Harvester"] = "Meshlok le Moissonneur";
["Celebras the Cursed"] = "Celebras le Maudit";
["Landslide"] = "Glissement de terrain";
["Tinkerer Gizlock"] = "Bricoleur Kadenaz";
["Rotgrip"] = "Grippe-charogne";
["Princess Theradras"] = "Princesse Theradras";
["Elder Splitrock"] = "Ancien Pierre-fendue";
 
--Dire Maul (East)
["Pusillin"] = "Pusillin";
["Zevrim Thornhoof"] = "Zevrim Sabot-de-ronce";
["Hydrospawn"] = "Hydrogénos";
["Lethtendris"] = "Lethtendris";
["Pimgib"] = "Pimgib";
["Old Ironbark"] = "Vieil Ecorcefer";
["Alzzin the Wildshaper"] = "Alzzin le modeleur";
["Isalien"] = "Isalien";
 
--Dire Maul (North)
["Crescent Key"] = "Clé en croissant";--omitted from Dire Maul (West)
--"Library" = "Bibliothèque"; omitted from here and DM West because of SM: "Library" duplicate
["Guard Mol'dar"] = "Garde Mol'dar";
["Stomper Kreeg <The Drunk>"] = "Kreeg le Marteleur <L'ivrogne>";
["Guard Fengus"] = "Garde Fengus";
["Knot Thimblejack"] = "Noué Dédodevie";
["Guard Slip'kik"] = "Garde Slip'kik";
["Captain Kromcrush"] = "Capitaine Kromcrush";
["King Gordok"] = "Roi Gordok";
["Cho'Rush the Observer"] = "Cho'Rush l'Observateur";
 
--Dire Maul (West)
["J'eevee's Jar"] = "Bocal de J'eevee";
["Pylons"] = "Pylônes";
["Shen'dralar Ancient"] = "Ancienne de Shen'Dralar";
["Tendris Warpwood"] = "Tendris Crochebois";
["Ancient Equine Spirit"] = "Ancien esprit équin";
["Illyanna Ravenoak"] = "Illyanna Corvichêne";
["Ferra"] = "Ferra";
["Magister Kalendris"] = "Magistère Kalendris";
["Tsu'zee"] = "Tsu'zee";
["Immol'thar"] = "Immol'thar";
["Lord Hel'nurath"] = "Seigneur Hel'nurath";
["Prince Tortheldrin"] = "Prince Tortheldrin";
["Falrin Treeshaper"] = "Falrin Sculpteflore";
["Lorekeeper Lydros"] = "Gardien du savoir Lydros";
["Lorekeeper Javon"] = "Gardien du savoir Javon";
["Lorekeeper Kildrath"] = "Gardien du savoir Kildrath";
["Lorekeeper Mykos"] = "Gardienne du savoir Mykos";
["Shen'dralar Provisioner"] = "Approvisionneur Shen'dralar";
["Skeletal Remains of Kariel Winthalus"] = "Restes squelettiques de Kariel Winthalus";
 
--Onyxia's Lair
["Onyxian Warders"] = "Gardiens onyxiens";
["Whelp Eggs"] = "Œufs";
["Onyxia"] = "Onyxia";
 
--Temple of Ahn'Qiraj
["Brood of Nozdormu"] = "Progéniture de Nozdormu";
["The Prophet Skeram"] = "Le Prophète Skeram";
["The Bug Family"] = "La famille insecte";
["Vem"] = "Vem";
["Lord Kri"] = "Seigneur Kri";
["Princess Yauj"] = "Princesse Yauj";
["Battleguard Sartura"] = "Garde de guerre Sartura";
["Fankriss the Unyielding"] = "Fankriss l'Inflexible";
["Viscidus"] = "Viscidus";
["Princess Huhuran"] = "Princesse Huhuran";
["Twin Emperors"] = "Les Empereurs jumeaux";
["Emperor Vek'lor"] = "Empereur Vek'lor";
["Emperor Vek'nilash"] = "Empereur Vek'nilash";
["Ouro"] = "Ouro";
["Eye of C'Thun"] = "Œil de C'Thun";
["C'Thun"] = "C'Thun";
["Andorgos <Brood of Malygos>"] = "Andorgos <Rejeton de Malygos>";
["Vethsera <Brood of Ysera>"] = "Vethsera <Rejeton d'Ysera>";
["Kandrostrasz <Brood of Alexstrasza>"] = "Kandrostrasz <Rejeton d'Alexstrasza>";
["Arygos"] = "Arygos";
["Caelestrasz"] = "Caelestrasz";
["Merithra of the Dream"] = "Merithra du Rêve";
 
--Ruins of Ahn'Qiraj
["Cenarion Circle"] = "Cercle cénarien";
["Kurinnaxx"] = "Kurinnaxx";
["Lieutenant General Andorov"] = "Général de division Andorov";
["Four Kaldorei Elites"] = "Quatre Elite kaldorei";
["General Rajaxx"] = "Général Rajaxx";
["Captain Qeez"] = "Capitaine Qeez";
["Captain Tuubid"] = "Capitaine Tuubid";
["Captain Drenn"] = "Capitaine Drenn";
["Captain Xurrem"] = "Capitaine Xurrem";
["Major Yeggeth"] = "Major Yeggeth";
["Major Pakkon"] = "Major Parron";
["Colonel Zerran"] = "Colonel Zerran";
["Moam"] = "Moam";
["Buru the Gorger"] = "Buru Grandgosier";
["Ayamiss the Hunter"] = "Ayamiss le Chasseur";
["Ossirian the Unscarred"] = "Ossirian l'Intouché";
["Safe Room"] = "Pièce sûre";
 
--CoT: The Black Morass
["Opening of the Dark Portal"] = "Ouverture de la Porte des Ténèbres";
["Keepers of Time"] = "Gardiens du Temps";
["Key of Time"] = "Clé du Temps";
["Sa'at <Keepers of Time>"] = "Sa'at <Les Gardiens du temps>";
["Chrono Lord Deja"] = "Chronoseigneur Déjà";
["Temporus"] = "Temporus";
["Aeonus"] = "Aeonus";
["The Dark Portal"] = "La Porte des Ténèbres";
["Medivh"] = "Medivh";
 
--CoT: Hyjal Summit
["Battle for Mount Hyjal"] = "Bataille pour le Mont Hyjal";
["The Scale of the Sands"] = "La Balance des sables";
["Alliance Base"] = "Base de l'Alliance";
["Lady Jaina Proudmoore"] = "Dame Jaina Portvaillant";
["Horde Encampment"] = "Campement de la Horde";
["Thrall <Warchief>"] = "Thrall <Chef de guerre>";
["Night Elf Village"] = "Village des Elfes de la Nuit";
["Tyrande Whisperwind <High Priestess of Elune>"] = "Tyrande Murmevent <Grande prêtresse d'Elune>";
["Rage Winterchill"] = "Rage Froidhiver";
["Anetheron"] = "Anetheron";
["Kaz'rogal"] = "Kaz'rogal";
["Azgalor"] = "Azgalor";
["Archimonde"] = "Archimonde";
["Indormi <Keeper of Ancient Gem Lore>"] = "Indormi <Gardienne du savoir ancien des gemmes>";
["Tydormu <Keeper of Lost Artifacts>"] = "Tydormu <Gardien des artefacts perdus>";
 
--CoT: Old Hillsbrad Foothills
["Escape from Durnholde Keep"] = "L'évasion du Fort-de-Durn";
["Erozion"] = "Erozion";
["Brazen"] = "Airain";
["Landing Spot"] = "Zone d'atterrissage";
["Southshore"] = "Austrivage";
["Tarren Mill"] = "Moulin-de-Tarren";
["Lieutenant Drake"] = "Lieutenant Drake";
["Thrall"] = "Thrall";
["Captain Skarloc"] = "Capitaine Skarloc";
["Epoch Hunter"] = "Chasseur d'époques";
["Taretha"] = "Taretha";
["Jonathan Revah"] = "Jonathan Revah";
["Jerry Carter"] = "Jerry Carter";
["Traveling"] = "Itinérants";
["Thomas Yance <Travelling Salesman>"] = "Thomas Yance <Marchand itinérant>";
["Aged Dalaran Wizard"] = "Sorcier de Dalaran âgé";
["Kel'Thuzad <The Kirin Tor>"] = "Kel'Thuzad <Le Kirin Tor>";
["Helcular"] = "Helcular";
["Farmer Kent"] = "Kent le fermier";
["Sally Whitemane"] = "Sally Blanchetête";
["Renault Mograine"] = "Renault Mograine";
["Little Jimmy Vishas"] = "Petit Jimmy Vishas";
["Herod the Bully"] = "Hérode le Malmeneur";
["Nat Pagle"] = "Nat Pagle";
["Hal McAllister"] = "Hal McAllister";
["Zixil <Aspiring Merchant>"] = "Zixil <Marchand en herbe>";
["Overwatch Mark 0 <Protector>"] = "Vigilant modèle 0 <Protecteur>";
["Southshore Inn"] = "Auberge d'Austrivage";
["Captain Edward Hanes"] = "Capitaine Edward Hanes";
["Captain Sanders"] = "Capitaine Sanders";
["Commander Mograine"] = "Commandant Mograine";
["Isillien"] = "Isillien";
["Abbendis"] = "Abbendis";
["Fairbanks"] = "Fairbanks";
["Tirion Fordring"] = "Tirion Fordring";
["Arcanist Doan"] = "Arcaniste Doan";
["Taelan"] = "Taelan";
["Barkeep Kelly <Bartender>"] = "Kelly le serveur <Tavernier>";
["Frances Lin <Barmaid>"] = "Frances Lin <Serveuse>";
["Chef Jessen <Speciality Meat & Slop>"] = "Chef Jessen <Spécialités de viandes & pâtées>";
["Stalvan Mistmantle"] = "Stalvan Mantebrume";
["Phin Odelic <The Kirin Tor>"] = "Phin Odelic <Le Kirin Tor>";
["Southshore Town Hall"] = "Hôtel de ville d'Austrivage";
["Magistrate Henry Maleb"] = "Magistrat Henry Maleb";
["Raleigh the True"] = "Raleigh le Vrai";
["Nathanos Marris"] = "Nathanos Marris";
["Bilger the Straight-laced"] = "Sentine le Guindé";
["Innkeeper Monica"] = "Aubergiste Monica";
["Julie Honeywell"] = "Julie Miellepuits";
["Jay Lemieux"] = "Jay Lemieux";
["Young Blanchy"] = "Jeune Blanchy";
["Don Carlos"] = "Don Carlos";
["Guerrero"] = "Guerrero";
 
--****************************
-- Eastern Kingdoms Instances
--****************************
 
--Blackrock Depths
["Shadowforge Key"] = "Clé ombreforge";
["Prison Cell Key"] = "Clé de la prison";
["Jail Break!"] = "Evasion !";
["Banner of Provocation"] = "Bannière de provocation";
["Lord Roccor"] = "Seigneur Roccor";
["Kharan Mighthammer"] = "Kharan Force-martel";
["Commander Gor'shak <Kargath Expeditionary Force>"] = "Commandant Gor'shak <Corps expéditionnaire de Kargath>";
["Marshal Windsor"] = "Maréchal Windsor";
["High Interrogator Gerstahn <Twilight's Hammer Interrogator>"] = "Grand Interrogateur Gerstahn <Inquisiteur du Marteau du crépuscule>";
["Ring of Law"] = "Cercle de la loi";
["Anub'shiah"] = "Anub'shiah";
["Eviscerator"] = "Eviscérateur";
["Gorosh the Dervish"] = "Gorosh le Derviche";
["Grizzle"] = "Grison";
["Hedrum the Creeper"] = "Hedrum le Rampant";
["Ok'thor the Breaker"] = "Ok'thor le Briseur";
["Theldren"] = "Theldren";
["Lefty"] = "Le Gaucher";
["Malgen Longspear"] = "Malgen Long-épieu";
["Gnashjaw <Malgen Longspear's Pet>"] = "Grince-mâchoires <Familier de Malgen Longspear>";
["Rotfang"] = "Crocs-pourris";
["Va'jashni"] = "Va'jashni";
["Houndmaster Grebmar"] = "Maître-chien Grebmar";
["Elder Morndeep"] = "Ancien Gouffre-du-matin";
["High Justice Grimstone"] = "Juge Supérieur Mornepierre";
["Monument of Franclorn Forgewright"] = "Statue de Franclorn Le Forgebusier";
["Pyromancer Loregrain"] = "Pyromancien Blé-du-savoir";
["The Vault"] = "La Chambre forte";
["Warder Stilgiss"] = "Gardien Stilgiss";
["Verek"] = "Verek";
["Watchman Doomgrip"] = "Sentinelle Ruinepoigne";
["Fineous Darkvire <Chief Architect>"] = "Fineous Sombrevire <Chef architecte>";
["The Black Anvil"] = "L'Enclume noire";
["Lord Incendius"] = "Seigneur Incendius";
["Bael'Gar"] = "Bael'Gar";
["Shadowforge Lock"] = "Le verrou d'Ombreforge";
["General Angerforge"] = "Général Forgehargne";
["Golem Lord Argelmach"] = "Seigneur golem Argelmach";
["Field Repair Bot 74A"] = "Robot réparateur 74A";
["The Grim Guzzler"] = "Le sinistre dévoreur";
["Hurley Blackbreath"] = "Hurley Soufflenoir";
["Lokhtos Darkbargainer <The Thorium Brotherhood>"] = "Lokhtos Sombrescompte <La Confrérie du thorium>";
["Mistress Nagmara"] = "Gouvernante Nagmara";
["Phalanx"] = "Phalange";
["Plugger Spazzring"] = "Lanfiche Brouillecircuit";
["Private Rocknot"] = "Soldat Rochenoeud";
["Ribbly Screwspigot"] = "Ribbly Fermevanne";
["Coren Direbrew"] = "Coren Navrebière";
["Griz Gutshank <Arena Vendor>"] = "Griz Cannebide <Vendeur de l'arène>";
["Ambassador Flamelash"] = "Ambassadeur Cinglefouet";
["Panzor the Invincible"] = "Panzor l'Invincible";
["Summoner's Tomb"] = "La tombe des invocateurs";
["The Lyceum"] = "Le Lyceum";
["Magmus"] = "Magmus";
["Emperor Dagran Thaurissan"] = "Empereur Dagran Thaurissan";
["Princess Moira Bronzebeard <Princess of Ironforge>"] = "Princesse Moira Barbe-de-bronze <Princesse de Forgefer>";
["High Priestess of Thaurissan"] = "Grande prêtresse de Thaurissan";
["The Black Forge"] = "La Forge noire";
["Core Fragment"] = "Fragment du Magma";
["Overmaster Pyron"] = "Grand seigneur Pyron";
 
--Blackrock Spire (Lower)
["Vaelan"] = "Vaelan";
["Warosh <The Cursed>"] = "Warosh <Les maudits>";
["Elder Stonefort"] = "Ancien Fort-de-pierre";
["Roughshod Pike"] = "Pique de fortune";
["Spirestone Butcher"] = "Boucher Pierre-du-pic";
["Highlord Omokk"] = "Généralissime Omokk";
["Spirestone Battle Lord"] = "Seigneur de bataille Pierre-du-pic";
["Spirestone Lord Magus"] = "Seigneur magus Pierre-du-pic";
["Shadow Hunter Vosh'gajin"] = "Chasseresse des ombres Vosh'gajin";
["Fifth Mosh'aru Tablet"] = "Cinquième tablette Mosh'aru";
["Bijou"] = "Bijou";
["War Master Voone"] = "Maître de guerre Voone";
["Mor Grayhoof"] = "Mor Sabot-gris";
["Sixth Mosh'aru Tablet"] = "Sixième tablette Mosh'aru";
["Bijou's Belongings"] = "Affaires de Bijou";
["Human Remains"] = "Restes humains";
["Unfired Plate Gauntlets"] = "Gantelets en plaques inachevés";
["Bannok Grimaxe <Firebrand Legion Champion>"] = "Bannok Hache-sinistre <Champion de la légion Brandefeu>";
["Mother Smolderweb"] = "Matriarche Couveuse";
["Crystal Fang"] = "Croc cristallin";
["Urok's Tribute Pile"] = "Pile d'offrandes à Urok";
["Urok Doomhowl"] = "Urok Hurleruine";
["Quartermaster Zigris <Bloodaxe Legion>"] = "Intendant Zigris <Légion Hache-sanglante>";
["Halycon"] = "Halycon";
["Gizrul the Slavener"] = "Gizrul l'esclavagiste";
["Ghok Bashguud <Bloodaxe Champion>"] = "Ghok Bounnebaffe <Champion des Hache-sanglante>";
["Overlord Wyrmthalak"] = "Seigneur Wyrmthalak";
["Burning Felguard"] = "Gangregarde ardent";
 
--Blackrock Spire (Upper)
["Pyroguard Emberseer"] = "Pyrogarde Prophète ardent";
["Solakar Flamewreath"] = "Solakar Voluteflamme";
["Father Flame"] = "Père des flammes";
["Darkstone Tablet"] = "Tablette de Sombrepierre";
["Doomrigger's Coffer"] = "Fermoir de Frèteruine";
["Jed Runewatcher <Blackhand Legion>"] = "Jed Guette-runes <Légion Main-noire>";
["Goraluk Anvilcrack <Blackhand Legion Armorsmith>"] = "Goraluk Brisenclume <Fabricant d'armures de la légion Main-noire>";
["Warchief Rend Blackhand"] = "Chef de guerre Rend Main-noire";
["Gyth <Rend Blackhand's Mount>"] = "Gyth <Monture de Rend Main-noire>";
["Awbee"] = "Awbee";
["The Beast"] = "La Bête";
["Lord Valthalak"] = "Seigneur Valthalak";
["Finkle Einhorn"] = "Finkle Einhorn";
["General Drakkisath"] = "Général Drakkisath";
["Drakkisath's Brand"] = "Marque de Drakkisath";
 
--Blackwing Lair
["Razorgore the Untamed"] = "Tranchetripe l'Indompté";
["Vaelastrasz the Corrupt"] = "Vaelastrasz le Corrompu";
["Broodlord Lashlayer"] = "Seigneur des couvées Lanistaire";
["Firemaw"] = "Gueule-de-feu";
["Draconic for Dummies (Chapter VII)"] = "Le draconique pour les nuls (Chapitre VII)";
["Master Elemental Shaper Krixix"] = "Maître élémentaire Krixix le Sculpteur";
["Ebonroc"] = "Rochébène";
["Flamegor"] = "Flamegor";
["Chromaggus"] = "Chromaggus";
["Nefarian"] = "Nefarian";
 
--Gnomeregan
["Workshop Key"] = "Clé d'atelier";
["Blastmaster Emi Shortfuse"] = "Maître-dynamiteur Emi Courtemèche";
["Grubbis"] = "Grubbis";
["Chomper"] = "Mâchouilleur";
["Clean Room"] = "Zone propre";
["Tink Sprocketwhistle <Engineering Supplies>"] = "Bricolo Sifflepignon <Fournitures d'ingénieur>";
["The Sparklematic 5200"] = "Le Brille-o-Matic 5200";
["Mail Box"] = "Boîte aux lettres";
["Kernobee"] = "Kernobee";
["Alarm-a-bomb 2600"] = "Alarme-bombe 2600";
["Matrix Punchograph 3005-B"] = "Matrice d'Encodage 3005-B";
["Viscous Fallout"] = "Retombée visqueuse";
["Electrocutioner 6000"] = "Electrocuteur 6000";
["Matrix Punchograph 3005-C"] = "Matrice d'Encodage 3005-C";
["Crowd Pummeler 9-60"] = "Faucheur de foule 9-60";
["Matrix Punchograph 3005-D"] = "Matrice d'Encodage 3005-D";
["Dark Iron Ambassador"] = "Ambassadeur Sombrefer";
["Mekgineer Thermaplugg"] = "Mekgénieur Thermojoncteur";
 
--Molten Core
["Hydraxian Waterlords"] = "Les Hydraxiens";
["Lucifron"] = "Lucifron";
["Magmadar"] = "Magmadar";
["Gehennas"] = "Gehennas";
["Garr"] = "Garr";
["Shazzrah"] = "Shazzrah";
["Baron Geddon"] = "Baron Geddon";
["Golemagg the Incinerator"] = "Golemagg l'Incinérateur";
["Sulfuron Harbinger"] = "Messager de Sulfuron";
["Majordomo Executus"] = "Chambellan Executus";
["Ragnaros"] = "Ragnaros";
 
--SM: Library
["Houndmaster Loksey"] = "Maître-chien Loksey";
["Arcanist Doan"] = "Arcaniste Doan";
 
--SM: Armory
["The Scarlet Key"] = "La Clé écarlate";
["Herod <The Scarlet Champion>"] = "Hérode <Le champion écarlate>";
 
--SM: Cathedral
["High Inquisitor Fairbanks"] = "Grand Inquisiteur Fairbanks";
["Scarlet Commander Mograine"] = "Commandant écarlate Mograine";
["High Inquisitor Whitemane"] = "Grande inquisitrice Blanchetête";
 
--SM: Graveyard
["Interrogator Vishas"] = "Interrogateur Vishas";
["Vorrel Sengutz"] = "Vorrel Sengutz";
["Pumpkin Shrine"] = "Sanctuaire Citrouille";
["Headless Horseman"] = "Cavalier sans tête";
["Bloodmage Thalnos"] = "Mage de sang Thalnos";
["Ironspine"] = "Echine-de-fer";
["Azshir the Sleepless"] = "Azshir le Sans-sommeil";
["Fallen Champion"] = "Champion déchu";
 
--Scholomance
["Skeleton Key"] = "Clé squelette";
["Viewing Room Key"] = "Clé de la Chambre des visions";
["Viewing Room"] = "Chambre des visions";
["Blood of Innocents"] = "Sang des innocents";
["Divination Scryer"] = "Clairvoyant";
["Blood Steward of Kirtonos"] = "Régisseuse sanglante de Kirtonos";
["The Deed to Southshore"] = "Titre de propriété d'Austrivage";
["Kirtonos the Herald"] = "Kirtonos le Héraut";
["Jandice Barov"] = "Jandice Barov";
["The Deed to Tarren Mill"] = "Titre de propriété de Moulin-de-Tarren";
["Rattlegore"] = "Cliquettripes";
["Death Knight Darkreaver"] = "Chevalier de la mort Ravassombre";
["Marduk Blackpool"] = "Marduk Noirétang";
["Vectus"] = "Vectus";
["Ras Frostwhisper"] = "Ras Murmegivre";
["The Deed to Brill"] = "Titre de propriété de Brill";
["Kormok"] = "Kormok";
["Instructor Malicia"] = "Instructeur Malicia";
["Doctor Theolen Krastinov <The Butcher>"] = "Docteur Theolen Krastinov <Le Boucher>";
["Lorekeeper Polkelt"] = "Gardien du savoir Polkelt";
["The Ravenian"] = "Le Voracien";
["Lord Alexei Barov"] = "Seigneur Alexei Barov";
["The Deed to Caer Darrow"] = "Titre de propriété de Caer Darrow";
["Lady Illucia Barov"] = "Dame Illucia Barov";
["Darkmaster Gandling"] = "Sombre Maître Gandling";
["Torch Lever"] = "Torche levier";
["Secret Chest"] = "Vieux coffre au trésor";
["Alchemy Lab"] = "Laboratoire d'alchimie";
 
--Shadowfang Keep
["Deathsworn Captain"] = "Capitaine Ligemort";
["Rethilgore <The Cell Keeper>"] = "Rethiltripe <Le gardien de la cellule>";
["Sorcerer Ashcrombe"] = "Ensorceleur Ashcrombe";
["Deathstalker Adamant"] = "Nécrotraqueur Adamant";
["Landen Stilwell"] = "Landen Morpuits";
["Investigator Fezzen Brasstacks"] = " Enquêteur Fezzen Desfaits";
["Deathstalker Vincent"] = "Nécrotraqueur Vincent";
["Apothecary Trio"] = "Trio d'apothicaires";
["Apothecary Hummel <Crown Chemical Co.>"] = "Apothicaire Hummel <Cie de Chimie La Royale>";
["Apothecary Baxter <Crown Chemical Co.>"] = "Apothicaire Baxter <Cie de Chimie La Royale>";
["Apothecary Frye <Crown Chemical Co.>"] = "Apothicaire Frye <Cie de Chimie La Royale>";
["Fel Steed"] = "Palefroi corrompu";
["Jordan's Hammer"] = "Marteau de Jordan";
["Crate of Ingots"] = "Caisse de lingots";
["Razorclaw the Butcher"] = "Tranchegriffe le Boucher";
["Baron Silverlaine"] = "Baron d'Argelaine";
["Commander Springvale"] = "Commandant Printeval";
["Odo the Blindwatcher"] = "Odo l'Aveugle";
["Fenrus the Devourer"] = "Fenrus le Dévoreur";
["Arugal's Voidwalker"] = "Marcheur du Vide d’Arugal";
["The Book of Ur"] = "Le Livre d'Ur";
["Wolf Master Nandos"] = "Maître-loup Nandos";
["Archmage Arugal"] = "Archimage Arugal";
 
--Stratholme
["The Scarlet Key"] = "La Clé écarlate";
["Key to the City"] = "Clé de la ville";
["Various Postbox Keys"] = "Clé des boîtes à lettres";
["Living Side"] = "Coté Phalange";
["Undead Side"] = "Coté Baron";
["Skul"] = "Krân";
["Stratholme Courier"] = "Messager de Stratholme";
["Fras Siabi"] = "Fras Siabi";
["Atiesh <Hand of Sargeras>"] = "Atiesh <Main de Sargeras>";
["Hearthsinger Forresten"] = "Chanteloge Forrestin";
["The Unforgiven"] = "Le Condamné";
["Elder Farwhisper"] = "Ancien Murmeloin";
["Timmy the Cruel"] = "Timmy le Cruel";
["Malor the Zealous"] = "Malor le Zélé";
["Malor's Strongbox"] = "Coffre de Malor";
["Crimson Hammersmith"] = "Forgeur de marteaux cramoisi";
["Cannon Master Willey"] = "Maître canonnier Willey";
["Archivist Galford"] = "Archiviste Galford";
["Grand Crusader Dathrohan"] = "Grand croisé Dathrohan";
["Balnazzar"] = "Balnazzar";
["Sothos"] = "Sothos";
["Jarien"] = "Jarien";
["Magistrate Barthilas"] = "Magistrat Barthilas";
["Aurius"] = "Aurius";
["Stonespine"] = "Echine-de-pierre";
["Baroness Anastari"] = "Baronne Anastari";
["Black Guard Swordsmith"] = "Fabricant d'épées de la Garde noire";
["Nerub'enkan"] = "Nerub'enkan";
["Maleki the Pallid"] = "Maleki le Blafard";
["Ramstein the Gorger"] = "Ramstein Grandgosier";
["Baron Rivendare"] = "Baron Vaillefendre";
["Ysida Harmon"] = "Ysida Harmon";
["Crusaders' Square Postbox"] = "Boîte de la place des Croisés";
["Market Row Postbox"] = "Boîte de l'allée du Marché";
["Festival Lane Postbox"] = "Boîte de l'allée du Festival";
["Elders' Square Postbox"] = "Boîte de la place des Anciens";
["King's Square Postbox"] = "Boîte de la place du Roi";
["Fras Siabi's Postbox"] = "Boîte de Fras Siabi";
["3rd Box Opened"] = "3ème boîte ouverte";
["Postmaster Malown"] = "Postier Malown";
 
--The Deadmines
["Rhahk'Zor <The Foreman>"] = "Rhahk'Zor <Le contremaître>";
["Miner Johnson"] = "Mineur Johnson";
["Sneed <Lumbermaster>"] = "Sneed <Bûcheron>";
["Sneed's Shredder <Lumbermaster>"] = "Déchiqueteur de Sneed <Bûcheron>";
["Gilnid <The Smelter>"] = "Gilnid <Le fondeur>";
["Defias Gunpowder"] = "Poudre à canon de défias";
["Captain Greenskin"] = "Capitaine Vertepeau";
["Edwin VanCleef <Defias Kingpin>"] = "Edwin VanCleef <Caïd défias>";
["Mr. Smite <The Ship's First Mate>"] = "M. Châtiment <Le premier officier du navire>";
["Cookie <The Ship's Cook>"] = "Macaron <Le cuistot du navire>";
 
--The Stockade
["Targorr the Dread"] = "Targorr le Terrifiant";
["Kam Deepfury"] = "Kam Furie-du-fond";
["Hamhock"] = "Hamhock";
["Bazil Thredd"] = "Bazil Thredd";
["Dextren Ward"] = "Dextren Ward";
["Bruegal Ironknuckle"] = "Bruegal Poing-de-fer";
 
--The Sunken Temple
["The Temple of Atal'Hakkar"] = "Le temple d'Atal'Hakkar";
["Yeh'kinya's Scroll"] = "Parchemin de Yeh'kinya";
["Atal'ai Defenders"] = "Défenseurs Atal'ai";
["Gasher"] = "Balafreur";
["Loro"] = "Loro";
["Hukku"] = "Hukku";
["Zolo"] = "Zolo";
["Mijan"] = "Mijan";
["Zul'Lor"] = "Zul'Lor";
["Altar of Hakkar"] = "Autel d'Hakkar";
["Atal'alarion <Guardian of the Idol>"] = "Atal'alarion <Gardien de l'idole>";
["Dreamscythe"] = "Fauche-rêve";
["Weaver"] = "Tisserand";
["Avatar of Hakkar"] = "Avatar d'Hakkar";
["Jammal'an the Prophet"] = "Jammal'an le prophète";
["Ogom the Wretched"] = "Ogom le Misérable";
["Morphaz"] = "Morphaz";
["Hazzas"] = "Hazzas";
["Shade of Eranikus"] = "Ombre d'Eranikus";
["Essence Font"] = "Réceptacle d'essence";
["Spawn of Hakkar"] = "Rejeton d'Hakkar";
["Elder Starsong"] = "Ancienne Chantétoile";
["Statue Activation Order"] = "Ordre d'activation des statues";
 
--Uldaman
["Staff of Prehistoria"] = "Bâton de la préhistoire";
["Baelog"] = "Baelog";
["Eric \"The Swift\""] = "Eric \"l'Agile\"";
["Olaf"] = "Olaf";
["Baelog's Chest"] = "Coffre de Baelog";
["Conspicuous Urn"] = "Urne ostentatoire";
["Remains of a Paladin"] = "Restes d'un paladin";
["Revelosh"] = "Revelosh";
["Ironaya"] = "Ironaya";
["Obsidian Sentinel"] = "Sentinelle d'obsidienne";
["Annora <Enchanting Trainer>"] = "Annora <Maître des enchanteurs>";
["Ancient Stone Keeper"] = "Ancien gardien des pierres";
["Galgann Firehammer"] = "Galgann Martel-de-feu";
["Tablet of Will"] = "Tablette de Volonté";
["Shadowforge Cache"] = "Cachette d'Ombreforge";
["Grimlok <Stonevault Chieftain>"] = "Grimlok <Chef des Cavepierres>";
["Archaedas <Ancient Stone Watcher>"] = "Archaedas <Ancien gardien des pierres>";
["The Discs of Norgannon"] = "Les Disques de Norgannon";
["Ancient Treasure"] = "Trésor Antique";
 
--Zul'Gurub
["Zandalar Tribe"] = "Tribu Zandalar";
["Mudskunk Lure"] = "Appât au Puant de vase";
["Gurubashi Mojo Madness"] = "Folie mojo des Gurubashi";
["High Priestess Jeklik"] = "Grande prêtresse Jeklik";
["High Priest Venoxis"] = "Grand prêtre Venoxis";
["Zanza the Restless"] = "Zanza le Sans-Repos";
["High Priestess Mar'li"] = "Grande prêtresse Mar'li";
["Bloodlord Mandokir"] = "Seigneur sanglant Mandokir";
["Ohgan"] = "Ohgan";
["Edge of Madness"] = "Frontières de la folie";
["Gri'lek"] = "Gri'lek";
["Hazza'rah"] = "Hazza'rah";
["Renataki"] = "Renataki";
["Wushoolay"] = "Wushoolay";
["Gahz'ranka"] = "Gahz'ranka";
["High Priest Thekal"] = "Grand prêtre Thekal";
["Zealot Zath"] = "Zélote Zath";
["Zealot Lor'Khan"] = "Zélote Lor'Khan";
["High Priestess Arlokk"] = "Grande prêtresse Arlokk";
["Jin'do the Hexxer"] = "Jin'do le Maléficieur";
["Hakkar"] = "Hakkar";
["Muddy Churning Waters"] = "Eaux troubles et agitées";
 
--Karazhan Start
["The Violet Eye"] = "L'Œil pourpre"; --omitted from Karazhan End
["The Master's Key"] = "La clé du maître"; --omitted from Karazhan End
["Staircase to the Ballroom"] = "Escalier de la salle de bal";
["Stairs to Upper Stable"] = "Escalier vers les Ecuries";
["Ramp to the Guest Chambers"] = "Rampe vers les Appartements des hôtes";
["Stairs to Opera House Orchestra Level"] = "Escalier vers la fosse de l'Opéra";
["Ramp from Mezzanine to Balcony"] = "Rampe de la Mezzanine au Balcon";
["Connection to Master's Terrace"] = "Connexion à la terrasse du Maître";
["Path to the Broken Stairs"] = "Chemin vers l'Escalier brisé";
["Hastings <The Caretaker>"] = "Hastings <Le gardien>";
["Servant Quarters"] = "Quartier des serviteurs";
["Hyakiss the Lurker"] = "Hyakiss la Rôdeuse";
["Rokad the Ravager"] = "Rodak le ravageur";
["Shadikith the Glider"] = "Shadikith le glisseur";
["Berthold <The Doorman>"] = "Berthold <Le concierge>";
["Calliard <The Nightman>"] = "Calliard <Le veilleur de nuit>";
["Attumen the Huntsman"] = "Attumen le Veneur";
["Midnight"] = "Minuit";
["Koren <The Blacksmith>"] = "Koren <Le forgeron>";
["Moroes <Tower Steward>"] = "Moroes <Régisseur de la tour>";
["Baroness Dorothea Millstipe"] = "Baronne Dorothea Millstipe";
["Lady Catriona Von'Indi"] = "Dame Catriona Von'Indi";
["Lady Keira Berrybuck"] = "Dame Keira Berrybuck";
["Baron Rafe Dreuger"] = "Baron Rafe Dreuger";
["Lord Robin Daris"] = "Seigneur Robin Daris";
["Lord Crispin Ference"] = "Seigneur Crispin Ference";
["Bennett <The Sergeant at Arms>"] = "Bennett <L'huissier>";
["Ebonlocke <The Noble>"] = "Bouclenoire <Les nobles>";
["Keanna's Log"] = "Journal de Keanna";
["Maiden of Virtue"] = "Damoiselle de vertu";
["Sebastian <The Organist>"] = "Sebastian <L'Organiste>";
["Barnes <The Stage Manager>"] = "Barnes <Le Régisseur>";
["The Opera Event"] = "L'Opéra";
["Red Riding Hood"] = "Petit Chaperon Rouge";
["The Big Bad Wolf"] = "Le Grand Méchant Loup";
["Wizard of Oz"] = "Magicien d'Oz";
["Dorothee"] = "Dorothée";
["Tito"] = "Tito";
["Strawman"] = "Homme de paille";
["Tinhead"] = "Tête de fer-blanc";
["Roar"] = "Graou";
["The Crone"] = "La Mégère";
["Romulo and Julianne"] = "Romulo et Julianne";
["Romulo"] = "Romulo";
["Julianne"] = "Julianne";
["The Master's Terrace"] = "La terrasse du Maître";
["Nightbane"] = "Plaie-de-nuit";
 
--Karazhan End
["Broken Stairs"] = "L'Escalier brisé";
["Ramp to Guardian's Library"] = "Rampe vers la Bibliothèque du Gardien";
["Suspicious Bookshelf"] = "Bibliotheque suspecte";
["Ramp up to the Celestial Watch"] = "Rampe montant vers Le Guet céleste";
["Ramp down to the Gamesman's Hall"] = "Rampe déscendant vers le Hall du Flambeur";
["Chess Event"] = "L'Echéquier";
["Ramp to Medivh's Chamber"] = "Rampe vers la chambre de Medivh";
["Spiral Stairs to Netherspace"] = "Escalier en spiral vers le Néantespace";
["The Curator"] = "Le conservateur";
["Wravien <The Mage>"] = "Wravien <Le Mage>";
["Gradav <The Warlock>"] = "Gradav <Le Démoniste>";
["Kamsis <The Conjurer>"] = "Kamsis <L'Invocateur>";
["Terestian Illhoof"] = "Terestian Malsabot";
["Kil'rek"] = "Kil'rek";
["Shade of Aran"] = "Ombre d'Aran";
["Netherspite"] = "Dédain-du-Néant";
["Ythyar"] = "Ythyar";
["Echo of Medivh"] = "Echo de Medivh";
["Dust Covered Chest"] = "Coffre couvert de poussière";
["Prince Malchezaar"] = "Prince Malchezaar";
 
--Zul'Aman
["Harrison Jones"] = "Harrison Jones";
["Nalorakk <Bear Avatar>"] = "Nalorakk <Avatar d'Ours>";
["Tanzar"] = "Tanzar";
["The Map of Zul'Aman"] = "Carte de Zul'Aman de Budd";
["Akil'Zon <Eagle Avatar>"] = "Akil'Zon <Avatar d'Aigle>";
["Harkor"] = "Harkor";
["Jan'Alai <Dragonhawk Avatar>"] = "Jan'Alai <Avatar de Faucon-dragon>";
["Kraz"] = "Kraz";
["Halazzi <Lynx Avatar>"] = "Halazzi <Avatar de Lynx>";
["Ashli"] = "Ashli";
["Zungam"] = "Zungam";
["Hex Lord Malacrass"] = "Seigneur des maléfices Malacrass";
["Thurg"] = "Thurg";
["Gazakroth"] = "Gazakroth";
["Lord Raadan"] = "Seigneur Raadan";
["Darkheart"] = "Sombrecoeur";
["Alyson Antille"] = "Alyson Antille";
["Slither"] = "Sinueux";
["Fenstalker"] = "Traquetourbe";
["Koragg"] = "Koragg";
["Zul'jin"] = "Zul'jin";
["Forest Frogs"] = "Grenouilles forestière";
["Kyren <Reagents>"] = "Kyren <Composants>";
["Gunter <Food Vendor>"] = "Gunter <Vendeur de nourriture>";
["Adarrah"] = "Adarrah";
["Brennan"] = "Brennan";
["Darwen"] = "Darwen";
["Deez"] = "Deez";
["Galathryn"] = "Galathryn";
["Mitzi"] = "Mitzi";
["Mannuth"] = "Mannuth";
 
--Magisters Terrace
["Shattered Sun Offensive"] = "Opération Soleil brisé";
["Selin Fireheart"] = "Selin Coeur-de-feu";
["Fel Crystals"] = "Gangrecristaux";
["Tyrith"] = "Tyrith";
["Vexallus"] = "Vexallus";
["Scrying Orb"] = "Orbe de divination";
["Kalecgos"] = "Kalecgos";
["Priestess Delrissa"] = "Prêtresse Delrissa";
["Apoko"] = "Apoko";
["Eramas Brightblaze"] = "Eramas Brillebrasier";
["Ellrys Duskhallow"] = "Ellrys Sanctebrune";
["Fizzle"] = "Féplouf";
["Garaxxas"] = "Garaxxas";
["Sliver <Garaxxas' Pet>"] = "Esquille <Familier de Garaxxas>";
["Kagani Nightstrike"] = "Kagani Heurtenuit";
["Warlord Salaris"] = "Seigneur de guerre Salaris";
["Yazzai"] = "Yazzai";
["Zelfan"] = "Zelfan";
["Kael'thas Sunstrider <Lord of the Blood Elves>"] = "Kael'thas Haut-soleil <Seigneur des elfes de sang>";
 
--Sunwell Plateau
["Sathrovarr the Corruptor"] = "Sathrovarr le Corrupteur";
["Madrigosa"] = "Madrigosa";
["Brutallus"] = "Brutallus";
["Felmyst"] = "Gangrebrume";
["Eredar Twins"] = "Les jumelles Eredar";
["Grand Warlock Alythess"] = "Grande démoniste Alythess";
["Lady Sacrolash"] = "Dame Sacrocingle";
["M'uru"] = "M'uru";
["Entropius"] = "Entropius";
["Kil'jaeden <The Deceiver>"] = "Kil'jaeden <Le Trompeur>";
 
--*******************
-- Outland Instances
--*******************
 
--HFC: The Blood Furnace
["Thrallmar"] = "Thrallmar"; --omitted from other HFC
["Honor Hold"] = "Bastion de l'honneur"; --omitted from other HFC
["Flamewrought Key"] = "Clé en flammes forgées"; --omitted from other HFC
["The Maker"] = "Le Faiseur";
["Broggok"] = "Broggok";
["Keli'dan the Breaker"] = "Keli'dan le Briseur";
 
--HFC: The Shattered Halls
["Shattered Halls Key"] = "Clé des Salles brisées";
["Randy Whizzlesprocket"] = "Randy Vizirouage";
["Drisella"] = "Drisella";
["Grand Warlock Nethekurse"] = "Grand démoniste Néanathème";
["Blood Guard Porung"] = "Garde de sang Porung";
["Warbringer O'mrogg"] = "Porteguerre O'mrogg";
["Warchief Kargath Bladefist"] = "Chef de guerre Kargath Lamepoing";
["Shattered Hand Executioner"] = "Bourreau de la Main brisée";
["Private Jacint"] = "Soldat Jacint";
["Rifleman Brownbeard"] = "Fusilier Brownbeard";
["Captain Alina"] = "Captaine Alina";
["Scout Orgarr"] = "Eclaireur Orgarr";
["Korag Proudmane"] = "Korag Proudmane";
["Captain Boneshatter"] = "Capitaine Fracasse-os";
 
--HFC: Hellfire Ramparts
["Watchkeeper Gargolmar"] = "Gardien des guetteurs Gargolmar";
["Omor the Unscarred"] = "Omor l'Intouché";
["Vazruden"] = "Vazruden";
["Nazan <Vazruden's Mount>"] = "Nazan <Monture de Vazruden>";
["Reinforced Fel Iron Chest"] = "Coffre en gangrefer renforcé";
 
--HFC: Magtheridon's Lair
["Magtheridon"] = "Magtheridon";
 
--CR: The Slave Pens
["Cenarion Expedition"] = "Expédition cénarienne"; --omitted from other CR
["Reservoir Key"] = "Clé du réservoir"; --omitted from other CR
["Mennu the Betrayer"] = "Mennu le Traître";
["Weeder Greenthumb"] = "Weeder la Main-verte";
["Skar'this the Heretic"] = "Skar'this l'Hérétique";
["Rokmar the Crackler"] = "Rokmar le Crépitant";
["Naturalist Bite"] = "Naturaliste Morsure";
["Quagmirran"] = "Bourbierreux";
["Ahune <The Frost Lord>"] = "Ahune <Le seigneur du Givre>";
 
--CR: The Underbog
["Hungarfen"] = "Hungarfen";
["The Underspore"] = "Palme de sporielle";
["Ghaz'an"] = "Ghaz'an";
["Earthbinder Rayge"] = "Lieur de terre Rayge";
["Swamplord Musel'ek"] = "Seigneur des marais Musel'ek";
["Claw <Swamplord Musel'ek's Pet>"] = "Griffe <Familier du seigneur des marais Musel'ek>";
["The Black Stalker"] = "La Traqueuse noire";
 
--CR: The Steamvault
["Hydromancer Thespia"] = "Hydromancienne Thespia";
["Main Chambers Access Panel"] = "Panneau d'accès de la salle principale";
["Second Fragment Guardian"] = "Gardien du second fragment";
["Mekgineer Steamrigger"] = "Mékgénieur Montevapeur";
["Warlord Kalithresh"] = "Seigneur de guerre Kalithresh";
 
--CR: Serpentshrine Cavern
["Hydross the Unstable <Duke of Currents>"] = "Hydross l'Instable <Duc des courants>";
["The Lurker Below"] = "Le Rôdeur d'En-bas";
["Leotheras the Blind"] = "Leotheras l'Aveugle";
["Fathom-Lord Karathress"] = "Seigneur des fonds Karathress";
["Seer Olum"] = "Voyant Olum";
["Morogrim Tidewalker"] = "Morogrim Marcheur-des-flots";
["Lady Vashj <Coilfang Matron>"] = "Dame Vashj <Matrone de Glissecroc>";
 
--Auch: Mana-Tombs
["The Consortium"] = "Le Consortium";
["Auchenai Key"] = "Clé Auchenaï"; --omitted from other Auch
["The Eye of Haramad"] = "L'Oeil d'Haramad";
["Pandemonius"] = "Pandemonius";
["Shadow Lord Xiraxis"] = "Seigneur des ténèbres Xiraxis";
["Ambassador Pax'ivi"] = "Ambassadeur Pax'ivi";
["Tavarok"] = "Tavarok";
["Cryo-Engineer Sha'heen"] = "Cryo-Ingénieur Sha'heen";
["Ethereal Transporter Control Panel"] = "Panneau de contrôle du transporteur étherien";
["Nexus-Prince Shaffar"] = "Prince-nexus Shaffar";
["Yor <Void Hound of Shaffar>"] = "Yor <Molosse du Vide de Shaffar>";
 
--Auch: Auchenai Crypts
["Lower City"] = "Ville basse"; --omitted from other Auch
["Shirrak the Dead Watcher"] = "Shirrak le Veillemort";
["Exarch Maladaar"] = "Exarque Maladaar";
["Avatar of the Martyred"] = "Avatar des martyrs";
["D'ore"] = "D'ore";
 
--Auch: Sethekk Halls
["Essence-Infused Moonstone"] = "Pierre de lune imprégnée d'essence";
["Darkweaver Syth"] = "Tisseur d'ombre Syth";
["Lakka"] = "Lakka";
["The Saga of Terokk"] = "La Saga de Terokk";
["Anzu"] = "Anzu";
["Talon King Ikiss"] = "Roi-serre Ikiss";
 
--Auch: Shadow Labyrinth
["Shadow Labyrinth Key"] = "Clé du labyrinthe des ombres";
["Spy To'gun"] = "Espion To'gun";
["Ambassador Hellmaw"] = "Ambassadeur Gueule-d'enfer";
["Blackheart the Inciter"] = "Cœur-noir le Séditieux";
["Grandmaster Vorpil"] = "Grand Maître Vorpil";
["The Codex of Blood"] = "Codex de sang";
["Murmur"] = "Marmon";
["First Fragment Guardian"] = "Gardien du premier fragment";
 
--TK: The Botanica
["The Sha'tar"] = "Les Sha'tar"; --omitted from other TK
["Warpforged Key"] = "Clé dimensionnelle"; --omitted from other TK
["Commander Sarannis"] = "Commandant Sarannis";
["High Botanist Freywinn"] = "Grand botaniste Freywinn";
["Thorngrin the Tender"] = "Rirépine le Tendre";
["Laj"] = "Laj";
["Warp Splinter"] = "Brise-dimension";
 
--TK: The Arcatraz
["Key to the Arcatraz"] = "Clé de l'Arcatraz";
["Zereketh the Unbound"] = "Zereketh le Délié";
["Third Fragment Guardian"] = "Gardien du troisième fragment";
["Dalliah the Doomsayer"] = "Dalliah l'Auspice-funeste";
["Wrath-Scryer Soccothrates"] = "Scrute-courroux Soccothrates";
["Udalo"] = "Udalo";
["Harbinger Skyriss"] = "Messager Cieuriss";
["Warden Mellichar"] = "Gardien Mellichar";
["Millhouse Manastorm"] = "Milhouse Tempête-de-mana";
 
--TK: The Mechanar
["Gatewatcher Gyro-Kill"] = "Gardien de porte Gyro-Meurtre";
["Gatewatcher Iron-Hand"] = "Gardien de porte Main-en-fer";
["Cache of the Legion"] = "Cache de la Légion";
["Mechano-Lord Capacitus"] = "Mécano-seigneur Capacitus";
["Overcharged Manacell"] = "Cellule de mana surchargée";
["Nethermancer Sepethrea"] = "Néantomancien Sepethrea";
["Pathaleon the Calculator"] = "Pathaleon le Calculateur";
 
--TK: The Eye
["Al'ar <Phoenix God>"] = "Al'ar <Dieu phénix>";
["Void Reaver"] = "Saccageur du Vide";
["High Astromancer Solarian"] = "Grande Astromancienne Solarian";
["Thaladred the Darkener <Advisor to Kael'thas>"] = "Thaladred l'Assombrisseur <Conseiller de Kael'thas>";
["Master Engineer Telonicus <Advisor to Kael'thas>"] = "Maître ingénieur Telonicus <Conseiller de Kael'thas>";
["Grand Astromancer Capernian <Advisor to Kael'thas>"] = "Grande astromancienne Capernian <Conseillère de Kael'thas>";
["Lord Sanguinar <The Blood Hammer>"] = "Seigneur Sanguinar <Le Marteau de sang>";
 
--Gruul's Lair
["High King Maulgar <Lord of the Ogres>"] = "Haut Roi Maulgar <Seigneur des ogres>";
["Kiggler the Crazed"] = "Kiggler le Cinglé";
["Blindeye the Seer"] = "Oeillaveugle le Voyant";
["Olm the Summoner"] = "Olm l'Invocateur";
["Krosh Firehand"] = "Krosh Brasemain";
["Gruul the Dragonkiller"] = "Gruul le Tue-dragon";
 
--Black Temple (Start)
["Ashtongue Deathsworn"] = "Ligemort Cendrelangue"; --omitted from other BT
["Towards Reliquary of Souls"] = "Vers Reliquaire des âmes";
["Towards Teron Gorefiend"] = "Vers Teron Fielsang";
["Towards Illidan Stormrage"] = "Vers Illidan Hurlorage";
["Spirit of Olum"] = "Esprit d'Olum";
["High Warlord Naj'entus"] = "Grand seigneur de guerre Naj'entus";
["Supremus"] = "Supremus";
["Shade of Akama"] = "Ombre d'Akama";
["Spirit of Udalo"] = "Esprit d'Udalo";
["Aluyen <Reagents>"] = "Aluyen <Composants>";
["Okuno <Ashtongue Deathsworn Quartermaster>"] = "Okuno <Intendant des ligemorts cendrelangue>";
["Seer Kanai"] = "Voyant Kanai";
 
--Black Temple (Basement)
["Gurtogg Bloodboil"] = "Gurtogg Fièvresang";
["Reliquary of Souls"] = "Reliquaire des âmes";
["Essence of Suffering"] = "Essence de la souffrance";
["Essence of Desire"] = "Essence du désir";
["Essence of Anger"] = "Essence de la colère";
["Teron Gorefiend"] = "Teron Fielsang";
 
--Black Temple (Top)
["Mother Shahraz"] = "Mère Shahraz";
["The Illidari Council"] = "Le conseil Illidari";
["Lady Malande"] = "Dame Malande";
["Gathios the Shatterer"] = "Gathios le Briseur";
["High Nethermancer Zerevor"] = "Grand néantomancien Zerevor";
["Veras Darkshadow"] = "Veras Ombrenoir";
["Illidan Stormrage <The Betrayer>"] = "Illidan Hurlorage <Le Traître>";
 
--************************************************
-- Instance Entrance Maps
--************************************************
 
--Auchindoun (Entrance)
["Ha'Lei"] = "Ha'Lei";
["Greatfather Aldrimus"] = "Grandpère Aldrimus";
["Clarissa"] = "Clarissa";
["Ramdor the Mad"] = "Ramdor le Fol";
["Horvon the Armorer <Armorsmith>"] = "Horvon l'Armurier <Fabricant d'armures>";
["Nexus-Prince Haramad"] = "Prince-nexus Haramad";
["Artificer Morphalius"] = "Artificier Morphalius";
["Mamdy the \"Ologist\""] = "Mamdy \"l'Ologiste\"";
["\"Slim\" <Shady Dealer>"] = "\"Mince\" <Marchand douteux>";
["\"Captain\" Kaftiz"] = "\"Captain\" Kaftiz";
["Isfar"] = "Isfar";
["Field Commander Mahfuun"] = "Commandant Mahfuun";
["Spy Grik'tha"] = "Espionne Grik'tha";
["Provisioner Tsaalt"] = "Approvisionneur Tsaalt";
["Dealer Tariq <Shady Dealer>"] = "Camelot Tariq <Marchand douteux>";
 
--Blackfathom Deeps (Entrance)
--Nothing to translate!
 
--Blackrock Mountain (Entrance)
["Bodley"] = "Bodley";
["Overmaster Pyron"] = "Grand seigneur Pyron";
["Lothos Riftwaker"] = "Lothos Ouvrefaille";
["Franclorn Forgewright"] = "Franclorn Le Forgebusier";
["Orb of Command"] = "Orbe de Commandement";
["Scarshield Quartermaster <Scarshield Legion>"] = "Intendant du Bouclier balafré <Légion du Bouclier balafré>";
 
--Coilfang Reservoir (Entrance)
["Watcher Jhang"] = "Guetteur Jhang";
["Mortog Steamhead"] = "Mortog Têtavapeur";
 
--Gnomeregan (Entrance)
["Transpolyporter"] = "Portail de multitéléportation";
["Sprok <Away Team>"] = "Sproque <Equipe envoyée>";
["Matrix Punchograph 3005-A"] = "Matrice d'Encodage 3005-A";
["Namdo Bizzfizzle <Engineering Supplies>"] = "Namdo Ventaperte <Fournitures d'ingénieur>";
["Techbot"] = "Techbot";
 
--Maraudon (Entrance)
["The Nameless Prophet"] = "Le Prophète sans nom";
["Kolk <The First Kahn>"] = "Kolk <Le premier Khan>";
["Gelk <The Second Kahn>"] = "Gelk <Le deuxième Kahn>";
["Magra <The Third Kahn>"] = "Magra <Le troisième Kahn>";
["Cavindra"] = "Cavindra";
 
--The Deadmines (Entrance)
["Marisa du'Paige"] = "Marisa du'Paige";
["Brainwashed Noble"] = "Noble manipulé";
["Foreman Thistlenettle"] = "Contremaître Crispechardon";
 
--Sunken Temple (Entrance)
["Jade"] = "Jade";
["Kazkaz the Unholy"] = "Kazkaz l'Impie";
["Zekkis"] = "Zekkis";
["Veyzhak the Cannibal"] = "Veyzhak le Cannibale";
 
--Uldaman (Entrance)
["Hammertoe Grez"] = "Martèlorteil Grez";
["Magregan Deepshadow"] = "Magregan Fondombre";
["Tablet of Ryun'Eh"] = "Tablette de Ryun'eh";
["Krom Stoutarm's Chest"] = "Trésor de Krom Rudebras";
["Garrett Family Chest"] = "Trésor de la famille Garrett";
["Digmaster Shovelphlange"] = "Maître des fouilles Pellaphlange";
 
--Wailing Caverns (Entrance)
["Mad Magglish"] = "Magglish le Dingue";
["Trigore the Lasher"] = "Trigore le Flagelleur";
["Boahn <Druid of the Fang>"] = "Boahn <Druide du Croc>";
["Above the Entrance:"] = "Au-dessus de l'entrée :";
["Ebru <Disciple of Naralex>"] = "Ebru <Disciple de Naralex>";
["Nalpak <Disciple of Naralex>"] = "Nalpak <Disciple de Naralex>";
["Kalldan Felmoon <Specialist Leatherworking Supplies>"] = "Kalldan Gangrelune <Fournitures de travailleur du cuir spécialiste>";
["Waldor <Leatherworking Trainer>"] = "Waldor <Maître des travailleurs du cuir>";
 
--Dire Maul (Entrance)
["Dire Pool"] = "Bassin redoutable";
["Dire Maul Arena"] = "L'Etripoir";
["Mushgog"] = "Mushgog";
["Skarr the Unbreakable"] = "Bâlhafr l'Invaincu";
["The Razza"] = "La Razza";
["Elder Mistwalker"] = "Ancienne Marche-brume";
 
--Caverns of Time (Entrance)
["Steward of Time <Keepers of Time>"] = "Régisseur du temps <Les Gardiens du temps>";
["Alexston Chrome <Tavern of Time>"] = "Alexston Chrome <Gargotte du temps>";
["Yarley <Armorer>"] = "Yarley <Armurier>";
["Bortega <Reagents & Poison Supplies>"] = "Bortega <Composants & poisons>";
["Galgrom <Provisioner>"] = "Galgrom <Approvisionneur>";
["Alurmi <Keepers of Time Quartermaster>"] = "Alurmi <Intendant des gardiens du Temps>";
["Zaladormu"] = "Zaladormu";
["Soridormi <The Scale of Sands>"] = "Soridormi <La Balance des sables>";
["Arazmodu <The Scale of Sands>"] = "Arazmodu <La Balance des sables>";
["Andormu <Keepers of Time>"] = "Andormu <Les Gardiens du temps>";
["Nozari <Keepers of Time>"] = "Nozari <Les Gardiens du temps>";
 
--Karazhan (Entrance)
["Archmage Leryda"] = "Archimage Leryda";
["Apprentice Darius"] = "Apprenti Darius";
["Archmage Alturus"] = "Archimage Alturus";
["Stairs to Underground Pond"] = "Escalier vers le bassin souterrain";
["Stairs to Underground Well"] = "Escalier vers le puits souterrain";
["Charred Bone Fragment"] = "Fragment d'os carbonisé";
 
--Scarlet Monastery (Entrance)
--Nothing to translate!
 
--*****************
-- WotLK Instances
--*****************
 
--Azjol-Nerub: Ahn'kahet: The Old Kingdom
["Elder Nadox"] = "Ancien Nadox";
["Prince Taldaram"] = "Prince Taldaram";
["Jedoga Shadowseeker"] = "Jedoga Cherchelombre";
["Herald Volazj"] = "Héraut Volazj";
["Amanitar"] = "Amanitar";
["Ahn'kahet Brazier"] = "Brasero d'Ahn'kahet";
 
--Azjol-Nerub
["Krik'thir the Gatewatcher"] = "Krik'thir le Gardien de porte";
["Watcher Gashra"] = "Gardien Gashra";
["Watcher Narjil"] = "Gardien Narjil";
["Watcher Silthik"] = "Gardien Silthik";
["Hadronox"] = "Hadronox";
["Anub'arak"] = "Anub'arak";
 
--Caverns of Time: The Culling of Stratholme
["The Culling of Stratholme"] = "L'Épuration de Stratholme";
["Meathook"] = "Grancrochet";
["Salramm the Fleshcrafter"] = "Salramm le Façonneur de chair";
["Chrono-Lord Epoch"] = "Chronoseigneur Epoch";
["Mal'Ganis"] = "Mal'Ganis";
["Chromie"] = "Chromie";
["Infinite Corruptor"] = "Corrupteur infini";
["Guardian of Time"] = "Gardien du Temps";
["Scourge Invasion Points"] = "Points d'invasion du Fléau";
 
--Drak'Tharon Keep
["Trollgore"] = "Trollétripe";
["Novos the Summoner"] = "Novos l'Invocateur";
["King Dred"] = "Roi Dred";
["The Prophet Tharon'ja"] = "Le prophète Tharon'ja";
["Kurzel"] = "Kurzel";
["Drakuru's Brazier"] = "Brasero Drakuru";
 
--Gundrak
["Slad'ran <High Prophet of Sseratus>"] = "Slad'ran <Grand prophète de Sseratus>";
["Drakkari Colossus"] = "Colosse drakkari";
["Moorabi <High Prophet of Mam'toth>"] = "Moorabi <Grand prophète de Mam'toth>";
["Gal'darah <High Prophet of Akali>"] = "Gal'darah <Grand prophète d'Akali>";
["Eck the Ferocious"] = "Eck le Féroce";
 
--Icecrown Citadel
["The Ashen Verdict"] = "Le Verdict des cendres";
["Lord Marrowgar"] = "Seigneur Gargamoelle";
["Lady Deathwhisper"] = "Dame Murmemort";
["Gunship Battle"] = "Armurerie de la canonnière";
["Deathbringer Saurfang"] = "Porte-mort Saurcroc";
["Festergut"] = "Pulentraille";
["Rotface"] = "Trognepus";
["Professor Putricide"] = "Professeur Putricide";
["Blood Prince Council"] = "Blood Prince Council";
["Prince Keleseth"] = "Prince Keleseth";
["Prince Taldaram"] = "Prince Taldaram";
["Prince Valanar"] = "Prince Valanar";
["Blood-Queen Lana'thel"] = "Reine de sang Lana'thel";
["Valithria Dreamwalker"] = "Valithria Marcherêve";
["Sindragosa <Queen of the Frostbrood>"] = "Sindragosa <Reine des Couvegivres>";
["The Lich King"] = "Le roi-liche";
["To next map"] = "Vers la carte suivante";
["From previous map"] = "Vers la carte précédente";
["Light's Hammer"] = "Marteau de Lumière";
["Oratory of the Damned"] = "L'oratoire des Damnés";
["Rampart of Skulls"] = "Rempart des Crânes";
["Deathbringer's Rise"] = "Cime du porte-mort";
["Upper Spire"] = "Flèche supérieure";
["Sindragosa's Lair"] = "Repaire de Sindragosa";
["The Frozen Throne"] = "Trône de glace";
 
--Naxxramas
["Mr. Bigglesworth"] = "M. Bigglesworth";
["Construct Quarter"] = "Le quartier des Assemblages";
["Patchwerk"] = "Le Recousu";
["Grobbulus"] = "Grobbulus";
["Gluth"] = "Gluth";
["Thaddius"] = "Thaddius";
["Arachnid Quarter"] = "Le quartier des Arachnides";
["Anub'Rekhan"] = "Anub'Rekhan";
["Grand Widow Faerlina"] = "Grande veuve Faerlina";
["Maexxna"] = "Maexxna";
["Military Quarter"] = "Le quartier Militaire";
["Instructor Razuvious"] = "Instructeur Razuvious";
["Gothik the Harvester"] = "Gothik le Moissonneur";
["The Four Horsemen"] = "Les quatre cavaliers";
["Thane Korth'azz"] = "Thane Korth'azz";
["Lady Blaumeux"] = "Dame Blaumeux";
--Baron Rivendare omitted, listed under Stratholme
["Sir Zeliek"] = "Sir Zeliek";
["Four Horsemen Chest"] = "Coffre des quatre cavaliers";
["Plague Quarter"] = "Le quartier de la Peste";
["Noth the Plaguebringer"] = "Noth le Porte-peste";
["Heigan the Unclean"] = "Heigan l'Impur";
["Loatheb"] = "Horreb";
["Frostwyrm Lair"] = "Repaire de la Wyrm des glaces";
["Sapphiron"] = "Sapphiron";
["Kel'Thuzad"] = "Kel'Thuzad";
 
--The Nexus: The Nexus
["Anomalus"] = "Anomalus";
["Ormorok the Tree-Shaper"] = "Ormorok le Sculpte-arbre";
["Grand Magus Telestra"] = "Grand Magus Telestra";
["Keristrasza"] = "Keristrasza";
["Commander Stoutbeard"] = "Commandant Rudebarbe";
["Berinand's Research"] = "Recherches de Bérinand";
["Commander Kolurg"] = "Commandant Kolurg";
 
--The Nexus: The Eye of Eternity
["Malygos"] = "Malygos";
["Key to the Focusing Iris"] = "Clé de l'iris de focalisation";
 
--The Nexus: The Oculus
["Drakos the Interrogator"] = "Drakos l'Interrogateur";
["Mage-Lord Urom"] = "Seigneur-mage Urom";
["Ley-Guardian Eregos"] = "Gardien-tellurique Eregos";
["Varos Cloudstrider <Azure-Lord of the Blue Dragonflight>"] = "Varos Arpentenuée <Seigneur-azur du vol draconique bleu>";
["Centrifuge Construct"] = "Assemblage centrifuge";
["Cache of Eregos"] = "Cache d'Eregos";
 
--The Frozen Halls: The Forge of Souls
--Lady Jaina Proudmoore omitted, in Hyjal Summit
["Archmage Koreln <Kirin Tor>"] = "Archimage Koreln <Kirin Tor>";
["Archmage Elandra <Kirin Tor>"] = "Archimage Elandra <Kirin Tor>";
["Lady Sylvanas Windrunner <Banshee Queen>"] = "Dame Sylvanas Coursevent <Reine banshee>";
["Dark Ranger Loralen"] = "Forestier-sombre Loralen";
["Dark Ranger Kalira"] = "Forestier-sombre Kalira";
["Bronjahm <Godfather of Souls>"] = "Bronjahm <Parrain des âmes>";
["Devourer of Souls"] = "Dévoreur d'âmes";
 
--The Frozen Halls: Pit of Saron
--6 beginning NPCs omitted, see The Forge of Souls
["Forgemaster Garfrost"] = "Maître-forge Gargivre";
["Martin Victus"] = "Martin Victus";
["Gorkun Ironskull"] = "Gorkun Crâne-de-fer";
["Krick and Ick"] = "Krick et Ick";
["Scourgelord Tyrannus"] = "Seigneur du Fléau Tyrannus";
["Rimefang"] = "Frigecroc";
 
--The Frozen Halls: Halls of Reflection
--3 beginning NPCs omitted, see The Forge of Souls
["Falric"] = "Falric";
["Marwyn"] = "Marwyn";
["Wrath of the Lich King"] = "Wrath of the Lich King";
["The Captain's Chest"] = "Le coffre du capitaine";
 
--The Obsidian Sanctum
["Black Dragonflight Chamber"] = "Chambre du vol draconique noir";
["Sartharion <The Onyx Guardian>"] = "Sartharion <Le gardien d'Onyx>";
["Tenebron"] = "Ténébron";
["Shadron"] = "Obscuron";
["Vesperon"] = "Vespéron";
 
--The Violet Hold
["Erekem"] = "Erekem";
["Zuramat the Obliterator"] = "Zuramat l'Oblitérateur";
["Xevozz"] = "Xevozz";
["Ichoron"] = "Ichoron";
["Moragg"] = "Moragg";
["Lavanthor"] = "Lavanthor";
["Cyanigosa"] = "Cyanigosa";
["The Violet Hold Key"] = "La clé du Fort pourpre";
 
--Trial of the Champion
["Grand Champions"] = "Grand Champions";
["Champions of the Alliance"] = "Champions de l'Alliance";
["Marshal Jacob Alerius"] = "Maréchal Jacob Alerius";
["Ambrose Boltspark"] = "Ambrose Étinceboulon";
["Colosos"] = "Colossos";
["Jaelyne Evensong"] = "Jaelyne Chant-du-soir";
["Lana Stouthammer"] = "Lana Rudemartel";
["Champions of the Horde"] = "Champions de la Horde";
["Mokra the Skullcrusher"] = "Mokra le Brise-tête";
["Eressea Dawnsinger"] = "Eressea Chantelaube";
["Runok Wildmane"] = "Runok Crin-sauvage";
["Zul'tore"] = "Zul'tore";
["Deathstalker Visceri"] = "Nécrotraqueur Viscéri";
["Eadric the Pure <Grand Champion of the Argent Crusade>"] = "Eadric le Pur <Grand champion de la Croisade d'argent>";
["Argent Confessor Paletress"] = "Confesseur d'argent Paletress";
["The Black Knight"] = "Le Chevalier noir";
 
--Trial of the Crusader
["Cavern Entrance"] = "Entrée de la caverne";
["Northrend Beasts"] = "Bêtes du Norfendre";
["Gormok the Impaler"] = "Gormok l'Empaleur";
["Acidmaw"] = "Gueule-d'acide";
["Dreadscale"] = "Ecaille-d'effroi";
["Icehowl"] = "Glace-hurlante";
["Lord Jaraxxus"] = "Seigneur Jaraxxus";
["Faction Champions"] = "Champions de faction";
["Twin Val'kyr"] = "Jumelles val'kyrs";
["Fjola Lightbane"] = "Fjola Plaie-lumineuse";
["Eydis Darkbane"] = "Eydis Plaie-sombre";
["Anub'arak"] = "Anub'arak";
["Heroic: Trial of the Grand Crusader"] = "Héroïque: L'appel de la grande Croisade";
 
--Ulduar: Halls of Lightning
["General Bjarngrim"] = "General Bjarngrim";
["Volkhan"] = "Volkhan";
["Ionar"] = "Ionar";
["Loken"] = "Loken";
 
--Ulduar: Halls of Stone
["Tribunal Chest"] = "Coffre du tribunal";
["Krystallus"] = "Krystallus";
["Brann Bronzebeard"] = "Brann Barbe-de-bronze";
["Sjonnir the Ironshaper"] = "Sjonnir le Sculptefer";
["Maiden of Grief"] = "Damoiselle de peine";
 
-- Ulduar General
["Celestial Planetarium Key"] = "Clé du planétarium céleste";
["The Siege"] = "Le Siège";
["The Antechamber"] = "L'antichambre"; --B
["The Keepers"] = "Les Gardiens"; --C
["Spark of Imagination"] = "L'Étincelle d'imagination"; --D
["Descent into Madness"] = "La Descente dans la folie"; --E
 
-- Ulduar A
["Flame Leviathan"] = "Léviathan des flammes";
["Ignis the Furnace Master"] = "Ignis le maître de la Fournaise";
["Razorscale"] = "Tranchécaille";
["XT-002 Deconstructor"] = "Déconstructeur XT-002";
["Expedition Base Camp"] = "Camp de base de l'Expédition";
["Formation Grounds"] = "Champ d'Entrainement";
["The Colossal Forge"] = "La Forge colossale";
["The Scrapyard"] = "La Ferraillerie";
["Tower of Life"] = "Tour de la vie";
["Tower of Flame"] = "Tour des flammes";
["Tower of Frost"] = "Tour du givre";
["Tower of Storms"] = "Tour des tempêtes";
 
-- Ulduar B
["Assembly of Iron"] = "L'Assemblée de Fer";
["Steelbreaker"] = "Brise-acier";
["Runemaster Molgeim"] = "Maître des runes Molgeim";
["Stormcaller Brundir"] = "Mande-foudre Brundir";
["Kologarn"] = "Kologarn";
["Algalon the Observer"] = "Algalon l'Observateur";
["Antechamber of Ulduar"] = "L'Antichambre d'Ulduar";
["Prospector Doren"] = "Prospecteur Doren";
["Archivum Console"] = "Console de l'Archivum";
 
-- Ulduar C
["Auriaya"] = "Auriaya";
["Freya"] = "Freya";
["Thorim"] = "Thorim";
["Hodir"] = "Hodir";
["The Shattered Walkway"] = "Le Passage Brisé";
["The Conservatory of Life"] = "Le Jardin de la Vie";
 
-- Ulduar D
["Mimiron"] = "Mimiron";
 
-- Ulduar E
["General Vezax"] = "Général Vezax";
["Yogg-Saron"] = "Yogg-Saron";
["Prison of Yogg-Saron"] = "Prison de Yogg-Saron";
 
--Utgarde Keep: Utgarde Keep
["Prince Keleseth <The San'layn>"] = "Prince Keleseth <Les San'layn>";
["Dalronn the Controller"] = "Dalronn le Contrôleur";
["Ingvar the Plunderer"] = "Ingvar le Pilleur";
["Dark Ranger Marrah"] = "Forestier-sombre Marrah";
 
--Utgarde Keep: Utgarde Pinnacle
["Brigg Smallshanks"] = "Brigg Courtecannes";
["Svala Sorrowgrave"] = "Svala Tristetombe";
["Gortok Palehoof"] = "Gortok Pâle-sabot";
["Skadi the Ruthless"] = "Skadi le Brutal";
["King Ymiron"] = "Roi Ymiron";
["Skarvald the Constructor"] = "Skarvald le Constructeur";
 
--Vault of Archavon
["Archavon the Stone Watcher"] = "Archavon le Gardien des pierres";
["Emalon the Storm Watcher"] = "Emalon le Guetteur d'orage";
["Koralon the Flame Watcher"] = "Koralon le Veilleur des flammes";
["Toravon the Ice Watcher"] = "Toravon la Sentinelle de glace";
};
end
\ No newline at end of file