<?php /*************************************************************************** * lang_wow.php * ------------------- * begin : Saturday, Jan 16, 2005 * copyright : (C) 2007-2008 Douglas Wagner * email : hide@address.com * * $Id: lang_wow.php,v 2.00 2008/03/07 13:51:25 psotfx Exp $ * ***************************************************************************/ /*************************************************************************** * * WoW Raid Manager - Raid Management Software for World of Warcraft * Copyright (C) 2007-2008 Douglas Wagner * * This program 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 3 of the License, or * (at your option) any later version. * * This program 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 this program. If not, see <http://www.gnu.org/licenses/>. * ****************************************************************************/ // classes $phprlang['deathknight'] = 'Death Knight'; $phprlang['druid'] = 'Druid'; $phprlang['hunter'] = 'Hunter'; $phprlang['mage'] = 'Mage'; $phprlang['paladin'] = 'Paladin'; $phprlang['priest'] = 'Priest'; $phprlang['rogue'] = 'Rogue'; $phprlang['shaman'] = 'Shaman'; $phprlang['warlock'] = 'Warlock'; $phprlang['warrior'] = 'Warrior'; // races $phprlang['blood_elf'] = 'Blood Elf'; $phprlang['draenei'] = 'Draenei'; $phprlang['dwarf'] = 'Dwarf'; $phprlang['gnome'] = 'Gnome'; $phprlang['human'] = 'Human'; $phprlang['night_elf'] = 'Night Elf'; $phprlang['orc'] = 'Orc'; $phprlang['tauren'] = 'Tauren'; $phprlang['troll'] = 'Troll'; $phprlang['undead'] = 'Undead'; // Talent Specs $phprlang['disc'] = "Discipline"; $phprlang['holy'] = "Holy"; $phprlang['shadow'] = "Shadow"; $phprlang['assassination'] = "Assassination"; $phprlang['combat'] = "Combat"; $phprlang['subtlety'] = "Subtlety"; $phprlang['arms'] = "Arms"; $phprlang['fury'] = "Fury"; $phprlang['prot'] = "Protection"; $phprlang['arcane'] = "Arcane"; $phprlang['fire'] = "Fire"; $phprlang['frost'] = "Frost"; $phprlang['balance'] = "Balance"; $phprlang['cat'] = "Feral (Cat)"; $phprlang['bear'] = "Feral (Bear)"; $phprlang['resto'] = "Restoration"; $phprlang['bm'] = "Beast Mastery"; $phprlang['marks'] = "Marksmanship"; $phprlang['survival'] = "Survival"; $phprlang['affliction'] = "Affliction"; $phprlang['demon'] = "Demonology"; $phprlang['destro'] = "Destruction"; $phprlang['elemental'] = "Elemental"; $phprlang['enhance'] = "Enhancement"; $phprlang['ret'] = "Retribution"; $phprlang['frost_tank'] = "Frost (Tank)"; $phprlang['frost_melee'] = "Frost (Melee)"; $phprlang['blood_tank'] = "Blood (Tank)"; $phprlang['blood_melee'] = "Blood (Melee)"; $phprlang['unholy_tank'] = "Unholy (Tank)"; $phprlang['unholy_melee'] = "Unholy (Melee)"; $phprlang['notavailable'] = "N/A"; ?>