WoWInterface SVN AKA

[/] [trunk/] [localization.lua] - Rev 19

Compare with Previous | Blame | View Log

AKA_TITLE="A.K.A. Version 2.92";


AKA_TEXT = {};
AKA_TEXT["WELCOME"]="A.K.A. Loaded. Type /aka to change settings.";
AKA_TEXT["PREF_HELP"]="A.K.A. publishes your alt names to other guild members running the addon.\n\n Current version can be found at |c00FF80FF http://ui.worldofwar.net/ui.php?id=3747|r";
AKA_TEXT["CHANNEL_HEAD_GUILD"]="Currently using guild channel.";
AKA_TEXT["CHANNEL_HEAD_OTHER"]="Currently using channel";
AKA_TEXT["CHANNEL_BLOCK"]="Channel ";
AKA_TEXT["VERSION_UPDATE"]="A new version of AKA is available. http://www.wowinterface.com/downloads/info7813-AKA.html";
-- AKA_TEXT["VERSION_UPDATE"]="A new version of AKA is available. http://wowgnome.com/downloads/aka_2_8.zip";
AKA_TEXT["VERSION_NOTES"]="This update fixes error in cross-realm groups and raids.";

AKA_ProfessionList={};
AKA_ProfessionList["1"]="Alchemy";
AKA_ProfessionList["2"]="Blacksmithing";
AKA_ProfessionList["3"]="Enchanting";
AKA_ProfessionList["4"]="Engineering";
AKA_ProfessionList["5"]="Herbalism";
AKA_ProfessionList["6"]="Jewelcrafting";
AKA_ProfessionList["7"]="Leatherworking";
AKA_ProfessionList["8"]="Mining";
AKA_ProfessionList["9"]="Skinning";
AKA_ProfessionList["A"]="Tailoring";
AKA_ProfessionList["B"]="Inscription";
AKA_ProfessionList["C"]="UNDEFINED";
AKA_ProfessionList["D"]="UNDEFINED";
AKA_ProfessionList["E"]="UNDEFINED";
AKA_ProfessionList["F"]="UNDEFINED";

AKA_ProfessionList["G"]="Elemental Leatherworking";
AKA_ProfessionList["H"]="Tribal Leatherworking";
AKA_ProfessionList["I"]="Dragonscale Leatherworking";
AKA_ProfessionList["J"]="Gnomish Engineer";
AKA_ProfessionList["K"]="Goblin Engineer";
AKA_ProfessionList["L"]="Armorsmith";
AKA_ProfessionList["M"]="Weaponsmith";
AKA_ProfessionList["N"]="Master Swordsmith";
AKA_ProfessionList["O"]="Master Hammersmith";
AKA_ProfessionList["P"]="Master Axesmith";


AKA_ProfSpecialMap={};
-- specializations: [1]=principal profession, [2]= sub-level (3 is more specialized than 2)
AKA_ProfSpecialMap["G"]={"7",2}; -- Leatherworking
AKA_ProfSpecialMap["H"]={"7",2}; -- Leatherworking
AKA_ProfSpecialMap["I"]={"7",2}; -- Leatherworking
AKA_ProfSpecialMap["J"]={"4",2}; -- Engineering
AKA_ProfSpecialMap["K"]={"4",2}; -- Engineering
AKA_ProfSpecialMap["L"]={"2",2}; -- Blacksmithing
AKA_ProfSpecialMap["M"]={"2",2}; -- Blacksmithing
AKA_ProfSpecialMap["N"]={"2",3}; -- Blacksmithing
AKA_ProfSpecialMap["O"]={"2",3}; -- Blacksmithing
AKA_ProfSpecialMap["P"]={"2",3}; -- Blacksmithing


AKA_RaceList={};
AKA_RaceList["1"]="Human";
AKA_RaceList["2"]="Dwarf";
AKA_RaceList["3"]="Night Elf";
AKA_RaceList["4"]="Gnome";
AKA_RaceList["5"]="Draenei";
AKA_RaceList["6"]="al1";
AKA_RaceList["7"]="al2";
AKA_RaceList["8"]="al3";
AKA_RaceList["9"]="Orc";
AKA_RaceList["A"]="Troll";
AKA_RaceList["B"]="Tauren";
AKA_RaceList["C"]="Undead";
AKA_RaceList["D"]="Blood Elf";
AKA_RaceList["E"]="ho1";
AKA_RaceList["F"]="ho2";
AKA_RaceList["G"]="ho3";

AKA_GenderList={};
table.insert(AKA_GenderList,"Unknown");
table.insert(AKA_GenderList,"Male");
table.insert(AKA_GenderList,"Female");

Compare with Previous | Blame