source: minimanager/lang/spanish.php@ 374

Last change on this file since 374 was 374, checked in by george, 17 years ago
  • Aktualizováno: Minimanager 0.12 rev. 99. Opraveno zobrazování honoru, přidána captcha p?i registraci nového účtu a mini fórum.
  • Přidáno: Český překlad pro Minimanager 0.12.
  • Smazáno: Staré fotky fyzického serveru přesunuty do fotogalerie.
  • Přidáno: Nějaké návody na eventy od bbtrashe.
File size: 196.5 KB
Line 
1<?php
2/*
3 * Project Name: MiniManager for Project Mangos
4 * License: GNU General Public License v2(GPL)
5 * Language: Spanish
6 * Supported Minimanager Revision: 99
7 * Translator: Larv, wbeando
8 */
9
10$lang_global = array(
11// ----- GENERAL ERROR CODES -----
12 'err_sql_conn_db' => 'Error - No se estableció la conexión con la base de datos !',
13 'err_sql_open_db' => 'Error - No se puede abrir la base de datos !',
14 'err_no_result' => 'Sin Resultados.',
15 'err_no_user' => 'Usuarios no encontrados!',
16 'err_no_records_found' => 'No se hallaron registros!',
17 'err_no_search_passed' => 'No existe ningún valor.',
18 'err_invalid_input' => 'Entrada no válida',
19 'err_no_permission' => 'Usted no tiene permiso para acceder o modificar estos datos',
20 // ------ GENERAL -----
21 'empty_fields' => 'Algunos campos estan en blanco',
22 'search' => 'buscar',
23 'limit' => 'limite',
24 'back' => 'Atras',
25 'go_back' => 'Volver',
26 'home' => 'Inicio',
27 'none' => 'nada',
28 'delete' => 'Eliminar',
29 'delete_short' => 'Del.',
30 'edit' => 'Editar',
31 'yes' => 'SI',
32 'yes_low' => 'Si',
33 'no' => 'NO',
34 'no_low' => 'No',
35 'are_you_sure' => '¿Estás seguro?',
36 'will_be_erased' => 'Si se elimina sera irrecuperable de la BD!',
37 'unlinked' => 'Unlinked'
38);
39
40$lang_login = array(
41 // ----- LOGIN.PHP -----
42 'login' =>'Inicio de sesión',
43 'username' => 'Nombre de Usuario',
44 'password' => 'Contraseña',
45 'not_registrated' => 'Creación de cuentas',
46 'bad_pass_user' => 'Nombre de usuario y/o contraseña incorrecta!',
47 'missing_pass_user' => 'Falta el nombre de usuario y / o contraseña!',
48 'banned_acc' => 'Cuenta baneada,pueden ponerse en contacto con el administrador del servidor',
49 'locked_acc' => 'Cuenta suspendida, póngase en contacto con el administrador del servidor',
50 'no_permision' => 'Usted no tiene permiso para acceder a los datos solicitados',
51 'enter_valid_logon' => 'Por favor, introduzca nombre de usuario y contraseña válido:',
52 'select_realm' => 'Elegir Reino',
53 'remember_me' => 'Recordarme',
54 'pass_recovery' => 'Olvide mi contraseña?'
55 );
56
57// ----- GUILD.PHP -----
58$lang_guild = array(
59 'my_guilds' => 'Mis Clanes',
60 'id' => 'ID',
61 'guild_name' => 'Nombre de Clan',
62 'guild_leader' => 'Lider del Clan',
63 'guild_faction' => 'Bando',
64 'tot_members' => 'Total de Miembros',
65 'tot_m_online' => 'Miembros Conectados',
66 'remove' => 'Rem.',
67 'guild_motd' => 'Mensaje Del Dia para el Clan',
68 'create_date' => 'Fecha de Fundación',
69 'by_name' =>'por nombre',
70 'by_guild_leader' => 'por lider de clan',
71 'by_id' => 'por id',
72 'tot_guilds' => 'Total de Clanes',
73 'guild' => 'Clan',
74 'info' => 'Info',
75 'motd' => 'MDD',
76 'name' => 'Nombre',
77 'race' => 'Raza',
78 'class' => 'Clase',
79 'level' => 'Nivel',
80 'rank' => 'Rango',
81 'pnote' => 'Notas del Jugador',
82 'offnote' => 'Nota Oficial',
83 'online' => 'Conectado',
84 'llogin' => 'Ultimo ingreso (Dias)',
85 'del_guild' => 'Eliminar Clan',
86 'guild_id' => 'ID Clan',
87 'guild_search_result' => 'Resultados de Búsqueda de Clanes',
88 'show_guilds' => 'Mostrar todos los Clanes',
89 'browse_guilds' => 'Explorador de Clanes'
90 );
91
92
93$lang_register = array(
94 // ----- REGISTER.PHP -----
95 'create_acc' =>'Registro de Cuenta',
96 'username' => 'Nombre de usuario',
97 'use_eng_chars_limited_len' => 'Use caracteres y números en ingles.<br/> Min. 4 caracteres|Máx. 14 caracteres.',
98 'password' => 'Contraseña',
99 'confirm_password' => 'Confirmar Contraseña',
100 'min_pass_len' => 'Min. 4 caracteres|Máx. 25 caracteres.',
101 'email' => 'E-mail',
102 'use_valid_mail' => 'Por favor, asegúrese de usar dirección de correo electrónico válida.',
103 'create_acc_button' => 'Crear cuenta',
104 'diff_pass_entered' => 'Las contraseñas deben ser idénticos.',
105 'already_exist' => 'Ya existe',
106 'acc_reg_closed' => 'Lo sentimos, el registro cuenta actualmente se encuentra cerrado.',
107 'wrong_pass_username_size' => 'Nombre de usuario/contraseña deberá tener un tamaño de 4 a 15 caracteres de longitud!',
108 'bad_chars_used' => 'Nombre de usuario debe contener [A-Z][a-z][0-9] solamente!',
109 'invalid_email' => 'Sírvase proporcionar una dirección de correo electrónico válida!',
110 'banned_ip' => 'Dirección IP que utiliza está baneado',
111 'contact_serv_admin' => 'Contacte con el administrador del servidor.',
112 'users_ip_range' => 'Los usuarios de rango de IP',
113 'cannot_create_acc' => 'no puede crear cuentas.',
114 'fill_all_fields' => 'Por favor, llene todos los campos.',
115 'acc_type' => 'Tipo de Cuenta',
116 'acc_type_desc' => 'El tipo de cliente que sera usado.',
117 'classic' => 'WOW Clasico',
118 'expansion' => 'WOW TBC Expansión',
119 'recover_acc_password' => 'Recuperar la contraseña de la cuenta',
120 'user_pass_rec_desc' => 'Por favor, introduzca un nombre de usuario registrado por usted.',
121 'mail_pass_rec_desc' => 'Por favor, asegúrese de usar misma dirección de correo electrónico como en el registro inicial.',
122 'recover_pass' => 'Recuperar contraseña',
123 'user_mail_not_found' => 'Combinacion de Nombre de usuario/email no fue encontrada.',
124 'recovery_mail_sent' => 'Mensaje de recuperacion enviado',
125 'read_terms' => 'Por favor asegúrese para leer, entender y aceptar las condiciones del uso en el cual esta cuenta será creada',
126 'terms' => 'Condiciones de Servicio',
127 'error_terms' => 'Condiciones del servicio no fueron aceptadas',
128 'i_agree' => 'Acepto',
129 'i_dont_agree' => 'No estoy de acuerdo',
130 'pass_too_long' => 'La contraseña que ha introducido supera el tamaño máximo permitido'
131 );
132
133$lang_index = array(
134 // ----- INDEX.PHP -----
135 'realm' =>'Reino',
136 'online' => 'Conectado',
137 'offline_or_let_high' => 'Fuera de línea o de latencia demasiado alta',
138 'add_motd' => 'Añadir Mensaje del Día',
139 'delete' => 'Eliminar',
140 'tot_users_online' => 'Total Usuarios en línea',
141 'name' => 'Nombre',
142 'race' => 'Raza',
143 'class' => 'Clase',
144 'level' => 'Nivel',
145 'map' => 'Mapa',
146 'zone' => 'Zona',
147 'rank' => 'Rango',
148 'guild' => 'Clan',
149 'honor_kills' => 'H.K',
150 'guild' => 'Clan'
151 );
152
153$lang_header = array(
154 // ----- HEADER.PHP -----
155 'main' =>'Inicio',
156 'users' => 'Usarios',
157 'accounts' => 'Cuentas',
158 'characters' => 'Personajes',
159 'guilds' => 'Clanes',
160 'arena_teams' => 'Equipos de Arena',
161 'banned_list' => 'Lista Baneados',
162 'cleanup' => 'Limpiar',
163 'tools' => 'Opciones',
164 'ssh_line' => 'SSH line',
165 'run_sql_patch' => 'Ejecutar parche SQL',
166 'backup' => 'Copia de seguridad',
167 'tickets' => 'Boletines',
168 'realm' => 'Reino',
169 'add_motd' => 'Añadir MDD',
170 'mail' => 'Correo',
171 'my_acc' => 'Mi Cuenta',
172 'edit_my_acc' => 'Editar Mi Cuenta',
173 'logout' => 'Cerrar Sesión',
174 'menu' => 'Menú',
175 'db' => 'Datos',
176 'items' => 'Items',
177 'statistics' => 'Estadísticas',
178 'teleports' => 'Transportación',
179 'command' => 'Commandos',
180 'creatures' => 'Criaturas',
181 'player_map' => 'Mapa del Jugador',
182 'irc' => 'Chat',
183 'repair' => 'Reparar/Optimizar',
184 'game_object' => 'Objectos del Juego',
185 'forums' => 'Foro',
186 'honor' => 'Rankings de Honor',
187 'auctionhouse' => 'Casa de Subasta',
188 'events' => 'Eventos',
189 'statistics_on' => 'Estadísticas en línea',
190 'instances' => 'Instancias/Dungeons'
191 );
192
193$lang_footer = array(
194 // -----FOOTER.PHP -----
195 'bugs_to_admin' => 'Reportar Problemas & bugs a',
196 'site_admin' => 'Correo Administrador'
197 );
198
199$lang_repair = array(
200 // ----- REPAIR.PHP -----
201 'repair_optimize' => 'Reparar / Optimizar Tablas',
202 'repair' => 'Reparar',
203 'optimize' => 'Optimizar',
204 'start' => 'Iniciar',
205 'repair_finished' => 'Reparación / Optimización Finalizada',
206 'no_table_selected' => 'Ninguna Tabla(s) Seleccionada(s)',
207 'table_name' => 'Nombre de Tabla',
208 'status' => 'Estados',
209 'num_records' => 'Nro de Registros',
210 'tables' => 'Tablas',
211 'select_tables' => 'Seleccione las tablas para la operación que se realizara.',
212 'repair_error' => 'Error'
213 );
214
215$lang_backup = array(
216 // ----- BACKUP.PHP -----
217 'backup_options' =>'Opciones de copia de seguridad',
218 'select_option' => 'Seleccione las opciones de copia de seguridad',
219 'save' => 'Guardar',
220 'load' => 'Cargar',
221 'to_from' => 'De/Para',
222 'web_backup' => 'Guardar en Servidor Web',
223 'local_file' => 'Archivos locales',
224 'acc_on_file' => 'Cuenta en un archivo',
225 'enter_acc_name' => 'Ingresar ID de Cuenta que desee cargar',
226 'backup_acc' => 'Copia de seguridad de Cuentas',
227 'go' => 'Ir',
228 'save_table_struc_backup' => 'Guardar Copia de la estructura de tabla(s) y adicionar datos.',
229 'select_file' => 'Eliga un archivo',
230 'max_file_size' => 'El tamaño Max. del archivo a subir es',
231 'use_ftp_for_large_files' => 'Para mayores volúmenes se puede cargar su copia de seguridad de archivos de cualquier tamaño <br/> a través de FTP directamente a su directorio de copia de seguridad',
232 'upload' => 'Subir',
233 'upload_sql_file_only' => 'Sólo puede cargar archivos Sql o. Qbquery.',
234 'upload_err_write_permission' => 'No se ha podido Subir archivo <br/> Compruebe el directorio de permisos para',
235 'file_not_found' => 'No se encuentra el archivo!',
236 'file_write_err' => 'No ha podido escribir en un archivo!',
237 'backup_finished' => 'Copia de seguridad se ha completado correctamente',
238 'select_backup' => 'Seleccione el archivo de copia de seguridad',
239 'file_loaded' => 'Archivo Cargó',
240 'que_executed' => 'Consultas ejecutado con éxito',
241 'tables_to_save' => 'Las siguientes tablas se guardarán',
242 'save_all_realms' => 'Guardar los datos de todos los reinos'
243 );
244
245$lang_banned = array(
246 // ----- BANNED.PHP -----
247 'add_to_banned' =>'Añadir a listas Baneado',
248 'tot_banned' => 'Total de Baneados',
249 'ip_acc' => 'Ip / Cuenta',
250 'will_be_removed_from_banned' => 'Se eliminará la lista de baneados',
251 'ban_entry' => 'Banear IP / Cuenta',
252 'err_del_entry' => 'Error al eliminar la entrada baneada',
253 'updated' => 'Actualizo corractamente!',
254 'banned_list' => 'Lista de Baneados',
255 'bandate' => 'Fecha de Ban',
256 'unbandate' => 'Fecha de Desban',
257 'bannedby' => 'Baneado por',
258 'banreason' => 'Motivo',
259 'banned_ips' => 'IPs Baneadas',
260 'banned_accounts' => 'Cuentas Baneadas',
261 'ban_type' => 'Tipo de Ban',
262 'account' => 'Cuenta',
263 'ip' => 'IP',
264 'ban_time' => 'Baneado por (Horas)',
265 'entry' => 'Entrada (Nom. Cuenta / IP)',
266 'acc_not_found' => 'Cuenta no encuentrada'
267 );
268
269$lang_char = array(
270 // ----- CHAR.PHP -----
271 'online' =>'En línea',
272 'offline' => 'Fuera de línea',
273 'guild_leader' => 'Lider del Clan',
274 'guild' => 'Clan',
275 'rank' => 'Rango',
276 'honor_points' => 'Puntos de Honor / Arena',
277 'honor_kills' => 'Asesinatos',
278 'exp' => 'Experiencia',
279 'melee_ap' => 'Poder de Ataque',
280 'ranged_ap' => 'Alcanze',
281 'block' => 'Bloqueo',
282 'dodge' => 'Evadir',
283 'parry' => 'Parar',
284 'crit' => 'Critico',
285 'range_crit' => 'Rango Critico',
286 'days' => 'Dias',
287 'hours' => 'Horas',
288 'min' => 'Min.',
289 'backpack' => 'Mochila',
290 'gold' => 'Oro',
291 'tot_paly_time' => 'El tiempo total jugado',
292 'chars_acc' => 'Cuenta',
293 'send_mail' =>'Enviar correo en Juego',
294 'del_char' => 'Eliminar Personaje',
295 'no_char_found' => 'No se encontro personaje!',
296 'char_sheet' => 'Perfil',
297 'inventory' => 'Inventario',
298 'reputation' => 'Reputación',
299 'pets' => 'Mascota',
300 'bank_items' => 'Items en el banco',
301 'quests' => 'Misión',
302 'no_act_quests' => 'No se encontraron misiones activas.',
303 'quest_id' => 'ID',
304 'quest_level' => 'Nvl',
305 'quest_title' => 'Titulo de Misión',
306 'professions' => 'Profesiones',
307 'skills' => 'Habilidades',
308 'skill_id' => 'ID',
309 'skill_name' => 'Nombre de Habilidad',
310 'skill_value' => 'Valor',
311 'talents' => 'Talentos',
312 'talent' => 'Talento',
313 'talent_id' => 'ID',
314 'talent_name' => 'Nombre de Talento',
315 'talent_value' => 'Valor',
316 // --- $skill_rank_array ---
317 'apprentice' => 'Aprendiz',
318 'journeyman' => 'Official',
319 'expert' => 'Experto',
320 'artisan' => 'Artesano',
321 'master' => 'Maestro',
322 'inherent' => 'Gran Maestro',
323 'wise' => 'Sabio',
324 // ---- edit_char.php ----
325 'update' => 'Actualizar Datos',
326 'edit_char' => 'Editar Datos PJ',
327 'edit_button' => 'Editar Datos',
328 'edit_rules' => 'Los valores son el estados base del personaje sin los modificantes de artículo/hechizo.',
329 'edit_offline_only_char' => ' - Sólo los personajes fuera de línea pueden ser editados.',
330 'no_permission' => 'Usted no tiene el permiso necesario para ver y editar este personaje.',
331 'err_edit_online_char' => 'No se puede editar Personajes en línea',
332 'updated' => 'Datos de personaje actualizados con éxito',
333 'update_err' => 'Error de actualización de datos del personaje',
334 'use_numeric' => 'No puedes usar valores no numéricos',
335 'check_to_delete' => 'Marque la casilla situada junto al item que desee eliminar.',
336 'to_char_view' => 'Ir al Perfil del Personaje',
337 'inv_bank' => 'Inventario e items del Banco',
338 'location' => 'Ubicación',
339 'move_to' => 'Mover a (.tele ubicación)',
340 'no_tp_location' => 'No se encontro la posicion de transporte con el nombre que ingresaste.'
341 );
342
343$lang_item = array(
344 // ----- ITEM TOOLTIP -----
345 'head' => 'Cabeza',
346 'gloves' => 'Guantes',
347 'neck' => 'Cuello',
348 'belt' => 'Cinturón',
349 'shoulder' => 'Hombro',
350 'legs' => 'Piernas',
351 'back' => 'Espalda',
352 'feet' => 'Pie',
353 'chest' => 'Pechera',
354 'finger' => 'Anillo',
355 'shirt' => 'Camisa',
356 'tabard' => 'Tabard',
357 'trinket' => 'Alaja',
358 'wrist' => 'Muñeca',
359 'main_hand' => 'Mano Principal',
360 'one_hand' => 'Una Mano',
361 'off_hand' => 'Otra Mano',
362 'ranged' => 'Alcanze',
363 'ammo' => 'Municiones',
364 'bop' => 'Se liga al Recogerse',
365 'boe' => 'Se liga al equiparse',
366 'bou' => 'Se liga al usarse',
367 'quest_item' => 'Item de misión',
368 'axe_1h' => 'Hacha (Una Mano)',
369 'axe_2h' => 'Hacha (Dos Manos)',
370 'bow' => 'Arco',
371 'rifle' => 'Rifle',
372 'mace_1h' => 'Mazo (Una Mano)',
373 'mace_2h' => 'Mazo (Dos Manos)',
374 'polearm' => 'Polearm',
375 'sword_1h' => 'Espada (Una Mano)',
376 'sword_2h' => 'Espada (Dos Manos)',
377 'staff' => 'Bastón',
378 'exotic_1h' => 'Exotico (Una Mano)',
379 'exotic_2h' => 'Exotico (Dos Mano)',
380 'fist_weapon' => 'Arma de Puño',
381 'misc_weapon' => 'Armas Miscelaneos',
382 'dagger' => 'Daga',
383 'thrown' => 'Arrojadizas',
384 'spear' => 'Lanza',
385 'crossbow' => 'Ballesta',
386 'wand' => 'Varita',
387 'fishing_pole' => 'Caña de Pescar',
388 'rod' => 'La varilla de encantador',
389 'robe' => 'Manto',
390 'tome' => 'Tomo',
391 'two_hand' => 'Dos Manos',
392 'off_misc' => 'Otra (Misc)',
393 'thrown' => 'Lanzar',
394 'consumable' => 'Consumible',
395 'arrows' => 'Flechas',
396 'bullets' => 'Balas',
397 'projectile' => 'Proyectile',
398 'trade_goods' => 'Mercancías comerciales',
399 'parts' => 'Partes',
400 'explosives' => 'Explosivos',
401 'devices' => 'Dispositivos',
402 'book' => 'Libro',
403 'recipe' => 'Receta',
404 'LW_pattern' => 'Patrón de peletería',
405 'tailoring_pattern' => 'Patrón de sastrería',
406 'ENG_Schematic' => 'Esquema de ingeniería',
407 'BS_plans' => 'Diseño de Herrería',
408 'cooking_recipe' => 'Receta de Cocina',
409 'alchemy_recipe' => 'Receta de Alquimia',
410 'FA_manual' => 'Manual de Primeros Auxilios',
411 'ench_formula' => 'Fórmula de encantamiento',
412 'JC_formula' => 'Fórmula de joyería',
413 'quiver' => 'Carcaj',
414 'ammo_pouch' => 'Faltriquera de munición',
415 'soul_shards' => 'Fragmento de alma',
416 'herbs' => 'Hierbas',
417 'enchanting' => 'Encantamiento',
418 'engineering' => 'Ingeniería',
419 'gems' => 'Gemas',
420 'keys' => 'Llaves',
421 'mining' => 'Minería',
422 'key' => 'LLave',
423 'lockpick' => 'Forzar cerraduras',
424 'weapon' => 'Armas',
425 'reagent' => 'Componentes',
426 'quest' => 'Misión',
427 'misc_short' => 'Misc',
428 'permanent' => 'Permanente',
429 'poor' => 'pobre',
430 'common' => 'Común',
431 'uncommon' => 'Poco Común',
432 'rare' => 'Raro',
433 'epic' => 'Epico',
434 'legendary' => 'Legendario',
435 'artifact' => 'Artifacto',
436 'unique' => 'Unico',
437 'misc' => 'Miscelaneos',
438 'armor' => 'Armadura',
439 'cloth' => 'Tela',
440 'leather' => 'Cuero',
441 'mail' => 'Malla',
442 'plate' => 'Placa',
443 'shield' => 'Escudo',
444 'buckler' => 'Rodela',
445 'block' => 'Bloqueo',
446 'none' => 'Nada',
447 'other' => 'Otro',
448 'damage' => 'Daño',
449 'speed' => 'Velocidad',
450 'holy_dmg' => 'Sagrada',
451 'fire_dmg' => 'Fuego',
452 'nature_dmg' => 'Naturaleza',
453 'frost_dmg' => 'Hielo',
454 'shadow_dmg' => 'Sombra',
455 'arcane_dmg' => 'Arcano',
456 'physical_dmg' => 'Fisico',
457 'lvl_req' => 'Nivel Requerido',
458 'item_set' => 'Item Set',
459 'bag' => 'Mochila',
460 'health' => 'Salud',
461 'mana' => 'Mana',
462 'res_arcane' => 'Resistencia Arcano',
463 'res_holy' => 'Resistencia Luz',
464 'res_fire' => 'Resistencia Fuego',
465 'res_nature' => 'Resistencia Natural',
466 'res_frost' => 'Resistencia Hielo',
467 'res_shadow' => 'Resistencia Sombra',
468 'strength' => 'Fuerza',
469 'agility' => 'Agilidad',
470 'stamina' => 'Resistencia',
471 'intellect' => 'Intelecto',
472 'spirit' => 'Espiritu',
473 'spell_use' => 'Usar',
474 'spell_equip' => 'Equipar',
475 'spell_coh' => 'Oportunidad de Golpear',
476 'class' => 'Clase',
477 'slots' => 'Ranura',
478 'charges' => 'Carga(s)',
479 'socket_bonus' => 'Bonus Ranura',
480 'potion' => 'Poción',
481 'scroll' => 'Pergaminos',
482 'bandage' => 'Venda',
483 'healthstone' => 'Piedra de salud',
484 'combat_effect' => 'CombatEffect',
485 'libram' => 'Tratado',
486 'idol' => 'Idolo',
487 'totem' => 'Tótem',
488 'fishing_manual' => 'Manual de Pesca',
489 'soul_stone' => 'Piedra de Alma',
490 'no_bind' => 'No ligado',
491 'socket_meta' => 'Ranura Meta',
492 'socket_red' => 'Ranura Roja',
493 'socket_yellow' => 'Ranura Amarilla',
494 'socket_blue' => 'Ranura Azul',
495 'rating_by' => 'Golpe en',
496 'improves' => 'Mejora',
497 'DEFENCE_RATING' => 'Defensa',
498 'DODGE_RATING' => 'Evadir',
499 'PARRY_RATING' => 'Parar',
500 'SHIELD_BLOCK_RATING' => 'Bloqueo de Escudo',
501 'MELEE_HIT_RATING' => 'Melee Hit',
502 'RANGED_HIT_RATING' => 'Ranged Hit',
503 'SPELL_HIT_RATING' => 'Spell Hit',
504 'MELEE_CS_RATING' => 'Melee Crit',
505 'RANGED_CS_RATING' => 'Ranged Crit',
506 'SPELL_CS_RATING' => 'Spell Crit',
507 'MELEE_HA_RATING' => 'Melee Hit Avoid',
508 'RANGED_HA_RATING' => 'Ranged Hit Avoid',
509 'SPELL_HA_RATING' => 'Spell Hit Avoid',
510 'MELEE_CA_RATING' => 'Melee Crit Avoid',
511 'RANGED_CA_RATING' => 'Ranged Crit Avoid',
512 'SPELL_CA_RATING' => 'Spell Crit Avoid',
513 'MELEE_HASTE_RATING' => 'Melee Haste',
514 'RANGED_HASTE_RATING' => 'Ranged Haste',
515 'SPELL_HASTE_RATING' => 'Spell Haste',
516 'HIT_RATING' => 'Hit',
517 'CS_RATING' => 'Critical Strike',
518 'HA_RATING' => 'Hit Avoid',
519 'CA_RATING' => 'Crit Avoid',
520 'RESILIENCE_RATING' => 'Resistencia',
521 'HASTE_RATING' => 'Haste'
522);
523
524$lang_char_list = array(
525 // ----- CHAR_LIST.PHP -----
526 'cleanup' =>'Limpiar',
527 'by_name' => 'por nombre',
528 'by_id' => 'por id',
529 'by_account' => 'por cuenta',
530 'by_level' => '= nivel',
531 'greater_level' => '&lt; Nivel',
532 'by_guild' => 'en Clan',
533 'by_race_id' => 'por ID Raza',
534 'by_class_id' => 'por ID Clase',
535 'by_map_id' => 'en ID mapa',
536 'by_honor_kills' => '= H.Kills',
537 'greater_honor_kills' => '&lt; H.Kills',
538 'by_online' => 'por conectados',
539 'id' => 'ID',
540 'char_name' => 'Nombre Personaje',
541 'account' => 'Cuenta',
542 'race' => 'Raza',
543 'class' => 'Clase',
544 'level' => 'Nivel',
545 'map' => 'Mapa',
546 'zone' => 'Zona',
547 'honor_kills' => 'H.K',
548 'online' => 'Conectado',
549 'del_selected_chars' => 'Borrar Personaje(s) marcado(s)',
550 'tot_chars' => 'Total de Personajes',
551 'characters' => 'Personajes',
552 'tot_found' => 'Total Encontrados',
553 'char_ids' => 'ID(s) Personaje(s)',
554 'no_chars_del' => '¡No borro Personaje(s)<br /> Error de Permiso?<br /> Personajes en línea no pueden ser eliminados.',
555 'total' => 'Total',
556 'chars_deleted' => 'Personajes Eliminados!',
557 'back_browse_chars' => 'Ir a Explorador de Personajes',
558 'search_results' => 'Resultados de Busqueda',
559 'browse_chars' => 'Explorador de Personajes',
560 'chars_gold' => 'tienes &lt; Oro(C)',
561 'by_item' => 'tiene el Id Item'
562 );
563
564$lang_cleanup = array(
565 // ----- CLEANUP.PHP -----
566 'cleanup_options' =>'Opciones de Limpieza',
567 'clean_chars' => 'Limpiar Personajes',
568 'char_level' => 'Nivel de personaje',
569 'tot_play_time' => 'Total de tiempo jugado (seg.)',
570 'clean_acc' => 'Limpiar Cuentas',
571 'last_login_time' => 'Ultimo Ingreso (A:M:D)',
572 'failed_logins' => 'Ingresos Fallidos',
573 'banned' => 'Baneado',
574 'locked' => 'Bloqueado',
575 'chars_in_acc' => 'Personajes en Cuenta',
576 'clean_guilds' => 'Limpiar Clanes',
577 'chars_in_guild' => 'Personajes en Clan',
578 'run_cleanup' => 'Iniciar Limpieza',
579 'chars_id' => 'Character(s) id(s)',
580 'tot_of' => 'Total de',
581 'acc_ids' => 'Id(s) de Cuenta(s)',
582 'guilds_id' => 'ID(s) de Clanes(s)',
583 'no_guilds_del' => 'No se elimino el clan!',
584 'total' => 'Total',
585 'guilds_deleted' => 'Clan(es) eliminado(s)!',
586 'no_acc_chars_deleted' => 'No Accounts/Characters deleted!<br />Permission Error?',
587 'accs_deleted' => 'Cuenta(s) eliminada(s)!',
588 'chars_deleted' => 'Character(s) deleted!',
589 'back_cleaning' => 'Ir a Limpiar',
590 'clean_db' => 'Limpia Base de Datos',
591 'arenateams_deleted' => 'Equipo(s) de Arena eliminado!',
592 'no_arenateams_del' => 'No se elimino Equipo(s) de Arena!'
593 );
594
595$lang_edit = array(
596 // ----- EDIT.PHP -----
597 'edit_acc' =>'Editar su cuenta',
598 'id' => 'ID',
599 'username' => 'Nombre de Usuario',
600 'password' => 'Contraseña',
601 'mail' => 'Correo',
602 'gm_level' => 'Nivel GM',
603 'join_date' => 'Fecha de Registro',
604 'characters' => 'Personaje en Reino',
605 'del_acc' => 'Eliminar Cuenta',
606 'update' => 'Actualizar Datos',
607 'will_be_erased' => 'y todos los personajes seran eliminados de la BD!',
608 'use_valid_email' => 'Trate de proporcionar una dirección de correo electrónico válida!',
609 'data_updated' => 'Se actualizo correctamente!',
610 'error_updating' => 'Acción de actualización Fallida - No hubo cambios en los campos?',
611 'del_error' => 'Error inesperado al borrar.',
612 'edit_your_acc' => 'Edita tu cuenta',
613 'cms_options' => 'Opciones de Web',
614 'select_cms_template' => 'Eliga un tema',
615 'template' => 'Temas',
616 'select_cms_layout_lang' => 'Eliga el idioma',
617 'language' => 'Idioma',
618 'save' => 'Guardar',
619 'client_type' => 'Tipo de Cliente',
620 'classic' => 'WOW Clasico',
621 'expansion' => 'WOW TBC Expansión',
622 'tot_chars' => 'Total de Personajes'
623 );
624
625
626$lang_mail = array(
627 // ----- MAIL.PHP -----
628 'mail_type' => 'Tipo de Correo',
629 'mail_options' => 'Opciones de Correo',
630 'email' => 'Correo',
631 'ingame_mail' => 'En el Juego',
632 'send' => 'Enviar',
633 'recipient' => 'Receptor',
634 'subject' => 'Tema',
635 'group_send' => 'Enviar a Grupo',
636 'both' => 'Ambos',
637 'gm_level' => 'Nivel GM',
638 'locked_accouns' => 'Cuentas Bloqueadas',
639 'banned_accounts' => 'Cuentas Baneadas',
640 'char_level' => 'Nivel de Personaje',
641 'online' => 'Conectados',
642 'attachments' => 'Adjuntos (Solo en juego)',
643 'money' => 'Dinero',
644 'item' => 'Item (id)',
645 'stack' => 'Cantidad',
646 'mail_body' => 'Cuerpo de Correo',
647 'dont_use_both_groupsend_and_to' => '* Aviso: Si estas usando la opción \'Enviar a Grupo\' , asegurate de dejar en blanco el campo \'Receptor\'.',
648 'mail_sent' => 'Correo enviado correctamente.',
649 'mail_err' => 'Error de correo',
650 'no_recipient_found' => 'No se encontro al receptor del correo.',
651 'use_name_or_email' => 'Usar nombre de Personaje en caso de Correo en el Juego - La dirección de correo electrónico en caso de correo electrónico.',
652 'option_unavailable' => 'No puedes utilizar esta opción en las configuraciones actuales.',
653 'use_currect_option' => 'Algunas opciones de \'Enviar a Grupo\' solo puede ser usado con \'Correo en Juego\' o \'Correo\' pero no en ambas.',
654 'send_mail' => 'Envio de Correo'
655 );
656
657$lang_motd = array(
658 // ----- MOTD.PHP -----
659 'post_motd' => 'Publicar Mensaje del Día',
660 'post_rules' => 'Aviso: el tamaño está limitado a 255 caracteres. <br /> Etiquetas HTML son utilizables.',
661 'err_max_len' => 'Has superado el tamaño max. establecido',
662 'add_motd' => 'Añadir Mensaje del Día'
663 );
664
665$lang_run_patch = array(
666 // -----RUN_PATCH.PHP -----
667 'err_in_line' => 'SQL error de sintaxis en la consulta número ',
668 'run_sql_file_only' => 'Sólo puede ejecutar archivos .Sql o .Qbquery',
669 'file_not_found' => 'No se encuentra el archivo!',
670 'select_sql_file' => 'Seleccione el archivo sql para abrir',
671 'max_filesize' => 'Max. Tamaño del archivo',
672 'open' => 'Abrir',
673 'run_rules' => 'La siguiente consulta(s) se ejecutara.<br />Asegúrese de que cada consulta termina con la línea \'&#059\'.',
674 'select_db' => 'Seleccione la base de datos que se utiliza por defecto',
675 'run_sql' => '+++++ Run SQL +++++',
676 'query_executed' => 'Consulta(s) SQL realizado con exito.',
677 'no_query_found' => 'Cero resultado devuelto / no han encontrado las consultas.',
678 'run_patch' => 'Ejecutar Parche SQL'
679 );
680
681$lang_ssh = array(
682 // ----- SSH.PHP -----
683 'server_offline' => 'SSH / Servidor Telnet parece estar fuera de línea!',
684 'config_server_properly' => 'Asegúrese de que ha configurado su SSH / Servidor Telnet correctamente, y este conectado actualmente.'
685 );
686
687$lang_realm = array(
688 // ----- REALM.PHP -----
689 'add_realm' => 'Añadir Reinos',
690 'tot_realms' => 'Total de Reinos',
691 'name' => 'Nombre',
692 'address' => 'Dirección',
693 'port' => 'Puerto',
694 'icon' => 'Icono',
695 'color' => 'Color',
696 'timezone' => 'Zona Horaria',
697 'edit_realm' => 'Editar Reino',
698 'id' => 'ID',
699 'update' => 'Actualizar datos',
700 'realm_id' => 'ID de Reino',
701 'err_deleting' => 'Error eliminando Reino',
702 'update_executed' => 'Actualizado correctamente!',
703 'update_err' => 'Error al actualizar!<br />No hubo cambios en los datos',
704 'realm_data' => 'Datos de Reino',
705 'online' => 'Conectado',
706 'tot_char' => 'Total de Personajes',
707 'delete' => 'Eliminar Reino',
708 'normal' => 'Normal',
709 'pvp' => 'PVP',
710 'rp' => 'RP',
711 'rppvp' => 'RPPVP',
712 'ffapvp' => 'FFAPVP',
713 'development' => 'Development',
714 'united_states' => 'United States',
715 'oceanic' => 'Oceanic',
716 'latin_america' => 'Latin America',
717 'tournament' => 'Tournament',
718 'korea' => 'Korea',
719 'english' => 'English',
720 'german' => 'German',
721 'french' => 'French',
722 'spanish' => 'Spanish',
723 'russian' => 'Russian',
724 'taiwan' => 'Taiwan',
725 'china' => 'China',
726 'test_server' => 'Test Server',
727 'qa_server' => 'QA Server',
728 'spanish' => 'Spanish',
729 'conf_from_file' => '** Este reino no parece tener la configuración adecuada en el archivo config.php. <br /> Asegúrese de configurar correctamente antes de usar el marco de la CMS.',
730 'offline' => 'Desconectado',
731 'status' => 'Estado'
732 );
733
734$lang_ticket = array(
735 // ----- TICKET.PHP -----
736 'id' =>'ID',
737 'sender' => 'Remitente',
738 'ticket_text' => 'Texto de Boleto',
739 'category' => 'Categoria',
740 'no_tickets_found' => 'No se encontraron boletos!',
741 'del_selected_tickets' => 'Borrar boleto(s) marcado(s)',
742 'tot_tickets' => 'Total de Boletos',
743 'send_ingame_mail' => 'Enviar Correo en juego',
744 'edit_reply' => 'Editar / Responder',
745 'ticket_id' => 'ID Boleto',
746 'submitted_by' => 'Enviado por',
747 'ticket_text' => 'Texto',
748 'update' => 'Actualización de Boleto',
749 'ticket_updated' => 'Boleto actualizado',
750 'ticked_deleted' => 'Boleto eliminado correctamente.',
751 'ticket_not_deleted' => 'No se eliminaron boletos!',
752 'edit_ticked' => 'Editar Boleto',
753 'ticket_updated' => 'Boleto Actualizado',
754 'ticket_update_err' => 'Error actualizando boletos',
755 'browse_tickets' => 'Explorador de Boletos'
756 );
757
758$lang_user = array(
759 // ----- USER.PHP -----
760 'add_acc' => 'Nueva Cuenta',
761 'cleanup' => 'Limpiar',
762 'backup' => 'Copia de Seg.',
763 'by_name' => 'Por Nombre',
764 'by_tbc' => 'por Cuenta TBC.',
765 'by_id' => 'por ID',
766 'by_gm_level' => '= Nivel GM',
767 'greater_gm_level' => '< Nivel GM',
768 'by_email' => 'por Correo',
769 'by_join_date' => 'por fecha registro',
770 'by_ip' => 'por IP',
771 'by_failed_loggins' => '< ingresos fallidos',
772 'by_last_login' => 'por ultimo ingreso',
773 'by_online' => 'por conectados',
774 'by_banned' => 'por baneados',
775 'by_locked' => 'por bloqueados',
776 'id' => 'ID',
777 'username' => 'Nombre de Usuario',
778 'gm_level' => 'GM',
779 'email' => 'Correo',
780 'join_date' => 'Fecha Registro',
781 'banned' => 'Ban',
782 'ip' => 'IP',
783 'failed_logins' => 'Ing. fallidos',
784 'locked' => 'Bloq.',
785 'last_login' => 'Ult. ingreso',
786 'online' => 'Conectado',
787 'del_selected_users' => 'Eliminar Usuario(s) marcado(s)',
788 'backup_selected_users' => 'Copia de Seg. de Usuario(s) marcado(s)',
789 'acc_backedup' => 'Copia de Seguridad de Cuenta(s) completadas correctamente',
790 'tot_acc' => 'Total de Cuenta',
791 'user_list' => 'Lista de Usuarios',
792 'tot_found' => 'Total Encontrados',
793 'acc_ids' => 'Id(s) Cuenta(s)',
794 'back_browsing' => 'Regresar',
795 'no_acc_deleted' => 'No se elimino la cuenta!<br />Error de Permiso?<br />Los usuarios conectados no pueden ser eliminados.',
796 'total' => 'Total',
797 'acc_deleted' => 'Cuentas eliminados!',
798 'char_deleted' => 'Personajes eliminados!',
799 'create_new_acc' => 'Crear Nueva Cuenta',
800 'password' => 'Contraseña',
801 'confirm' => 'Confirmar',
802 'create_acc' => 'Crear Cuenta',
803 'gm_level_long' => 'Nivel GM',
804 'last_ip' => 'Ult. IP',
805 'ban_this_ip' => 'Baneado este IP',
806 'failed_logins_long' => 'Ingresos fallidos',
807 'tot_chars' => 'Total de Personajes',
808 'chars_on_realm' => 'Personajes en Reino',
809 'update_data' => 'Actualizar datos',
810 'del_acc' => 'Eliminar Cuenta',
811 'search_results' => 'Resultados de Busqueda',
812 'acc_creation_failed' => 'Creación de nueva cuenta fallida! (campos en blanco)',
813 'acc_created' => 'Nueva Cuenta Creada',
814 'nonidentical_passes' => 'Has ingresado dos contraseñas distintas.',
815 'user_already_existx' => 'El nombre de usuario ya esta registrado.',
816 'username_pass_too_long' => 'Nombre de usuario/contraseña deberá tener un tamaño de 4-a-15 caracteres.!',
817 'use_only_eng_charset' => 'Nombre de usuario debe contener [A-Z] [a-z] [0-9] solamente!',
818 'no_value_passed' => 'No hay valor',
819 'edit_acc' => 'Editar Cuenta',
820 'update_failed' => 'Actualización Fallida - No hubo cambios en los datos.',
821 'data_updated' => 'Actualizado',
822 'you_have_no_permission' => 'No tiene permiso para editar estos Datos',
823 'browse_acc' => 'Explorador de Cuentas',
824 'you_have_no_permission_to_set_gmlvl' => 'No tiene Ningún Permiso de Poner este Nivel GM',
825 'tbc_account' => 'Cuenta TBC',
826 'client_type' => 'Tipo de clientes',
827 'classic' => 'WOW Clasico',
828 'expansion' => 'WOW TBC Expansión'
829 );
830
831$lang_stat = array(
832 // ----- STAT.PHP -----
833 'srv_statistics' => 'Estadísticas del Servidor',
834 'general_info' => 'Información General',
835 'tot_accounts' => 'Total de Cuentas',
836 'total_of' => 'Hay un total de',
837 'gms_one_for' => 'GM(s), por cada',
838 'players' => 'jugadores',
839 'tot_chars_on_realm' => 'Total de personajes en Reino',
840 'average_of' => 'Un promedio de',
841 'chars_per_acc' => 'Personajes por cuenta',
842 'horde' => 'Horda',
843 'alliance' => 'Alianza',
844 'chars_by_race' => 'Cantidad de Personajes por raza',
845 'chars_by_class' => 'Cantidad de Personajes por Clase',
846 'chars_by_level' => 'Cantidad de Personajes por Nivel',
847 'reset' => 'Reiniciar Filtros',
848 'avg_uptime' => 'Promedio del tiempo de actividad del servidor',
849 'max_uptime' => 'Máximo tiempo de actividad del servidor',
850 'uptime_prec' => ' Porcentaje de Actividad desde que se inicio',
851 'unique_ip' => 'Ips unicos en las ultimas 24 Horas',
852 'on_statistics' => 'Estadísticas en línea'
853);
854
855$lang_tele = array(
856 // ----- TELE.PHP -----
857 'loc_name' => 'Nombre del Lugar',
858 'loc_id' => 'ID Lugar',
859 'on_map' => 'ID De Mapa',
860 'id' => 'ID',
861 'name' => 'Nombre',
862 'map' => 'Mapa',
863 'x' => 'X',
864 'y' => 'Y',
865 'z' => 'Z',
866 'orientation' => 'Orientación',
867 'tot_locations' => 'Total de Lugares para Transportar',
868 'total_found' => 'Total lugares encontrados',
869 'edit_tele' => 'Editar Transportación',
870 'position_x' => 'Position X',
871 'position_y' => 'Position Y',
872 'position_z' => 'Position Z',
873 'update_tele' => 'Actualizar',
874 'delete_tele' => 'Eliminar',
875 'tele_updated' => 'Lugar Actualizado',
876 'search_results' => 'Resultados de Busqueda',
877 'error_updating' => 'Error al Actualizar',
878 'tele_locations' => 'Lugares a Transportarse',
879 'add_new' => 'Añadir Nuevo',
880 'add_new_tele' => 'Añadir Nueva Lugar a Transportarse'
881);
882
883$lang_command = array(
884 // ----- COMMAND.PHP -----
885 'command_list' => 'Listado de Comandos Disponibles',
886 'level0' => 'Jugador',
887 'level1' => 'Moderador',
888 'level2' => 'GM',
889 'level3' => 'Bug Tracker',
890 'level4' => 'Administrador',
891 'level5' => 'Sys OP',
892 'command' => 'Comando',
893 'syntax' => 'Sintaxis',
894 'description' => 'Descripción',
895 'change_level' => 'Cambiar nivel de Comando(s) Marcado(s)',
896 'save' => 'Guardar'
897 );
898
899$lang_item_edit = array(
900 // ----- ITEM.PHP -----
901 'search_item' => 'Busqueda de Item(s)',
902 'model_id' => 'ID Modelo',
903 'all' => 'Todo',
904 'search' => '+ Buscar +',
905 'add_new_item' => 'Añadir Nuevo Item',
906 'tot_items_in_db' => 'Total de items en DB',
907 'new_search' => 'Nueva Busqueda',
908 'items_found' => 'Items encontrados',
909 'item_not_found' => 'Item NO encontrados en DB',
910 'search_results' => 'Resultados de Busqueda',
911 'edit_item' => 'Editar Item',
912 'search_items' => 'Lookup Items',
913 'update' => 'Guardar Item en DB',
914 'export_sql' => 'Guardar como SQL Script',
915 'item_id' => 'Item ID',
916 'err_adding_item' => 'Error Agregando Item',
917 'err_no_field_updated' => 'Non of the fields updated.',
918 'del_item' => 'Eliminar Item',
919 'general_tab' => 'General',
920 'additional_tab' => 'Extra',
921 'stats_tab' => 'Estado',
922 'damage_tab' => 'Daño',
923 'spell_tab' => 'Hechizos',
924 'req_tab' => 'Req.',
925 'general' => 'General',
926 'entry' => 'Entrada',
927 'entry_desc' => 'This is the unique ID of an Item.',
928 'display_id' => 'Mostrar ID',
929 'display_id_desc' => 'This is the Model ID of an Item.',
930 'req_level' => 'Nivel Req.',
931 'req_level_desc' => 'Minimum level to use/equip this item.',
932 'item_level' => 'Nivel de Item',
933 'item_level_desc' => 'Item base level.',
934 'names' => 'Nombres',
935 'item_name' => 'Nombe de Item',
936 'item_name_desc' => 'Nombre de Item',
937 'description' => 'Descripción',
938 'description_desc' => 'Brief description of this item, appears in orange at the bottom of an item label ingame.',
939 'script_name' => 'ScriptName',
940 'script_name_desc' => 'Here can be added script entries defined in core code.',
941 'class' => 'Clase',
942 'class_desc' => 'Defines the class of an item.',
943 'type' => 'Tipo',
944 'subclass' => 'Subclase',
945 'subclass_desc' => 'Defines the subclass of an item. Notice: The subclass must be related to Item Class. Some Classes do not have any subclasses.',
946 'quality' => 'Calidad',
947 'quality_desc' => 'The overall quality of an item.',
948 'inv_type' => 'Inv. Type',
949 'inv_type_desc' => 'Where this item can be equipped.',
950 'flags' => 'Flags',
951 'flags_desc' => 'TODO: Add proper description.',
952 'item_set' => 'Item Set',
953 'item_set_desc' => 'The ID of an item set this item belongs to.',
954 'bonding' => 'Bonding',
955 'bonding_desc' => 'Item Bonding type.',
956 'start_quest' => 'Start Quest',
957 'start_quest_desc' => 'ID of a quest that this item starts.',
958 'short_rules_desc' => '* Moving your mouse over the field name will show you short field description.<br />* Make sure you properly filled all the fields and you are not trying to insert new item using existing entry.',
959 'vendor' => 'Vendor',
960 'buy_count' => 'BuyCount',
961 'buy_count_desc' => 'Size of the stack in which the item is sold by vendors.',
962 'buy_price' => 'BuyPrice',
963 'buy_price_desc' => 'Price (in copper) of a stack of #BuyCount items.',
964 'sell_price' => 'SellPrice',
965 'sell_price_desc' => 'How much a vendor will buy this item for from the player. If omitted, the item will sell for nothing (No sell price).',
966 'container' => 'Container',
967 'bag_family' => 'BagFamily',
968 'bag_family_desc' => 'Type of Container.',
969 'bag_slots' => 'Container Slots',
970 'bag_slots_desc' => 'Number of slots that this bag holds.',
971 'materials' => 'Materials',
972 'material' => 'Material',
973 'material_desc' => 'The material the item is made of. Affects the sound that the item makes when moved.',
974 'consumables' => 'Consumables',
975 'none' => 'None',
976 'metal' => 'Metal',
977 'wood' => 'Wood',
978 'liquid' => 'Liquid',
979 'jewelry' => 'Jewelry',
980 'chain' => 'Chain',
981 'plate' => 'Plate',
982 'cloth' => 'Cloth',
983 'leather' => 'Leather',
984 'page_material' => 'Page Material',
985 'page_material_desc' => 'The background of the page window (and to some extent the font).',
986 'parchment' => 'Parchment',
987 'stone' => 'Stone',
988 'marble' => 'Marble',
989 'silver' => 'Silver',
990 'bronze' => 'Bronze',
991 'max_durability' => 'Max Durability',
992 'max_durability_desc' => 'Durability of an item.',
993 'other' => 'Other',
994 'max_count' => 'MaxCount',
995 'max_count_desc' => 'Maximum number of this item that the player can have. ( 0:not limited, 1:Unique)',
996 'stackable' => 'Stackable',
997 'stackable_desc' => 'The amount of this item that a player can carry in the same slot.',
998 'page_text' => 'PageText',
999 'page_text_desc' => 'ID of a TEXT in the item_text table, the text for a book or letter for example. The item will have a magnifying glass cursor ingame and will show the pagetext upon rightclicking the item.',
1000 'RandomProperty' => 'Random Property',
1001 'RandomProperty_desc' => 'Random enchantment entry.',
1002 'lang_id' => 'Language ID',
1003 'lang_id_desc' => 'Language that this item is written in.',
1004 'sheath' => 'Sheath',
1005 'sheath_desc' => 'How the weapon is put away (to the side, on the back, etc.).',
1006 'lock_id' => 'Lock Id',
1007 'lock_id_desc' => 'TODO: Add description.',
1008 'disenchant_id' => 'Disenchant ID',
1009 'disenchant_id_desc' => 'Refers to disenchant_loot_template.entry.',
1010 'area' => 'Area',
1011 'area_desc' => 'Area ID only in which the item is usable',
1012 'map' => 'Map',
1013 'map_desc' => 'Map ID only in which the item is usable',
1014 'stats' => 'Stats',
1015 'stat_type' => 'Stat type',
1016 'stat_type_desc' => 'Character stat which will be changed if the item is equipped.',
1017 'stat_value' => 'Stat value',
1018 'stat_value_desc' => 'This value will be added to the stat (or removed if negative).',
1019 'resis_armor' => 'Resistance / Armor',
1020 'armor_desc' => 'Armor for this item.',
1021 'block_desc' => 'Shield\'s chance to block an attack.',
1022 'res_holy_desc' => 'Holy resistance for this item.',
1023 'res_fire_desc' => 'Fire resistance for this item.',
1024 'res_nature_desc' => 'Nature resistance for this item.',
1025 'res_frost_desc' => 'Frost resistance for this item.',
1026 'res_shadow_desc' => 'Shadow resistance for this item.',
1027 'res_arcane_desc' => 'Arcane resistance for this item.',
1028 'weapon_properties' => 'Weapon properties',
1029 'delay' => 'Delay',
1030 'delay_desc' => 'Time in milliseconds between hits.',
1031 'ranged_mod' => 'Ranged Mod',
1032 'ranged_mod_desc' => 'TODO: Add description.',
1033 'ammo_type' => 'Ammo Type',
1034 'ammo_type_desc' => 'The type of ammunition this weapon requires.',
1035 'weapon_damage' => 'Weapon Damage',
1036 'damage_type' => 'Damage Type',
1037 'damage_type_desc' => 'Type of the Damage will be dealt by this item.',
1038 'dmg_min_max' => 'Damage : Min - Max',
1039 'dmg_min_max_desc' => 'Minimal and maximal damage values.',
1040 'spell_id' => 'Spell Id',
1041 'spell_id_desc' => 'Refers to Spell.dbc index.',
1042 'spell_trigger' => 'Spell trigger',
1043 'spell_trigger_desc' => 'The action triggers this spell.',
1044 'spell_charges' => 'Spell Charges',
1045 'spell_charges_desc' => 'Number of charges for this spell.(0: infinite, -X: item is expendable, +X: item is kept when all charges are spent).',
1046 'spell_cooldown' => 'Spell Cooldown',
1047 'spell_cooldown_desc' => 'Spell cooldown time in milliseconds.',
1048 'spell_category' => 'Spell Category',
1049 'spell_category_desc' => 'Spell Category.',
1050 'spell_category_cooldown' => 'Spell Category Cooldown',
1051 'spell_category_cooldown_desc' => 'Global cooldown for entire category.',
1052 'allow_class' => 'Allowable Class',
1053 'allow_class_desc' => 'Mask for character classes that can use this item.',
1054 'allow_race' => 'Allowable Race',
1055 'allow_race_desc' => 'Mask for races which can use this item.',
1056 'req_skill' => 'Required Skill',
1057 'req_skill_desc' => 'Skill required to use this item.',
1058 'req_skill_rank' => 'Required Skill Rank',
1059 'req_skill_rank_desc' => 'Minimum proficiency in skill to use this item.',
1060 'req_spell' => 'Required Spell',
1061 'req_spell_desc' => 'Player must know this spell to use the item.',
1062 'req_honor_rank' => 'Required Honor Rank',
1063 'req_honor_rank_desc' => 'The PvP Honor rank required to use this item.',
1064 'req_rep_faction' => 'Required Reputation Faction',
1065 'req_rep_faction_desc' => 'Faction id (from Faction.dbc) for which a minimum rank is required to equip/use the item.',
1066 'req_rep_rank' => 'Required Reputation Rank',
1067 'req_rep_rank_desc' => 'Minimum required rank for the faction entered in RequiredReputationFaction.',
1068 'req_city_rank' => 'Required City Rank',
1069 'req_city_rank_desc' => 'Required City Rank.',
1070 'hated' => 'Hated',
1071 'hostile' => 'Hostile',
1072 'unfriendly' => 'Unfriendly',
1073 'neutral' => 'Neutral',
1074 'friendly' => 'Friendly',
1075 'honored' => 'Honored',
1076 'reverted' => 'Reverted',
1077 'exalted' => 'Exalted',
1078 'sock_tab' => 'Sockets',
1079 'req_skill_disenchant' => 'Req. Disenchant Skill',
1080 'req_skill_disenchant_desc' => 'Disenchant Skill Required in order to disenchant this item.',
1081 'RandomSuffix' => 'Random Suffix',
1082 'RandomSuffix_desc' => 'Random enchantment suffix entry.',
1083 'unk0' => 'unk0',
1084 'unk0_desc' => 'TODO:',
1085 'totem_category' => 'Totem Type',
1086 'totem_category_desc' => 'Type of the totem. Linked to TotemCategory.dbc',
1087 'socket_color' => 'Socket Color',
1088 'socket_color_desc' => 'Color of this Socket.',
1089 'socket_content' => 'Socket Content',
1090 'socket_content_desc' => 'Jem socketed into this socket',
1091 'socket_bonus' => 'Socket Bonus',
1092 'socket_bonus_desc' => 'Bonus upon socketting. Linked to SpellItemEnchantment.dbc',
1093 'gem_properties' => 'Gem Poperties',
1094 'gem_properties_desc' => 'Linked to GemProperties.dbc',
1095 'custom_search' => 'Custom Filter',
1096 'info' => 'Info.',
1097 'dropped_by' => 'Item Dropped by',
1098 'top_x' => '(top 5)',
1099 'soled_by' => 'Item Soled by',
1100 'limit_x' => '(limited to 5 results)',
1101 'mob_name' => 'Name',
1102 'mob_level' => 'Level',
1103 'mob_drop_chance' => 'Drop Chance',
1104 'mob_quest_drop_chance' => 'Quest Drop Chance',
1105 'involved_in_quests' => 'Involved in Quest(s)',
1106 'reward_from_quest' => 'Reward from Quest(s)',
1107 'disenchant_tab' => 'Disenchant',
1108 'disenchant_templ' => 'Disenchant Template',
1109 'add_items_to_templ' => 'Add Item to Template',
1110 'loot_item_id' => 'Item ID',
1111 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1112 'loot_drop_chance' => 'Drop Chance',
1113 'loot_drop_chance_desc' => 'Item Drop chance',
1114 'loot_quest_drop_chance' => 'Quest Drop Chance',
1115 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1116 'min_count' => 'Min. Count',
1117 'min_count_desc' => 'Minimum number of stack size on drop.',
1118 'max_count' => 'Max. Count',
1119 'max_count_desc' => 'Maximum number of stack size on drop.',
1120 'add_item_to_loot' => 'Add item to Loot Template',
1121 'drop_chance' => 'Drop Chance',
1122 'quest_drop_chance' => 'Quest Drop Chance',
1123 'armor_dmg_mod' => 'Armor Damage Modifier',
1124 'armor_dmg_mod_desc' => 'TODO:',
1125 'ppm_rate' => 'ppmRate',
1126 'ppm_rate_desc' => 'Number of proc per minute',
1127 'item_spell' => 'Item Spell',
1128 'freeforall' => 'Free for all',
1129 'freeforall_desc' => 'Free for all loot flag.',
1130 'lootcondition' => 'Loot condition',
1131 'lootcondition_desc' => 'Loot condition flag',
1132 'condition_value1' => 'Condition Value 1',
1133 'condition_value1_desc' => 'Condition Value 1 flag',
1134 'condition_value2' => 'Condition Value 2',
1135 'condition_value2_desc' => 'Condition Value 2 flag',
1136);
1137
1138$lang_creature = array(
1139 // ----- CREATURE.PHP -----
1140 'none' => 'Nada',
1141 'custom' => 'Personalizar',
1142 'gossip' => 'Gossip',
1143 'quest_giver' => 'Quest Giver',
1144 'vendor' => 'Vendedor',
1145 'taxi' => 'Taxi',
1146 'trainer' => 'Entrenador',
1147 'spirit_healer' => 'Spirit Healer',
1148 'guard' => 'Guardia',
1149 'inn_keeper' => 'Inn Keeper',
1150 'banker' => 'Banker',
1151 'retitioner' => 'Retitioner',
1152 'tabard_vendor' => 'Tabard Vendor',
1153 'battlemaster' => 'Battlemaster',
1154 'auctioneer' => 'Auctioneer',
1155 'stable_master' => 'Stable Master',
1156 'armorer' => 'Armorer',
1157 'normal' => 'Normal',
1158 'elite' => 'Elite',
1159 'rare_elite' => 'Raro Elite',
1160 'world_boss' => 'World Boss',
1161 'rare' => 'Raro',
1162 'search_template' => 'Search Creature Template',
1163 'select' => 'Select',
1164 'other' => 'Otro',
1165 'beast' => 'Bestia',
1166 'dragonkin' => 'Dragonkin',
1167 'demon' => 'Demonio',
1168 'elemental' => 'Elemental',
1169 'giant' => 'Giante',
1170 'undead' => 'Undead',
1171 'humanoid' => 'Humanoide',
1172 'critter' => 'Engendro',
1173 'mechanical' => 'Mecanico',
1174 'not_specified' => 'No Especificado',
1175 'class' => 'Clase',
1176 'mounts' => 'Montura',
1177 'trade_skill' => 'Trade Skill',
1178 'pets' => 'Mascota',
1179 'wolf' => 'Lobo',
1180 'cat' => 'Gato',
1181 'spider' => 'Araña',
1182 'bear' => 'Oso',
1183 'boar' => 'Jabaí',
1184 'crocolisk' => 'Crocolisk',
1185 'carrion_bird' => 'Carrion Bird',
1186 'crab' => 'Crab',
1187 'gorilla' => 'Gorila',
1188 'raptor' => 'Raptor',
1189 'tallstrider' => 'Tallstrider',
1190 'felhunter' => 'Felhunter',
1191 'voidwalker' => 'Voidwalker',
1192 'succubus' => 'Succubus',
1193 'doomguard' => 'Doomguard',
1194 'scorpid' => 'Scorpid',
1195 'turtle' => 'Turtle',
1196 'scorpid' => 'Scorpid',
1197 'imp' => 'Imp',
1198 'bat' => 'Bat',
1199 'hyena' => 'Hyena',
1200 'owl' => 'Owl',
1201 'wind_serpent' => 'Wind Serpent',
1202 'search' => 'Search',
1203 'new_search' => 'New Search',
1204 'add_new' => 'Add New Creature',
1205 'tot_creature_templ' => 'Total Creature Templates',
1206 'tot_found' => 'Total Found',
1207 'general' => 'General',
1208 'stats' => 'Stats',
1209 'models' => 'Models',
1210 'additional' => 'Additional',
1211 'entry' => 'Entry',
1212 'entry_desc' => 'Creature\'s id.',
1213 'name' => 'Name',
1214 'name_desc' => 'Base name of the creature.',
1215 'faction' => 'Faction',
1216 'sub_name' => 'SubName',
1217 'sub_name_desc' => 'Subname of the creature.',
1218 'script_name' => 'Script Name',
1219 'script_name_desc' => 'Script\'s name creature uses.',
1220 'basic_status' => 'Basic Status',
1221 'level' => 'Level',
1222 'min_level' => 'Min. Level',
1223 'min_level_desc' => 'Creature\'s minimum level. Spawned creature have level in range from minlevel to maxlevel.',
1224 'max_level' => 'Max. Level',
1225 'max_level_desc' => 'Creature\'s maximum level. Spawned creature have level in range from minlevel to maxlevel.',
1226 'rank' => 'Rank',
1227 'rank_desc' => 'Creature\'s honor rank.',
1228 'health' => 'Health',
1229 'min_health' => 'Min Health',
1230 'min_health_desc' => 'Maximum creature\'s health points for creature level equal minlevel. Spawned creature have health in linear proportion to level position in range minlevel - maxlevel.',
1231 'max_health' => 'Max Health',
1232 'max_health_desc' => 'Maximum creature\'s health points for creature level equal maxlevel. Spawned creature have health in linear proportion to level position in range minlevel - maxlevel.',
1233 'min_mana' => 'Min Mana',
1234 'min_mana_desc' => 'Minimum creature\'s mana points for creature level equal minlevel. Spawned creature have mana in linear proportion to level position in range minlevel - maxlevel.',
1235 'max_mana' => 'Max Mana',
1236 'max_mana_desc' => 'Maximum creature\'s mana points for creature level equal minlevel. Spawned creature have mana in linear proportion to level position in range minlevel - maxlevel.',
1237 'family' => 'Family',
1238 'family_desc' => 'Creature\'s family type.',
1239 'type' => 'Type',
1240 'type_desc' => 'Creature type.',
1241 'npc_flag' => 'NPC Flag',
1242 'npc_flag_desc' => 'This is way to cliet know how info you see if you clic(RMB) on NPC if is vendor if is auction in fact is menu how you see Is what type of NPC it is.',
1243 'trainer_type' => 'Trainer Type',
1244 'trainer_type_desc' => 'If NPC flag is set to Trainer this flag will specify its type.',
1245 'loot' => 'Loot',
1246 'loot_id' => 'Loot Id',
1247 'loot_id_desc' => 'Refered to field loot_template.entry.',
1248 'skin_loot' => 'Skin Loot',
1249 'skin_loot_desc' => 'Type of loot if creature is skinned.',
1250 'pickpocket_loot' => 'Pickpocket Loot',
1251 'pickpocket_loot_desc' => 'Refered to field pickpocketing_loot_template.entry.',
1252 'min_gold' => 'Min Gold',
1253 'min_gold_desc' => 'Minimum gold drop.',
1254 'max_gold' => 'Max Gold',
1255 'max_gold_desc' => 'Maximum gold drop. 0 = creature don\'t drop any gold.',
1256 'basic_status' => 'Basic Status',
1257 'armor' => 'Armor',
1258 'armor_desc' => 'Creature\'s armor.',
1259 'speed' => 'Speed',
1260 'speed_desc' => 'Creature\'s speed. Use float values in 0<<3 range.',
1261 'size' => 'Size',
1262 'size_desc' => 'Creature model size 1 = 100%. Float 0<<3 range.',
1263 'damage' => 'Damage',
1264 'min_damage' => 'Min Damage',
1265 'min_damage_desc' => 'Creature\'s minimum melee damage.',
1266 'max_damage' => 'Max Damage',
1267 'max_damage_desc' => 'Creature\'s maximum melee damage.',
1268 'attack_power' => 'Attack Power',
1269 'attack_power_desc' => 'Creature\'s melee attack power.',
1270 'min_range_dmg' => 'Min Ranged Damage',
1271 'min_range_dmg_desc' => 'Minimum creature\'s range damage.',
1272 'max_range_dmg' => 'Max Ranged Damage',
1273 'max_range_dmg_desc' => 'Maximum creature\'s range damage.',
1274 'ranged_attack_power' => 'Ranged Attack Power',
1275 'ranged_attack_power_desc' => 'Creature\'s ranged attack power.',
1276 'attack_time' => 'Attack Time',
1277 'attack_time_desc' => 'Time between each creature\'s melee attacks (ms).',
1278 'range_attack_time' => 'Range Attack Time',
1279 'range_attack_time_desc' => 'Time between each creature\'s range attacks (ms).',
1280 'combat_reach' => 'Combat Reach',
1281 'combat_reach_desc' => 'The distance from the creature can hit you.',
1282 'bounding_radius' => 'Bounding Radius',
1283 'bounding_radius_desc' => 'Radius from what player can be attacked.',
1284 'spells' => 'Spells',
1285 'spell' => 'Spell',
1286 'spell_desc' => 'Creature\'s spell.',
1287 'resistances' => 'Resistances',
1288 'resis_holy' => 'Holy Resitance',
1289 'resis_holy_desc' => 'Holy Resitance.',
1290 'resis_fire' => 'Fire Resitance',
1291 'resis_fire_desc' => 'Fire Resitance.',
1292 'resis_nature' => 'Nature Resitance',
1293 'resis_nature_desc' => 'Nature Resitance.',
1294 'resis_frost' => 'Frost Resitance',
1295 'resis_frost_desc' => 'Frost Resitance.',
1296 'resis_shadow' => 'Shadow Resitance',
1297 'resis_shadow_desc' => 'Shadow Resitance.',
1298 'resis_arcane' => 'Arcane Resitance',
1299 'resis_arcane_desc' => 'Arcane Resitance.',
1300 'models' => 'Models',
1301 'scripts' => 'Scripts',
1302 'ai_name' => 'AIName',
1303 'ai_name_desc' => 'Name of the AI function creature uses.',
1304 'movement_type' => 'MovementType',
1305 'movement_type_desc' => 'TODO.',
1306 'class' => 'class',
1307 'class_desc' => 'Creature\'s class, like character.class field. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_CLASS or TRAINER_TYPE_PETS.',
1308 'race' => 'Race',
1309 'race_desc' => 'Creature\'s race, like character.race field. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_MOUNTS.',
1310 'trainer_spell' => 'Trainer Spell',
1311 'trainer_spell_desc' => 'Spell ID. Used for check in case npcflag include trainer flag (16) and trainer_type == TRAINER_TYPE_TRADESKILLS. Player must known trainer_spell to start training.',
1312 'inhabit_type' => 'Inhabit Type',
1313 'inhabit_type_desc' => 'Movment type.<br />0 - not used<br />1 - can walk (or fly above ground)<br />2 - can swim (or fly above water)<br />3 (= 1 | 2) - can walk and swim (and fly)',
1314 'walk' => 'Walk',
1315 'swim' => 'Swim',
1316 'both' => 'Both',
1317 'flags_extra' => 'Flags Extra',
1318 'flags_extra_desc' => 'TODO:',
1319 'flags' => 'Flags',
1320 'flags_desc' => 'TODO:',
1321 'dynamic_flags' => 'Dynamic Flags',
1322 'dynamic_flags_desc' => 'TODO:',
1323 'flag_1' => 'Flag 1',
1324 'flag_1_desc' => 'Mobgroup: If you attack one of this group each mob in the group will aggro you.',
1325 'save_to_db' => 'Save to Database',
1326 'save_to_script' => 'Save as SQL Script',
1327 'lookup_creature' => 'Lookup Creature',
1328 'quests' => 'Quests',
1329 'vendor' => 'Vendor',
1330 'trainer' => 'Trainer',
1331 'creature_swapned' => 'This Creature spawned total of',
1332 'times' => 'time(s)',
1333 'del_creature' => 'Delete Creature',
1334 'del_spawns' => 'Delete Spawns',
1335 'loot_tmpl_id' => 'Loot template ID',
1336 'drop_chance' => 'Drop chance',
1337 'quest_drop_chance' => 'Quest Drop chance',
1338 'start_quests' => 'Start Quests',
1339 'ends_quests' => 'Ends Quests',
1340 'sells' => 'Sells',
1341 'unlimited' => 'Unlimited',
1342 'count' => 'Count',
1343 'trains' => 'Trains',
1344 'spell_id' => 'Spell ID',
1345 'cost' => 'Cost',
1346 'req_skill' => 'Required Skill',
1347 'req_skill_lvl' => 'Required Skill level',
1348 'req_level' => 'Required Level',
1349 'creature_template' => 'Creature template ID',
1350 'all_related_data' => 'All related data will be erased as well.',
1351 'add_new_mob_templ' => 'Add new creature Template',
1352 'edit_mob_templ' => 'Edit Creature Template',
1353 'err_adding_new' => 'Error Adding New Creature',
1354 'err_no_fields_updated' => 'Non of the fields updated.',
1355 'search_creatures' => 'Search Creatures',
1356 'add_new_success' => 'Creature Successfully Added',
1357 'custom_search' => 'Custom Filter',
1358 'pickpocketloot_tmpl_id' => 'Pickpocket Loot Template ID',
1359 'skinning_loot_tmpl_id' => 'Skinning Loot Template ID',
1360 'add_items_to_templ' => 'Add Item to Template',
1361 'loot_item_id' => 'Item ID',
1362 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1363 'loot_drop_chance' => 'Drop Chance',
1364 'loot_drop_chance_desc' => 'Item Drop chance',
1365 'loot_quest_drop_chance' => 'Quest Drop Chance',
1366 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1367 'min_count' => 'Min. Count',
1368 'min_count_desc' => 'Minimum number of stack size on drop.',
1369 'max_count' => 'Max. Count',
1370 'max_count_desc' => 'Maximum number of stack size on drop.',
1371 'add_item_to_loot' => 'Add item to Loot Template',
1372 'drop_chance' => 'Drop Chance',
1373 'add_ends_quests' => 'Add Quest ends by this NPC',
1374 'add_starts_quests' => 'Add Quest starts by this NPC',
1375 'quest_id' => 'Quest ID',
1376 'quest_id_desc' => 'ID of the quest.',
1377 'add_items_to_vendor' => 'Add item to Vendor',
1378 'vendor_item_id' => 'Item Id',
1379 'vendor_item_id_desc' => 'Id of item you wish to add.',
1380 'vendor_max_count' => 'Max. Count',
1381 'vendor_max_count_desc' => 'Maximim number of items can be soled.',
1382 'vendor_incrtime' => 'Increase Time',
1383 'vendor_incrtime_desc' => 'Time before this item can be soled again.',
1384 'vendor_extended_cost' => 'Extended Cost',
1385 'vendor_extended_cost_desc' => 'Honor point required to buy. Linked to ItemExtendedCost.dbc',
1386 'train_spell_id' => 'Spell Id',
1387 'train_spell_id_desc' => 'Id of the spell you like this trainer to train.',
1388 'add_spell_to_trainer' => 'Add Spell to Trainer',
1389 'train_cost' => 'Cost',
1390 'train_cost_desc' => 'Cost in cooper of this skill.',
1391 'req_skill' => 'Req. Skill',
1392 'req_skill_desc' => 'Skill id required to learn this spell.',
1393 'req_skill_value' => 'Req. Skill Value',
1394 'req_skill_value_desc' => 'Skill level required to learn this spell.',
1395 'req_level' => 'Req. Level',
1396 'req_level_desc' => 'Character level required to learn this spell.',
1397 'check_to_delete' => '* Check checkbox next to item to remove from template.',
1398 'search_results' => 'Search Results',
1399 'RacialLeader' => 'Racial Leader',
1400 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader',
1401 'dmgschool' => 'Damage School',
1402 'dmgschool_desc' => 'The school of damage will be used by this mob',
1403 'freeforall' => 'Free for all',
1404 'freeforall_desc' => 'Free for all loot flag.',
1405 'lootcondition' => 'Loot condition',
1406 'lootcondition_desc' => 'Loot condition flag',
1407 'condition_value1' => 'Condition Value 1',
1408 'condition_value1_desc' => 'Condition Value 1 flag',
1409 'condition_value2' => 'Condition Value 2',
1410 'condition_value2_desc' => 'Condition Value 2 flag',
1411 'modelid_A' => 'Model ID Allied',
1412 'modelid_A_desc' => 'Model ID Allied',
1413 'modelid_A2' => 'Model ID Allied 2',
1414 'modelid_A2_desc' => 'Model ID Allied 2',
1415 'modelid_H' => 'Model ID Horde',
1416 'modelid_H_desc' => 'Model ID Horde',
1417 'modelid_H2' => 'Model ID Horde 2',
1418 'modelid_H2_desc' => 'Model ID Horde 2',
1419 'faction_A' => 'Faction (Alliance)',
1420 'faction_A_desc' => 'The faction if the creature is on the alliance side.',
1421 'faction_H' => 'Faction (Horde)',
1422 'faction_H_desc' => 'The faction if the creature is on the horde side.',
1423 'RegenHealth' => 'Regenerate Health',
1424 'equipment' => 'Equipment',
1425 'equip_slot' => 'Equip Slot',
1426 'equip_slot1_desc' => 'Offset to the real slot used',
1427 'equip_slot2_desc' => 'Offset to the real slot used',
1428 'equip_slot3_desc' => 'Offset to the real slot used',
1429 'equip_model' => 'Equip Model',
1430 'equip_model1_desc' => 'This is the model of the equipment used in right hand.',
1431 'equip_model2_desc' => 'This is the model of the equipment used in right hand.',
1432 'equip_model3_desc' => 'This is the model of the equipment used in distance slot.',
1433 'equip_info' => 'Equip Info',
1434 'equip_info1_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes.',
1435 'equip_info2_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes',
1436 'equip_info3_desc' => 'This field controls both the animation, the way the equiped item hits and the sound it makes'
1437 );
1438
1439$lang_game_object = array(
1440 // ----- GAME_OBJECT.PHP -----
1441 'unknown' => 'Unknown',
1442 'custom_search' => 'Custom Filter',
1443 'search' => '+ Search +',
1444 'add_new' => 'Add New',
1445 'tot_go_templ' => 'Total Game Object Templates',
1446 'search_template' => 'Search Game Object Template',
1447 'select' => 'Select',
1448 'new_search' => 'New Search',
1449 'tot_found' => 'Total Templates Found',
1450 'add_new_go_templ' => 'Add New Game Object Template',
1451 'edit_go_templ' => 'Edit Game Object Template',
1452 'err_adding_new' => 'Error Adding New Game Object Template',
1453 'err_no_fields_updated' => 'Error: No Fields Updated',
1454 'search_go' => 'Search Game Objects',
1455 'general' => 'General',
1456 'save_to_db' => 'Save to DB',
1457 'save_to_script' => 'Save to Script',
1458 'lookup_go' => 'Lookup GO',
1459 'DOOR' => 'DOOR',
1460 'BUTTON' => 'BUTTON',
1461 'QUESTGIVER' => 'QUESTGIVER',
1462 'CHEST' => 'CHEST',
1463 'BINDER' => 'BINDER',
1464 'GENERIC' => 'GENERIC',
1465 'TRAP' => 'TRAP',
1466 'CHAIR' => 'CHAIR',
1467 'SPELL_FOCUS' => 'SPELL_FOCUS',
1468 'TEXT' => 'TEXT',
1469 'GOOBER' => 'GOOBER',
1470 'TRANSPORT' => 'TRANSPORT',
1471 'AREADAMAGE' => 'AREADAMAGE',
1472 'CAMERA' => 'CAMERA',
1473 'MAP_OBJECT' => 'MAP_OBJECT',
1474 'MO_TRANSPORT' => 'MO_TRANSPORT',
1475 'DUEL_FLAG' => 'DUEL_FLAG',
1476 'FISHING_BOBBER' => 'FISHING_BOBBER',
1477 'RITUAL' => 'RITUAL',
1478 'MAILBOX' => 'MAILBOX',
1479 'AUCTIONHOUSE' => 'AUCTIONHOUSE',
1480 'GUARDPOST' => 'GUARDPOST',
1481 'SPELLCASTER' => 'SPELLCASTER',
1482 'MEETING_STONE' => 'MEETING_STONE',
1483 'BG_Flag' => 'BG_Flag',
1484 'FISHING_HOLE' => 'FISHING_HOLE',
1485 'FLAGDROP' => 'FLAGDROP',
1486 'CUSTOM_TELEPORTER' => 'CUSTOM_TELEPORTER',
1487 'LOTTERY_KIOSK' => 'LOTTERY_KIOSK',
1488 'CAPTURE_POINT' => 'CAPTURE_POINT',
1489 'AURA_GENERATOR' => 'AURA_GENERATOR',
1490 'DUNGEON_DIFFICULTY' => 'DUNGEON_DIFFICULTY',
1491 'general' => 'General',
1492 'name' => 'Name',
1493 'name_desc' => 'Object\'s name.',
1494 'entry' => 'Entry',
1495 'entry_desc' => 'Unique GO identifier value',
1496 'displayId' => 'Display Id',
1497 'displayId_desc' => 'Graphic model\'s id sent to the client.',
1498 'faction' => 'Faction',
1499 'faction_desc' => 'Object\'s faction, if any.',
1500 'flags' => 'Flags',
1501 'flags_desc' => 'TODO:',
1502 'type' => 'Type',
1503 'type_desc' => 'Game Object\'s type',
1504 'script_name' => 'ScriptName',
1505 'ScriptName_desc' => 'Script\'s name GO uses.',
1506 'size' => 'Size',
1507 'size_desc' => 'Object\'s size must be set because graphic models can be resample.',
1508 'tmpl_not_found' => 'Template not Found',
1509 'del_go' => 'Delete GO',
1510 'del_spawns' => 'Delete Spawns',
1511 'loot' => 'Loot',
1512 'quests' => 'Quests',
1513 'loot_tmpl_id' => 'Loot Template',
1514 'drop_chance' => 'Drop Chance',
1515 'quest_drop_chance' => 'Quest Drop Chance',
1516 'add_items_to_templ' => 'Add Items to Template',
1517 'loot_item_id' => 'Loot template ID',
1518 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1519 'loot_drop_chance' => 'Drop Chance',
1520 'loot_drop_chance_desc' => 'Item Drop chance',
1521 'loot_quest_drop_chance' => 'Quest Drop Chance',
1522 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1523 'min_count' => 'Min. Count',
1524 'min_count_desc' => 'Minimum number of stack size on drop.',
1525 'max_count' => 'Max. Count',
1526 'max_count_desc' => 'Maximum number of stack size on drop.',
1527 'check_to_delete' => '* Check checkbox next to item to remove from template.',
1528 'add_starts_quests' => 'Add Quest starts by this GO',
1529 'quest_id' => 'Quest ID',
1530 'quest_id_desc' => 'ID of the quest.',
1531 'start_quests' => 'Start Quests',
1532 'ends_quests' => 'Ends Quests',
1533 'add_ends_quests' => 'Add Quest ends by this GO',
1534 'go_swapned' => 'This Game Object spawned total of',
1535 'times' => 'times',
1536 'go_template' => 'Game Object Template',
1537 'all_related_data' => 'Along with all related data.',
1538 'freeforall' => 'Free for all',
1539 'freeforall_desc' => 'Free for all loot flag.',
1540 'lootcondition' => 'Loot condition',
1541 'lootcondition_desc' => 'Loot condition flag',
1542 'condition_value1' => 'Condition Value 1',
1543 'condition_value1_desc' => 'Condition Value 1 flag',
1544 'condition_value2' => 'Condition Value 2',
1545 'condition_value2_desc' => 'Condition Value 2 flag',
1546 'datas' => 'Additional Datas',
1547 'data' => 'Data',
1548 'data_desc' => 'Data fields specific for different type field values. Each type has unique fields.<br />For more informaton visit https://svn.mangosproject.org/trac /MaNGOS/wiki/Database /gameobject_template'
1549
1550);
1551
1552$lang_auctionhouse = array(
1553 // ----- AHSTATS.PHP -----
1554 'auctionhouse' => 'Casa de Subasta',
1555 'seller' => 'Vendedor',
1556 'item' => 'Item',
1557 'buyoutprice' => 'Precio de adquisición',
1558 'timeleft' => 'Tiempo restante',
1559 'buyer' => 'Comprador',
1560 'lastbid' => 'Última Oferta',
1561 'firstbid' => 'Primera Oferta',
1562 'dayshortcut' => 'D',
1563 'hourshortcut' => 'H',
1564 'mnshortcut' => 'mn',
1565 'total_auctions' => 'Total de Subastas',
1566 'search_results' => 'Resultados de Busqueda',
1567 'auction_over' => 'Subasta Terminada',
1568 'all' => 'Todo',
1569 'item_id' => 'ID Item',
1570 'item_name' => 'Nombre del Item',
1571 'seller_name' => 'Nombre del Vendedor',
1572 'buyer_name' => 'Nombre del Comprador',
1573 'tot_found' => 'Total de Items Encontrados'
1574);
1575
1576$lang_id_tab = array(
1577 // ----- ID_TAB.PHP -----
1578 //---maps---
1579 'azeroths' => 'Azeroths',
1580 'kalimdor' => 'Kalimdor',
1581 'test_zone' => 'Test Zone',
1582 'kalidar' => 'Kalidor',
1583 'alterac_valley' => 'Alterac Valley<br>[Valle de Alterac]',
1584 'shadowfang_keep_instance' => 'Shadowfang Keep<br>[Castillo de Colmillo Oscuro]',
1585 'the_stockade_instance' => 'The Stockade<br>[Las Mazmorras]',
1586 'stormwind_prison' => 'Stormwind Prison[Prison de Ventormenta]',
1587 'deadmines_instance' => 'Deadmines[Las Minas de la Muerte]',
1588 'plains_of_snow' => 'Plains of Snow<br>[Llanuras de Nieve]',
1589 'wailing_caverns_instance' => 'Wailing Caverns<br>[Cuevas de los Lamentos]',
1590 'monastery_interior' => 'Monastery Interior<br>[Monasterio Interior]',
1591 'razorfen_kraul_instance' => 'Razorfen Kraul<br>[Horado Rajacieno]',
1592 'blackfathom_deeps_instance' => 'Blackfathom Deeps<br>[Cavernas de Brazanegra]',
1593 'uldaman_instance' => 'Uldaman',
1594 'gnomeregan_instance' => 'Gnomeregan',
1595 'sunken_temple_instance' => 'Sunken Temple<br>[Templo Sumergido]',
1596 'razorfen_downs_instance' => 'Razorfen Downs<br>[Zahúrda Rajacieno]',
1597 'outland' => 'Outland<br>[Terrallende]',
1598 'emerald_forest' => 'Emerald Forest<br>[Bosque Esmeralda]',
1599 'scarlet_monastery_instance' => 'Scarlet Monastery<br>[Monasterio Escarlata]',
1600 'zul_farrak_instance' => 'Zul\'Farrak',
1601 'blackrock_spire_instance' => 'Blackrock Spire<br>[Cumbre de Roca Negra]',
1602 'blackrock_depths_instance' => 'Blackrock Depths<br>[Profundidades de Roca Negra]',
1603 'onyxia_s_lair_instance' => 'Onyxia\'s Lair<br>[Guarida de Onyxia]',
1604 'caverns_of_time' => 'Caverns of Time<br>[Las Cavernas del Tiempo]',
1605 'scholomance_instance' => 'Scholomance',
1606 'zul_gurub_instance' => 'Zul\'Gurub',
1607 'stratholme_instance' => 'Stratholme',
1608 'maraudon_instance' => 'Maraudon',
1609 'deeprun_tram' => 'Deeprun Tram<br>[Tranvía Subterráneo]',
1610 'ragefire_chasm_instance' => 'Ragefire Chasm<br>[Sima Ígnea]',
1611 'the_molten_core_instance' => 'The Molten Core<br>[Núcleo de Magma]',
1612 'dire_maul_instance' => 'Dire Maul<br>[La Masacre]',
1613 'alliance_pvp_barracks' => 'Alliance PVP Barracks<br>[Sala de los Campeones]',
1614 'horde_pvp_barracks' => 'Horde PVP Barracks<br>[Sala de las Leyendas]',
1615 'development_land' => 'Develop. Land',
1616 'blackwing_lair_instance' => 'Blackwing Lair<br>[Guarida Alanegra]',
1617 'warsong_gulch' => 'Warsong Gulch<br>[Garganta Grito de Guerra]',
1618 'ruins_of_ahn_qiraj_instance' => 'Ruins of Ahn\'Qiraj<br>[Ruinas de Ahn\'Qiraj]',
1619 'arathi_basin' => 'Arathi Basin<br>[Cuenca de Arathi]',
1620 'temple_of_ahn_qiraj_instance' => 'Temple of Ahn\'Qiraj<br>[Templo de Ahn\'Qiraj]',
1621 'naxxramas_instance' => 'Naxxramas',
1622 //tbc - maps
1623 'cot_black_morass' => 'The Black Morass<br>[La Ciénaga Negra]',
1624 'karazahn' => 'Karazahn',
1625 'cot_hyjal_past' => 'Hyjal Summit<br>[Cima Hyjal]',
1626 'hellfire_military' => 'The Shattered Halls<br>[Las Salas Arrasadas]',
1627 'hellfire_demon' => 'The Blood Furnace<br>[El Horno de Sangre]',
1628 'hellfire_rampart' => 'Hellfire Ramparts<br>[Murallas del Fuego Infernal]',
1629 'hellfire_raid' => 'Magtheridon\'s Lair<br>[Guarida de Magtheridon]',
1630 'coilfang_pumping' => 'The Steamvault<br>[La Cámara de Vapor]',
1631 'coilfang_marsh' => 'The Underbog<br>[La Sotiénaga]',
1632 'coilfang_draenei' => 'The Slave Pens<br>[Recinto de los Esclavos]',
1633 'coilfang_raid' => 'Serpentshrine Cavern<br>[Caverna Santuario Serpiente]',
1634 'tempest_keep_raid' => 'Eye of the Storm<br>[Ojo de la Tormenta]',
1635 'tempest_keep_arcane' => 'The Arcatraz<br>[El Arcatraz]',
1636 'tempest_keep_atrium' => 'The Botanica<br>[El Invernáculo]',
1637 'tempest_keep_factory' => 'The Mechanar<br>[El Mechanar]',
1638 'auchindoun_shadow' => 'Shadow Labyrinth<br>[Laberinto de las Sombras]',
1639 'auchindoun_arakkoa' => 'Sethekk Halls<br>[Laberinto de las Sombras]',
1640 'auchindoun_ethereal' => 'Mana Tombs<br>[Tumbas de Maná]',
1641 'auchindoun_draenei' => 'Auchenai Crypts<br>[Criptas Auchenai]',
1642 'nagrand_arena' => 'Nagrand Arena<br>[Arena de Nagrand]',
1643 'cot_hillsbrad_past' => 'Old Hillsbrad Foothills<br>[Antiguas Laderas de Trabalomas]',
1644 'blades_edge_arena' => 'Blade\'s Edge Arena<br>[Arena Filospada]',
1645 'black_temple' => 'Black Temple<br>[Templo Oscuro]',
1646 'gruuls_lair' => 'Gruul\'s Lair<br>[Guarida de Gruul]',
1647 'netherstorm_arena' => 'Netherstorm Arena',
1648 'zulaman' => 'Zul\'Aman',
1649 'northrend' => 'Northrend',
1650 'utgarde_keep' => 'Utgarde Keep',
1651 'utgarde_pinnacle' => 'Utgarde Pinnacle',
1652 'nexus' => 'Nexus',
1653 'oculus' => 'Oculus',
1654 'sunwell_plateau' => 'Sunwell Plateau',
1655 'magisters_terrace' => 'Magisters Terrace',
1656 'cot_stratholme_past' => 'Stratholme Past',
1657 'halls_of_stone' => 'Halls of Stone',
1658 'draktheron_keep' => 'Draktheron Keep',
1659 'azjol_nerub' => 'Azjol Nerub',
1660 'halls_of_lightning' => 'Halls of Lightning',
1661 'ulduar' => 'Ulduar',
1662 'gundrak' => 'Gundrak',
1663 //---class/race---
1664 'unknown' => 'desconocido',
1665 'warrior' => 'Guerrro',
1666 'paladin' => 'Paladin',
1667 'hunter' => 'Cazador',
1668 'rogue' => 'Picaro',
1669 'priest' => 'Sacerdote',
1670 'death_knight' => 'Caballero de la muerte',
1671 'shaman' => 'Chaman',
1672 'mage' => 'Mago',
1673 'warlock' => 'Brujo',
1674 'druid' => 'Druida',
1675 'human' => 'Humano',
1676 'orc' => 'Orco',
1677 'dwarf' => 'Enano',
1678 'nightelf' => 'Elfo Nocturno',
1679 'undead' => 'No Muertos',
1680 'tauren' => 'Tauren',
1681 'gnome' => 'Gnomo',
1682 'troll' => 'Troll',
1683 'goblin' => 'Duende',
1684 'bloodelf' => 'Elfo Sanguinario',
1685 'draenei' => 'Draenei',
1686 //---zone---
1687 'undercity' => 'Undercity<br>[Entrañas]',
1688 'ironforge' => 'Ironforge<br>[Forjaz]',
1689 'stormwind_city' => 'Stormwind City<br>[Ciudad de Ventormenta]',
1690 'badlands' => 'Badlands<br>[Tierras Inhóspitas]',
1691 'wetlands' => 'Wetlands<br>[Los Humedales]',
1692 'stranglethorn_vale' => 'Stranglethorn Vale<br>[Vega de Tuercespina]',
1693 'redridge_mountains' => 'Redridge Mountains<br>[Montañas Crestagrana]',
1694 'loch_modan' => 'Loch Modan',
1695 'duskwood' => 'Duskwood<br>[Bosque del Ocaso]',
1696 'deadwind_pass' => 'Deadwind Pass<br>[Paso de la Muerte]',
1697 'elwynn_forest' => 'Elwynn Forest<br>[Bosque de Elwynn]',
1698 'burning_steppes' => 'Burning Steppes<br>[Las Estepas Ardientes]',
1699 'searing_gorge' => 'Searing Gorge<br>[La Garganta de Fuego]',
1700 'dun_morogh' => 'Dun Morogh',
1701 'the_hinterlands' => 'The Hinterlands<br>[Tierras del Interior]',
1702 'westfall' => 'Westfall<br>[Páramos de Poniente]',
1703 'hillsbrad_foothills' => 'Hillsbrad Foothills<br>[Laderas de Trabalomas]',
1704 'eastern_plaguelands' => 'Eastern Plaguelands<br>[Tierras de la Peste del Este]',
1705 'western_plaguelands' => 'Western Plaguelands<br>[Tierras de la Peste del Oeste]',
1706 'silverpine_forest' => 'Silverpine Forest<br>[Bosque de Argénteos]',
1707 'tirisfal_glades' => 'Tirisfal Glades<br>[Claros de Tirisfal]',
1708 'blasted_lands' => 'Blasted Lands<br>[Tierras Inhóspitas]',
1709 'swamp_of_sorrows' => 'Swamp of Sorrows<br>[Pantano de las Penas]',
1710 'arathi_highlands' => 'Arathi Highlands<br>[Tierras Altas de Arathi]',
1711 'alterac_mountains' => 'Alterac Mountains<br>[Montañas de Alterac]',
1712 'darnassus' => 'Darnassus',
1713 'thunder_bluff' => 'Thunder Bluff<br>[Cima del Trueno]',
1714 'orgrimmar' => 'Orgrimmar',
1715 'moonglade' => 'Moonglade<br>[Claro de la Luna]',
1716 'silithus' => 'Silithus',
1717 'winterspring' => 'Winterspring<br>[Cuna del Invierno]',
1718 'un_goro_crater' => 'Un\'Goro Crater<br>[Cráter de Un\'Goro]',
1719 'felwood' => 'Felwood<br>[Frondavil]',
1720 'azshara' => 'Azshara',
1721 'tanaris' => 'Tanaris',
1722 'dustwallow_marsh' => 'Dustwallow Marsh<br>[Marjal Revolcafango]',
1723 'mulgore' => 'Mulgore',
1724 'feralas' => 'Feralas',
1725 'desolace' => 'Desolace',
1726 'thousand_needles' => 'Thousand Needles<br>[Las Mil Agujas]',
1727 'durotar' => 'Durotar',
1728 'ashenvale' => 'Ashenvale<br>[Vallefresno]',
1729 'darkshore' => 'Darkshore<br>[Costa Oscura]',
1730 'teldrassil' => 'Teldrassil',
1731 'stonetalon_mountains' => 'Stonetalon Mountains<br>[Sierra Espolón]',
1732 'the_barrens' => 'The Barrens[Los Baldios]',
1733 //tbc- zones
1734 'shattrath_city' => 'Shattrath City<br>[Ciudad de Shattrath]',
1735 'silvermoon_city' => 'Silvermoon City<br>[Ciudad de Lunargenta]',
1736 'netherstorm' => 'Netherstorm<br>[Tormenta Abisal]',
1737 'terokkar_forest' => 'Terokkar Forest<br>[Bosque de Terokkar]',
1738 'nagrand' => 'Nagrand',
1739 'bloodmyst_isle' => 'Bloodmyst Isle<br>[Isla Bruma de Sangre]',
1740 'blades_edge_mountains' => 'Blade\'s Edge Mountains<br>[Montañas Filospada]',
1741 'shadowmoon_valley' => 'Shadowmoon Valley<br>[Valle Sombraluna]',
1742 'the_exodar' => 'The Exodar<br>[El Exodar]',
1743 'zangarmarsh' => 'Zangarmarsh<br>[Marisma de Zangar]',
1744 'hellfire_peninsula' => 'Hellfire Peninsula<br>[Península del Fuego Infernal]',
1745 'azuremyst_isle' => 'Azuremyst Isle<br>[Isla Bruma Azur]',
1746 'ghostlands' => 'Ghostlands<br>[Tierras Fantasma]',
1747 'eversong_woods' => 'Eversong Woods<br>[Bosque Canción Eterna]',
1748 //skills
1749 'SKILL_INSCRIPTION' => 'Inscripción',
1750 'SKILL_RIDING' => 'Montar',
1751 'SKILL_LANG_DRAENEI' => 'Lenguaje Draenei',
1752 'SKILL_JEWELCRAFTING' => 'Joyeria',
1753 'SKILL_RIDING_KODO' => 'Montar Kodo',
1754 'SKILL_LANG_GUTTERSPEAK' => 'Lenguaje Viscerálico',
1755 'SKILL_LOCKPICKING' => 'Forzar Cerraduras',
1756 'SKILL_DISCIPLINE' => 'Disciplina',
1757 'SKILL_DESTRUCTION' => 'Destrucción',
1758 'SKILL_BALANCE' => 'Balance',
1759 'SKILL_RIDING_UNDEAD_HORSE' => 'Montar caballos no-muerto',
1760 'SKILL_RIDING_MECHANOSTRIDER' => 'Montar Mecazancudo',
1761 'SKILL_RIDING_RAPTOR' => 'Montar Raptor',
1762 'SKILL_FIST_WEAPONS' => 'Fist Weapons',
1763 'SKILL_SHIELD' => 'Escudo',
1764 'SKILL_CLOTH' => 'Tela',
1765 'SKILL_LEATHER' => 'Cuero',
1766 'SKILL_MAIL' => 'Correo',
1767 'SKILL_SKINNING' => 'Peleteria',
1768 'SKILL_ELEMENTAL_COMBAT' => 'Combate Elemental',
1769 'SKILL_RESTORATION' => 'Restauración',
1770 'SKILL_ENHANCEMENT' => 'Mejoramiento',
1771 'SKILL_FISHING' => 'Pescar',
1772 'SKILL_AFFLICTION' => 'Aflicción',
1773 'SKILL_DEMONOLOGY' => 'Demonologia',
1774 'SKILL_ENCHANTING' => 'Encantamiento',
1775 'SKILL_LANG_TROLL' => 'Lenguaje Troll',
1776 'SKILL_LANG_GNOMISH' => 'Lenguaje Gnomo',
1777 'SKILL_PLATE_MAIL' => 'Placas de malla',
1778 'SKILL_PET_TALENTS' => 'Talentos de Mascota',
1779 'SKILL_BEAST_TRAINING' => 'Entranar Bestias',
1780 'SKILL_PROTECTION' => 'Protección',
1781 'SKILL_FURY' => 'Furia',
1782 'SKILL_ASSASSINATION' => 'Asesinato',
1783 'SKILL_ARCANE' => 'Arcano',
1784 'SKILL_POLEARMS' => 'Armas de asta',
1785 'SKILL_WANDS' => 'Varitas',
1786 'SKILL_SPEARS' => 'Lanza',
1787 'SKILL_CROSSBOWS' => 'Ballesta',
1788 'SKILL_WEAPON_TALENTS' => 'Talentos armas',
1789 'SKILL_ENGINERING' => 'Ingeniería',
1790 'SKILL_TAILORING' => 'Sastrería',
1791 'SKILL_MINING' => 'Mineria',
1792 'SKILL_COOKING' => 'Cocina',
1793 'SKILL_RETRIBUTION' => 'Retribución',
1794 'SKILL_HERBALISM' => 'Herbalismo',
1795 'SKILL_THROWN' => 'Thrown',
1796 'SKILL_DAGGERS' => 'Dagas',
1797 'SKILL_2H_AXES' => 'Dos-Manos Hachas',
1798 'SKILL_ALCHEMY' => 'Alquimia',
1799 'SKILL_LEATHERWORKING' => 'Peletería',
1800 'SKILL_BLACKSMITHING' => 'Herreria',
1801 'SKILL_MARKSMANSHIP' => 'Puntería',
1802 'SKILL_UNARMED' => 'Desarmado',
1803 'SKILL_2H_MACES' => 'Two-Handed Maces',
1804 'SKILL_RIDING_TIGER' => 'Montar Tigre',
1805 'SKILL_RIDING_RAM' => 'Montar Ram',
1806 'SKILL_RIDING_WOLF' => 'Montar Lobo',
1807 'SKILL_RIDING_HORSE' => 'Montar Caballos',
1808 'SKILL_LANG_OLD_TONGUE' => 'Language Old Tongue',
1809 'SKILL_LANG_TITAN' => 'Lenguaje de Titan',
1810 'SKILL_LANG_DEMON_TONGUE' => 'Language Demon Tongue',
1811 'SKILL_LANG_DRACONIC' => 'Language Draconic',
1812 'SKILL_LANG_THALASSIAN' => 'Language Thalassian',
1813 'SKILL_STAVES' => 'Staves',
1814 'SKILL_FERAL_COMBAT' => 'Feral Combat',
1815 'SKILL_FIRST_AID' => 'First Aid',
1816 'SKILL_DUAL_WIELD' => 'Dual Wield',
1817 'SKILL_LANG_TAURAHE' => 'Language Taurahe',
1818 'SKILL_LANG_DARNASSIAN' => 'Language Darnassian',
1819 'SKILL_LANG_DWARVEN' => 'Language Dwarven',
1820 'SKILL_LANG_ORCISH' => 'Language Orcish',
1821 'SKILL_LANG_COMMON' => 'Language Common',
1822 'SKILL_DEFENSE' => 'Defense',
1823 'SKILL_SHADOW' => 'Shadow',
1824 'SKILL_2H_SWORDS' => 'Two-Handed Swords',
1825 'SKILL_HOLY' => 'Holy',
1826 'SKILL_MACES' => 'Maces',
1827 'SKILL_SURVIVAL' => 'Survival',
1828 'SKILL_BEAST_MASTERY' => 'Beast Mastery',
1829 'SKILL_GUNS' => 'Guns',
1830 'SKILL_BOWS' => 'Bows',
1831 'SKILL_AXES' => 'Axes',
1832 'SKILL_SWORDS' => 'Swords',
1833 'SKILL_POISONS' => 'Poisons',
1834 'SKILL_SUBTLETY' => 'Subtlery',
1835 'SKILL_COMBAT' => 'Combat',
1836 'SKILL_ARMS' => 'Arms',
1837 'SKILL_FIRE' => 'Fire',
1838 'SKILL_FROST' => 'Frost',
1839 'TALENT_STARLIGHT_WRATH_1' => 'Starlight Wrath Rank 1',
1840 'TALENT_STARLIGHT_WRATH_2' => 'Starlight Wrath Rank 2',
1841 'TALENT_STARLIGHT_WRATH_3' => 'Starlight Wrath Rank 3',
1842 'TALENT_STARLIGHT_WRATH_4' => 'Starlight Wrath Rank 4',
1843 'TALENT_STARLIGHT_WRATH_5' => 'Starlight Wrath Rank 5',
1844 'TALENT_NATURES_GRASP' => 'Natures Grasp',
1845 'TALENT_IMPROVED_NATURES_GRASP_1' => 'Improved Natures Grasp Rank 1',
1846 'TALENT_IMPROVED_NATURES_GRASP_2' => 'Improved Natures Grasp Rank 2',
1847 'TALENT_IMPROVED_NATURES_GRASP_3' => 'Improved Natures Grasp Rank 3',
1848 'TALENT_IMPROVED_NATURES_GRASP_4' => 'Improved Natures Grasp Rank 4',
1849 'TALENT_CONTROL_OF_NATURE_1' => 'Control of Nature Rank 1',
1850 'TALENT_CONTROL_OF_NATURE_2' => 'Control of Nature Rank 2',
1851 'TALENT_CONTROL_OF_NATURE_3' => 'Control of Nature Rank 3',
1852 'TALENT_FOCUSED_STARLIGHT_1' => 'Focused Starlight Rank 1',
1853 'TALENT_FOCUSED_STARLIGHT_2' => 'Focused Starlight Rank 2',
1854 'TALENT_IMPROVED_MOONFIRE_1' => 'Improved Moonfire Rank 1',
1855 'TALENT_IMPROVED_MOONFIRE_2' => 'Improved Moonfire Rank 2',
1856 'TALENT_BRAMBLES_1' => 'Brambles Rank 1',
1857 'TALENT_BRAMBLES_2' => 'Brambles Rank 2',
1858 'TALENT_BRAMBLES_3' => 'Brambles Rank 3',
1859 'TALENT_INSECT_SWARM' => 'Insect Swarm',
1860 'TALENT_NATURES_REACH_1' => 'Natures Reach Rank 1',
1861 'TALENT_NATURES_REACH_2' => 'Natures Reach Rank 2',
1862 'TALENT_VENGEANCE_1' => 'Vengeance Rank 1',
1863 'TALENT_VENGEANCE_2' => 'Vengeance Rank 2',
1864 'TALENT_VENGEANCE_3' => 'Vengeance Rank 3',
1865 'TALENT_VENGEANCE_4' => 'Vengeance Rank 4',
1866 'TALENT_VENGEANCE_5' => 'Vengeance Rank 5',
1867 'TALENT_CELESTIAL_FOCUS_1' => 'Celestial Focus Rank 1',
1868 'TALENT_CELESTIAL_FOCUS_2' => 'Celestial Focus Rank 2',
1869 'TALENT_CELESTIAL_FOCUS_3' => 'Celestial Focus Rank 3',
1870 'TALENT_LUNAR_GUIDANCE_1' => 'Lunar Guidance Rank 1',
1871 'TALENT_LUNAR_GUIDANCE_2' => 'Lunar Guidance Rank 2',
1872 'TALENT_LUNAR_GUIDANCE_3' => 'Lunar Guidance Rank 3',
1873 'TALENT_NATURES_GRACE' => 'Natures Grace',
1874 'TALENT_MOONGLOW_1' => 'Moonglow Rank 1',
1875 'TALENT_MOONGLOW_2' => 'Moonglow Rank 2',
1876 'TALENT_MOONGLOW_3' => 'Moonglow Rank 3',
1877 'TALENT_MOONFURY_1' => 'Moonfury Rank 1',
1878 'TALENT_MOONFURY_2' => 'Moonfury Rank 2',
1879 'TALENT_MOONFURY_3' => 'Moonfury Rank 3',
1880 'TALENT_MOONFURY_4' => 'Moonfury Rank 4',
1881 'TALENT_MOONFURY_5' => 'Moonfury Rank 5',
1882 'TALENT_BALANCE_OF_POWER_1' => 'Balance of Power Rank 1',
1883 'TALENT_BALANCE_OF_POWER_2' => 'Balance of Power Rank 2',
1884 'TALENT_DREAMSTATE_1' => 'Dreamstate Rank 1',
1885 'TALENT_DREAMSTATE_2' => 'Dreamstate Rank 2',
1886 'TALENT_DREAMSTATE_3' => 'Dreamstate Rank 3',
1887 'TALENT_MOONKIN_FORM' => 'Moonkin Form',
1888 'TALENT_IMPROVED_FAERIE_FIRE_1' => 'Improved Faerie Fire Rank 1',
1889 'TALENT_IMPROVED_FAERIE_FIRE_2' => 'Improved Faerie Fire Rank 2',
1890 'TALENT_IMPROVED_FAERIE_FIRE_3' => 'Improved Faerie Fire Rank 3',
1891 'TALENT_WRATH_OF_CENARIUS_1' => 'Wrath of Cenarius Rank 1',
1892 'TALENT_WRATH_OF_CENARIUS_2' => 'Wrath of Cenarius Rank 2',
1893 'TALENT_WRATH_OF_CENARIUS_3' => 'Wrath of Cenarius Rank 3',
1894 'TALENT_WRATH_OF_CENARIUS_4' => 'Wrath of Cenarius Rank 4',
1895 'TALENT_WRATH_OF_CENARIUS_5' => 'Wrath of Cenarius Rank 5',
1896 'TALENT_FORCE_OF_NATURE' => 'Force of Nature',
1897 'TALENT_FEROCITY_1' => 'Ferocity Rank 1',
1898 'TALENT_FEROCITY_2' => 'Ferocity Rank 2',
1899 'TALENT_FEROCITY_3' => 'Ferocity Rank 3',
1900 'TALENT_FEROCITY_4' => 'Ferocity Rank 4',
1901 'TALENT_FEROCITY_5' => 'Ferocity Rank 5',
1902 'TALENT_FERAL_AGGRESSION_1' => 'Feral Aggression Rank 1',
1903 'TALENT_FERAL_AGGRESSION_2' => 'Feral Aggression Rank 2',
1904 'TALENT_FERAL_AGGRESSION_3' => 'Feral Aggression Rank 3',
1905 'TALENT_FERAL_AGGRESSION_4' => 'Feral Aggression Rank 4',
1906 'TALENT_FERAL_AGGRESSION_5' => 'Feral Aggression Rank 5',
1907 'TALENT_FERAL_INSTINCT_1' => 'Feral Instinct Rank 1',
1908 'TALENT_FERAL_INSTINCT_2' => 'Feral Instinct Rank 2',
1909 'TALENT_FERAL_INSTINCT_3' => 'Feral Instinct Rank 3',
1910 'TALENT_BRUTAL_IMPACT_1' => 'Brutal Impact Rank 1',
1911 'TALENT_BRUTAL_IMPACT_2' => 'Brutal Impact Rank 2',
1912 'TALENT_THICK_HIDE_1' => 'Thick Hide Rank 1',
1913 'TALENT_THICK_HIDE_2' => 'Thick Hide Rank 2',
1914 'TALENT_THICK_HIDE_3' => 'Thick Hide Rank 3',
1915 'TALENT_FERAL_SWIFTNESS_1' => 'Feral Swiftness Rank 1',
1916 'TALENT_FERAL_SWIFTNESS_2' => 'Feral Swiftness Rank 2',
1917 'TALENT_FERAL_CHARGE' => 'Feral Charge',
1918 'TALENT_SHARPENED_CLAWS_1' => 'Sharpened Claws Rank 1',
1919 'TALENT_SHARPENED_CLAWS_2' => 'Sharpened Claws Rank 2',
1920 'TALENT_SHARPENED_CLAWS_3' => 'Sharpened Claws Rank 3',
1921 'TALENT_SHREDDING_ATTACKS_1' => 'Shredding Attacks Rank 1',
1922 'TALENT_SHREDDING_ATTACKS_2' => 'Shredding Attacks Rank 2',
1923 'TALENT_PREDATORY_STRIKES_1' => 'Predatory Strikes Rank 1',
1924 'TALENT_PREDATORY_STRIKES_2' => 'Predatory Strikes Rank 2',
1925 'TALENT_PREDATORY_STRIKES_3' => 'Predatory Strikes Rank 3',
1926 'TALENT_PRIMAL_FURY_1' => 'Primal Fury Rank 1',
1927 'TALENT_PRIMAL_FURY_2' => 'Primal Fury Rank 2',
1928 'TALENT_SAVAGE_FURY_1' => 'Savage Fury Rank 1',
1929 'TALENT_SAVAGE_FURY_2' => 'Savage Fury Rank 2',
1930 'TALENT_FAERIE_FIRE_(FERAL)' => 'Faerie Fire (Feral)',
1931 'TALENT_NURTURING_INSTINCT_1' => 'Nurturing Instinct Rank 1',
1932 'TALENT_NURTURING_INSTINCT_2' => 'Nurturing Instinct Rank 2',
1933 'TALENT_HEART_OF_THE_WILD_1' => 'Heart of the Wild Rank 1',
1934 'TALENT_HEART_OF_THE_WILD_2' => 'Heart of the Wild Rank 2',
1935 'TALENT_HEART_OF_THE_WILD_3' => 'Heart of the Wild Rank 3',
1936 'TALENT_HEART_OF_THE_WILD_4' => 'Heart of the Wild Rank 4',
1937 'TALENT_HEART_OF_THE_WILD_5' => 'Heart of the Wild Rank 5',
1938 'TALENT_SURVIVAL_OF_THE_FITTEST_1' => 'Survival of the Fittest Rank 1',
1939 'TALENT_SURVIVAL_OF_THE_FITTEST_2' => 'Survival of the Fittest Rank 2',
1940 'TALENT_SURVIVAL_OF_THE_FITTEST_3' => 'Survival of the Fittest Rank 3',
1941 'TALENT_PRIMAL_TENACITY_1' => 'Primal Tenacity Rank 1',
1942 'TALENT_PRIMAL_TENACITY_2' => 'Primal Tenacity Rank 2',
1943 'TALENT_PRIMAL_TENACITY_3' => 'Primal Tenacity Rank 3',
1944 'TALENT_LEADER_OF_THE_PACK' => 'Leader of the Pack',
1945 'TALENT_IMPROVED_LEADER_OF_THE_PACK_1' => 'Improved Leader of the Pack Rank 1',
1946 'TALENT_IMPROVED_LEADER_OF_THE_PACK_2' => 'Improved Leader of the Pack Rank 2',
1947 'TALENT_PREDATORY_INSTINCTS_1' => 'Predatory Instincts Rank 1',
1948 'TALENT_PREDATORY_INSTINCTS_2' => 'Predatory Instincts Rank 2',
1949 'TALENT_PREDATORY_INSTINCTS_3' => 'Predatory Instincts Rank 3',
1950 'TALENT_PREDATORY_INSTINCTS_4' => 'Predatory Instincts Rank 4',
1951 'TALENT_PREDATORY_INSTINCTS_5' => 'Predatory Instincts Rank 5',
1952 'TALENT_MANGLE' => 'Mangle',
1953 'TALENT_IMPROVED_MARK_OF_THE_WILD_1' => 'Improved Mark of the Wild Rank 1',
1954 'TALENT_IMPROVED_MARK_OF_THE_WILD_2' => 'Improved Mark of the Wild Rank 2',
1955 'TALENT_IMPROVED_MARK_OF_THE_WILD_3' => 'Improved Mark of the Wild Rank 3',
1956 'TALENT_IMPROVED_MARK_OF_THE_WILD_4' => 'Improved Mark of the Wild Rank 4',
1957 'TALENT_IMPROVED_MARK_OF_THE_WILD_5' => 'Improved Mark of the Wild Rank 5',
1958 'TALENT_FUROR_1' => 'Furor Rank 1',
1959 'TALENT_FUROR_2' => 'Furor Rank 2',
1960 'TALENT_FUROR_3' => 'Furor Rank 3',
1961 'TALENT_FUROR_4' => 'Furor Rank 4',
1962 'TALENT_FUROR_5' => 'Furor Rank 5',
1963 'TALENT_NATURALIST_1' => 'Naturalist Rank 1',
1964 'TALENT_NATURALIST_2' => 'Naturalist Rank 2',
1965 'TALENT_NATURALIST_3' => 'Naturalist Rank 3',
1966 'TALENT_NATURALIST_4' => 'Naturalist Rank 4',
1967 'TALENT_NATURALIST_5' => 'Naturalist Rank 5',
1968 'TALENT_NATURES_FOCUS_1' => 'Natures Focus Rank 1',
1969 'TALENT_NATURES_FOCUS_2' => 'Natures Focus Rank 2',
1970 'TALENT_NATURES_FOCUS_3' => 'Natures Focus Rank 3',
1971 'TALENT_NATURES_FOCUS_4' => 'Natures Focus Rank 4',
1972 'TALENT_NATURES_FOCUS_5' => 'Natures Focus Rank 5',
1973 'TALENT_NATURAL_SHAPESHIFTER_1' => 'Natural Shapeshifter Rank 1',
1974 'TALENT_NATURAL_SHAPESHIFTER_2' => 'Natural Shapeshifter Rank 2',
1975 'TALENT_NATURAL_SHAPESHIFTER_3' => 'Natural Shapeshifter Rank 3',
1976 'TALENT_INTENSITY_1' => 'Intensity Rank 1',
1977 'TALENT_INTENSITY_2' => 'Intensity Rank 2',
1978 'TALENT_INTENSITY_3' => 'Intensity Rank 3',
1979 'TALENT_SUBTLETY_1' => 'Subtlety Rank 1',
1980 'TALENT_SUBTLETY_2' => 'Subtlety Rank 2',
1981 'TALENT_SUBTLETY_3' => 'Subtlety Rank 3',
1982 'TALENT_SUBTLETY_4' => 'Subtlety Rank 4',
1983 'TALENT_SUBTLETY_5' => 'Subtlety Rank 5',
1984 'TALENT_OMEN_OF_CLARITY' => 'Omen of Clarity',
1985 'TALENT_TRANQUIL_SPIRIT_1' => 'Tranquil Spirit Rank 1',
1986 'TALENT_TRANQUIL_SPIRIT_2' => 'Tranquil Spirit Rank 2',
1987 'TALENT_TRANQUIL_SPIRIT_3' => 'Tranquil Spirit Rank 3',
1988 'TALENT_TRANQUIL_SPIRIT_4' => 'Tranquil Spirit Rank 4',
1989 'TALENT_TRANQUIL_SPIRIT_5' => 'Tranquil Spirit Rank 5',
1990 'TALENT_IMPROVED_REJUVENATION_1' => 'Improved Rejuvenation Rank 1',
1991 'TALENT_IMPROVED_REJUVENATION_2' => 'Improved Rejuvenation Rank 2',
1992 'TALENT_IMPROVED_REJUVENATION_3' => 'Improved Rejuvenation Rank 3',
1993 'TALENT_NATURES_SWIFTNESS' => 'Natures Swiftness',
1994 'TALENT_GIFT_OF_NATURE_1' => 'Gift of Nature Rank 1',
1995 'TALENT_GIFT_OF_NATURE_2' => 'Gift of Nature Rank 2',
1996 'TALENT_GIFT_OF_NATURE_3' => 'Gift of Nature Rank 3',
1997 'TALENT_GIFT_OF_NATURE_4' => 'Gift of Nature Rank 4',
1998 'TALENT_GIFT_OF_NATURE_5' => 'Gift of Nature Rank 5',
1999 'TALENT_IMPROVED_TRANQUILITY_1' => 'Improved Tranquility Rank 1',
2000 'TALENT_IMPROVED_TRANQUILITY_2' => 'Improved Tranquility Rank 2',
2001 'TALENT_EMPOWERED_TOUCH_1' => 'Empowered Touch Rank 1',
2002 'TALENT_EMPOWERED_TOUCH_2' => 'Empowered Touch Rank 2',
2003 'TALENT_IMPROVED_REGROWTH_1' => 'Improved Regrowth Rank 1',
2004 'TALENT_IMPROVED_REGROWTH_2' => 'Improved Regrowth Rank 2',
2005 'TALENT_IMPROVED_REGROWTH_3' => 'Improved Regrowth Rank 3',
2006 'TALENT_IMPROVED_REGROWTH_4' => 'Improved Regrowth Rank 4',
2007 'TALENT_IMPROVED_REGROWTH_5' => 'Improved Regrowth Rank 5',
2008 'TALENT_LIVING_SPIRIT_1' => 'Living Spirit Rank 1',
2009 'TALENT_LIVING_SPIRIT_2' => 'Living Spirit Rank 2',
2010 'TALENT_LIVING_SPIRIT_3' => 'Living Spirit Rank 3',
2011 'TALENT_SWIFTMEND' => 'Swiftmend',
2012 'TALENT_NATURAL_PERFECTION_1' => 'Natural Perfection Rank 1',
2013 'TALENT_NATURAL_PERFECTION_2' => 'Natural Perfection Rank 2',
2014 'TALENT_NATURAL_PERFECTION_3' => 'Natural Perfection Rank 3',
2015 'TALENT_EMPOWERED_REJUVENATION_1' => 'Empowered Rejuvenation Rank 1',
2016 'TALENT_EMPOWERED_REJUVENATION_2' => 'Empowered Rejuvenation Rank 2',
2017 'TALENT_EMPOWERED_REJUVENATION_3' => 'Empowered Rejuvenation Rank 3',
2018 'TALENT_EMPOWERED_REJUVENATION_4' => 'Empowered Rejuvenation Rank 4',
2019 'TALENT_EMPOWERED_REJUVENATION_5' => 'Empowered Rejuvenation Rank 5',
2020 'TALENT_TREE_OF_LIFE' => 'Tree of Life',
2021 'TALENT_IMPROVED_ASPECT_OF_THE_HAWK_1' => 'Improved Aspect of the Hawk Rank 1',
2022 'TALENT_IMPROVED_ASPECT_OF_THE_HAWK_2' => 'Improved Aspect of the Hawk Rank 2',
2023 'TALENT_IMPROVED_ASPECT_OF_THE_HAWK_3' => 'Improved Aspect of the Hawk Rank 3',
2024 'TALENT_IMPROVED_ASPECT_OF_THE_HAWK_4' => 'Improved Aspect of the Hawk Rank 4',
2025 'TALENT_IMPROVED_ASPECT_OF_THE_HAWK_5' => 'Improved Aspect of the Hawk Rank 5',
2026 'TALENT_ENDURANCE_TRAINING_1' => 'Endurance Training Rank 1',
2027 'TALENT_ENDURANCE_TRAINING_2' => 'Endurance Training Rank 2',
2028 'TALENT_ENDURANCE_TRAINING_3' => 'Endurance Training Rank 3',
2029 'TALENT_ENDURANCE_TRAINING_4' => 'Endurance Training Rank 4',
2030 'TALENT_ENDURANCE_TRAINING_5' => 'Endurance Training Rank 5',
2031 'TALENT_FOCUSED_FIRE_1' => 'Focused Fire Rank 1',
2032 'TALENT_FOCUSED_FIRE_2' => 'Focused Fire Rank 2',
2033 'TALENT_IMPROVED_ASPECT_OF_THE_MONKEY_1' => 'Improved Aspect of the Monkey Rank 1',
2034 'TALENT_IMPROVED_ASPECT_OF_THE_MONKEY_2' => 'Improved Aspect of the Monkey Rank 2',
2035 'TALENT_IMPROVED_ASPECT_OF_THE_MONKEY_3' => 'Improved Aspect of the Monkey Rank 3',
2036 'TALENT_THICK_HIDE_1' => 'Thick Hide Rank 1',
2037 'TALENT_THICK_HIDE_2' => 'Thick Hide Rank 2',
2038 'TALENT_THICK_HIDE_3' => 'Thick Hide Rank 3',
2039 'TALENT_IMPROVED_REVIVE_PET_1' => 'Improved Revive Pet Rank 1',
2040 'TALENT_IMPROVED_REVIVE_PET_2' => 'Improved Revive Pet Rank 2',
2041 'TALENT_PATHFINDING_1' => 'Pathfinding Rank 1',
2042 'TALENT_PATHFINDING_2' => 'Pathfinding Rank 2',
2043 'TALENT_BESTIAL_SWIFTNESS' => 'Bestial Swiftness',
2044 'TALENT_UNLEASHED_FURY_1' => 'Unleashed Fury Rank 1',
2045 'TALENT_UNLEASHED_FURY_2' => 'Unleashed Fury Rank 2',
2046 'TALENT_UNLEASHED_FURY_3' => 'Unleashed Fury Rank 3',
2047 'TALENT_UNLEASHED_FURY_4' => 'Unleashed Fury Rank 4',
2048 'TALENT_UNLEASHED_FURY_5' => 'Unleashed Fury Rank 5',
2049 'TALENT_IMPROVED_MEND_PET_1' => 'Improved Mend Pet Rank 1',
2050 'TALENT_IMPROVED_MEND_PET_2' => 'Improved Mend Pet Rank 2',
2051 'TALENT_FEROCITY_1' => 'Ferocity Rank 1',
2052 'TALENT_FEROCITY_2' => 'Ferocity Rank 2',
2053 'TALENT_FEROCITY_3' => 'Ferocity Rank 3',
2054 'TALENT_FEROCITY_4' => 'Ferocity Rank 4',
2055 'TALENT_FEROCITY_5' => 'Ferocity Rank 5',
2056 'TALENT_SPIRIT_BOND_1' => 'Spirit Bond Rank 1',
2057 'TALENT_SPIRIT_BOND_2' => 'Spirit Bond Rank 2',
2058 'TALENT_INTIMIDATION' => 'Intimidation',
2059 'TALENT_BESTIAL_DISCIPLINE_1' => 'Bestial Discipline Rank 1',
2060 'TALENT_BESTIAL_DISCIPLINE_2' => 'Bestial Discipline Rank 2',
2061 'TALENT_ANIMAL_HANDLER_1' => 'Animal Handler Rank 1',
2062 'TALENT_ANIMAL_HANDLER_2' => 'Animal Handler Rank 2',
2063 'TALENT_FRENZY_1' => 'Frenzy Rank 1',
2064 'TALENT_FRENZY_2' => 'Frenzy Rank 2',
2065 'TALENT_FRENZY_3' => 'Frenzy Rank 3',
2066 'TALENT_FRENZY_4' => 'Frenzy Rank 4',
2067 'TALENT_FRENZY_5' => 'Frenzy Rank 5',
2068 'TALENT_FEROCIOUS_INSPIRATION_1' => 'Ferocious Inspiration Rank 1',
2069 'TALENT_FEROCIOUS_INSPIRATION_2' => 'Ferocious Inspiration Rank 2',
2070 'TALENT_FEROCIOUS_INSPIRATION_3' => 'Ferocious Inspiration Rank 3',
2071 'TALENT_BESTIAL_WRATH' => 'Bestial Wrath',
2072 'TALENT_CATLIKE_REFLEXES_1' => 'Catlike Reflexes Rank 1',
2073 'TALENT_CATLIKE_REFLEXES_2' => 'Catlike Reflexes Rank 2',
2074 'TALENT_CATLIKE_REFLEXES_3' => 'Catlike Reflexes Rank 3',
2075 'TALENT_SERPENTS_SWIFTNESS_1' => 'Serpents Swiftness Rank 1',
2076 'TALENT_SERPENTS_SWIFTNESS_2' => 'Serpents Swiftness Rank 2',
2077 'TALENT_SERPENTS_SWIFTNESS_3' => 'Serpents Swiftness Rank 3',
2078 'TALENT_SERPENTS_SWIFTNESS_4' => 'Serpents Swiftness Rank 4',
2079 'TALENT_SERPENTS_SWIFTNESS_5' => 'Serpents Swiftness Rank 5',
2080 'TALENT_THE_BEAST_WITHIN' => 'The Beast Within',
2081 'TALENT_IMPROVED_CONCUSSIVE_SHOT_1' => 'Improved Concussive Shot Rank 1',
2082 'TALENT_IMPROVED_CONCUSSIVE_SHOT_2' => 'Improved Concussive Shot Rank 2',
2083 'TALENT_IMPROVED_CONCUSSIVE_SHOT_3' => 'Improved Concussive Shot Rank 3',
2084 'TALENT_IMPROVED_CONCUSSIVE_SHOT_4' => 'Improved Concussive Shot Rank 4',
2085 'TALENT_IMPROVED_CONCUSSIVE_SHOT_5' => 'Improved Concussive Shot Rank 5',
2086 'TALENT_LETHAL_SHOTS_1' => 'Lethal Shots Rank 1',
2087 'TALENT_LETHAL_SHOTS_2' => 'Lethal Shots Rank 2',
2088 'TALENT_LETHAL_SHOTS_3' => 'Lethal Shots Rank 3',
2089 'TALENT_LETHAL_SHOTS_4' => 'Lethal Shots Rank 4',
2090 'TALENT_LETHAL_SHOTS_5' => 'Lethal Shots Rank 5',
2091 'TALENT_IMPROVED_HUNTERS_MARK_1' => 'Improved Hunters Mark Rank 1',
2092 'TALENT_IMPROVED_HUNTERS_MARK_2' => 'Improved Hunters Mark Rank 2',
2093 'TALENT_IMPROVED_HUNTERS_MARK_3' => 'Improved Hunters Mark Rank 3',
2094 'TALENT_IMPROVED_HUNTERS_MARK_4' => 'Improved Hunters Mark Rank 4',
2095 'TALENT_IMPROVED_HUNTERS_MARK_5' => 'Improved Hunters Mark Rank 5',
2096 'TALENT_EFFICIENCY_1' => 'Efficiency Rank 1',
2097 'TALENT_EFFICIENCY_2' => 'Efficiency Rank 2',
2098 'TALENT_EFFICIENCY_3' => 'Efficiency Rank 3',
2099 'TALENT_EFFICIENCY_4' => 'Efficiency Rank 4',
2100 'TALENT_EFFICIENCY_5' => 'Efficiency Rank 5',
2101 'TALENT_GO_FOR_THE_THROAT_1' => 'Go for the Throat Rank 1',
2102 'TALENT_GO_FOR_THE_THROAT_2' => 'Go for the Throat Rank 2',
2103 'TALENT_IMPROVED_ARCANE_SHOT_1' => 'Improved Arcane Shot Rank 1',
2104 'TALENT_IMPROVED_ARCANE_SHOT_2' => 'Improved Arcane Shot Rank 2',
2105 'TALENT_IMPROVED_ARCANE_SHOT_3' => 'Improved Arcane Shot Rank 3',
2106 'TALENT_IMPROVED_ARCANE_SHOT_4' => 'Improved Arcane Shot Rank 4',
2107 'TALENT_IMPROVED_ARCANE_SHOT_5' => 'Improved Arcane Shot Rank 5',
2108 'TALENT_AIMED_SHOT' => 'Aimed Shot',
2109 'TALENT_RAPID_KILLING_1' => 'Rapid Killing Rank 1',
2110 'TALENT_RAPID_KILLING_2' => 'Rapid Killing Rank 2',
2111 'TALENT_IMPROVED_STINGS_1' => 'Improved Stings Rank 1',
2112 'TALENT_IMPROVED_STINGS_2' => 'Improved Stings Rank 2',
2113 'TALENT_IMPROVED_STINGS_3' => 'Improved Stings Rank 3',
2114 'TALENT_IMPROVED_STINGS_4' => 'Improved Stings Rank 4',
2115 'TALENT_IMPROVED_STINGS_5' => 'Improved Stings Rank 5',
2116 'TALENT_MORTAL_SHOTS_1' => 'Mortal Shots Rank 1',
2117 'TALENT_MORTAL_SHOTS_2' => 'Mortal Shots Rank 2',
2118 'TALENT_MORTAL_SHOTS_3' => 'Mortal Shots Rank 3',
2119 'TALENT_MORTAL_SHOTS_4' => 'Mortal Shots Rank 4',
2120 'TALENT_MORTAL_SHOTS_5' => 'Mortal Shots Rank 5',
2121 'TALENT_CONCUSSIVE_BARRAGE_1' => 'Concussive Barrage Rank 1',
2122 'TALENT_CONCUSSIVE_BARRAGE_2' => 'Concussive Barrage Rank 2',
2123 'TALENT_CONCUSSIVE_BARRAGE_3' => 'Concussive Barrage Rank 3',
2124 'TALENT_SCATTER_SHOT' => 'Scatter Shot',
2125 'TALENT_BARRAGE_1' => 'Barrage Rank 1',
2126 'TALENT_BARRAGE_2' => 'Barrage Rank 2',
2127 'TALENT_BARRAGE_3' => 'Barrage Rank 3',
2128 'TALENT_COMBAT_EXPERIENCE_1' => 'Combat Experience Rank 1',
2129 'TALENT_COMBAT_EXPERIENCE_2' => 'Combat Experience Rank 2',
2130 'TALENT_RANGED_WEAPON_SPECIALIZATION_1' => 'Ranged Weapon Specialization Rank 1',
2131 'TALENT_RANGED_WEAPON_SPECIALIZATION_2' => 'Ranged Weapon Specialization Rank 2',
2132 'TALENT_RANGED_WEAPON_SPECIALIZATION_3' => 'Ranged Weapon Specialization Rank 3',
2133 'TALENT_RANGED_WEAPON_SPECIALIZATION_4' => 'Ranged Weapon Specialization Rank 4',
2134 'TALENT_RANGED_WEAPON_SPECIALIZATION_5' => 'Ranged Weapon Specialization Rank 5',
2135 'TALENT_CAREFUL_AIM_1' => 'Careful Aim Rank 1',
2136 'TALENT_CAREFUL_AIM_2' => 'Careful Aim Rank 2',
2137 'TALENT_CAREFUL_AIM_3' => 'Careful Aim Rank 3',
2138 'TALENT_TRUESHOT_AURA' => 'Trueshot Aura',
2139 'TALENT_IMPROVED_BARRAGE_1' => 'Improved Barrage Rank 1',
2140 'TALENT_IMPROVED_BARRAGE_2' => 'Improved Barrage Rank 2',
2141 'TALENT_IMPROVED_BARRAGE_3' => 'Improved Barrage Rank 3',
2142 'TALENT_MASTER_MARKSMAN_1' => 'Master Marksman Rank 1',
2143 'TALENT_MASTER_MARKSMAN_2' => 'Master Marksman Rank 2',
2144 'TALENT_MASTER_MARKSMAN_3' => 'Master Marksman Rank 3',
2145 'TALENT_MASTER_MARKSMAN_4' => 'Master Marksman Rank 4',
2146 'TALENT_MASTER_MARKSMAN_5' => 'Master Marksman Rank 5',
2147 'TALENT_SILENCING_SHOT' => 'Silencing Shot',
2148 'TALENT_MONSTER_SLAYING_1' => 'Monster Slaying Rank 1',
2149 'TALENT_MONSTER_SLAYING_2' => 'Monster Slaying Rank 2',
2150 'TALENT_MONSTER_SLAYING_3' => 'Monster Slaying Rank 3',
2151 'TALENT_HUMANOID_SLAYING_1' => 'Humanoid Slaying Rank 1',
2152 'TALENT_HUMANOID_SLAYING_2' => 'Humanoid Slaying Rank 2',
2153 'TALENT_HUMANOID_SLAYING_3' => 'Humanoid Slaying Rank 3',
2154 'TALENT_HAWK_EYE_1' => 'Hawk Eye Rank 1',
2155 'TALENT_HAWK_EYE_2' => 'Hawk Eye Rank 2',
2156 'TALENT_HAWK_EYE_3' => 'Hawk Eye Rank 3',
2157 'TALENT_SAVAGE_STRIKES_1' => 'Savage Strikes Rank 1',
2158 'TALENT_SAVAGE_STRIKES_2' => 'Savage Strikes Rank 2',
2159 'TALENT_ENTRAPMENT_1' => 'Entrapment Rank 1',
2160 'TALENT_ENTRAPMENT_2' => 'Entrapment Rank 2',
2161 'TALENT_ENTRAPMENT_3' => 'Entrapment Rank 3',
2162 'TALENT_DEFLECTION_1' => 'Deflection Rank 1',
2163 'TALENT_DEFLECTION_2' => 'Deflection Rank 2',
2164 'TALENT_DEFLECTION_3' => 'Deflection Rank 3',
2165 'TALENT_DEFLECTION_4' => 'Deflection Rank 4',
2166 'TALENT_DEFLECTION_5' => 'Deflection Rank 5',
2167 'TALENT_IMPROVED_WING_CLIP_1' => 'Improved Wing Clip Rank 1',
2168 'TALENT_IMPROVED_WING_CLIP_2' => 'Improved Wing Clip Rank 2',
2169 'TALENT_IMPROVED_WING_CLIP_3' => 'Improved Wing Clip Rank 3',
2170 'TALENT_CLEVER_TRAPS_1' => 'Clever Traps Rank 1',
2171 'TALENT_CLEVER_TRAPS_2' => 'Clever Traps Rank 2',
2172 'TALENT_SURVIVALIST_1' => 'Survivalist Rank 1',
2173 'TALENT_SURVIVALIST_2' => 'Survivalist Rank 2',
2174 'TALENT_SURVIVALIST_3' => 'Survivalist Rank 3',
2175 'TALENT_SURVIVALIST_4' => 'Survivalist Rank 4',
2176 'TALENT_SURVIVALIST_5' => 'Survivalist Rank 5',
2177 'TALENT_DETERRENCE' => 'Deterrence',
2178 'TALENT_TRAP_MASTERY_1' => 'Trap Mastery Rank 1',
2179 'TALENT_TRAP_MASTERY_2' => 'Trap Mastery Rank 2',
2180 'TALENT_SUREFOOTED_1' => 'Surefooted Rank 1',
2181 'TALENT_SUREFOOTED_2' => 'Surefooted Rank 2',
2182 'TALENT_SUREFOOTED_3' => 'Surefooted Rank 3',
2183 'TALENT_IMPROVED_FEIGN_DEATH_1' => 'Improved Feign Death Rank 1',
2184 'TALENT_IMPROVED_FEIGN_DEATH_2' => 'Improved Feign Death Rank 2',
2185 'TALENT_SURVIVAL_INSTINCTS_1' => 'Survival Instincts Rank 1',
2186 'TALENT_SURVIVAL_INSTINCTS_2' => 'Survival Instincts Rank 2',
2187 'TALENT_KILLER_INSTINCT_1' => 'Killer Instinct Rank 1',
2188 'TALENT_KILLER_INSTINCT_2' => 'Killer Instinct Rank 2',
2189 'TALENT_KILLER_INSTINCT_3' => 'Killer Instinct Rank 3',
2190 'TALENT_COUNTERATTACK' => 'Counterattack',
2191 'TALENT_RESOURCEFULNESS_1' => 'Resourcefulness Rank 1',
2192 'TALENT_RESOURCEFULNESS_2' => 'Resourcefulness Rank 2',
2193 'TALENT_RESOURCEFULNESS_3' => 'Resourcefulness Rank 3',
2194 'TALENT_LIGHTNING_REFLEXES_1' => 'Lightning Reflexes Rank 1',
2195 'TALENT_LIGHTNING_REFLEXES_2' => 'Lightning Reflexes Rank 2',
2196 'TALENT_LIGHTNING_REFLEXES_3' => 'Lightning Reflexes Rank 3',
2197 'TALENT_LIGHTNING_REFLEXES_4' => 'Lightning Reflexes Rank 4',
2198 'TALENT_LIGHTNING_REFLEXES_5' => 'Lightning Reflexes Rank 5',
2199 'TALENT_THRILL_OF_THE_HUNT_1' => 'Thrill of the Hunt Rank 1',
2200 'TALENT_THRILL_OF_THE_HUNT_2' => 'Thrill of the Hunt Rank 2',
2201 'TALENT_THRILL_OF_THE_HUNT_3' => 'Thrill of the Hunt Rank 3',
2202 'TALENT_WYVERN_STING' => 'Wyvern Sting',
2203 'TALENT_EXPOSE_WEAKNESS_1' => 'Expose Weakness Rank 1',
2204 'TALENT_EXPOSE_WEAKNESS_2' => 'Expose Weakness Rank 2',
2205 'TALENT_EXPOSE_WEAKNESS_3' => 'Expose Weakness Rank 3',
2206 'TALENT_MASTER_TACTICIAN_1' => 'Master Tactician Rank 1',
2207 'TALENT_MASTER_TACTICIAN_2' => 'Master Tactician Rank 2',
2208 'TALENT_MASTER_TACTICIAN_3' => 'Master Tactician Rank 3',
2209 'TALENT_MASTER_TACTICIAN_4' => 'Master Tactician Rank 4',
2210 'TALENT_MASTER_TACTICIAN_5' => 'Master Tactician Rank 5',
2211 'TALENT_READINESS' => 'Readiness',
2212 'TALENT_ARCANE_SUBTLETY_1' => 'Arcane Subtlety Rank 1',
2213 'TALENT_ARCANE_SUBTLETY_2' => 'Arcane Subtlety Rank 2',
2214 'TALENT_ARCANE_FOCUS_1' => 'Arcane Focus Rank 1',
2215 'TALENT_ARCANE_FOCUS_2' => 'Arcane Focus Rank 2',
2216 'TALENT_ARCANE_FOCUS_3' => 'Arcane Focus Rank 3',
2217 'TALENT_ARCANE_FOCUS_4' => 'Arcane Focus Rank 4',
2218 'TALENT_ARCANE_FOCUS_5' => 'Arcane Focus Rank 5',
2219 'TALENT_IMPROVED_ARCANE_MISSILES_1' => 'Improved Arcane Missiles Rank 1',
2220 'TALENT_IMPROVED_ARCANE_MISSILES_2' => 'Improved Arcane Missiles Rank 2',
2221 'TALENT_IMPROVED_ARCANE_MISSILES_3' => 'Improved Arcane Missiles Rank 3',
2222 'TALENT_IMPROVED_ARCANE_MISSILES_4' => 'Improved Arcane Missiles Rank 4',
2223 'TALENT_IMPROVED_ARCANE_MISSILES_5' => 'Improved Arcane Missiles Rank 5',
2224 'TALENT_WAND_SPECIALIZATION_1' => 'Wand Specialization Rank 1',
2225 'TALENT_WAND_SPECIALIZATION_2' => 'Wand Specialization Rank 2',
2226 'TALENT_MAGIC_ABSORPTION_1' => 'Magic Absorption Rank 1',
2227 'TALENT_MAGIC_ABSORPTION_2' => 'Magic Absorption Rank 2',
2228 'TALENT_MAGIC_ABSORPTION_3' => 'Magic Absorption Rank 3',
2229 'TALENT_MAGIC_ABSORPTION_4' => 'Magic Absorption Rank 4',
2230 'TALENT_MAGIC_ABSORPTION_5' => 'Magic Absorption Rank 5',
2231 'TALENT_ARCANE_CONCENTRATION_1' => 'Arcane Concentration Rank 1',
2232 'TALENT_ARCANE_CONCENTRATION_2' => 'Arcane Concentration Rank 2',
2233 'TALENT_ARCANE_CONCENTRATION_3' => 'Arcane Concentration Rank 3',
2234 'TALENT_ARCANE_CONCENTRATION_4' => 'Arcane Concentration Rank 4',
2235 'TALENT_ARCANE_CONCENTRATION_5' => 'Arcane Concentration Rank 5',
2236 'TALENT_MAGIC_ATTUNEMENT_1' => 'Magic Attunement Rank 1',
2237 'TALENT_MAGIC_ATTUNEMENT_2' => 'Magic Attunement Rank 2',
2238 'TALENT_ARCANE_IMPACT_1' => 'Arcane Impact Rank 1',
2239 'TALENT_ARCANE_IMPACT_2' => 'Arcane Impact Rank 2',
2240 'TALENT_ARCANE_IMPACT_3' => 'Arcane Impact Rank 3',
2241 'TALENT_ARCANE_FORTITUDE' => 'Arcane Fortitude',
2242 'TALENT_IMPROVED_MANA_SHIELD_1' => 'Improved Mana Shield Rank 1',
2243 'TALENT_IMPROVED_MANA_SHIELD_2' => 'Improved Mana Shield Rank 2',
2244 'TALENT_IMPROVED_COUNTERSPELL_1' => 'Improved Counterspell Rank 1',
2245 'TALENT_IMPROVED_COUNTERSPELL_2' => 'Improved Counterspell Rank 2',
2246 'TALENT_ARCANE_MEDITATION_1' => 'Arcane Meditation Rank 1',
2247 'TALENT_ARCANE_MEDITATION_2' => 'Arcane Meditation Rank 2',
2248 'TALENT_ARCANE_MEDITATION_3' => 'Arcane Meditation Rank 3',
2249 'TALENT_IMPROVED_BLINK_1' => 'Improved Blink Rank 1',
2250 'TALENT_IMPROVED_BLINK_2' => 'Improved Blink Rank 2',
2251 'TALENT_PRESENCE_OF_MIND' => 'Presence of Mind',
2252 'TALENT_ARCANE_MIND_1' => 'Arcane Mind Rank 1',
2253 'TALENT_ARCANE_MIND_2' => 'Arcane Mind Rank 2',
2254 'TALENT_ARCANE_MIND_3' => 'Arcane Mind Rank 3',
2255 'TALENT_ARCANE_MIND_4' => 'Arcane Mind Rank 4',
2256 'TALENT_ARCANE_MIND_5' => 'Arcane Mind Rank 5',
2257 'TALENT_PRISMATIC_CLOAK_1' => 'Prismatic Cloak Rank 1',
2258 'TALENT_PRISMATIC_CLOAK_2' => 'Prismatic Cloak Rank 2',
2259 'TALENT_ARCANE_INSTABILITY_1' => 'Arcane Instability Rank 1',
2260 'TALENT_ARCANE_INSTABILITY_2' => 'Arcane Instability Rank 2',
2261 'TALENT_ARCANE_INSTABILITY_3' => 'Arcane Instability Rank 3',
2262 'TALENT_ARCANE_POTENCY_1' => 'Arcane Potency Rank 1',
2263 'TALENT_ARCANE_POTENCY_2' => 'Arcane Potency Rank 2',
2264 'TALENT_ARCANE_POTENCY_3' => 'Arcane Potency Rank 3',
2265 'TALENT_EMPOWERED_ARCANE_MISSILES_1' => 'Empowered Arcane Missiles Rank 1',
2266 'TALENT_EMPOWERED_ARCANE_MISSILES_2' => 'Empowered Arcane Missiles Rank 2',
2267 'TALENT_EMPOWERED_ARCANE_MISSILES_3' => 'Empowered Arcane Missiles Rank 3',
2268 'TALENT_ARCANE_POWER' => 'Arcane Power',
2269 'TALENT_SPELL_POWER_1' => 'Spell Power Rank 1',
2270 'TALENT_SPELL_POWER_2' => 'Spell Power Rank 2',
2271 'TALENT_MIND_MASTERY_1' => 'Mind Mastery Rank 1',
2272 'TALENT_MIND_MASTERY_2' => 'Mind Mastery Rank 2',
2273 'TALENT_MIND_MASTERY_3' => 'Mind Mastery Rank 3',
2274 'TALENT_MIND_MASTERY_4' => 'Mind Mastery Rank 4',
2275 'TALENT_MIND_MASTERY_5' => 'Mind Mastery Rank 5',
2276 'TALENT_SLOW' => 'Slow',
2277 'TALENT_IMPROVED_FIREBALL_1' => 'Improved Fireball Rank 1',
2278 'TALENT_IMPROVED_FIREBALL_2' => 'Improved Fireball Rank 2',
2279 'TALENT_IMPROVED_FIREBALL_3' => 'Improved Fireball Rank 3',
2280 'TALENT_IMPROVED_FIREBALL_4' => 'Improved Fireball Rank 4',
2281 'TALENT_IMPROVED_FIREBALL_5' => 'Improved Fireball Rank 5',
2282 'TALENT_IMPACT_1' => 'Impact Rank 1',
2283 'TALENT_IMPACT_2' => 'Impact Rank 2',
2284 'TALENT_IMPACT_3' => 'Impact Rank 3',
2285 'TALENT_IMPACT_4' => 'Impact Rank 4',
2286 'TALENT_IMPACT_5' => 'Impact Rank 5',
2287 'TALENT_IGNITE_1' => 'Ignite Rank 1',
2288 'TALENT_IGNITE_2' => 'Ignite Rank 2',
2289 'TALENT_IGNITE_3' => 'Ignite Rank 3',
2290 'TALENT_IGNITE_4' => 'Ignite Rank 4',
2291 'TALENT_IGNITE_5' => 'Ignite Rank 5',
2292 'TALENT_FLAME_THROWING_1' => 'Flame Throwing Rank 1',
2293 'TALENT_FLAME_THROWING_2' => 'Flame Throwing Rank 2',
2294 'TALENT_IMPROVED_FIRE_BLAST_1' => 'Improved Fire Blast Rank 1',
2295 'TALENT_IMPROVED_FIRE_BLAST_2' => 'Improved Fire Blast Rank 2',
2296 'TALENT_IMPROVED_FIRE_BLAST_3' => 'Improved Fire Blast Rank 3',
2297 'TALENT_INCINERATION_1' => 'Incineration Rank 1',
2298 'TALENT_INCINERATION_2' => 'Incineration Rank 2',
2299 'TALENT_IMPROVED_FLAMESTRIKE_1' => 'Improved Flamestrike Rank 1',
2300 'TALENT_IMPROVED_FLAMESTRIKE_2' => 'Improved Flamestrike Rank 2',
2301 'TALENT_IMPROVED_FLAMESTRIKE_3' => 'Improved Flamestrike Rank 3',
2302 'TALENT_PYROBLAST' => 'Pyroblast',
2303 'TALENT_BURNING_SOUL_1' => 'Burning Soul Rank 1',
2304 'TALENT_BURNING_SOUL_2' => 'Burning Soul Rank 2',
2305 'TALENT_IMPROVED_SCORCH_1' => 'Improved Scorch Rank 1',
2306 'TALENT_IMPROVED_SCORCH_2' => 'Improved Scorch Rank 2',
2307 'TALENT_IMPROVED_SCORCH_3' => 'Improved Scorch Rank 3',
2308 'TALENT_IMPROVED_FIRE_WARD_1' => 'Improved Fire Ward Rank 1',
2309 'TALENT_IMPROVED_FIRE_WARD_2' => 'Improved Fire Ward Rank 2',
2310 'TALENT_MASTER_OF_ELEMENTS_1' => 'Master of Elements Rank 1',
2311 'TALENT_MASTER_OF_ELEMENTS_2' => 'Master of Elements Rank 2',
2312 'TALENT_MASTER_OF_ELEMENTS_3' => 'Master of Elements Rank 3',
2313 'TALENT_PLAYING_WITH_FIRE_1' => 'Playing with Fire Rank 1',
2314 'TALENT_PLAYING_WITH_FIRE_2' => 'Playing with Fire Rank 2',
2315 'TALENT_PLAYING_WITH_FIRE_3' => 'Playing with Fire Rank 3',
2316 'TALENT_CRITICAL_MASS_1' => 'Critical Mass Rank 1',
2317 'TALENT_CRITICAL_MASS_2' => 'Critical Mass Rank 2',
2318 'TALENT_CRITICAL_MASS_3' => 'Critical Mass Rank 3',
2319 'TALENT_BLAST_WAVE' => 'Blast Wave',
2320 'TALENT_BLAZING_SPEED_1' => 'Blazing Speed Rank 1',
2321 'TALENT_BLAZING_SPEED_2' => 'Blazing Speed Rank 2',
2322 'TALENT_FIRE_POWER_1' => 'Fire Power Rank 1',
2323 'TALENT_FIRE_POWER_2' => 'Fire Power Rank 2',
2324 'TALENT_FIRE_POWER_3' => 'Fire Power Rank 3',
2325 'TALENT_FIRE_POWER_4' => 'Fire Power Rank 4',
2326 'TALENT_FIRE_POWER_5' => 'Fire Power Rank 5',
2327 'TALENT_PYROMANIAC_1' => 'Pyromaniac Rank 1',
2328 'TALENT_PYROMANIAC_2' => 'Pyromaniac Rank 2',
2329 'TALENT_PYROMANIAC_3' => 'Pyromaniac Rank 3',
2330 'TALENT_COMBUSTION' => 'Combustion',
2331 'TALENT_MOLTEN_FURY_1' => 'Molten Fury Rank 1',
2332 'TALENT_MOLTEN_FURY_2' => 'Molten Fury Rank 2',
2333 'TALENT_EMPOWERED_FIREBALL_1' => 'Empowered Fireball Rank 1',
2334 'TALENT_EMPOWERED_FIREBALL_2' => 'Empowered Fireball Rank 2',
2335 'TALENT_EMPOWERED_FIREBALL_3' => 'Empowered Fireball Rank 3',
2336 'TALENT_EMPOWERED_FIREBALL_4' => 'Empowered Fireball Rank 4',
2337 'TALENT_EMPOWERED_FIREBALL_5' => 'Empowered Fireball Rank 5',
2338 'TALENT_DRAGONS_BREATH' => 'Dragons Breath',
2339 'TALENT_FROST_WARDING_1' => 'Frost Warding Rank 1',
2340 'TALENT_FROST_WARDING_2' => 'Frost Warding Rank 2',
2341 'TALENT_IMPROVED_FROSTBOLT_1' => 'Improved Frostbolt Rank 1',
2342 'TALENT_IMPROVED_FROSTBOLT_2' => 'Improved Frostbolt Rank 2',
2343 'TALENT_IMPROVED_FROSTBOLT_3' => 'Improved Frostbolt Rank 3',
2344 'TALENT_IMPROVED_FROSTBOLT_4' => 'Improved Frostbolt Rank 4',
2345 'TALENT_IMPROVED_FROSTBOLT_5' => 'Improved Frostbolt Rank 5',
2346 'TALENT_ELEMENTAL_PRECISION_1' => 'Elemental Precision Rank 1',
2347 'TALENT_ELEMENTAL_PRECISION_2' => 'Elemental Precision Rank 2',
2348 'TALENT_ELEMENTAL_PRECISION_3' => 'Elemental Precision Rank 3',
2349 'TALENT_ICE_SHARDS_1' => 'Ice Shards Rank 1',
2350 'TALENT_ICE_SHARDS_2' => 'Ice Shards Rank 2',
2351 'TALENT_ICE_SHARDS_3' => 'Ice Shards Rank 3',
2352 'TALENT_ICE_SHARDS_4' => 'Ice Shards Rank 4',
2353 'TALENT_ICE_SHARDS_5' => 'Ice Shards Rank 5',
2354 'TALENT_FROSTBITE_1' => 'Frostbite Rank 1',
2355 'TALENT_FROSTBITE_2' => 'Frostbite Rank 2',
2356 'TALENT_FROSTBITE_3' => 'Frostbite Rank 3',
2357 'TALENT_IMPROVED_FROST_NOVA_1' => 'Improved Frost Nova Rank 1',
2358 'TALENT_IMPROVED_FROST_NOVA_2' => 'Improved Frost Nova Rank 2',
2359 'TALENT_PERMAFROST_1' => 'Permafrost Rank 1',
2360 'TALENT_PERMAFROST_2' => 'Permafrost Rank 2',
2361 'TALENT_PERMAFROST_3' => 'Permafrost Rank 3',
2362 'TALENT_PIERCING_ICE_1' => 'Piercing Ice Rank 1',
2363 'TALENT_PIERCING_ICE_2' => 'Piercing Ice Rank 2',
2364 'TALENT_PIERCING_ICE_3' => 'Piercing Ice Rank 3',
2365 'TALENT_COLD_SNAP' => 'Cold Snap',
2366 'TALENT_IMPROVED_BLIZZARD_1' => 'Improved Blizzard Rank 1',
2367 'TALENT_IMPROVED_BLIZZARD_2' => 'Improved Blizzard Rank 2',
2368 'TALENT_IMPROVED_BLIZZARD_3' => 'Improved Blizzard Rank 3',
2369 'TALENT_ARCTIC_REACH_1' => 'Arctic Reach Rank 1',
2370 'TALENT_ARCTIC_REACH_2' => 'Arctic Reach Rank 2',
2371 'TALENT_FROST_CHANNELING_1' => 'Frost Channeling Rank 1',
2372 'TALENT_FROST_CHANNELING_2' => 'Frost Channeling Rank 2',
2373 'TALENT_FROST_CHANNELING_3' => 'Frost Channeling Rank 3',
2374 'TALENT_SHATTER_1' => 'Shatter Rank 1',
2375 'TALENT_SHATTER_2' => 'Shatter Rank 2',
2376 'TALENT_SHATTER_3' => 'Shatter Rank 3',
2377 'TALENT_SHATTER_4' => 'Shatter Rank 4',
2378 'TALENT_SHATTER_5' => 'Shatter Rank 5',
2379 'TALENT_FROZEN_CORE_1' => 'Frozen Core Rank 1',
2380 'TALENT_FROZEN_CORE_2' => 'Frozen Core Rank 2',
2381 'TALENT_FROZEN_CORE_3' => 'Frozen Core Rank 3',
2382 'TALENT_ICE_BLOCK' => 'Ice Block',
2383 'TALENT_IMPROVED_CONE_OF_COLD_1' => 'Improved Cone of Cold Rank 1',
2384 'TALENT_IMPROVED_CONE_OF_COLD_2' => 'Improved Cone of Cold Rank 2',
2385 'TALENT_IMPROVED_CONE_OF_COLD_3' => 'Improved Cone of Cold Rank 3',
2386 'TALENT_ICE_FLOES_1' => 'Ice Floes Rank 1',
2387 'TALENT_ICE_FLOES_2' => 'Ice Floes Rank 2',
2388 'TALENT_WINTERS_CHILL_1' => 'Winters Chill Rank 1',
2389 'TALENT_WINTERS_CHILL_2' => 'Winters Chill Rank 2',
2390 'TALENT_WINTERS_CHILL_3' => 'Winters Chill Rank 3',
2391 'TALENT_WINTERS_CHILL_4' => 'Winters Chill Rank 4',
2392 'TALENT_WINTERS_CHILL_5' => 'Winters Chill Rank 5',
2393 'TALENT_ICE_BARRIER' => 'Ice Barrier',
2394 'TALENT_ARCTIC_WINDS_1' => 'Arctic Winds Rank 1',
2395 'TALENT_ARCTIC_WINDS_2' => 'Arctic Winds Rank 2',
2396 'TALENT_ARCTIC_WINDS_3' => 'Arctic Winds Rank 3',
2397 'TALENT_ARCTIC_WINDS_4' => 'Arctic Winds Rank 4',
2398 'TALENT_ARCTIC_WINDS_5' => 'Arctic Winds Rank 5',
2399 'TALENT_EMPOWERED_FROSTBOLT_1' => 'Empowered Frostbolt Rank 1',
2400 'TALENT_EMPOWERED_FROSTBOLT_2' => 'Empowered Frostbolt Rank 2',
2401 'TALENT_EMPOWERED_FROSTBOLT_3' => 'Empowered Frostbolt Rank 3',
2402 'TALENT_EMPOWERED_FROSTBOLT_4' => 'Empowered Frostbolt Rank 4',
2403 'TALENT_EMPOWERED_FROSTBOLT_5' => 'Empowered Frostbolt Rank 5',
2404 'TALENT_SUMMON_WATER_ELEMENTAL' => 'Summon Water Elemental',
2405 'TALENT_DIVINE_STRENGTH_1' => 'Divine Strength Rank 1',
2406 'TALENT_DIVINE_STRENGTH_2' => 'Divine Strength Rank 2',
2407 'TALENT_DIVINE_STRENGTH_3' => 'Divine Strength Rank 3',
2408 'TALENT_DIVINE_STRENGTH_4' => 'Divine Strength Rank 4',
2409 'TALENT_DIVINE_STRENGTH_5' => 'Divine Strength Rank 5',
2410 'TALENT_DIVINE_INTELLECT_1' => 'Divine Intellect Rank 1',
2411 'TALENT_DIVINE_INTELLECT_2' => 'Divine Intellect Rank 2',
2412 'TALENT_DIVINE_INTELLECT_3' => 'Divine Intellect Rank 3',
2413 'TALENT_DIVINE_INTELLECT_4' => 'Divine Intellect Rank 4',
2414 'TALENT_DIVINE_INTELLECT_5' => 'Divine Intellect Rank 5',
2415 'TALENT_SPIRITUAL_FOCUS_1' => 'Spiritual Focus Rank 1',
2416 'TALENT_SPIRITUAL_FOCUS_2' => 'Spiritual Focus Rank 2',
2417 'TALENT_SPIRITUAL_FOCUS_3' => 'Spiritual Focus Rank 3',
2418 'TALENT_SPIRITUAL_FOCUS_4' => 'Spiritual Focus Rank 4',
2419 'TALENT_SPIRITUAL_FOCUS_5' => 'Spiritual Focus Rank 5',
2420 'TALENT_IMPROVED_SEAL_OF_RIGHTEOUSNESS_1' => 'Improved Seal of Righteousness Rank 1',
2421 'TALENT_IMPROVED_SEAL_OF_RIGHTEOUSNESS_2' => 'Improved Seal of Righteousness Rank 2',
2422 'TALENT_IMPROVED_SEAL_OF_RIGHTEOUSNESS_3' => 'Improved Seal of Righteousness Rank 3',
2423 'TALENT_IMPROVED_SEAL_OF_RIGHTEOUSNESS_4' => 'Improved Seal of Righteousness Rank 4',
2424 'TALENT_IMPROVED_SEAL_OF_RIGHTEOUSNESS_5' => 'Improved Seal of Righteousness Rank 5',
2425 'TALENT_HEALING_LIGHT_1' => 'Healing Light Rank 1',
2426 'TALENT_HEALING_LIGHT_2' => 'Healing Light Rank 2',
2427 'TALENT_HEALING_LIGHT_3' => 'Healing Light Rank 3',
2428 'TALENT_AURA_MASTERY' => 'Aura Mastery',
2429 'TALENT_IMPROVED_LAY_ON_HANDS_1' => 'Improved Lay on Hands Rank 1',
2430 'TALENT_IMPROVED_LAY_ON_HANDS_2' => 'Improved Lay on Hands Rank 2',
2431 'TALENT_UNYIELDING_FAITH_1' => 'Unyielding Faith Rank 1',
2432 'TALENT_UNYIELDING_FAITH_2' => 'Unyielding Faith Rank 2',
2433 'TALENT_ILLUMINATION_1' => 'Illumination Rank 1',
2434 'TALENT_ILLUMINATION_2' => 'Illumination Rank 2',
2435 'TALENT_ILLUMINATION_3' => 'Illumination Rank 3',
2436 'TALENT_ILLUMINATION_4' => 'Illumination Rank 4',
2437 'TALENT_ILLUMINATION_5' => 'Illumination Rank 5',
2438 'TALENT_IMPROVED_BLESSING_OF_WISDOM_1' => 'Improved Blessing of Wisdom Rank 1',
2439 'TALENT_IMPROVED_BLESSING_OF_WISDOM_2' => 'Improved Blessing of Wisdom Rank 2',
2440 'TALENT_PURE_OF_HEART_1' => 'Pure of Heart Rank 1',
2441 'TALENT_PURE_OF_HEART_2' => 'Pure of Heart Rank 2',
2442 'TALENT_PURE_OF_HEART_3' => 'Pure of Heart Rank 3',
2443 'TALENT_DIVINE_FAVOR' => 'Divine Favor',
2444 'TALENT_SANCTIFIED_LIGHT_1' => 'Sanctified Light Rank 1',
2445 'TALENT_SANCTIFIED_LIGHT_2' => 'Sanctified Light Rank 2',
2446 'TALENT_SANCTIFIED_LIGHT_3' => 'Sanctified Light Rank 3',
2447 'TALENT_PURIFYING_POWER_1' => 'Purifying Power Rank 1',
2448 'TALENT_PURIFYING_POWER_2' => 'Purifying Power Rank 2',
2449 'TALENT_HOLY_POWER_1' => 'Holy Power Rank 1',
2450 'TALENT_HOLY_POWER_2' => 'Holy Power Rank 2',
2451 'TALENT_HOLY_POWER_3' => 'Holy Power Rank 3',
2452 'TALENT_HOLY_POWER_4' => 'Holy Power Rank 4',
2453 'TALENT_HOLY_POWER_5' => 'Holy Power Rank 5',
2454 'TALENT_LIGHTS_GRACE_1' => 'Lights Grace Rank 1',
2455 'TALENT_LIGHTS_GRACE_2' => 'Lights Grace Rank 2',
2456 'TALENT_LIGHTS_GRACE_3' => 'Lights Grace Rank 3',
2457 'TALENT_HOLY_SHOCK' => 'Holy Shock',
2458 'TALENT_BLESSED_LIFE_1' => 'Blessed Life Rank 1',
2459 'TALENT_BLESSED_LIFE_2' => 'Blessed Life Rank 2',
2460 'TALENT_BLESSED_LIFE_3' => 'Blessed Life Rank 3',
2461 'TALENT_HOLY_GUIDANCE_1' => 'Holy Guidance Rank 1',
2462 'TALENT_HOLY_GUIDANCE_2' => 'Holy Guidance Rank 2',
2463 'TALENT_HOLY_GUIDANCE_3' => 'Holy Guidance Rank 3',
2464 'TALENT_HOLY_GUIDANCE_4' => 'Holy Guidance Rank 4',
2465 'TALENT_HOLY_GUIDANCE_5' => 'Holy Guidance Rank 5',
2466 'TALENT_DIVINE_ILLUMINATION' => 'Divine Illumination',
2467 'TALENT_IMPROVED_DEVOTION_AURA_1' => 'Improved Devotion Aura Rank 1',
2468 'TALENT_IMPROVED_DEVOTION_AURA_2' => 'Improved Devotion Aura Rank 2',
2469 'TALENT_IMPROVED_DEVOTION_AURA_3' => 'Improved Devotion Aura Rank 3',
2470 'TALENT_IMPROVED_DEVOTION_AURA_4' => 'Improved Devotion Aura Rank 4',
2471 'TALENT_IMPROVED_DEVOTION_AURA_5' => 'Improved Devotion Aura Rank 5',
2472 'TALENT_REDOUBT_1' => 'Redoubt Rank 1',
2473 'TALENT_REDOUBT_2' => 'Redoubt Rank 2',
2474 'TALENT_REDOUBT_3' => 'Redoubt Rank 3',
2475 'TALENT_REDOUBT_4' => 'Redoubt Rank 4',
2476 'TALENT_REDOUBT_5' => 'Redoubt Rank 5',
2477 'TALENT_PRECISION_1' => 'Precision Rank 1',
2478 'TALENT_PRECISION_2' => 'Precision Rank 2',
2479 'TALENT_PRECISION_3' => 'Precision Rank 3',
2480 'TALENT_GUARDIANS_FAVOR_1' => 'Guardians Favor Rank 1',
2481 'TALENT_GUARDIANS_FAVOR_2' => 'Guardians Favor Rank 2',
2482 'TALENT_TOUGHNESS_1' => 'Toughness Rank 1',
2483 'TALENT_TOUGHNESS_2' => 'Toughness Rank 2',
2484 'TALENT_TOUGHNESS_3' => 'Toughness Rank 3',
2485 'TALENT_TOUGHNESS_4' => 'Toughness Rank 4',
2486 'TALENT_TOUGHNESS_5' => 'Toughness Rank 5',
2487 'TALENT_BLESSING_OF_KINGS' => 'Blessing of Kings',
2488 'TALENT_IMPROVED_RIGHTEOUS_FURY_1' => 'Improved Righteous Fury Rank 1',
2489 'TALENT_IMPROVED_RIGHTEOUS_FURY_2' => 'Improved Righteous Fury Rank 2',
2490 'TALENT_IMPROVED_RIGHTEOUS_FURY_3' => 'Improved Righteous Fury Rank 3',
2491 'TALENT_SHIELD_SPECIALIZATION_1' => 'Shield Specialization Rank 1',
2492 'TALENT_SHIELD_SPECIALIZATION_2' => 'Shield Specialization Rank 2',
2493 'TALENT_SHIELD_SPECIALIZATION_3' => 'Shield Specialization Rank 3',
2494 'TALENT_ANTICIPATION_1' => 'Anticipation Rank 1',
2495 'TALENT_ANTICIPATION_2' => 'Anticipation Rank 2',
2496 'TALENT_ANTICIPATION_3' => 'Anticipation Rank 3',
2497 'TALENT_ANTICIPATION_4' => 'Anticipation Rank 4',
2498 'TALENT_ANTICIPATION_5' => 'Anticipation Rank 5',
2499 'TALENT_STOICISM_1' => 'Stoicism Rank 1',
2500 'TALENT_STOICISM_2' => 'Stoicism Rank 2',
2501 'TALENT_IMPROVED_HAMMER_OF_JUSTICE_1' => 'Improved Hammer of Justice Rank 1',
2502 'TALENT_IMPROVED_HAMMER_OF_JUSTICE_2' => 'Improved Hammer of Justice Rank 2',
2503 'TALENT_IMPROVED_HAMMER_OF_JUSTICE_3' => 'Improved Hammer of Justice Rank 3',
2504 'TALENT_IMPROVED_CONCENTRATION_AURA_1' => 'Improved Concentration Aura Rank 1',
2505 'TALENT_IMPROVED_CONCENTRATION_AURA_2' => 'Improved Concentration Aura Rank 2',
2506 'TALENT_IMPROVED_CONCENTRATION_AURA_3' => 'Improved Concentration Aura Rank 3',
2507 'TALENT_SPELL_WARDING_1' => 'Spell Warding Rank 1',
2508 'TALENT_SPELL_WARDING_2' => 'Spell Warding Rank 2',
2509 'TALENT_BLESSING_OF_SANCTUARY' => 'Blessing of Sanctuary',
2510 'TALENT_RECKONING_1' => 'Reckoning Rank 1',
2511 'TALENT_RECKONING_2' => 'Reckoning Rank 2',
2512 'TALENT_RECKONING_3' => 'Reckoning Rank 3',
2513 'TALENT_RECKONING_4' => 'Reckoning Rank 4',
2514 'TALENT_RECKONING_5' => 'Reckoning Rank 5',
2515 'TALENT_SACRED_DUTY_1' => 'Sacred Duty Rank 1',
2516 'TALENT_SACRED_DUTY_2' => 'Sacred Duty Rank 2',
2517 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_1' => 'One-Handed Weapon Specialization Rank 1',
2518 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_2' => 'One-Handed Weapon Specialization Rank 2',
2519 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_3' => 'One-Handed Weapon Specialization Rank 3',
2520 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_4' => 'One-Handed Weapon Specialization Rank 4',
2521 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_5' => 'One-Handed Weapon Specialization Rank 5',
2522 'TALENT_IMPROVED_HOLY_SHIELD_1' => 'Improved Holy Shield Rank 1',
2523 'TALENT_IMPROVED_HOLY_SHIELD_2' => 'Improved Holy Shield Rank 2',
2524 'TALENT_HOLY_SHIELD' => 'Holy Shield',
2525 'TALENT_ARDENT_DEFENDER_1' => 'Ardent Defender Rank 1',
2526 'TALENT_ARDENT_DEFENDER_2' => 'Ardent Defender Rank 2',
2527 'TALENT_ARDENT_DEFENDER_3' => 'Ardent Defender Rank 3',
2528 'TALENT_ARDENT_DEFENDER_4' => 'Ardent Defender Rank 4',
2529 'TALENT_ARDENT_DEFENDER_5' => 'Ardent Defender Rank 5',
2530 'TALENT_COMBAT_EXPERTISE_1' => 'Combat Expertise Rank 1',
2531 'TALENT_COMBAT_EXPERTISE_2' => 'Combat Expertise Rank 2',
2532 'TALENT_COMBAT_EXPERTISE_3' => 'Combat Expertise Rank 3',
2533 'TALENT_COMBAT_EXPERTISE_4' => 'Combat Expertise Rank 4',
2534 'TALENT_COMBAT_EXPERTISE_5' => 'Combat Expertise Rank 5',
2535 'TALENT_AVENGERS_SHIELD' => 'Avengers Shield',
2536 'TALENT_IMPROVED_BLESSING_OF_MIGHT_1' => 'Improved Blessing of Might Rank 1',
2537 'TALENT_IMPROVED_BLESSING_OF_MIGHT_2' => 'Improved Blessing of Might Rank 2',
2538 'TALENT_IMPROVED_BLESSING_OF_MIGHT_3' => 'Improved Blessing of Might Rank 3',
2539 'TALENT_IMPROVED_BLESSING_OF_MIGHT_4' => 'Improved Blessing of Might Rank 4',
2540 'TALENT_IMPROVED_BLESSING_OF_MIGHT_5' => 'Improved Blessing of Might Rank 5',
2541 'TALENT_BENEDICTION_1' => 'Benediction Rank 1',
2542 'TALENT_BENEDICTION_2' => 'Benediction Rank 2',
2543 'TALENT_BENEDICTION_3' => 'Benediction Rank 3',
2544 'TALENT_BENEDICTION_4' => 'Benediction Rank 4',
2545 'TALENT_BENEDICTION_5' => 'Benediction Rank 5',
2546 'TALENT_IMPROVED_JUDGEMENT_1' => 'Improved Judgement Rank 1',
2547 'TALENT_IMPROVED_JUDGEMENT_2' => 'Improved Judgement Rank 2',
2548 'TALENT_IMPROVED_SEAL_OF_THE_CRUSADER_1' => 'Improved Seal of the Crusader Rank 1',
2549 'TALENT_IMPROVED_SEAL_OF_THE_CRUSADER_2' => 'Improved Seal of the Crusader Rank 2',
2550 'TALENT_IMPROVED_SEAL_OF_THE_CRUSADER_3' => 'Improved Seal of the Crusader Rank 3',
2551 'TALENT_DEFLECTION_1' => 'Deflection Rank 1',
2552 'TALENT_DEFLECTION_2' => 'Deflection Rank 2',
2553 'TALENT_DEFLECTION_3' => 'Deflection Rank 3',
2554 'TALENT_DEFLECTION_4' => 'Deflection Rank 4',
2555 'TALENT_DEFLECTION_5' => 'Deflection Rank 5',
2556 'TALENT_VINDICATION_1' => 'Vindication Rank 1',
2557 'TALENT_VINDICATION_2' => 'Vindication Rank 2',
2558 'TALENT_VINDICATION_3' => 'Vindication Rank 3',
2559 'TALENT_CONVICTION_1' => 'Conviction Rank 1',
2560 'TALENT_CONVICTION_2' => 'Conviction Rank 2',
2561 'TALENT_CONVICTION_3' => 'Conviction Rank 3',
2562 'TALENT_CONVICTION_4' => 'Conviction Rank 4',
2563 'TALENT_CONVICTION_5' => 'Conviction Rank 5',
2564 'TALENT_SEAL_OF_COMMAND' => 'Seal of Command',
2565 'TALENT_PURSUIT_OF_JUSTICE_1' => 'Pursuit of Justice Rank 1',
2566 'TALENT_PURSUIT_OF_JUSTICE_2' => 'Pursuit of Justice Rank 2',
2567 'TALENT_PURSUIT_OF_JUSTICE_3' => 'Pursuit of Justice Rank 3',
2568 'TALENT_EYE_FOR_AN_EYE_1' => 'Eye for an Eye Rank 1',
2569 'TALENT_EYE_FOR_AN_EYE_2' => 'Eye for an Eye Rank 2',
2570 'TALENT_IMPROVED_RETRIBUTION_AURA_1' => 'Improved Retribution Aura Rank 1',
2571 'TALENT_IMPROVED_RETRIBUTION_AURA_2' => 'Improved Retribution Aura Rank 2',
2572 'TALENT_CRUSADE_1' => 'Crusade Rank 1',
2573 'TALENT_CRUSADE_2' => 'Crusade Rank 2',
2574 'TALENT_CRUSADE_3' => 'Crusade Rank 3',
2575 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_1' => 'Two-Handed Weapon Specialization Rank 1',
2576 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_2' => 'Two-Handed Weapon Specialization Rank 2',
2577 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_3' => 'Two-Handed Weapon Specialization Rank 3',
2578 'TALENT_SANCTITY_AURA' => 'Sanctity Aura',
2579 'TALENT_IMPROVED_SANCTITY_AURA_1' => 'Improved Sanctity Aura Rank 1',
2580 'TALENT_IMPROVED_SANCTITY_AURA_2' => 'Improved Sanctity Aura Rank 2',
2581 'TALENT_VENGEANCE_1' => 'Vengeance Rank 1',
2582 'TALENT_VENGEANCE_2' => 'Vengeance Rank 2',
2583 'TALENT_VENGEANCE_3' => 'Vengeance Rank 3',
2584 'TALENT_VENGEANCE_4' => 'Vengeance Rank 4',
2585 'TALENT_VENGEANCE_5' => 'Vengeance Rank 5',
2586 'TALENT_SANCTIFIED_JUDGEMENT_1' => 'Sanctified Judgement Rank 1',
2587 'TALENT_SANCTIFIED_JUDGEMENT_2' => 'Sanctified Judgement Rank 2',
2588 'TALENT_SANCTIFIED_JUDGEMENT_3' => 'Sanctified Judgement Rank 3',
2589 'TALENT_SANCTIFIED_SEALS_1' => 'Sanctified Seals Rank 1',
2590 'TALENT_SANCTIFIED_SEALS_2' => 'Sanctified Seals Rank 2',
2591 'TALENT_SANCTIFIED_SEALS_3' => 'Sanctified Seals Rank 3',
2592 'TALENT_REPENTANCE' => 'Repentance',
2593 'TALENT_DIVINE_PURPOSE_1' => 'Divine Purpose Rank 1',
2594 'TALENT_DIVINE_PURPOSE_2' => 'Divine Purpose Rank 2',
2595 'TALENT_DIVINE_PURPOSE_3' => 'Divine Purpose Rank 3',
2596 'TALENT_FANATICISM_1' => 'Fanaticism Rank 1',
2597 'TALENT_FANATICISM_2' => 'Fanaticism Rank 2',
2598 'TALENT_FANATICISM_3' => 'Fanaticism Rank 3',
2599 'TALENT_FANATICISM_4' => 'Fanaticism Rank 4',
2600 'TALENT_FANATICISM_5' => 'Fanaticism Rank 5',
2601 'TALENT_CRUSADER_STRIKE' => 'Crusader Strike',
2602 'TALENT_UNBREAKABLE_WILL_1' => 'Unbreakable Will Rank 1',
2603 'TALENT_UNBREAKABLE_WILL_2' => 'Unbreakable Will Rank 2',
2604 'TALENT_UNBREAKABLE_WILL_3' => 'Unbreakable Will Rank 3',
2605 'TALENT_UNBREAKABLE_WILL_4' => 'Unbreakable Will Rank 4',
2606 'TALENT_UNBREAKABLE_WILL_5' => 'Unbreakable Will Rank 5',
2607 'TALENT_WAND_SPECIALIZATION_1' => 'Wand Specialization Rank 1',
2608 'TALENT_WAND_SPECIALIZATION_2' => 'Wand Specialization Rank 2',
2609 'TALENT_WAND_SPECIALIZATION_3' => 'Wand Specialization Rank 3',
2610 'TALENT_WAND_SPECIALIZATION_4' => 'Wand Specialization Rank 4',
2611 'TALENT_WAND_SPECIALIZATION_5' => 'Wand Specialization Rank 5',
2612 'TALENT_SILENT_RESOLVE_1' => 'Silent Resolve Rank 1',
2613 'TALENT_SILENT_RESOLVE_2' => 'Silent Resolve Rank 2',
2614 'TALENT_SILENT_RESOLVE_3' => 'Silent Resolve Rank 3',
2615 'TALENT_SILENT_RESOLVE_4' => 'Silent Resolve Rank 4',
2616 'TALENT_SILENT_RESOLVE_5' => 'Silent Resolve Rank 5',
2617 'TALENT_IMPROVED_POWER_WORD:_FORTITUDE_1' => 'Improved Power Word: Fortitude Rank 1',
2618 'TALENT_IMPROVED_POWER_WORD:_FORTITUDE_2' => 'Improved Power Word: Fortitude Rank 2',
2619 'TALENT_IMPROVED_POWER_WORD:_SHIELD_1' => 'Improved Power Word: Shield Rank 1',
2620 'TALENT_IMPROVED_POWER_WORD:_SHIELD_2' => 'Improved Power Word: Shield Rank 2',
2621 'TALENT_IMPROVED_POWER_WORD:_SHIELD_3' => 'Improved Power Word: Shield Rank 3',
2622 'TALENT_MARTYRDOM_1' => 'Martyrdom Rank 1',
2623 'TALENT_MARTYRDOM_2' => 'Martyrdom Rank 2',
2624 'TALENT_ABSOLUTION_1' => 'Absolution Rank 1',
2625 'TALENT_ABSOLUTION_2' => 'Absolution Rank 2',
2626 'TALENT_ABSOLUTION_3' => 'Absolution Rank 3',
2627 'TALENT_INNER_FOCUS' => 'Inner Focus',
2628 'TALENT_MEDITATION_1' => 'Meditation Rank 1',
2629 'TALENT_MEDITATION_2' => 'Meditation Rank 2',
2630 'TALENT_MEDITATION_3' => 'Meditation Rank 3',
2631 'TALENT_IMPROVED_INNER_FIRE_1' => 'Improved Inner Fire Rank 1',
2632 'TALENT_IMPROVED_INNER_FIRE_2' => 'Improved Inner Fire Rank 2',
2633 'TALENT_IMPROVED_INNER_FIRE_3' => 'Improved Inner Fire Rank 3',
2634 'TALENT_MENTAL_AGILITY_1' => 'Mental Agility Rank 1',
2635 'TALENT_MENTAL_AGILITY_2' => 'Mental Agility Rank 2',
2636 'TALENT_MENTAL_AGILITY_3' => 'Mental Agility Rank 3',
2637 'TALENT_MENTAL_AGILITY_4' => 'Mental Agility Rank 4',
2638 'TALENT_MENTAL_AGILITY_5' => 'Mental Agility Rank 5',
2639 'TALENT_IMPROVED_MANA_BURN_1' => 'Improved Mana Burn Rank 1',
2640 'TALENT_IMPROVED_MANA_BURN_2' => 'Improved Mana Burn Rank 2',
2641 'TALENT_MENTAL_STRENGTH_1' => 'Mental Strength Rank 1',
2642 'TALENT_MENTAL_STRENGTH_2' => 'Mental Strength Rank 2',
2643 'TALENT_MENTAL_STRENGTH_3' => 'Mental Strength Rank 3',
2644 'TALENT_MENTAL_STRENGTH_4' => 'Mental Strength Rank 4',
2645 'TALENT_MENTAL_STRENGTH_5' => 'Mental Strength Rank 5',
2646 'TALENT_DIVINE_SPIRIT' => 'Divine Spirit',
2647 'TALENT_IMPROVED_DIVINE_SPIRIT_1' => 'Improved Divine Spirit Rank 1',
2648 'TALENT_IMPROVED_DIVINE_SPIRIT_2' => 'Improved Divine Spirit Rank 2',
2649 'TALENT_FOCUSED_POWER_1' => 'Focused Power Rank 1',
2650 'TALENT_FOCUSED_POWER_2' => 'Focused Power Rank 2',
2651 'TALENT_FORCE_OF_WILL_1' => 'Force of Will Rank 1',
2652 'TALENT_FORCE_OF_WILL_2' => 'Force of Will Rank 2',
2653 'TALENT_FORCE_OF_WILL_3' => 'Force of Will Rank 3',
2654 'TALENT_FORCE_OF_WILL_4' => 'Force of Will Rank 4',
2655 'TALENT_FORCE_OF_WILL_5' => 'Force of Will Rank 5',
2656 'TALENT_FOCUSED_WILL_1' => 'Focused Will Rank 1',
2657 'TALENT_FOCUSED_WILL_2' => 'Focused Will Rank 2',
2658 'TALENT_FOCUSED_WILL_3' => 'Focused Will Rank 3',
2659 'TALENT_POWER_INFUSION' => 'Power Infusion',
2660 'TALENT_REFLECTIVE_SHIELD_1' => 'Reflective Shield Rank 1',
2661 'TALENT_REFLECTIVE_SHIELD_2' => 'Reflective Shield Rank 2',
2662 'TALENT_REFLECTIVE_SHIELD_3' => 'Reflective Shield Rank 3',
2663 'TALENT_REFLECTIVE_SHIELD_4' => 'Reflective Shield Rank 4',
2664 'TALENT_REFLECTIVE_SHIELD_5' => 'Reflective Shield Rank 5',
2665 'TALENT_ENLIGHTENMENT_1' => 'Enlightenment Rank 1',
2666 'TALENT_ENLIGHTENMENT_2' => 'Enlightenment Rank 2',
2667 'TALENT_ENLIGHTENMENT_3' => 'Enlightenment Rank 3',
2668 'TALENT_ENLIGHTENMENT_4' => 'Enlightenment Rank 4',
2669 'TALENT_ENLIGHTENMENT_5' => 'Enlightenment Rank 5',
2670 'TALENT_PAIN_SUPPRESSION' => 'Pain Suppression',
2671 'TALENT_HEALING_FOCUS_1' => 'Healing Focus Rank 1',
2672 'TALENT_HEALING_FOCUS_2' => 'Healing Focus Rank 2',
2673 'TALENT_IMPROVED_RENEW_1' => 'Improved Renew Rank 1',
2674 'TALENT_IMPROVED_RENEW_2' => 'Improved Renew Rank 2',
2675 'TALENT_IMPROVED_RENEW_3' => 'Improved Renew Rank 3',
2676 'TALENT_HOLY_SPECIALIZATION_1' => 'Holy Specialization Rank 1',
2677 'TALENT_HOLY_SPECIALIZATION_2' => 'Holy Specialization Rank 2',
2678 'TALENT_HOLY_SPECIALIZATION_3' => 'Holy Specialization Rank 3',
2679 'TALENT_HOLY_SPECIALIZATION_4' => 'Holy Specialization Rank 4',
2680 'TALENT_HOLY_SPECIALIZATION_5' => 'Holy Specialization Rank 5',
2681 'TALENT_SPELL_WARDING_1' => 'Spell Warding Rank 1',
2682 'TALENT_SPELL_WARDING_2' => 'Spell Warding Rank 2',
2683 'TALENT_SPELL_WARDING_3' => 'Spell Warding Rank 3',
2684 'TALENT_SPELL_WARDING_4' => 'Spell Warding Rank 4',
2685 'TALENT_SPELL_WARDING_5' => 'Spell Warding Rank 5',
2686 'TALENT_DIVINE_FURY_1' => 'Divine Fury Rank 1',
2687 'TALENT_DIVINE_FURY_2' => 'Divine Fury Rank 2',
2688 'TALENT_DIVINE_FURY_3' => 'Divine Fury Rank 3',
2689 'TALENT_DIVINE_FURY_4' => 'Divine Fury Rank 4',
2690 'TALENT_DIVINE_FURY_5' => 'Divine Fury Rank 5',
2691 'TALENT_HOLY_NOVA' => 'Holy Nova',
2692 'TALENT_BLESSED_RECOVERY_1' => 'Blessed Recovery Rank 1',
2693 'TALENT_BLESSED_RECOVERY_2' => 'Blessed Recovery Rank 2',
2694 'TALENT_BLESSED_RECOVERY_3' => 'Blessed Recovery Rank 3',
2695 'TALENT_INSPIRATION_1' => 'Inspiration Rank 1',
2696 'TALENT_INSPIRATION_2' => 'Inspiration Rank 2',
2697 'TALENT_INSPIRATION_3' => 'Inspiration Rank 3',
2698 'TALENT_HOLY_REACH_1' => 'Holy Reach Rank 1',
2699 'TALENT_HOLY_REACH_2' => 'Holy Reach Rank 2',
2700 'TALENT_IMPROVED_HEALING_1' => 'Improved Healing Rank 1',
2701 'TALENT_IMPROVED_HEALING_2' => 'Improved Healing Rank 2',
2702 'TALENT_IMPROVED_HEALING_3' => 'Improved Healing Rank 3',
2703 'TALENT_SEARING_LIGHT_1' => 'Searing Light Rank 1',
2704 'TALENT_SEARING_LIGHT_2' => 'Searing Light Rank 2',
2705 'TALENT_HEALING_PRAYERS_1' => 'Healing Prayers Rank 1',
2706 'TALENT_HEALING_PRAYERS_2' => 'Healing Prayers Rank 2',
2707 'TALENT_SPIRIT_OF_REDEMPTION' => 'Spirit of Redemption',
2708 'TALENT_SPIRITUAL_GUIDANCE_1' => 'Spiritual Guidance Rank 1',
2709 'TALENT_SPIRITUAL_GUIDANCE_2' => 'Spiritual Guidance Rank 2',
2710 'TALENT_SPIRITUAL_GUIDANCE_3' => 'Spiritual Guidance Rank 3',
2711 'TALENT_SPIRITUAL_GUIDANCE_4' => 'Spiritual Guidance Rank 4',
2712 'TALENT_SPIRITUAL_GUIDANCE_5' => 'Spiritual Guidance Rank 5',
2713 'TALENT_SURGE_OF_LIGHT_1' => 'Surge of Light Rank 1',
2714 'TALENT_SURGE_OF_LIGHT_2' => 'Surge of Light Rank 2',
2715 'TALENT_SPIRITUAL_HEALING_1' => 'Spiritual Healing Rank 1',
2716 'TALENT_SPIRITUAL_HEALING_2' => 'Spiritual Healing Rank 2',
2717 'TALENT_SPIRITUAL_HEALING_3' => 'Spiritual Healing Rank 3',
2718 'TALENT_SPIRITUAL_HEALING_4' => 'Spiritual Healing Rank 4',
2719 'TALENT_SPIRITUAL_HEALING_5' => 'Spiritual Healing Rank 5',
2720 'TALENT_HOLY_CONCENTRATION_1' => 'Holy Concentration Rank 1',
2721 'TALENT_HOLY_CONCENTRATION_2' => 'Holy Concentration Rank 2',
2722 'TALENT_HOLY_CONCENTRATION_3' => 'Holy Concentration Rank 3',
2723 'TALENT_LIGHTWELL' => 'Lightwell',
2724 'TALENT_BLESSED_RESILIENCE_1' => 'Blessed Resilience Rank 1',
2725 'TALENT_BLESSED_RESILIENCE_2' => 'Blessed Resilience Rank 2',
2726 'TALENT_BLESSED_RESILIENCE_3' => 'Blessed Resilience Rank 3',
2727 'TALENT_EMPOWERED_HEALING_1' => 'Empowered Healing Rank 1',
2728 'TALENT_EMPOWERED_HEALING_2' => 'Empowered Healing Rank 2',
2729 'TALENT_EMPOWERED_HEALING_3' => 'Empowered Healing Rank 3',
2730 'TALENT_EMPOWERED_HEALING_4' => 'Empowered Healing Rank 4',
2731 'TALENT_EMPOWERED_HEALING_5' => 'Empowered Healing Rank 5',
2732 'TALENT_CIRCLE_OF_HEALING' => 'Circle of Healing',
2733 'TALENT_SPIRIT_TAP_1' => 'Spirit Tap Rank 1',
2734 'TALENT_SPIRIT_TAP_2' => 'Spirit Tap Rank 2',
2735 'TALENT_SPIRIT_TAP_3' => 'Spirit Tap Rank 3',
2736 'TALENT_SPIRIT_TAP_4' => 'Spirit Tap Rank 4',
2737 'TALENT_SPIRIT_TAP_5' => 'Spirit Tap Rank 5',
2738 'TALENT_BLACKOUT_1' => 'Blackout Rank 1',
2739 'TALENT_BLACKOUT_2' => 'Blackout Rank 2',
2740 'TALENT_BLACKOUT_3' => 'Blackout Rank 3',
2741 'TALENT_BLACKOUT_4' => 'Blackout Rank 4',
2742 'TALENT_BLACKOUT_5' => 'Blackout Rank 5',
2743 'TALENT_SHADOW_AFFINITY_1' => 'Shadow Affinity Rank 1',
2744 'TALENT_SHADOW_AFFINITY_2' => 'Shadow Affinity Rank 2',
2745 'TALENT_SHADOW_AFFINITY_3' => 'Shadow Affinity Rank 3',
2746 'TALENT_IMPROVED_SHADOW_WORD:_PAIN_1' => 'Improved Shadow Word: Pain Rank 1',
2747 'TALENT_IMPROVED_SHADOW_WORD:_PAIN_2' => 'Improved Shadow Word: Pain Rank 2',
2748 'TALENT_SHADOW_FOCUS_1' => 'Shadow Focus Rank 1',
2749 'TALENT_SHADOW_FOCUS_2' => 'Shadow Focus Rank 2',
2750 'TALENT_SHADOW_FOCUS_3' => 'Shadow Focus Rank 3',
2751 'TALENT_SHADOW_FOCUS_4' => 'Shadow Focus Rank 4',
2752 'TALENT_SHADOW_FOCUS_5' => 'Shadow Focus Rank 5',
2753 'TALENT_IMPROVED_PSYCHIC_SCREAM_1' => 'Improved Psychic Scream Rank 1',
2754 'TALENT_IMPROVED_PSYCHIC_SCREAM_2' => 'Improved Psychic Scream Rank 2',
2755 'TALENT_IMPROVED_MIND_BLAST_1' => 'Improved Mind Blast Rank 1',
2756 'TALENT_IMPROVED_MIND_BLAST_2' => 'Improved Mind Blast Rank 2',
2757 'TALENT_IMPROVED_MIND_BLAST_3' => 'Improved Mind Blast Rank 3',
2758 'TALENT_IMPROVED_MIND_BLAST_4' => 'Improved Mind Blast Rank 4',
2759 'TALENT_IMPROVED_MIND_BLAST_5' => 'Improved Mind Blast Rank 5',
2760 'TALENT_MIND_FLAY' => 'Mind Flay',
2761 'TALENT_IMPROVED_FADE_1' => 'Improved Fade Rank 1',
2762 'TALENT_IMPROVED_FADE_2' => 'Improved Fade Rank 2',
2763 'TALENT_SHADOW_REACH_1' => 'Shadow Reach Rank 1',
2764 'TALENT_SHADOW_REACH_2' => 'Shadow Reach Rank 2',
2765 'TALENT_SHADOW_WEAVING_1' => 'Shadow Weaving Rank 1',
2766 'TALENT_SHADOW_WEAVING_2' => 'Shadow Weaving Rank 2',
2767 'TALENT_SHADOW_WEAVING_3' => 'Shadow Weaving Rank 3',
2768 'TALENT_SHADOW_WEAVING_4' => 'Shadow Weaving Rank 4',
2769 'TALENT_SHADOW_WEAVING_5' => 'Shadow Weaving Rank 5',
2770 'TALENT_SILENCE' => 'Silence',
2771 'TALENT_VAMPIRIC_EMBRACE' => 'Vampiric Embrace',
2772 'TALENT_IMPROVED_VAMPIRIC_EMBRACE_1' => 'Improved Vampiric Embrace Rank 1',
2773 'TALENT_IMPROVED_VAMPIRIC_EMBRACE_2' => 'Improved Vampiric Embrace Rank 2',
2774 'TALENT_FOCUSED_MIND_1' => 'Focused Mind Rank 1',
2775 'TALENT_FOCUSED_MIND_2' => 'Focused Mind Rank 2',
2776 'TALENT_FOCUSED_MIND_3' => 'Focused Mind Rank 3',
2777 'TALENT_SHADOW_RESILIENCE_1' => 'Shadow Resilience Rank 1',
2778 'TALENT_SHADOW_RESILIENCE_2' => 'Shadow Resilience Rank 2',
2779 'TALENT_DARKNESS_1' => 'Darkness Rank 1',
2780 'TALENT_DARKNESS_2' => 'Darkness Rank 2',
2781 'TALENT_DARKNESS_3' => 'Darkness Rank 3',
2782 'TALENT_DARKNESS_4' => 'Darkness Rank 4',
2783 'TALENT_DARKNESS_5' => 'Darkness Rank 5',
2784 'TALENT_SHADOWFORM' => 'Shadowform',
2785 'TALENT_SHADOW_POWER_1' => 'Shadow Power Rank 1',
2786 'TALENT_SHADOW_POWER_2' => 'Shadow Power Rank 2',
2787 'TALENT_SHADOW_POWER_3' => 'Shadow Power Rank 3',
2788 'TALENT_SHADOW_POWER_4' => 'Shadow Power Rank 4',
2789 'TALENT_SHADOW_POWER_5' => 'Shadow Power Rank 5',
2790 'TALENT_MISERY_1' => 'Misery Rank 1',
2791 'TALENT_MISERY_2' => 'Misery Rank 2',
2792 'TALENT_MISERY_3' => 'Misery Rank 3',
2793 'TALENT_MISERY_4' => 'Misery Rank 4',
2794 'TALENT_MISERY_5' => 'Misery Rank 5',
2795 'TALENT_VAMPIRIC_TOUCH' => 'Vampiric Touch',
2796 'TALENT_IMPROVED_EVISCERATE_1' => 'Improved Eviscerate Rank 1',
2797 'TALENT_IMPROVED_EVISCERATE_2' => 'Improved Eviscerate Rank 2',
2798 'TALENT_IMPROVED_EVISCERATE_3' => 'Improved Eviscerate Rank 3',
2799 'TALENT_REMORSELESS_ATTACKS_1' => 'Remorseless Attacks Rank 1',
2800 'TALENT_REMORSELESS_ATTACKS_2' => 'Remorseless Attacks Rank 2',
2801 'TALENT_MALICE_1' => 'Malice Rank 1',
2802 'TALENT_MALICE_2' => 'Malice Rank 2',
2803 'TALENT_MALICE_3' => 'Malice Rank 3',
2804 'TALENT_MALICE_4' => 'Malice Rank 4',
2805 'TALENT_MALICE_5' => 'Malice Rank 5',
2806 'TALENT_RUTHLESSNESS_1' => 'Ruthlessness Rank 1',
2807 'TALENT_RUTHLESSNESS_2' => 'Ruthlessness Rank 2',
2808 'TALENT_RUTHLESSNESS_3' => 'Ruthlessness Rank 3',
2809 'TALENT_MURDER_1' => 'Murder Rank 1',
2810 'TALENT_MURDER_2' => 'Murder Rank 2',
2811 'TALENT_IMPROVED_BACKSTAB_1' => 'Improved Backstab Rank 1',
2812 'TALENT_IMPROVED_BACKSTAB_2' => 'Improved Backstab Rank 2',
2813 'TALENT_IMPROVED_BACKSTAB_3' => 'Improved Backstab Rank 3',
2814 'TALENT_RELENTLESS_STRIKES' => 'Relentless Strikes',
2815 'TALENT_IMPROVED_EXPOSE_ARMOR_1' => 'Improved Expose Armor Rank 1',
2816 'TALENT_IMPROVED_EXPOSE_ARMOR_2' => 'Improved Expose Armor Rank 2',
2817 'TALENT_LETHALITY_1' => 'Lethality Rank 1',
2818 'TALENT_LETHALITY_2' => 'Lethality Rank 2',
2819 'TALENT_LETHALITY_3' => 'Lethality Rank 3',
2820 'TALENT_LETHALITY_4' => 'Lethality Rank 4',
2821 'TALENT_LETHALITY_5' => 'Lethality Rank 5',
2822 'TALENT_VILE_POISONS_1' => 'Vile Poisons Rank 1',
2823 'TALENT_VILE_POISONS_2' => 'Vile Poisons Rank 2',
2824 'TALENT_VILE_POISONS_3' => 'Vile Poisons Rank 3',
2825 'TALENT_VILE_POISONS_4' => 'Vile Poisons Rank 4',
2826 'TALENT_VILE_POISONS_5' => 'Vile Poisons Rank 5',
2827 'TALENT_IMPROVED_POISONS_1' => 'Improved Poisons Rank 1',
2828 'TALENT_IMPROVED_POISONS_2' => 'Improved Poisons Rank 2',
2829 'TALENT_IMPROVED_POISONS_3' => 'Improved Poisons Rank 3',
2830 'TALENT_IMPROVED_POISONS_4' => 'Improved Poisons Rank 4',
2831 'TALENT_IMPROVED_POISONS_5' => 'Improved Poisons Rank 5',
2832 'TALENT_FLEET_FOOTED_1' => 'Fleet Footed Rank 1',
2833 'TALENT_FLEET_FOOTED_2' => 'Fleet Footed Rank 2',
2834 'TALENT_COLD_BLOOD' => 'Cold Blood',
2835 'TALENT_IMPROVED_KIDNEY_SHOT_1' => 'Improved Kidney Shot Rank 1',
2836 'TALENT_IMPROVED_KIDNEY_SHOT_2' => 'Improved Kidney Shot Rank 2',
2837 'TALENT_IMPROVED_KIDNEY_SHOT_3' => 'Improved Kidney Shot Rank 3',
2838 'TALENT_QUICK_RECOVERY_1' => 'Quick Recovery Rank 1',
2839 'TALENT_QUICK_RECOVERY_2' => 'Quick Recovery Rank 2',
2840 'TALENT_SEAL_FATE_1' => 'Seal Fate Rank 1',
2841 'TALENT_SEAL_FATE_2' => 'Seal Fate Rank 2',
2842 'TALENT_SEAL_FATE_3' => 'Seal Fate Rank 3',
2843 'TALENT_SEAL_FATE_4' => 'Seal Fate Rank 4',
2844 'TALENT_SEAL_FATE_5' => 'Seal Fate Rank 5',
2845 'TALENT_MASTER_POISONER_1' => 'Master Poisoner Rank 1',
2846 'TALENT_MASTER_POISONER_2' => 'Master Poisoner Rank 2',
2847 'TALENT_VIGOR' => 'Vigor',
2848 'TALENT_DEADENED_NERVES_1' => 'Deadened Nerves Rank 1',
2849 'TALENT_DEADENED_NERVES_2' => 'Deadened Nerves Rank 2',
2850 'TALENT_DEADENED_NERVES_3' => 'Deadened Nerves Rank 3',
2851 'TALENT_DEADENED_NERVES_4' => 'Deadened Nerves Rank 4',
2852 'TALENT_DEADENED_NERVES_5' => 'Deadened Nerves Rank 5',
2853 'TALENT_FIND_WEAKNESS_1' => 'Find Weakness Rank 1',
2854 'TALENT_FIND_WEAKNESS_2' => 'Find Weakness Rank 2',
2855 'TALENT_FIND_WEAKNESS_3' => 'Find Weakness Rank 3',
2856 'TALENT_FIND_WEAKNESS_4' => 'Find Weakness Rank 4',
2857 'TALENT_FIND_WEAKNESS_5' => 'Find Weakness Rank 5',
2858 'TALENT_MUTILATE' => 'Mutilate',
2859 'TALENT_IMPROVED_GOUGE_1' => 'Improved Gouge Rank 1',
2860 'TALENT_IMPROVED_GOUGE_2' => 'Improved Gouge Rank 2',
2861 'TALENT_IMPROVED_GOUGE_3' => 'Improved Gouge Rank 3',
2862 'TALENT_IMPROVED_SINISTER_STRIKE_1' => 'Improved Sinister Strike Rank 1',
2863 'TALENT_IMPROVED_SINISTER_STRIKE_2' => 'Improved Sinister Strike Rank 2',
2864 'TALENT_LIGHTNING_REFLEXES_1' => 'Lightning Reflexes Rank 1',
2865 'TALENT_LIGHTNING_REFLEXES_2' => 'Lightning Reflexes Rank 2',
2866 'TALENT_LIGHTNING_REFLEXES_3' => 'Lightning Reflexes Rank 3',
2867 'TALENT_LIGHTNING_REFLEXES_4' => 'Lightning Reflexes Rank 4',
2868 'TALENT_LIGHTNING_REFLEXES_5' => 'Lightning Reflexes Rank 5',
2869 'TALENT_IMPROVED_SLICE_AND_DICE_1' => 'Improved Slice and Dice Rank 1',
2870 'TALENT_IMPROVED_SLICE_AND_DICE_2' => 'Improved Slice and Dice Rank 2',
2871 'TALENT_IMPROVED_SLICE_AND_DICE_3' => 'Improved Slice and Dice Rank 3',
2872 'TALENT_DEFLECTION_1' => 'Deflection Rank 1',
2873 'TALENT_DEFLECTION_2' => 'Deflection Rank 2',
2874 'TALENT_DEFLECTION_3' => 'Deflection Rank 3',
2875 'TALENT_DEFLECTION_4' => 'Deflection Rank 4',
2876 'TALENT_DEFLECTION_5' => 'Deflection Rank 5',
2877 'TALENT_PRECISION_1' => 'Precision Rank 1',
2878 'TALENT_PRECISION_2' => 'Precision Rank 2',
2879 'TALENT_PRECISION_3' => 'Precision Rank 3',
2880 'TALENT_PRECISION_4' => 'Precision Rank 4',
2881 'TALENT_PRECISION_5' => 'Precision Rank 5',
2882 'TALENT_ENDURANCE_1' => 'Endurance Rank 1',
2883 'TALENT_ENDURANCE_2' => 'Endurance Rank 2',
2884 'TALENT_RIPOSTE' => 'Riposte',
2885 'TALENT_IMPROVED_SPRINT_1' => 'Improved Sprint Rank 1',
2886 'TALENT_IMPROVED_SPRINT_2' => 'Improved Sprint Rank 2',
2887 'TALENT_IMPROVED_KICK_1' => 'Improved Kick Rank 1',
2888 'TALENT_IMPROVED_KICK_2' => 'Improved Kick Rank 2',
2889 'TALENT_DAGGER_SPECIALIZATION_1' => 'Dagger Specialization Rank 1',
2890 'TALENT_DAGGER_SPECIALIZATION_2' => 'Dagger Specialization Rank 2',
2891 'TALENT_DAGGER_SPECIALIZATION_3' => 'Dagger Specialization Rank 3',
2892 'TALENT_DAGGER_SPECIALIZATION_4' => 'Dagger Specialization Rank 4',
2893 'TALENT_DAGGER_SPECIALIZATION_5' => 'Dagger Specialization Rank 5',
2894 'TALENT_DUAL_WIELD_SPECIALIZATION_1' => 'Dual Wield Specialization Rank 1',
2895 'TALENT_DUAL_WIELD_SPECIALIZATION_2' => 'Dual Wield Specialization Rank 2',
2896 'TALENT_DUAL_WIELD_SPECIALIZATION_3' => 'Dual Wield Specialization Rank 3',
2897 'TALENT_DUAL_WIELD_SPECIALIZATION_4' => 'Dual Wield Specialization Rank 4',
2898 'TALENT_DUAL_WIELD_SPECIALIZATION_5' => 'Dual Wield Specialization Rank 5',
2899 'TALENT_MACE_SPECIALIZATION_1' => 'Mace Specialization Rank 1',
2900 'TALENT_MACE_SPECIALIZATION_2' => 'Mace Specialization Rank 2',
2901 'TALENT_MACE_SPECIALIZATION_3' => 'Mace Specialization Rank 3',
2902 'TALENT_MACE_SPECIALIZATION_4' => 'Mace Specialization Rank 4',
2903 'TALENT_MACE_SPECIALIZATION_5' => 'Mace Specialization Rank 5',
2904 'TALENT_BLADE_FLURRY' => 'Blade Flurry',
2905 'TALENT_SWORD_SPECIALIZATION_1' => 'Sword Specialization Rank 1',
2906 'TALENT_SWORD_SPECIALIZATION_2' => 'Sword Specialization Rank 2',
2907 'TALENT_SWORD_SPECIALIZATION_3' => 'Sword Specialization Rank 3',
2908 'TALENT_SWORD_SPECIALIZATION_4' => 'Sword Specialization Rank 4',
2909 'TALENT_SWORD_SPECIALIZATION_5' => 'Sword Specialization Rank 5',
2910 'TALENT_FIST_WEAPON_SPECIALIZATION_1' => 'Fist Weapon Specialization Rank 1',
2911 'TALENT_FIST_WEAPON_SPECIALIZATION_2' => 'Fist Weapon Specialization Rank 2',
2912 'TALENT_FIST_WEAPON_SPECIALIZATION_3' => 'Fist Weapon Specialization Rank 3',
2913 'TALENT_FIST_WEAPON_SPECIALIZATION_4' => 'Fist Weapon Specialization Rank 4',
2914 'TALENT_FIST_WEAPON_SPECIALIZATION_5' => 'Fist Weapon Specialization Rank 5',
2915 'TALENT_BLADE_TWISTING_1' => 'Blade Twisting Rank 1',
2916 'TALENT_BLADE_TWISTING_2' => 'Blade Twisting Rank 2',
2917 'TALENT_WEAPON_EXPERTISE_1' => 'Weapon Expertise Rank 1',
2918 'TALENT_WEAPON_EXPERTISE_2' => 'Weapon Expertise Rank 2',
2919 'TALENT_AGGRESSION_1' => 'Aggression Rank 1',
2920 'TALENT_AGGRESSION_2' => 'Aggression Rank 2',
2921 'TALENT_AGGRESSION_3' => 'Aggression Rank 3',
2922 'TALENT_VITALITY_1' => 'Vitality Rank 1',
2923 'TALENT_VITALITY_2' => 'Vitality Rank 2',
2924 'TALENT_ADRENALINE_RUSH' => 'Adrenaline Rush',
2925 'TALENT_NERVES_OF_STEEL_1' => 'Nerves of Steel Rank 1',
2926 'TALENT_NERVES_OF_STEEL_2' => 'Nerves of Steel Rank 2',
2927 'TALENT_COMBAT_POTENCY_1' => 'Combat Potency Rank 1',
2928 'TALENT_COMBAT_POTENCY_2' => 'Combat Potency Rank 2',
2929 'TALENT_COMBAT_POTENCY_3' => 'Combat Potency Rank 3',
2930 'TALENT_COMBAT_POTENCY_4' => 'Combat Potency Rank 4',
2931 'TALENT_COMBAT_POTENCY_5' => 'Combat Potency Rank 5',
2932 'TALENT_SURPRISE_ATTACKS' => 'Surprise Attacks',
2933 'TALENT_MASTER_OF_DECEPTION_1' => 'Master of Deception Rank 1',
2934 'TALENT_MASTER_OF_DECEPTION_2' => 'Master of Deception Rank 2',
2935 'TALENT_MASTER_OF_DECEPTION_3' => 'Master of Deception Rank 3',
2936 'TALENT_MASTER_OF_DECEPTION_4' => 'Master of Deception Rank 4',
2937 'TALENT_MASTER_OF_DECEPTION_5' => 'Master of Deception Rank 5',
2938 'TALENT_OPPORTUNITY_1' => 'Opportunity Rank 1',
2939 'TALENT_OPPORTUNITY_2' => 'Opportunity Rank 2',
2940 'TALENT_OPPORTUNITY_3' => 'Opportunity Rank 3',
2941 'TALENT_OPPORTUNITY_4' => 'Opportunity Rank 4',
2942 'TALENT_OPPORTUNITY_5' => 'Opportunity Rank 5',
2943 'TALENT_SLEIGHT_OF_HAND_1' => 'Sleight of Hand Rank 1',
2944 'TALENT_SLEIGHT_OF_HAND_2' => 'Sleight of Hand Rank 2',
2945 'TALENT_DIRTY_TRICKS_1' => 'Dirty Tricks Rank 1',
2946 'TALENT_DIRTY_TRICKS_2' => 'Dirty Tricks Rank 2',
2947 'TALENT_CAMOUFLAGE_1' => 'Camouflage Rank 1',
2948 'TALENT_CAMOUFLAGE_2' => 'Camouflage Rank 2',
2949 'TALENT_CAMOUFLAGE_3' => 'Camouflage Rank 3',
2950 'TALENT_CAMOUFLAGE_4' => 'Camouflage Rank 4',
2951 'TALENT_CAMOUFLAGE_5' => 'Camouflage Rank 5',
2952 'TALENT_INITIATIVE_1' => 'Initiative Rank 1',
2953 'TALENT_INITIATIVE_2' => 'Initiative Rank 2',
2954 'TALENT_INITIATIVE_3' => 'Initiative Rank 3',
2955 'TALENT_GHOSTLY_STRIKE' => 'Ghostly Strike',
2956 'TALENT_IMPROVED_AMBUSH_1' => 'Improved Ambush Rank 1',
2957 'TALENT_IMPROVED_AMBUSH_2' => 'Improved Ambush Rank 2',
2958 'TALENT_IMPROVED_AMBUSH_3' => 'Improved Ambush Rank 3',
2959 'TALENT_SETUP_1' => 'Setup Rank 1',
2960 'TALENT_SETUP_2' => 'Setup Rank 2',
2961 'TALENT_SETUP_3' => 'Setup Rank 3',
2962 'TALENT_ELUSIVENESS_1' => 'Elusiveness Rank 1',
2963 'TALENT_ELUSIVENESS_2' => 'Elusiveness Rank 2',
2964 'TALENT_SERRATED_BLADES_1' => 'Serrated Blades Rank 1',
2965 'TALENT_SERRATED_BLADES_2' => 'Serrated Blades Rank 2',
2966 'TALENT_SERRATED_BLADES_3' => 'Serrated Blades Rank 3',
2967 'TALENT_HEIGHTENED_SENSES_1' => 'Heightened Senses Rank 1',
2968 'TALENT_HEIGHTENED_SENSES_2' => 'Heightened Senses Rank 2',
2969 'TALENT_PREPARATION' => 'Preparation',
2970 'TALENT_DIRTY_DEEDS_1' => 'Dirty Deeds Rank 1',
2971 'TALENT_DIRTY_DEEDS_2' => 'Dirty Deeds Rank 2',
2972 'TALENT_HEMORRHAGE' => 'Hemorrhage',
2973 'TALENT_MASTER_OF_SUBTLETY_1' => 'Master of Subtlety Rank 1',
2974 'TALENT_MASTER_OF_SUBTLETY_2' => 'Master of Subtlety Rank 2',
2975 'TALENT_MASTER_OF_SUBTLETY_3' => 'Master of Subtlety Rank 3',
2976 'TALENT_DEADLINESS_1' => 'Deadliness Rank 1',
2977 'TALENT_DEADLINESS_2' => 'Deadliness Rank 2',
2978 'TALENT_DEADLINESS_3' => 'Deadliness Rank 3',
2979 'TALENT_DEADLINESS_4' => 'Deadliness Rank 4',
2980 'TALENT_DEADLINESS_5' => 'Deadliness Rank 5',
2981 'TALENT_ENVELOPING_SHADOWS_1' => 'Enveloping Shadows Rank 1',
2982 'TALENT_ENVELOPING_SHADOWS_2' => 'Enveloping Shadows Rank 2',
2983 'TALENT_ENVELOPING_SHADOWS_3' => 'Enveloping Shadows Rank 3',
2984 'TALENT_PREMEDITATION' => 'Premeditation',
2985 'TALENT_CHEAT_DEATH_1' => 'Cheat Death Rank 1',
2986 'TALENT_CHEAT_DEATH_2' => 'Cheat Death Rank 2',
2987 'TALENT_CHEAT_DEATH_3' => 'Cheat Death Rank 3',
2988 'TALENT_SINISTER_CALLING_1' => 'Sinister Calling Rank 1',
2989 'TALENT_SINISTER_CALLING_2' => 'Sinister Calling Rank 2',
2990 'TALENT_SINISTER_CALLING_3' => 'Sinister Calling Rank 3',
2991 'TALENT_SINISTER_CALLING_4' => 'Sinister Calling Rank 4',
2992 'TALENT_SINISTER_CALLING_5' => 'Sinister Calling Rank 5',
2993 'TALENT_SHADOWSTEP' => 'Shadowstep',
2994 'TALENT_CONVECTION_1' => 'Convection Rank 1',
2995 'TALENT_CONVECTION_2' => 'Convection Rank 2',
2996 'TALENT_CONVECTION_3' => 'Convection Rank 3',
2997 'TALENT_CONVECTION_4' => 'Convection Rank 4',
2998 'TALENT_CONVECTION_5' => 'Convection Rank 5',
2999 'TALENT_CONCUSSION_1' => 'Concussion Rank 1',
3000 'TALENT_CONCUSSION_2' => 'Concussion Rank 2',
3001 'TALENT_CONCUSSION_3' => 'Concussion Rank 3',
3002 'TALENT_CONCUSSION_4' => 'Concussion Rank 4',
3003 'TALENT_CONCUSSION_5' => 'Concussion Rank 5',
3004 'TALENT_EARTHS_GRASP_1' => 'Earths Grasp Rank 1',
3005 'TALENT_EARTHS_GRASP_2' => 'Earths Grasp Rank 2',
3006 'TALENT_ELEMENTAL_WARDING_1' => 'Elemental Warding Rank 1',
3007 'TALENT_ELEMENTAL_WARDING_2' => 'Elemental Warding Rank 2',
3008 'TALENT_ELEMENTAL_WARDING_3' => 'Elemental Warding Rank 3',
3009 'TALENT_CALL_OF_FLAME_1' => 'Call of Flame Rank 1',
3010 'TALENT_CALL_OF_FLAME_2' => 'Call of Flame Rank 2',
3011 'TALENT_CALL_OF_FLAME_3' => 'Call of Flame Rank 3',
3012 'TALENT_ELEMENTAL_FOCUS' => 'Elemental Focus',
3013 'TALENT_REVERBERATION_1' => 'Reverberation Rank 1',
3014 'TALENT_REVERBERATION_2' => 'Reverberation Rank 2',
3015 'TALENT_REVERBERATION_3' => 'Reverberation Rank 3',
3016 'TALENT_REVERBERATION_4' => 'Reverberation Rank 4',
3017 'TALENT_REVERBERATION_5' => 'Reverberation Rank 5',
3018 'TALENT_CALL_OF_THUNDER_1' => 'Call of Thunder Rank 1',
3019 'TALENT_CALL_OF_THUNDER_2' => 'Call of Thunder Rank 2',
3020 'TALENT_CALL_OF_THUNDER_3' => 'Call of Thunder Rank 3',
3021 'TALENT_CALL_OF_THUNDER_4' => 'Call of Thunder Rank 4',
3022 'TALENT_CALL_OF_THUNDER_5' => 'Call of Thunder Rank 5',
3023 'TALENT_IMPROVED_FIRE_TOTEMS_1' => 'Improved Fire Totems Rank 1',
3024 'TALENT_IMPROVED_FIRE_TOTEMS_2' => 'Improved Fire Totems Rank 2',
3025 'TALENT_EYE_OF_THE_STORM_1' => 'Eye of the Storm Rank 1',
3026 'TALENT_EYE_OF_THE_STORM_2' => 'Eye of the Storm Rank 2',
3027 'TALENT_EYE_OF_THE_STORM_3' => 'Eye of the Storm Rank 3',
3028 'TALENT_ELEMENTAL_DEVASTATION_1' => 'Elemental Devastation Rank 1',
3029 'TALENT_ELEMENTAL_DEVASTATION_2' => 'Elemental Devastation Rank 2',
3030 'TALENT_ELEMENTAL_DEVASTATION_3' => 'Elemental Devastation Rank 3',
3031 'TALENT_STORM_REACH_1' => 'Storm Reach Rank 1',
3032 'TALENT_STORM_REACH_2' => 'Storm Reach Rank 2',
3033 'TALENT_ELEMENTAL_FURY' => 'Elemental Fury',
3034 'TALENT_UNRELENTING_STORM_1' => 'Unrelenting Storm Rank 1',
3035 'TALENT_UNRELENTING_STORM_2' => 'Unrelenting Storm Rank 2',
3036 'TALENT_UNRELENTING_STORM_3' => 'Unrelenting Storm Rank 3',
3037 'TALENT_UNRELENTING_STORM_4' => 'Unrelenting Storm Rank 4',
3038 'TALENT_UNRELENTING_STORM_5' => 'Unrelenting Storm Rank 5',
3039 'TALENT_ELEMENTAL_PRECISION_1' => 'Elemental Precision Rank 1',
3040 'TALENT_ELEMENTAL_PRECISION_2' => 'Elemental Precision Rank 2',
3041 'TALENT_ELEMENTAL_PRECISION_3' => 'Elemental Precision Rank 3',
3042 'TALENT_LIGHTNING_MASTERY_1' => 'Lightning Mastery Rank 1',
3043 'TALENT_LIGHTNING_MASTERY_2' => 'Lightning Mastery Rank 2',
3044 'TALENT_LIGHTNING_MASTERY_3' => 'Lightning Mastery Rank 3',
3045 'TALENT_LIGHTNING_MASTERY_4' => 'Lightning Mastery Rank 4',
3046 'TALENT_LIGHTNING_MASTERY_5' => 'Lightning Mastery Rank 5',
3047 'TALENT_ELEMENTAL_MASTERY' => 'Elemental Mastery',
3048 'TALENT_ELEMENTAL_SHIELDS_1' => 'Elemental Shields Rank 1',
3049 'TALENT_ELEMENTAL_SHIELDS_2' => 'Elemental Shields Rank 2',
3050 'TALENT_ELEMENTAL_SHIELDS_3' => 'Elemental Shields Rank 3',
3051 'TALENT_LIGHTNING_OVERLOAD_1' => 'Lightning Overload Rank 1',
3052 'TALENT_LIGHTNING_OVERLOAD_2' => 'Lightning Overload Rank 2',
3053 'TALENT_LIGHTNING_OVERLOAD_3' => 'Lightning Overload Rank 3',
3054 'TALENT_LIGHTNING_OVERLOAD_4' => 'Lightning Overload Rank 4',
3055 'TALENT_LIGHTNING_OVERLOAD_5' => 'Lightning Overload Rank 5',
3056 'TALENT_TOTEM_OF_WRATH' => 'Totem of Wrath',
3057 'TALENT_ANCESTRAL_KNOWLEDGE_1' => 'Ancestral Knowledge Rank 1',
3058 'TALENT_ANCESTRAL_KNOWLEDGE_2' => 'Ancestral Knowledge Rank 2',
3059 'TALENT_ANCESTRAL_KNOWLEDGE_3' => 'Ancestral Knowledge Rank 3',
3060 'TALENT_ANCESTRAL_KNOWLEDGE_4' => 'Ancestral Knowledge Rank 4',
3061 'TALENT_ANCESTRAL_KNOWLEDGE_5' => 'Ancestral Knowledge Rank 5',
3062 'TALENT_SHIELD_SPECIALIZATION_1' => 'Shield Specialization Rank 1',
3063 'TALENT_SHIELD_SPECIALIZATION_2' => 'Shield Specialization Rank 2',
3064 'TALENT_SHIELD_SPECIALIZATION_3' => 'Shield Specialization Rank 3',
3065 'TALENT_SHIELD_SPECIALIZATION_4' => 'Shield Specialization Rank 4',
3066 'TALENT_SHIELD_SPECIALIZATION_5' => 'Shield Specialization Rank 5',
3067 'TALENT_GUARDIAN_TOTEMS_1' => 'Guardian Totems Rank 1',
3068 'TALENT_GUARDIAN_TOTEMS_2' => 'Guardian Totems Rank 2',
3069 'TALENT_THUNDERING_STRIKES_1' => 'Thundering Strikes Rank 1',
3070 'TALENT_THUNDERING_STRIKES_2' => 'Thundering Strikes Rank 2',
3071 'TALENT_THUNDERING_STRIKES_3' => 'Thundering Strikes Rank 3',
3072 'TALENT_THUNDERING_STRIKES_4' => 'Thundering Strikes Rank 4',
3073 'TALENT_THUNDERING_STRIKES_5' => 'Thundering Strikes Rank 5',
3074 'TALENT_IMPROVED_GHOST_WOLF_1' => 'Improved Ghost Wolf Rank 1',
3075 'TALENT_IMPROVED_GHOST_WOLF_2' => 'Improved Ghost Wolf Rank 2',
3076 'TALENT_IMPROVED_LIGHTNING_SHIELD_1' => 'Improved Lightning Shield Rank 1',
3077 'TALENT_IMPROVED_LIGHTNING_SHIELD_2' => 'Improved Lightning Shield Rank 2',
3078 'TALENT_IMPROVED_LIGHTNING_SHIELD_3' => 'Improved Lightning Shield Rank 3',
3079 'TALENT_ENHANCING_TOTEMS_1' => 'Enhancing Totems Rank 1',
3080 'TALENT_ENHANCING_TOTEMS_2' => 'Enhancing Totems Rank 2',
3081 'TALENT_SHAMANISTIC_FOCUS' => 'Shamanistic Focus',
3082 'TALENT_ANTICIPATION_1' => 'Anticipation Rank 1',
3083 'TALENT_ANTICIPATION_2' => 'Anticipation Rank 2',
3084 'TALENT_ANTICIPATION_3' => 'Anticipation Rank 3',
3085 'TALENT_ANTICIPATION_4' => 'Anticipation Rank 4',
3086 'TALENT_ANTICIPATION_5' => 'Anticipation Rank 5',
3087 'TALENT_FLURRY_1' => 'Flurry Rank 1',
3088 'TALENT_FLURRY_2' => 'Flurry Rank 2',
3089 'TALENT_FLURRY_3' => 'Flurry Rank 3',
3090 'TALENT_FLURRY_4' => 'Flurry Rank 4',
3091 'TALENT_FLURRY_5' => 'Flurry Rank 5',
3092 'TALENT_TOUGHNESS_1' => 'Toughness Rank 1',
3093 'TALENT_TOUGHNESS_2' => 'Toughness Rank 2',
3094 'TALENT_TOUGHNESS_3' => 'Toughness Rank 3',
3095 'TALENT_TOUGHNESS_4' => 'Toughness Rank 4',
3096 'TALENT_TOUGHNESS_5' => 'Toughness Rank 5',
3097 'TALENT_IMPROVED_WEAPON_TOTEMS_1' => 'Improved Weapon Totems Rank 1',
3098 'TALENT_IMPROVED_WEAPON_TOTEMS_2' => 'Improved Weapon Totems Rank 2',
3099 'TALENT_SPIRIT_WEAPONS' => 'Spirit Weapons',
3100 'TALENT_ELEMENTAL_WEAPONS_1' => 'Elemental Weapons Rank 1',
3101 'TALENT_ELEMENTAL_WEAPONS_2' => 'Elemental Weapons Rank 2',
3102 'TALENT_ELEMENTAL_WEAPONS_3' => 'Elemental Weapons Rank 3',
3103 'TALENT_MENTAL_QUICKNESS_1' => 'Mental Quickness Rank 1',
3104 'TALENT_MENTAL_QUICKNESS_2' => 'Mental Quickness Rank 2',
3105 'TALENT_MENTAL_QUICKNESS_3' => 'Mental Quickness Rank 3',
3106 'TALENT_WEAPON_MASTERY_1' => 'Weapon Mastery Rank 1',
3107 'TALENT_WEAPON_MASTERY_2' => 'Weapon Mastery Rank 2',
3108 'TALENT_WEAPON_MASTERY_3' => 'Weapon Mastery Rank 3',
3109 'TALENT_WEAPON_MASTERY_4' => 'Weapon Mastery Rank 4',
3110 'TALENT_WEAPON_MASTERY_5' => 'Weapon Mastery Rank 5',
3111 'TALENT_DUAL_WIELD_SPECIALIZATION_1' => 'Dual Wield Specialization Rank 1',
3112 'TALENT_DUAL_WIELD_SPECIALIZATION_2' => 'Dual Wield Specialization Rank 2',
3113 'TALENT_DUAL_WIELD_SPECIALIZATION_3' => 'Dual Wield Specialization Rank 3',
3114 'TALENT_DUAL_WIELD' => 'Dual Wield',
3115 'TALENT_STORMSTRIKE' => 'Stormstrike',
3116 'TALENT_UNLEASHED_RAGE_1' => 'Unleashed Rage Rank 1',
3117 'TALENT_UNLEASHED_RAGE_2' => 'Unleashed Rage Rank 2',
3118 'TALENT_UNLEASHED_RAGE_3' => 'Unleashed Rage Rank 3',
3119 'TALENT_UNLEASHED_RAGE_4' => 'Unleashed Rage Rank 4',
3120 'TALENT_UNLEASHED_RAGE_5' => 'Unleashed Rage Rank 5',
3121 'TALENT_SHAMANISTIC_RAGE' => 'Shamanistic Rage',
3122 'TALENT_IMPROVED_HEALING_WAVE_1' => 'Improved Healing Wave Rank 1',
3123 'TALENT_IMPROVED_HEALING_WAVE_2' => 'Improved Healing Wave Rank 2',
3124 'TALENT_IMPROVED_HEALING_WAVE_3' => 'Improved Healing Wave Rank 3',
3125 'TALENT_IMPROVED_HEALING_WAVE_4' => 'Improved Healing Wave Rank 4',
3126 'TALENT_IMPROVED_HEALING_WAVE_5' => 'Improved Healing Wave Rank 5',
3127 'TALENT_TIDAL_FOCUS_1' => 'Tidal Focus Rank 1',
3128 'TALENT_TIDAL_FOCUS_2' => 'Tidal Focus Rank 2',
3129 'TALENT_TIDAL_FOCUS_3' => 'Tidal Focus Rank 3',
3130 'TALENT_TIDAL_FOCUS_4' => 'Tidal Focus Rank 4',
3131 'TALENT_TIDAL_FOCUS_5' => 'Tidal Focus Rank 5',
3132 'TALENT_IMPROVED_REINCARNATION_1' => 'Improved Reincarnation Rank 1',
3133 'TALENT_IMPROVED_REINCARNATION_2' => 'Improved Reincarnation Rank 2',
3134 'TALENT_ANCESTRAL_HEALING_1' => 'Ancestral Healing Rank 1',
3135 'TALENT_ANCESTRAL_HEALING_2' => 'Ancestral Healing Rank 2',
3136 'TALENT_ANCESTRAL_HEALING_3' => 'Ancestral Healing Rank 3',
3137 'TALENT_TOTEMIC_FOCUS_1' => 'Totemic Focus Rank 1',
3138 'TALENT_TOTEMIC_FOCUS_2' => 'Totemic Focus Rank 2',
3139 'TALENT_TOTEMIC_FOCUS_3' => 'Totemic Focus Rank 3',
3140 'TALENT_TOTEMIC_FOCUS_4' => 'Totemic Focus Rank 4',
3141 'TALENT_TOTEMIC_FOCUS_5' => 'Totemic Focus Rank 5',
3142 'TALENT_NATURES_GUIDANCE_1' => 'Natures Guidance Rank 1',
3143 'TALENT_NATURES_GUIDANCE_2' => 'Natures Guidance Rank 2',
3144 'TALENT_NATURES_GUIDANCE_3' => 'Natures Guidance Rank 3',
3145 'TALENT_HEALING_FOCUS_1' => 'Healing Focus Rank 1',
3146 'TALENT_HEALING_FOCUS_2' => 'Healing Focus Rank 2',
3147 'TALENT_HEALING_FOCUS_3' => 'Healing Focus Rank 3',
3148 'TALENT_HEALING_FOCUS_4' => 'Healing Focus Rank 4',
3149 'TALENT_HEALING_FOCUS_5' => 'Healing Focus Rank 5',
3150 'TALENT_TOTEMIC_MASTERY' => 'Totemic Mastery',
3151 'TALENT_HEALING_GRACE_1' => 'Healing Grace Rank 1',
3152 'TALENT_HEALING_GRACE_2' => 'Healing Grace Rank 2',
3153 'TALENT_HEALING_GRACE_3' => 'Healing Grace Rank 3',
3154 'TALENT_RESTORATIVE_TOTEMS_1' => 'Restorative Totems Rank 1',
3155 'TALENT_RESTORATIVE_TOTEMS_2' => 'Restorative Totems Rank 2',
3156 'TALENT_RESTORATIVE_TOTEMS_3' => 'Restorative Totems Rank 3',
3157 'TALENT_RESTORATIVE_TOTEMS_4' => 'Restorative Totems Rank 4',
3158 'TALENT_RESTORATIVE_TOTEMS_5' => 'Restorative Totems Rank 5',
3159 'TALENT_TIDAL_MASTERY_1' => 'Tidal Mastery Rank 1',
3160 'TALENT_TIDAL_MASTERY_2' => 'Tidal Mastery Rank 2',
3161 'TALENT_TIDAL_MASTERY_3' => 'Tidal Mastery Rank 3',
3162 'TALENT_TIDAL_MASTERY_4' => 'Tidal Mastery Rank 4',
3163 'TALENT_TIDAL_MASTERY_5' => 'Tidal Mastery Rank 5',
3164 'TALENT_HEALING_WAY_1' => 'Healing Way Rank 1',
3165 'TALENT_HEALING_WAY_2' => 'Healing Way Rank 2',
3166 'TALENT_HEALING_WAY_3' => 'Healing Way Rank 3',
3167 'TALENT_NATURES_SWIFTNESS' => 'Natures Swiftness',
3168 'TALENT_FOCUSED_MIND_1' => 'Focused Mind Rank 1',
3169 'TALENT_FOCUSED_MIND_2' => 'Focused Mind Rank 2',
3170 'TALENT_FOCUSED_MIND_3' => 'Focused Mind Rank 3',
3171 'TALENT_PURIFICATION_1' => 'Purification Rank 1',
3172 'TALENT_PURIFICATION_2' => 'Purification Rank 2',
3173 'TALENT_PURIFICATION_3' => 'Purification Rank 3',
3174 'TALENT_PURIFICATION_4' => 'Purification Rank 4',
3175 'TALENT_PURIFICATION_5' => 'Purification Rank 5',
3176 'TALENT_MANA_TIDE_TOTEM' => 'Mana Tide Totem',
3177 'TALENT_NATURES_GUARDIAN_1' => 'Natures Guardian Rank 1',
3178 'TALENT_NATURES_GUARDIAN_2' => 'Natures Guardian Rank 2',
3179 'TALENT_NATURES_GUARDIAN_3' => 'Natures Guardian Rank 3',
3180 'TALENT_NATURES_GUARDIAN_4' => 'Natures Guardian Rank 4',
3181 'TALENT_NATURES_GUARDIAN_5' => 'Natures Guardian Rank 5',
3182 'TALENT_NATURES_BLESSING_1' => 'Natures Blessing Rank 1',
3183 'TALENT_NATURES_BLESSING_2' => 'Natures Blessing Rank 2',
3184 'TALENT_NATURES_BLESSING_3' => 'Natures Blessing Rank 3',
3185 'TALENT_IMPROVED_CHAIN_HEAL_1' => 'Improved Chain Heal Rank 1',
3186 'TALENT_IMPROVED_CHAIN_HEAL_2' => 'Improved Chain Heal Rank 2',
3187 'TALENT_EARTH_SHIELD' => 'Earth Shield',
3188 'TALENT_SUPPRESSION_1' => 'Suppression Rank 1',
3189 'TALENT_SUPPRESSION_2' => 'Suppression Rank 2',
3190 'TALENT_SUPPRESSION_3' => 'Suppression Rank 3',
3191 'TALENT_SUPPRESSION_4' => 'Suppression Rank 4',
3192 'TALENT_SUPPRESSION_5' => 'Suppression Rank 5',
3193 'TALENT_IMPROVED_CORRUPTION_1' => 'Improved Corruption Rank 1',
3194 'TALENT_IMPROVED_CORRUPTION_2' => 'Improved Corruption Rank 2',
3195 'TALENT_IMPROVED_CORRUPTION_3' => 'Improved Corruption Rank 3',
3196 'TALENT_IMPROVED_CORRUPTION_4' => 'Improved Corruption Rank 4',
3197 'TALENT_IMPROVED_CORRUPTION_5' => 'Improved Corruption Rank 5',
3198 'TALENT_IMPROVED_CURSE_OF_WEAKNESS_1' => 'Improved Curse of Weakness Rank 1',
3199 'TALENT_IMPROVED_CURSE_OF_WEAKNESS_2' => 'Improved Curse of Weakness Rank 2',
3200 'TALENT_IMPROVED_DRAIN_SOUL_1' => 'Improved Drain Soul Rank 1',
3201 'TALENT_IMPROVED_DRAIN_SOUL_2' => 'Improved Drain Soul Rank 2',
3202 'TALENT_IMPROVED_LIFE_TAP_1' => 'Improved Life Tap Rank 1',
3203 'TALENT_IMPROVED_LIFE_TAP_2' => 'Improved Life Tap Rank 2',
3204 'TALENT_SOUL_SIPHON_1' => 'Soul Siphon Rank 1',
3205 'TALENT_SOUL_SIPHON_2' => 'Soul Siphon Rank 2',
3206 'TALENT_IMPROVED_CURSE_OF_AGONY_1' => 'Improved Curse of Agony Rank 1',
3207 'TALENT_IMPROVED_CURSE_OF_AGONY_2' => 'Improved Curse of Agony Rank 2',
3208 'TALENT_FEL_CONCENTRATION_1' => 'Fel Concentration Rank 1',
3209 'TALENT_FEL_CONCENTRATION_2' => 'Fel Concentration Rank 2',
3210 'TALENT_FEL_CONCENTRATION_3' => 'Fel Concentration Rank 3',
3211 'TALENT_FEL_CONCENTRATION_4' => 'Fel Concentration Rank 4',
3212 'TALENT_FEL_CONCENTRATION_5' => 'Fel Concentration Rank 5',
3213 'TALENT_AMPLIFY_CURSE' => 'Amplify Curse',
3214 'TALENT_GRIM_REACH_1' => 'Grim Reach Rank 1',
3215 'TALENT_GRIM_REACH_2' => 'Grim Reach Rank 2',
3216 'TALENT_NIGHTFALL_1' => 'Nightfall Rank 1',
3217 'TALENT_NIGHTFALL_2' => 'Nightfall Rank 2',
3218 'TALENT_EMPOWERED_CORRUPTION_1' => 'Empowered Corruption Rank 1',
3219 'TALENT_EMPOWERED_CORRUPTION_2' => 'Empowered Corruption Rank 2',
3220 'TALENT_EMPOWERED_CORRUPTION_3' => 'Empowered Corruption Rank 3',
3221 'TALENT_SHADOW_EMBRACE_1' => 'Shadow Embrace Rank 1',
3222 'TALENT_SHADOW_EMBRACE_2' => 'Shadow Embrace Rank 2',
3223 'TALENT_SHADOW_EMBRACE_3' => 'Shadow Embrace Rank 3',
3224 'TALENT_SHADOW_EMBRACE_4' => 'Shadow Embrace Rank 4',
3225 'TALENT_SHADOW_EMBRACE_5' => 'Shadow Embrace Rank 5',
3226 'TALENT_SIPHON_LIFE' => 'Siphon Life',
3227 'TALENT_CURSE_OF_EXHAUSTION' => 'Curse of Exhaustion',
3228 'TALENT_SHADOW_MASTERY_1' => 'Shadow Mastery Rank 1',
3229 'TALENT_SHADOW_MASTERY_2' => 'Shadow Mastery Rank 2',
3230 'TALENT_SHADOW_MASTERY_3' => 'Shadow Mastery Rank 3',
3231 'TALENT_SHADOW_MASTERY_4' => 'Shadow Mastery Rank 4',
3232 'TALENT_SHADOW_MASTERY_5' => 'Shadow Mastery Rank 5',
3233 'TALENT_CONTAGION_1' => 'Contagion Rank 1',
3234 'TALENT_CONTAGION_2' => 'Contagion Rank 2',
3235 'TALENT_CONTAGION_3' => 'Contagion Rank 3',
3236 'TALENT_CONTAGION_4' => 'Contagion Rank 4',
3237 'TALENT_CONTAGION_5' => 'Contagion Rank 5',
3238 'TALENT_DARK_PACT' => 'Dark Pact',
3239 'TALENT_IMPROVED_HOWL_OF_TERROR_1' => 'Improved Howl of Terror Rank 1',
3240 'TALENT_IMPROVED_HOWL_OF_TERROR_2' => 'Improved Howl of Terror Rank 2',
3241 'TALENT_MALEDICTION_1' => 'Malediction Rank 1',
3242 'TALENT_MALEDICTION_2' => 'Malediction Rank 2',
3243 'TALENT_MALEDICTION_3' => 'Malediction Rank 3',
3244 'TALENT_UNSTABLE_AFFLICTION' => 'Unstable Affliction',
3245 'TALENT_IMPROVED_HEALTHSTONE_1' => 'Improved Healthstone Rank 1',
3246 'TALENT_IMPROVED_HEALTHSTONE_2' => 'Improved Healthstone Rank 2',
3247 'TALENT_IMPROVED_IMP_1' => 'Improved Imp Rank 1',
3248 'TALENT_IMPROVED_IMP_2' => 'Improved Imp Rank 2',
3249 'TALENT_IMPROVED_IMP_3' => 'Improved Imp Rank 3',
3250 'TALENT_DEMONIC_EMBRACE_1' => 'Demonic Embrace Rank 1',
3251 'TALENT_DEMONIC_EMBRACE_2' => 'Demonic Embrace Rank 2',
3252 'TALENT_DEMONIC_EMBRACE_3' => 'Demonic Embrace Rank 3',
3253 'TALENT_DEMONIC_EMBRACE_4' => 'Demonic Embrace Rank 4',
3254 'TALENT_DEMONIC_EMBRACE_5' => 'Demonic Embrace Rank 5',
3255 'TALENT_IMPROVED_HEALTH_FUNNEL_1' => 'Improved Health Funnel Rank 1',
3256 'TALENT_IMPROVED_HEALTH_FUNNEL_2' => 'Improved Health Funnel Rank 2',
3257 'TALENT_IMPROVED_VOIDWALKER_1' => 'Improved Voidwalker Rank 1',
3258 'TALENT_IMPROVED_VOIDWALKER_2' => 'Improved Voidwalker Rank 2',
3259 'TALENT_IMPROVED_VOIDWALKER_3' => 'Improved Voidwalker Rank 3',
3260 'TALENT_FEL_INTELLECT_1' => 'Fel Intellect Rank 1',
3261 'TALENT_FEL_INTELLECT_2' => 'Fel Intellect Rank 2',
3262 'TALENT_FEL_INTELLECT_3' => 'Fel Intellect Rank 3',
3263 'TALENT_IMPROVED_SUCCUBUS_1' => 'Improved Succubus Rank 1',
3264 'TALENT_IMPROVED_SUCCUBUS_2' => 'Improved Succubus Rank 2',
3265 'TALENT_IMPROVED_SUCCUBUS_3' => 'Improved Succubus Rank 3',
3266 'TALENT_FEL_DOMINATION' => 'Fel Domination',
3267 'TALENT_FEL_STAMINA_1' => 'Fel Stamina Rank 1',
3268 'TALENT_FEL_STAMINA_2' => 'Fel Stamina Rank 2',
3269 'TALENT_FEL_STAMINA_3' => 'Fel Stamina Rank 3',
3270 'TALENT_DEMONIC_AEGIS_1' => 'Demonic Aegis Rank 1',
3271 'TALENT_DEMONIC_AEGIS_2' => 'Demonic Aegis Rank 2',
3272 'TALENT_DEMONIC_AEGIS_3' => 'Demonic Aegis Rank 3',
3273 'TALENT_MASTER_SUMMONER_1' => 'Master Summoner Rank 1',
3274 'TALENT_MASTER_SUMMONER_2' => 'Master Summoner Rank 2',
3275 'TALENT_UNHOLY_POWER_1' => 'Unholy Power Rank 1',
3276 'TALENT_UNHOLY_POWER_2' => 'Unholy Power Rank 2',
3277 'TALENT_UNHOLY_POWER_3' => 'Unholy Power Rank 3',
3278 'TALENT_UNHOLY_POWER_4' => 'Unholy Power Rank 4',
3279 'TALENT_UNHOLY_POWER_5' => 'Unholy Power Rank 5',
3280 'TALENT_IMPROVED_ENSLAVE_DEMON_1' => 'Improved Enslave Demon Rank 1',
3281 'TALENT_IMPROVED_ENSLAVE_DEMON_2' => 'Improved Enslave Demon Rank 2',
3282 'TALENT_DEMONIC_SACRIFICE' => 'Demonic Sacrifice',
3283 'TALENT_MASTER_CONJUROR_1' => 'Master Conjuror Rank 1',
3284 'TALENT_MASTER_CONJUROR_2' => 'Master Conjuror Rank 2',
3285 'TALENT_MANA_FEED_1' => 'Mana Feed Rank 1',
3286 'TALENT_MANA_FEED_2' => 'Mana Feed Rank 2',
3287 'TALENT_MANA_FEED_3' => 'Mana Feed Rank 3',
3288 'TALENT_MASTER_DEMONOLOGIST_1' => 'Master Demonologist Rank 1',
3289 'TALENT_MASTER_DEMONOLOGIST_2' => 'Master Demonologist Rank 2',
3290 'TALENT_MASTER_DEMONOLOGIST_3' => 'Master Demonologist Rank 3',
3291 'TALENT_MASTER_DEMONOLOGIST_4' => 'Master Demonologist Rank 4',
3292 'TALENT_MASTER_DEMONOLOGIST_5' => 'Master Demonologist Rank 5',
3293 'TALENT_DEMONIC_RESILIENCE_1' => 'Demonic Resilience Rank 1',
3294 'TALENT_DEMONIC_RESILIENCE_2' => 'Demonic Resilience Rank 2',
3295 'TALENT_DEMONIC_RESILIENCE_3' => 'Demonic Resilience Rank 3',
3296 'TALENT_SOUL_LINK' => 'Soul Link',
3297 'TALENT_DEMONIC_KNOWLEDGE_1' => 'Demonic Knowledge Rank 1',
3298 'TALENT_DEMONIC_KNOWLEDGE_2' => 'Demonic Knowledge Rank 2',
3299 'TALENT_DEMONIC_KNOWLEDGE_3' => 'Demonic Knowledge Rank 3',
3300 'TALENT_DEMONIC_TACTICS_1' => 'Demonic Tactics Rank 1',
3301 'TALENT_DEMONIC_TACTICS_2' => 'Demonic Tactics Rank 2',
3302 'TALENT_DEMONIC_TACTICS_3' => 'Demonic Tactics Rank 3',
3303 'TALENT_DEMONIC_TACTICS_4' => 'Demonic Tactics Rank 4',
3304 'TALENT_DEMONIC_TACTICS_5' => 'Demonic Tactics Rank 5',
3305 'TALENT_SUMMON_FELGUARD' => 'Summon Felguard',
3306 'TALENT_IMPROVED_SHADOW_BOLT_1' => 'Improved Shadow Bolt Rank 1',
3307 'TALENT_IMPROVED_SHADOW_BOLT_2' => 'Improved Shadow Bolt Rank 2',
3308 'TALENT_IMPROVED_SHADOW_BOLT_3' => 'Improved Shadow Bolt Rank 3',
3309 'TALENT_IMPROVED_SHADOW_BOLT_4' => 'Improved Shadow Bolt Rank 4',
3310 'TALENT_IMPROVED_SHADOW_BOLT_5' => 'Improved Shadow Bolt Rank 5',
3311 'TALENT_CATACLYSM_1' => 'Cataclysm Rank 1',
3312 'TALENT_CATACLYSM_2' => 'Cataclysm Rank 2',
3313 'TALENT_CATACLYSM_3' => 'Cataclysm Rank 3',
3314 'TALENT_CATACLYSM_4' => 'Cataclysm Rank 4',
3315 'TALENT_CATACLYSM_5' => 'Cataclysm Rank 5',
3316 'TALENT_BANE_1' => 'Bane Rank 1',
3317 'TALENT_BANE_2' => 'Bane Rank 2',
3318 'TALENT_BANE_3' => 'Bane Rank 3',
3319 'TALENT_BANE_4' => 'Bane Rank 4',
3320 'TALENT_BANE_5' => 'Bane Rank 5',
3321 'TALENT_AFTERMATH_1' => 'Aftermath Rank 1',
3322 'TALENT_AFTERMATH_2' => 'Aftermath Rank 2',
3323 'TALENT_AFTERMATH_3' => 'Aftermath Rank 3',
3324 'TALENT_AFTERMATH_4' => 'Aftermath Rank 4',
3325 'TALENT_AFTERMATH_5' => 'Aftermath Rank 5',
3326 'TALENT_IMPROVED_FIREBOLT_1' => 'Improved Firebolt Rank 1',
3327 'TALENT_IMPROVED_FIREBOLT_2' => 'Improved Firebolt Rank 2',
3328 'TALENT_IMPROVED_LASH_OF_PAIN_1' => 'Improved Lash of Pain Rank 1',
3329 'TALENT_IMPROVED_LASH_OF_PAIN_2' => 'Improved Lash of Pain Rank 2',
3330 'TALENT_DEVASTATION_1' => 'Devastation Rank 1',
3331 'TALENT_DEVASTATION_2' => 'Devastation Rank 2',
3332 'TALENT_DEVASTATION_3' => 'Devastation Rank 3',
3333 'TALENT_DEVASTATION_4' => 'Devastation Rank 4',
3334 'TALENT_DEVASTATION_5' => 'Devastation Rank 5',
3335 'TALENT_SHADOWBURN' => 'Shadowburn',
3336 'TALENT_INTENSITY_1' => 'Intensity Rank 1',
3337 'TALENT_INTENSITY_2' => 'Intensity Rank 2',
3338 'TALENT_DESTRUCTIVE_REACH_1' => 'Destructive Reach Rank 1',
3339 'TALENT_DESTRUCTIVE_REACH_2' => 'Destructive Reach Rank 2',
3340 'TALENT_IMPROVED_SEARING_PAIN_1' => 'Improved Searing Pain Rank 1',
3341 'TALENT_IMPROVED_SEARING_PAIN_2' => 'Improved Searing Pain Rank 2',
3342 'TALENT_IMPROVED_SEARING_PAIN_3' => 'Improved Searing Pain Rank 3',
3343 'TALENT_PYROCLASM_1' => 'Pyroclasm Rank 1',
3344 'TALENT_PYROCLASM_2' => 'Pyroclasm Rank 2',
3345 'TALENT_IMPROVED_IMMOLATE_1' => 'Improved Immolate Rank 1',
3346 'TALENT_IMPROVED_IMMOLATE_2' => 'Improved Immolate Rank 2',
3347 'TALENT_IMPROVED_IMMOLATE_3' => 'Improved Immolate Rank 3',
3348 'TALENT_IMPROVED_IMMOLATE_4' => 'Improved Immolate Rank 4',
3349 'TALENT_IMPROVED_IMMOLATE_5' => 'Improved Immolate Rank 5',
3350 'TALENT_RUIN' => 'Ruin',
3351 'TALENT_NETHER_PROTECTION_1' => 'Nether Protection Rank 1',
3352 'TALENT_NETHER_PROTECTION_2' => 'Nether Protection Rank 2',
3353 'TALENT_NETHER_PROTECTION_3' => 'Nether Protection Rank 3',
3354 'TALENT_EMBERSTORM_1' => 'Emberstorm Rank 1',
3355 'TALENT_EMBERSTORM_2' => 'Emberstorm Rank 2',
3356 'TALENT_EMBERSTORM_3' => 'Emberstorm Rank 3',
3357 'TALENT_EMBERSTORM_4' => 'Emberstorm Rank 4',
3358 'TALENT_EMBERSTORM_5' => 'Emberstorm Rank 5',
3359 'TALENT_BACKLASH_1' => 'Backlash Rank 1',
3360 'TALENT_BACKLASH_2' => 'Backlash Rank 2',
3361 'TALENT_BACKLASH_3' => 'Backlash Rank 3',
3362 'TALENT_CONFLAGRATE' => 'Conflagrate',
3363 'TALENT_SOUL_LEECH_1' => 'Soul Leech Rank 1',
3364 'TALENT_SOUL_LEECH_2' => 'Soul Leech Rank 2',
3365 'TALENT_SOUL_LEECH_3' => 'Soul Leech Rank 3',
3366 'TALENT_SHADOW_AND_FLAME_1' => 'Shadow and Flame Rank 1',
3367 'TALENT_SHADOW_AND_FLAME_2' => 'Shadow and Flame Rank 2',
3368 'TALENT_SHADOW_AND_FLAME_3' => 'Shadow and Flame Rank 3',
3369 'TALENT_SHADOW_AND_FLAME_4' => 'Shadow and Flame Rank 4',
3370 'TALENT_SHADOW_AND_FLAME_5' => 'Shadow and Flame Rank 5',
3371 'TALENT_SHADOWFURY' => 'Shadowfury',
3372 'TALENT_IMPROVED_HEROIC_STRIKE_1' => 'Improved Heroic Strike Rank 1',
3373 'TALENT_IMPROVED_HEROIC_STRIKE_2' => 'Improved Heroic Strike Rank 2',
3374 'TALENT_IMPROVED_HEROIC_STRIKE_3' => 'Improved Heroic Strike Rank 3',
3375 'TALENT_DEFLECTION_1' => 'Deflection Rank 1',
3376 'TALENT_DEFLECTION_2' => 'Deflection Rank 2',
3377 'TALENT_DEFLECTION_3' => 'Deflection Rank 3',
3378 'TALENT_DEFLECTION_4' => 'Deflection Rank 4',
3379 'TALENT_DEFLECTION_5' => 'Deflection Rank 5',
3380 'TALENT_IMPROVED_REND_1' => 'Improved Rend Rank 1',
3381 'TALENT_IMPROVED_REND_2' => 'Improved Rend Rank 2',
3382 'TALENT_IMPROVED_REND_3' => 'Improved Rend Rank 3',
3383 'TALENT_IMPROVED_CHARGE_1' => 'Improved Charge Rank 1',
3384 'TALENT_IMPROVED_CHARGE_2' => 'Improved Charge Rank 2',
3385 'TALENT_IRON_WILL_1' => 'Iron Will Rank 1',
3386 'TALENT_IRON_WILL_2' => 'Iron Will Rank 2',
3387 'TALENT_IRON_WILL_3' => 'Iron Will Rank 3',
3388 'TALENT_IRON_WILL_4' => 'Iron Will Rank 4',
3389 'TALENT_IRON_WILL_5' => 'Iron Will Rank 5',
3390 'TALENT_IMPROVED_THUNDER_CLAP_1' => 'Improved Thunder Clap Rank 1',
3391 'TALENT_IMPROVED_THUNDER_CLAP_2' => 'Improved Thunder Clap Rank 2',
3392 'TALENT_IMPROVED_THUNDER_CLAP_3' => 'Improved Thunder Clap Rank 3',
3393 'TALENT_IMPROVED_OVERPOWER_1' => 'Improved Overpower Rank 1',
3394 'TALENT_IMPROVED_OVERPOWER_2' => 'Improved Overpower Rank 2',
3395 'TALENT_ANGER_MANAGEMENT' => 'Anger Management',
3396 'TALENT_DEEP_WOUNDS_1' => 'Deep Wounds Rank 1',
3397 'TALENT_DEEP_WOUNDS_2' => 'Deep Wounds Rank 2',
3398 'TALENT_DEEP_WOUNDS_3' => 'Deep Wounds Rank 3',
3399 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_1' => 'Two-Handed Weapon Specialization Rank 1',
3400 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_2' => 'Two-Handed Weapon Specialization Rank 2',
3401 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_3' => 'Two-Handed Weapon Specialization Rank 3',
3402 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_4' => 'Two-Handed Weapon Specialization Rank 4',
3403 'TALENT_TWO_HANDED_WEAPON_SPECIALIZATION_5' => 'Two-Handed Weapon Specialization Rank 5',
3404 'TALENT_IMPALE_1' => 'Impale Rank 1',
3405 'TALENT_IMPALE_2' => 'Impale Rank 2',
3406 'TALENT_POLEAXE_SPECIALIZATION_1' => 'Poleaxe Specialization Rank 1',
3407 'TALENT_POLEAXE_SPECIALIZATION_2' => 'Poleaxe Specialization Rank 2',
3408 'TALENT_POLEAXE_SPECIALIZATION_3' => 'Poleaxe Specialization Rank 3',
3409 'TALENT_POLEAXE_SPECIALIZATION_4' => 'Poleaxe Specialization Rank 4',
3410 'TALENT_POLEAXE_SPECIALIZATION_5' => 'Poleaxe Specialization Rank 5',
3411 'TALENT_DEATH_WISH' => 'Death Wish',
3412 'TALENT_MACE_SPECIALIZATION_1' => 'Mace Specialization Rank 1',
3413 'TALENT_MACE_SPECIALIZATION_2' => 'Mace Specialization Rank 2',
3414 'TALENT_MACE_SPECIALIZATION_3' => 'Mace Specialization Rank 3',
3415 'TALENT_MACE_SPECIALIZATION_4' => 'Mace Specialization Rank 4',
3416 'TALENT_MACE_SPECIALIZATION_5' => 'Mace Specialization Rank 5',
3417 'TALENT_SWORD_SPECIALIZATION_1' => 'Sword Specialization Rank 1',
3418 'TALENT_SWORD_SPECIALIZATION_2' => 'Sword Specialization Rank 2',
3419 'TALENT_SWORD_SPECIALIZATION_3' => 'Sword Specialization Rank 3',
3420 'TALENT_SWORD_SPECIALIZATION_4' => 'Sword Specialization Rank 4',
3421 'TALENT_SWORD_SPECIALIZATION_5' => 'Sword Specialization Rank 5',
3422 'TALENT_IMPROVED_INTERCEPT_1' => 'Improved Intercept Rank 1',
3423 'TALENT_IMPROVED_INTERCEPT_2' => 'Improved Intercept Rank 2',
3424 'TALENT_IMPROVED_HAMSTRING_1' => 'Improved Hamstring Rank 1',
3425 'TALENT_IMPROVED_HAMSTRING_2' => 'Improved Hamstring Rank 2',
3426 'TALENT_IMPROVED_HAMSTRING_3' => 'Improved Hamstring Rank 3',
3427 'TALENT_IMPROVED_DISCIPLINES_1' => 'Improved Disciplines Rank 1',
3428 'TALENT_IMPROVED_DISCIPLINES_2' => 'Improved Disciplines Rank 2',
3429 'TALENT_IMPROVED_DISCIPLINES_3' => 'Improved Disciplines Rank 3',
3430 'TALENT_BLOOD_FRENZY_1' => 'Blood Frenzy Rank 1',
3431 'TALENT_BLOOD_FRENZY_2' => 'Blood Frenzy Rank 2',
3432 'TALENT_MORTAL_STRIKE' => 'Mortal Strike',
3433 'TALENT_SECOND_WIND_1' => 'Second Wind Rank 1',
3434 'TALENT_SECOND_WIND_2' => 'Second Wind Rank 2',
3435 'TALENT_IMPROVED_MORTAL_STRIKE_1' => 'Improved Mortal Strike Rank 1',
3436 'TALENT_IMPROVED_MORTAL_STRIKE_2' => 'Improved Mortal Strike Rank 2',
3437 'TALENT_IMPROVED_MORTAL_STRIKE_3' => 'Improved Mortal Strike Rank 3',
3438 'TALENT_IMPROVED_MORTAL_STRIKE_4' => 'Improved Mortal Strike Rank 4',
3439 'TALENT_IMPROVED_MORTAL_STRIKE_5' => 'Improved Mortal Strike Rank 5',
3440 'TALENT_ENDLESS_RAGE' => 'Endless Rage',
3441 'TALENT_BOOMING_VOICE_1' => 'Booming Voice Rank 1',
3442 'TALENT_BOOMING_VOICE_2' => 'Booming Voice Rank 2',
3443 'TALENT_BOOMING_VOICE_3' => 'Booming Voice Rank 3',
3444 'TALENT_BOOMING_VOICE_4' => 'Booming Voice Rank 4',
3445 'TALENT_BOOMING_VOICE_5' => 'Booming Voice Rank 5',
3446 'TALENT_CRUELTY_1' => 'Cruelty Rank 1',
3447 'TALENT_CRUELTY_2' => 'Cruelty Rank 2',
3448 'TALENT_CRUELTY_3' => 'Cruelty Rank 3',
3449 'TALENT_CRUELTY_4' => 'Cruelty Rank 4',
3450 'TALENT_CRUELTY_5' => 'Cruelty Rank 5',
3451 'TALENT_IMPROVED_DEMORALIZING_SHOUT_1' => 'Improved Demoralizing Shout Rank 1',
3452 'TALENT_IMPROVED_DEMORALIZING_SHOUT_2' => 'Improved Demoralizing Shout Rank 2',
3453 'TALENT_IMPROVED_DEMORALIZING_SHOUT_3' => 'Improved Demoralizing Shout Rank 3',
3454 'TALENT_IMPROVED_DEMORALIZING_SHOUT_4' => 'Improved Demoralizing Shout Rank 4',
3455 'TALENT_IMPROVED_DEMORALIZING_SHOUT_5' => 'Improved Demoralizing Shout Rank 5',
3456 'TALENT_UNBRIDLED_WRATH_1' => 'Unbridled Wrath Rank 1',
3457 'TALENT_UNBRIDLED_WRATH_2' => 'Unbridled Wrath Rank 2',
3458 'TALENT_UNBRIDLED_WRATH_3' => 'Unbridled Wrath Rank 3',
3459 'TALENT_UNBRIDLED_WRATH_4' => 'Unbridled Wrath Rank 4',
3460 'TALENT_UNBRIDLED_WRATH_5' => 'Unbridled Wrath Rank 5',
3461 'TALENT_IMPROVED_CLEAVE_1' => 'Improved Cleave Rank 1',
3462 'TALENT_IMPROVED_CLEAVE_2' => 'Improved Cleave Rank 2',
3463 'TALENT_IMPROVED_CLEAVE_3' => 'Improved Cleave Rank 3',
3464 'TALENT_PIERCING_HOWL' => 'Piercing Howl',
3465 'TALENT_BLOOD_CRAZE_1' => 'Blood Craze Rank 1',
3466 'TALENT_BLOOD_CRAZE_2' => 'Blood Craze Rank 2',
3467 'TALENT_BLOOD_CRAZE_3' => 'Blood Craze Rank 3',
3468 'TALENT_COMMANDING_PRESENCE_1' => 'Commanding Presence Rank 1',
3469 'TALENT_COMMANDING_PRESENCE_2' => 'Commanding Presence Rank 2',
3470 'TALENT_COMMANDING_PRESENCE_3' => 'Commanding Presence Rank 3',
3471 'TALENT_COMMANDING_PRESENCE_4' => 'Commanding Presence Rank 4',
3472 'TALENT_COMMANDING_PRESENCE_5' => 'Commanding Presence Rank 5',
3473 'TALENT_DUAL_WIELD_SPECIALIZATION_1' => 'Dual Wield Specialization Rank 1',
3474 'TALENT_DUAL_WIELD_SPECIALIZATION_2' => 'Dual Wield Specialization Rank 2',
3475 'TALENT_DUAL_WIELD_SPECIALIZATION_3' => 'Dual Wield Specialization Rank 3',
3476 'TALENT_DUAL_WIELD_SPECIALIZATION_4' => 'Dual Wield Specialization Rank 4',
3477 'TALENT_DUAL_WIELD_SPECIALIZATION_5' => 'Dual Wield Specialization Rank 5',
3478 'TALENT_IMPROVED_EXECUTE_1' => 'Improved Execute Rank 1',
3479 'TALENT_IMPROVED_EXECUTE_2' => 'Improved Execute Rank 2',
3480 'TALENT_ENRAGE_1' => 'Enrage Rank 1',
3481 'TALENT_ENRAGE_2' => 'Enrage Rank 2',
3482 'TALENT_ENRAGE_3' => 'Enrage Rank 3',
3483 'TALENT_ENRAGE_4' => 'Enrage Rank 4',
3484 'TALENT_ENRAGE_5' => 'Enrage Rank 5',
3485 'TALENT_IMPROVED_SLAM_1' => 'Improved Slam Rank 1',
3486 'TALENT_IMPROVED_SLAM_2' => 'Improved Slam Rank 2',
3487 'TALENT_SWEEPING_STRIKES' => 'Sweeping Strikes',
3488 'TALENT_WEAPON_MASTERY_1' => 'Weapon Mastery Rank 1',
3489 'TALENT_WEAPON_MASTERY_2' => 'Weapon Mastery Rank 2',
3490 'TALENT_IMPROVED_BERSERKER_RAGE_1' => 'Improved Berserker Rage Rank 1',
3491 'TALENT_IMPROVED_BERSERKER_RAGE_2' => 'Improved Berserker Rage Rank 2',
3492 'TALENT_FLURRY_1' => 'Flurry Rank 1',
3493 'TALENT_FLURRY_2' => 'Flurry Rank 2',
3494 'TALENT_FLURRY_3' => 'Flurry Rank 3',
3495 'TALENT_FLURRY_4' => 'Flurry Rank 4',
3496 'TALENT_FLURRY_5' => 'Flurry Rank 5',
3497 'TALENT_PRECISION_1' => 'Precision Rank 1',
3498 'TALENT_PRECISION_2' => 'Precision Rank 2',
3499 'TALENT_PRECISION_3' => 'Precision Rank 3',
3500 'TALENT_BLOODTHIRST' => 'Bloodthirst',
3501 'TALENT_IMPROVED_WHIRLWIND_1' => 'Improved Whirlwind Rank 1',
3502 'TALENT_IMPROVED_WHIRLWIND_2' => 'Improved Whirlwind Rank 2',
3503 'TALENT_IMPROVED_BERSERKER_STANCE_1' => 'Improved Berserker Stance Rank 1',
3504 'TALENT_IMPROVED_BERSERKER_STANCE_2' => 'Improved Berserker Stance Rank 2',
3505 'TALENT_IMPROVED_BERSERKER_STANCE_3' => 'Improved Berserker Stance Rank 3',
3506 'TALENT_IMPROVED_BERSERKER_STANCE_4' => 'Improved Berserker Stance Rank 4',
3507 'TALENT_IMPROVED_BERSERKER_STANCE_5' => 'Improved Berserker Stance Rank 5',
3508 'TALENT_RAMPAGE' => 'Rampage',
3509 'TALENT_IMPROVED_BLOODRAGE_1' => 'Improved Bloodrage Rank 1',
3510 'TALENT_IMPROVED_BLOODRAGE_2' => 'Improved Bloodrage Rank 2',
3511 'TALENT_TACTICAL_MASTERY_1' => 'Tactical Mastery Rank 1',
3512 'TALENT_TACTICAL_MASTERY_2' => 'Tactical Mastery Rank 2',
3513 'TALENT_TACTICAL_MASTERY_3' => 'Tactical Mastery Rank 3',
3514 'TALENT_ANTICIPATION_1' => 'Anticipation Rank 1',
3515 'TALENT_ANTICIPATION_2' => 'Anticipation Rank 2',
3516 'TALENT_ANTICIPATION_3' => 'Anticipation Rank 3',
3517 'TALENT_ANTICIPATION_4' => 'Anticipation Rank 4',
3518 'TALENT_ANTICIPATION_5' => 'Anticipation Rank 5',
3519 'TALENT_SHIELD_SPECIALIZATION_1' => 'Shield Specialization Rank 1',
3520 'TALENT_SHIELD_SPECIALIZATION_2' => 'Shield Specialization Rank 2',
3521 'TALENT_SHIELD_SPECIALIZATION_3' => 'Shield Specialization Rank 3',
3522 'TALENT_SHIELD_SPECIALIZATION_4' => 'Shield Specialization Rank 4',
3523 'TALENT_SHIELD_SPECIALIZATION_5' => 'Shield Specialization Rank 5',
3524 'TALENT_TOUGHNESS_1' => 'Toughness Rank 1',
3525 'TALENT_TOUGHNESS_2' => 'Toughness Rank 2',
3526 'TALENT_TOUGHNESS_3' => 'Toughness Rank 3',
3527 'TALENT_TOUGHNESS_4' => 'Toughness Rank 4',
3528 'TALENT_TOUGHNESS_5' => 'Toughness Rank 5',
3529 'TALENT_LAST_STAND' => 'Last Stand',
3530 'TALENT_IMPROVED_SHIELD_BLOCK' => 'Improved Shield Block',
3531 'TALENT_IMPROVED_REVENGE_1' => 'Improved Revenge Rank 1',
3532 'TALENT_IMPROVED_REVENGE_2' => 'Improved Revenge Rank 2',
3533 'TALENT_IMPROVED_REVENGE_3' => 'Improved Revenge Rank 3',
3534 'TALENT_DEFIANCE_1' => 'Defiance Rank 1',
3535 'TALENT_DEFIANCE_2' => 'Defiance Rank 2',
3536 'TALENT_DEFIANCE_3' => 'Defiance Rank 3',
3537 'TALENT_IMPROVED_SUNDER_ARMOR_1' => 'Improved Sunder Armor Rank 1',
3538 'TALENT_IMPROVED_SUNDER_ARMOR_2' => 'Improved Sunder Armor Rank 2',
3539 'TALENT_IMPROVED_SUNDER_ARMOR_3' => 'Improved Sunder Armor Rank 3',
3540 'TALENT_IMPROVED_DISARM_1' => 'Improved Disarm Rank 1',
3541 'TALENT_IMPROVED_DISARM_2' => 'Improved Disarm Rank 2',
3542 'TALENT_IMPROVED_DISARM_3' => 'Improved Disarm Rank 3',
3543 'TALENT_IMPROVED_TAUNT_1' => 'Improved Taunt Rank 1',
3544 'TALENT_IMPROVED_TAUNT_2' => 'Improved Taunt Rank 2',
3545 'TALENT_IMPROVED_SHIELD_WALL_1' => 'Improved Shield Wall Rank 1',
3546 'TALENT_IMPROVED_SHIELD_WALL_2' => 'Improved Shield Wall Rank 2',
3547 'TALENT_CONCUSSION_BLOW' => 'Concussion Blow',
3548 'TALENT_IMPROVED_SHIELD_BASH_1' => 'Improved Shield Bash Rank 1',
3549 'TALENT_IMPROVED_SHIELD_BASH_2' => 'Improved Shield Bash Rank 2',
3550 'TALENT_SHIELD_MASTERY_1' => 'Shield Mastery Rank 1',
3551 'TALENT_SHIELD_MASTERY_2' => 'Shield Mastery Rank 2',
3552 'TALENT_SHIELD_MASTERY_3' => 'Shield Mastery Rank 3',
3553 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_1' => 'One-Handed Weapon Specialization Rank 1',
3554 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_2' => 'One-Handed Weapon Specialization Rank 2',
3555 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_3' => 'One-Handed Weapon Specialization Rank 3',
3556 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_4' => 'One-Handed Weapon Specialization Rank 4',
3557 'TALENT_ONE_HANDED_WEAPON_SPECIALIZATION_5' => 'One-Handed Weapon Specialization Rank 5',
3558 'TALENT_IMPROVED_DEFENSIVE_STANCE_1' => 'Improved Defensive Stance Rank 1',
3559 'TALENT_IMPROVED_DEFENSIVE_STANCE_2' => 'Improved Defensive Stance Rank 2',
3560 'TALENT_IMPROVED_DEFENSIVE_STANCE_3' => 'Improved Defensive Stance Rank 3',
3561 'TALENT_SHIELD_SLAM' => 'Shield Slam',
3562 'TALENT_FOCUSED_RAGE_1' => 'Focused Rage Rank 1',
3563 'TALENT_FOCUSED_RAGE_2' => 'Focused Rage Rank 2',
3564 'TALENT_FOCUSED_RAGE_3' => 'Focused Rage Rank 3',
3565 'TALENT_VITALITY_1' => 'Vitality Rank 1',
3566 'TALENT_VITALITY_2' => 'Vitality Rank 2',
3567 'TALENT_VITALITY_3' => 'Vitality Rank 3',
3568 'TALENT_VITALITY_4' => 'Vitality Rank 4',
3569 'TALENT_VITALITY_5' => 'Vitality Rank 5',
3570 'TALENT_DEVASTATE' => 'Devastate',
3571 //------ItemSets-----
3572 'Set699' => 'The Twin Blades of Azzinoth',
3573 'Set696' => 'High Warlord\'s Wartide',
3574 'Set695' => 'Grand Marshal\'s Wartide',
3575 'Set694' => 'High Warlord\'s Redemption',
3576 'Set693' => 'Grand Marshal\'s Redemption',
3577 'Set692' => 'High Warlord\'s Investiture',
3578 'Set691' => 'Grand Marshal\'s Investiture',
3579 'Set690' => 'Gladiator\'s Redemption',
3580 'Set689' => 'High Warlord\'s Refuge',
3581 'Set688' => 'Grand Marshal\'s Refuge',
3582 'Set687' => 'Gladiator\'s Investiture',
3583 'Set686' => 'Gladiator\'s Wartide',
3584 'Set685' => 'Gladiator\'s Refuge',
3585 'Set684' => 'Skyshatter Regalia',
3586 'Set683' => 'Skyshatter Raiment',
3587 'Set682' => 'Skyshatter Harness',
3588 'Set681' => 'Lightbringer Raiment',
3589 'Set680' => 'Lightbringer Battlegear',
3590 'Set679' => 'Lightbringer Battlegear',
3591 'Set678' => 'Thunderheart Raiment',
3592 'Set677' => 'Thunderheart Regalia',
3593 'Set676' => 'Thunderheart Harness',
3594 'Set675' => 'Vestments of Absolution',
3595 'Set674' => 'Absolution Regalia',
3596 'Set673' => 'Onslaught Armor',
3597 'Set672' => 'Onslaught Battlegear',
3598 'Set671' => 'Tempest Regalia',
3599 'Set670' => 'Malefic Raiment',
3600 'Set669' => 'Gronnstalker\'s Armor',
3601 'Set668' => 'Slayer\'s Armor',
3602 'Set667' => 'The Twin Stars',
3603 'Set666' => 'Avatar Regalia',
3604 'Set665' => 'Avatar Raiment',
3605 'Set664' => 'Incarnate Regalia',
3606 'Set663' => 'Incarnate Raiment',
3607 'Set662' => 'Hallowed Raiment',
3608 'Set661' => 'Doomplate Battlegear',
3609 'Set660' => 'Desolation Battlegear',
3610 'Set659' => 'Wastewalker Armor',
3611 'Set658' => 'Mana-Etched Regalia',
3612 'Set657' => 'Destroyer Battlegear',
3613 'Set656' => 'Destroyer Armor',
3614 'Set655' => 'Warbringer Battlegear',
3615 'Set654' => 'Warbringer Armor',
3616 'Set653' => 'Bold Armor',
3617 'Set652' => 'Rift Stalker Armor',
3618 'Set651' => 'Demon Stalker Armor',
3619 'Set650' => 'Beast Lord Armor',
3620 'Set649' => 'Tirisfal Regalia',
3621 'Set648' => 'Aldor Regalia',
3622 'Set647' => 'Incanter\'s Regalia',
3623 'Set646' => 'Corruptor Raiment',
3624 'Set645' => 'Voidheart Raiment',
3625 'Set644' => 'Oblivion Raiment',
3626 'Set643' => 'Nordrassil Regalia',
3627 'Set642' => 'Nordrassil Raiment',
3628 'Set641' => 'Nordrassil Harness',
3629 'Set640' => 'Malorne Harness',
3630 'Set639' => 'Malorne Regalia',
3631 'Set638' => 'Malorne Raiment',
3632 'Set637' => 'Moonglade Raiment',
3633 'Set636' => 'Cataclysm Harness',
3634 'Set635' => 'Cyclone Regalia',
3635 'Set634' => 'Cataclysm Raiment',
3636 'Set633' => 'Cyclone Harness',
3637 'Set632' => 'Cyclone Regalia',
3638 'Set631' => 'Cyclone Raiment',
3639 'Set630' => 'Tidefury Raiment',
3640 'Set629' => 'Crystalforge Battlegear',
3641 'Set628' => 'Crystalforge Armor',
3642 'Set627' => 'Crystalforge Raiment',
3643 'Set626' => 'Justicar Battlegear',
3644 'Set625' => 'Justicar Armor',
3645 'Set624' => 'Justicar Raiment',
3646 'Set623' => 'Righteous Armor',
3647 'Set622' => 'Deathmantle',
3648 'Set621' => 'Netherblade',
3649 'Set620' => 'Assassination Armor',
3650 'Set619' => 'Primal Intent',
3651 'Set618' => 'Windhawk Armor',
3652 'Set617' => 'Netherstrike Armor',
3653 'Set616' => 'Netherscale Armor',
3654 'Set615' => 'Gladiator\'s Felshroud',
3655 'Set614' => 'Wild Draenish Armor',
3656 'Set613' => 'Thick Draenic Armor',
3657 'Set612' => 'Scaled Draenic Armor',
3658 'Set611' => 'Felscale Armor',
3659 'Set610' => 'High Warlord\'s Wildhide',
3660 'Set609' => 'Grand Marshal\'s Wildhide',
3661 'Set608' => 'High Warlord\'s Vindication',
3662 'Set607' => 'Grand Marshal\'s Vindication',
3663 'Set606' => 'High Warlord\'s Vestments',
3664 'Set605' => 'Grand Marshal\'s Vestments',
3665 'Set604' => 'High Warlord\'s Thunderfist',
3666 'Set603' => 'Grand Marshal\'s Thunderfist',
3667 'Set602' => 'High Warlord\'s Sanctuary',
3668 'Set601' => 'Grand Marshal\'s Sanctuary',
3669 'Set600' => 'High Warlord\'s Regalia',
3670 'Set599' => 'Grand Marshal\'s Regalia',
3671 'Set598' => 'High Warlord\'s Raiment',
3672 'Set597' => 'Grand Marshal\'s Raiment',
3673 'Set596' => 'High Warlord\'s Pursuit',
3674 'Set595' => 'Grand Marshal\'s Pursuit',
3675 'Set594' => 'High Warlord\'s Earthshaker',
3676 'Set593' => 'Grand Marshal\'s Earthshaker',
3677 'Set592' => 'High Warlord\'s Dreadgear',
3678 'Set591' => 'Grand Marshal\'s Dreadgear',
3679 'Set590' => 'Grand Marshal\'s Battlegear',
3680 'Set589' => 'Grand Marshal\'s Aegis',
3681 'Set588' => 'High Warlord\'s Battlegear',
3682 'Set587' => 'High Warlord\'s Aegis',
3683 'Set586' => 'Gladiator\'s Pursuit',
3684 'Set585' => 'Gladiator\'s Wildhide',
3685 'Set584' => 'Gladiator\'s Sanctuary',
3686 'Set583' => 'Gladiator\'s Vindication',
3687 'Set582' => 'Gladiator\'s Aegis',
3688 'Set581' => 'Gladiator\'s Raiment',
3689 'Set580' => 'Gladiator\'s Thunderfist',
3690 'Set579' => 'Gladiator\'s Regalia',
3691 'Set578' => 'Gladiator\'s Earthshaker',
3692 'Set577' => 'Gladiator\'s Vestments',
3693 'Set576' => 'Fury of the Nether',
3694 'Set575' => 'Felstalker Armor',
3695 'Set574' => 'Strength of the Clefthoof',
3696 'Set573' => 'Fel Skin',
3697 'Set572' => 'Battlecast Garb',
3698 'Set571' => 'Whitemend Wisdom',
3699 'Set570' => 'The Unyielding',
3700 'Set569' => 'Faith in Felsteel',
3701 'Set568' => 'Gladiator\'s Dreadgear',
3702 'Set567' => 'Gladiator\'s Battlegear',
3703 'Set566' => 'Burning Rage',
3704 'Set565' => 'Khorium Ward',
3705 'Set564' => 'Shadow Guard',
3706 'Set563' => 'Enchanted Adamantite Armor',
3707 'Set562' => 'Adamantite Battlegear',
3708 'Set561' => 'Fel Iron Chain',
3709 'Set560' => 'Fel Iron Plate',
3710 'Set559' => 'spellstrike Infusion',
3711 'Set558' => 'Arcanoweave Vestments',
3712 'Set557' => 'Soulcloth Embrace',
3713 'Set556' => 'Imbued Netherweave',
3714 'Set555' => 'Netherweave Vestments',
3715 'Set554' => 'Primal Mooncloth',
3716 'Set553' => 'Shadow\'s Embrace',
3717 'Set552' => 'Wrath of Spellfire',
3718 'Set551' => 'Lieutenant Commander\'s Refuge',
3719 'Set550' => 'Lieutenant Commander\'s Pursuance',
3720 'Set549' => 'Lieutenant Commander\'s Investiture',
3721 'Set548' => 'Lieutenant Commander\'s Guard',
3722 'Set547' => 'Lieutenant Commander\'s Dreadgear',
3723 'Set546' => 'Lieutenant Commander\'s Arcanum',
3724 'Set545' => 'Lieutenant Commander\'s Battlearmor',
3725 'Set544' => 'Lieutenant Commander\'s Redoubt',
3726 'Set543' => 'Champion\'s Pursuance',
3727 'Set542' => 'Champion\'s Arcanum',
3728 'Set541' => 'Champion\'s Dreadgear',
3729 'Set540' => 'Champion\'s Investiture',
3730 'Set539' => 'Champion\'s Refuge',
3731 'Set538' => 'Champion\'s Stormcaller',
3732 'Set537' => 'Champion\'s Battlearmor',
3733 'Set536' => 'Regalia of Undead Cleansing',
3734 'Set535' => 'Garb of the Undead Slayer',
3735 'Set534' => 'Undead Slayer\'s Armor',
3736 'Set533' => 'Battlegear of Undead Slaying',
3737 'Set530' => 'Cryptstalker Armor',
3738 'Set529' => 'Plagueheart Raiment',
3739 'Set528' => 'Redemption Armor',
3740 'Set527' => 'The Earthshatterer',
3741 'Set526' => 'Frostfire Regalia',
3742 'Set525' => 'Vestments of Faith',
3743 'Set524' => 'Bonescythe Armor',
3744 'Set523' => 'Dreadnaught\'s Battlegear',
3745 'Set522' => 'Champion\'s Guard',
3746 'Set521' => 'Dreamwalker Raiment',
3747 'Set520' => 'Ironweave Battlesuit',
3748 'Set519' => 'The Five Thunders',
3749 'Set518' => 'Deathmist Raiment',
3750 'Set517' => 'Sorcerer\'s Regalia',
3751 'Set516' => 'Soulforge Armor',
3752 'Set515' => 'Beastmaster Armor',
3753 'Set514' => 'Vestments of the Virtuous',
3754 'Set513' => 'Feralheart Raiment',
3755 'Set512' => 'Darkmantle Armor',
3756 'Set511' => 'Battlegear of Heroism',
3757 'Set510' => 'Trappings of the Unseen Path',
3758 'Set509' => 'Striker\'s Garb',
3759 'Set508' => 'Finery of Infinite Wisdom',
3760 'Set507' => 'Garments of the Oracle',
3761 'Set506' => 'Battlegear of Eternal Justice',
3762 'Set505' => 'Avenger\'s Battlegear',
3763 'Set504' => 'Trappings of Vaulted Secrets',
3764 'Set503' => 'Enigma Vestments',
3765 'Set502' => 'Gift of the Gathering Storm',
3766 'Set501' => 'Stormcaller\'s Garb',
3767 'Set500' => 'Implements of Unspoken Names',
3768 'Set499' => 'Doomcaller\'s Attire',
3769 'Set498' => 'Emblems of Veiled Shadows',
3770 'Set497' => 'Deathdealer\'s Embrace',
3771 'Set496' => 'Conqueror\'s Battlegear',
3772 'Set495' => 'Battlegear of Unyielding Strength',
3773 'Set494' => 'Symbols of Unending Life',
3774 'Set493' => 'Genesis Raiment',
3775 'Set492' => 'Twilight Trappings',
3776 'Set491' => 'Blue Dragon Mail',
3777 'Set490' => 'Green Dragon Mail',
3778 'Set489' => 'Black Dragon Mail',
3779 'Set488' => 'The Defiler\'s Will',
3780 'Set487' => 'The Defiler\'s Resolution',
3781 'Set486' => 'The Defiler\'s Purpose',
3782 'Set485' => 'The Defiler\'s Intent',
3783 'Set484' => 'The Defiler\'s Fortitude',
3784 'Set483' => 'The Defiler\'s Determination',
3785 'Set482' => 'Illusionist\'s Attire',
3786 'Set481' => 'Demoniac\'s Threads',
3787 'Set480' => 'Confessor\'s Raiment',
3788 'Set479' => 'Haruspex\'s Garb',
3789 'Set478' => 'Madcap\'s Outfit',
3790 'Set477' => 'Predator\'s Armor',
3791 'Set476' => 'Augur\'s Regalia',
3792 'Set475' => 'Freethinker\'s Armor',
3793 'Set474' => 'Vindicator\'s Battlegear',
3794 'Set473' => 'The Highlander\'s Intent',
3795 'Set472' => 'The Highlander\'s Will',
3796 'Set471' => 'The Highlander\'s Purpose',
3797 'Set470' => 'The Highlander\'s Fortitude',
3798 'Set469' => 'The Highlander\'s Determination',
3799 'Set468' => 'The Highlander\'s Resolve',
3800 'Set467' => 'The Highlander\'s Resolution',
3801 'Set466' => 'Major Mojo Infusion',
3802 'Set465' => 'Prayer of the Primal',
3803 'Set464' => 'Overlord\'s Resolution',
3804 'Set463' => 'Primal Blessing',
3805 'Set462' => 'Zanzil\'s Concentration',
3806 'Set461' => 'The Twin Blades of Hakkari',
3807 'Set444' => 'The Darksoul',
3808 'Set443' => 'Bloodsoul Embrace',
3809 'Set442' => 'Blood Tiger Harness',
3810 'Set441' => 'Primal Batskin',
3811 'Set421' => 'Bloodvine Garb',
3812 'Set402' => 'Field Marshal\'s Aegis',
3813 'Set401' => 'Lieutenant Commander\'s Aegis',
3814 'Set398' => 'Warlord\'s Sanctuary',
3815 'Set397' => 'Field Marshal\'s Sanctuary',
3816 'Set396' => 'Warlord\'s Pursuit',
3817 'Set395' => 'Field Marshal\'s Pursuit',
3818 'Set394' => 'Field Marshal\'s Vestments',
3819 'Set393' => 'Warlord\'s Vestments',
3820 'Set392' => 'Field Marshal\'s Threads',
3821 'Set391' => 'Warlord\'s Threads',
3822 'Set390' => 'Warlord\'s Raiment',
3823 'Set389' => 'Field Marshal\'s Raiment',
3824 'Set388' => 'Field Marshal\'s Regalia',
3825 'Set387' => 'Warlord\'s Regalia',
3826 'Set386' => 'Warlord\'s Earthshaker',
3827 'Set384' => 'Field Marshal\'s Battlegear',
3828 'Set383' => 'Warlord\'s Battlegear',
3829 'Set382' => 'Champion\'s Sanctuary',
3830 'Set381' => 'Lieutenant Commander\'s Sanctuary',
3831 'Set362' => 'Lieutenant Commander\'s Pursuit',
3832 'Set361' => 'Champion\'s Pursuit',
3833 'Set348' => 'Lieutenant Commander\'s Vestments',
3834 'Set347' => 'Champion\'s Vestments',
3835 'Set346' => 'Lieutenant Commander\'s Threads',
3836 'Set345' => 'Champion\'s Threads',
3837 'Set344' => 'Lieutenant Commander\'s Raiment',
3838 'Set343' => 'Lieutenant Commander\'s Regalia',
3839 'Set342' => 'Champion\'s Raiment',
3840 'Set341' => 'Champion\'s Regalia',
3841 'Set321' => 'Imperial Plate',
3842 'Set301' => 'Champion\'s Earthshaker',
3843 'Set282' => 'Lieutenant Commander\'s Battlegear',
3844 'Set281' => 'Champion\'s Battlegear',
3845 'Set261' => 'Spirit of Eskhandar',
3846 'Set241' => 'Shard of the Gods',
3847 'Set221' => 'Garb of Thero-shan',
3848 'Set218' => 'Battlegear of Wrath',
3849 'Set217' => 'Judgement Armor',
3850 'Set216' => 'The Ten Storms',
3851 'Set215' => 'Dragonstalker Armor',
3852 'Set214' => 'Stormrage Raiment',
3853 'Set213' => 'Bloodfang Armor',
3854 'Set212' => 'Nemesis Raiment',
3855 'Set211' => 'Vestments of Transcendence',
3856 'Set210' => 'Netherwind Regalia',
3857 'Set209' => 'Battlegear of Might',
3858 'Set208' => 'Lawbringer Armor',
3859 'Set207' => 'The Earthfury',
3860 'Set206' => 'Giantstalker Armor',
3861 'Set205' => 'Cenarion Raiment',
3862 'Set204' => 'Nightslayer Armor',
3863 'Set203' => 'Felheart Raiment',
3864 'Set202' => 'Vestments of Prophecy',
3865 'Set201' => 'Arcanist Regalia',
3866 'Set189' => 'Battlegear of Valor',
3867 'Set188' => 'Lightforge Armor',
3868 'Set187' => 'The Elements',
3869 'Set186' => 'Beaststalker Armor',
3870 'Set185' => 'Wildheart Raiment',
3871 'Set184' => 'Shadowcraft Armor',
3872 'Set183' => 'Dreadmist Raiment',
3873 'Set182' => 'Vestments of the Devout',
3874 'Set181' => 'Magister\'s Regalia',
3875 'Set163' => 'Chain of the Scarlet Crusade',
3876 'Set162' => 'Embrace of the Viper',
3877 'Set161' => 'Defias Leather',
3878 'Set144' => 'Ironfeather Armor',
3879 'Set143' => 'Devilsaur Armor',
3880 'Set142' => 'Stormshroud Armor',
3881 'Set141' => 'Volcanic Armor',
3882 'Set124' => 'Deathbone Guardian',
3883 'Set123' => 'Bloodmail Regalia',
3884 'Set122' => 'Necropile Raiment',
3885 'Set121' => 'Cadaverous Garb',
3886 'Set81' => 'The Postmaster',
3887 'Set65' => 'Spider\'s Kiss',
3888 'Set41' => 'Dal\'Rend\'s Arms',
3889 'Set1' => 'The Gladiator',
3890 //------user levels------
3891 'Player' => 'Jugador',
3892 'Moderator' => 'Moderador',
3893 'Game_Master' => 'GM',
3894 'BugTracker' => 'Bug Tracker',
3895 'Administrator' => 'Administrador',
3896 'SysOP' => 'Sys OP',
3897 //------factions------
3898 'Alliance' => 'Alianza',
3899 'Horde' => 'Horda',
3900 //------char rankings------
3901 'None'=> 'Nada',
3902 'Private' => 'Soldado',
3903 'Corporal' => 'Cabo',
3904 'Sergeant' => 'Sargento',
3905 'Master_Sergeant' => 'Sargento Primero',
3906 'Sergeant_Major' => 'Sargento Mayor',
3907 'Knight' => 'Caballero',
3908 'Knight-Lieutenant' => 'Teniente Caballero',
3909 'Knight-Captain' => 'Capitán Caballero',
3910 'Knight-Champion' => 'Campeón Caballero',
3911 'Lieutenant_Commander' => 'Teniente Coronel',
3912 'Commander' => 'Comandante',
3913 'Marshal' => 'Alguacil',
3914 'Field_Marshal' => 'Mariscal de Campo',
3915 'Grand_Marshal' => 'Gran Mariscal',
3916 'Scout' => 'Explorador',
3917 'Grunt' => 'Grunt',
3918 'Senior_Sergeant' => 'Senior Sergeant',
3919 'First_Sergeant' => 'First Sergeant',
3920 'Stone_Guard' => 'Stone Guard',
3921 'Blood_Guard' => 'Blood Guard',
3922 'Legionnare' => 'Legionnare',
3923 'Centurion' => 'Centurion',
3924 'Champion' => 'Champion',
3925 'Lieutenant_General' => 'Lieutenant General',
3926 'General' => 'General',
3927 'Warlord' => 'Warlord',
3928 'High_Warlord' => 'High Warlord',
3929 //------pet abilities------
3930 'PET_ABILITY_ARCANE_RESIST_RANK_1' => 'Arcane Resistance Rank 1',
3931 'PET_ABILITY_ARCANE_RESIST_RANK_2' => 'Arcane Resistance Rank 2',
3932 'PET_ABILITY_ARCANE_RESIST_RANK_3' => 'Arcane Resistance Rank 3',
3933 'PET_ABILITY_ARCANE_RESIST_RANK_4' => 'Arcane Resistance Rank 4',
3934 'PET_ABILITY_ARCANE_RESIST_RANK_5' => 'Arcane Resistance Rank 5',
3935 'PET_ABILITY_AVOIDANCE_RANK_1' => 'Avoidance Rank 1',
3936 'PET_ABILITY_AVOIDANCE_RANK_2' => 'Avoidance Rank 2',
3937 'PET_ABILITY_BITE_RANK_1' => 'Bite Rank 1',
3938 'PET_ABILITY_BITE_RANK_2' => 'Bite Rank 2',
3939 'PET_ABILITY_BITE_RANK_3' => 'Bite Rank 3',
3940 'PET_ABILITY_BITE_RANK_4' => 'Bite Rank 4',
3941 'PET_ABILITY_BITE_RANK_5' => 'Bite Rank 5',
3942 'PET_ABILITY_BITE_RANK_6' => 'Bite Rank 6',
3943 'PET_ABILITY_BITE_RANK_7' => 'Bite Rank 7',
3944 'PET_ABILITY_BITE_RANK_8' => 'Bite Rank 8',
3945 'PET_ABILITY_BITE_RANK_9' => 'Bite Rank 9',
3946 'PET_ABILITY_CHARGE_RANK_1' => 'Charge Rank 1',
3947 'PET_ABILITY_CHARGE_RANK_2' => 'Charge Rank 2',
3948 'PET_ABILITY_CHARGE_RANK_3' => 'Charge Rank 3',
3949 'PET_ABILITY_CHARGE_RANK_5' => 'Charge Rank 5',
3950 'PET_ABILITY_CHARGE_RANK_6' => 'Charge Rank 6',
3951 'PET_ABILITY_CLAW_RANK_1' => 'Claw Rank 1',
3952 'PET_ABILITY_CLAW_RANK_2' => 'Claw Rank 2',
3953 'PET_ABILITY_CLAW_RANK_3' => 'Claw Rank 3',
3954 'PET_ABILITY_CLAW_RANK_4' => 'Claw Rank 4',
3955 'PET_ABILITY_CLAW_RANK_5' => 'Claw Rank 5',
3956 'PET_ABILITY_CLAW_RANK_6' => 'Claw Rank 6',
3957 'PET_ABILITY_CLAW_RANK_7' => 'Claw Rank 7',
3958 'PET_ABILITY_CLAW_RANK_8' => 'Claw Rank 8',
3959 'PET_ABILITY_CLAW_RANK_9' => 'Claw Rank 9',
3960 'PET_ABILITY_COBRA_REFLEXES' => 'Cobra Reflexes',
3961 'PET_ABILITY_COWER_RANK_1' => 'Cower Rank 1',
3962 'PET_ABILITY_COWER_RANK_2' => 'Cower Rank 2',
3963 'PET_ABILITY_COWER_RANK_3' => 'Cower Rank 3',
3964 'PET_ABILITY_COWER_RANK_4' => 'Cower Rank 4',
3965 'PET_ABILITY_COWER_RANK_5' => 'Cower Rank 5',
3966 'PET_ABILITY_COWER_RANK_6' => 'Cower Rank 6',
3967 'PET_ABILITY_COWER_RANK_7' => 'Cower Rank 7',
3968 'PET_ABILITY_DASH_RANK_1' => 'Dash Rank 1',
3969 'PET_ABILITY_DASH_RANK_2' => 'Dash Rank 2',
3970 'PET_ABILITY_DASH_RANK_3' => 'Dash Rank 3',
3971 'PET_ABILITY_DIVE_RANK_1' => 'Dive Rank 1',
3972 'PET_ABILITY_DIVE_RANK_2' => 'Dive Rank 2',
3973 'PET_ABILITY_DIVE_RANK_3' => 'Dive Rank 3',
3974 'PET_ABILITY_FIRE_BREATH_RANK_1' => 'Fire Breath Rank 1',
3975 'PET_ABILITY_FIRE_BREATH_RANK_2' => 'Fire Breath Rank 2',
3976 'PET_ABILITY_FIRE_RESIST_RANK_1' => 'Fire Resistance Rank 1',
3977 'PET_ABILITY_FIRE_RESIST_RANK_2' => 'Fire Resistance Rank 2',
3978 'PET_ABILITY_FIRE_RESIST_RANK_3' => 'Fire Resistance Rank 3',
3979 'PET_ABILITY_FIRE_RESIST_RANK_4' => 'Fire Resistance Rank 4',
3980 'PET_ABILITY_FIRE_RESIST_RANK_5' => 'Fire Resistance Rank 5',
3981 'PET_ABILITY_FROST_RESIST_RANK_1' => 'Frost Resistance Rank 1',
3982 'PET_ABILITY_FROST_RESIST_RANK_2' => 'Frost Resistance Rank 2',
3983 'PET_ABILITY_FROST_RESIST_RANK_3' => 'Frost Resistance Rank 3',
3984 'PET_ABILITY_FROST_RESIST_RANK_4' => 'Frost Resistance Rank 4',
3985 'PET_ABILITY_FROST_RESIST_RANK_5' => 'Frost Resistance Rank 5',
3986 'PET_ABILITY_FURIOUS_HOWL_RANK_1' => 'Furious Howl Rank 1',
3987 'PET_ABILITY_FURIOUS_HOWL_RANK_2' => 'Furious Howl Rank 2',
3988 'PET_ABILITY_FURIOUS_HOWL_RANK_3' => 'Furious Howl Rank 3',
3989 'PET_ABILITY_FURIOUS_HOWL_RANK_4' => 'Furious Howl Rank 4',
3990 'PET_ABILITY_GROWL_RANK_1' => 'Growl Rank 1',
3991 'PET_ABILITY_GROWL_RANK_2' => 'Growl Rank 2',
3992 'PET_ABILITY_GROWL_RANK_3' => 'Growl Rank 3',
3993 'PET_ABILITY_GROWL_RANK_4' => 'Growl Rank 4',
3994 'PET_ABILITY_GROWL_RANK_5' => 'Growl Rank 5',
3995 'PET_ABILITY_GROWL_RANK_6' => 'Growl Rank 6',
3996 'PET_ABILITY_GROWL_RANK_7' => 'Growl Rank 7',
3997 'PET_ABILITY_GROWL_RANK_8' => 'Growl Rank 8',
3998 'PET_ABILITY_GORE_RANK_1' => 'Gore Rank 1',
3999 'PET_ABILITY_GORE_RANK_2' => 'Gore Rank 2',
4000 'PET_ABILITY_GORE_RANK_3' => 'Gore Rank 3',
4001 'PET_ABILITY_GORE_RANK_4' => 'Gore Rank 4',
4002 'PET_ABILITY_GORE_RANK_5' => 'Gore Rank 5',
4003 'PET_ABILITY_GORE_RANK_6' => 'Gore Rank 6',
4004 'PET_ABILITY_GORE_RANK_7' => 'Gore Rank 7',
4005 'PET_ABILITY_GORE_RANK_8' => 'Gore Rank 8',
4006 'PET_ABILITY_GORE_RANK_9' => 'Gore Rank 9',
4007 'PET_ABILITY_GREAT_STAMINA_RANK_1' => 'Great Stamina Rank 1',
4008 'PET_ABILITY_GREAT_STAMINA_RANK_2' => 'Great Stamina Rank 2',
4009 'PET_ABILITY_GREAT_STAMINA_RANK_3' => 'Great Stamina Rank 3',
4010 'PET_ABILITY_GREAT_STAMINA_RANK_4' => 'Great Stamina Rank 4',
4011 'PET_ABILITY_GREAT_STAMINA_RANK_5' => 'Great Stamina Rank 5',
4012 'PET_ABILITY_GREAT_STAMINA_RANK_6' => 'Great Stamina Rank 6',
4013 'PET_ABILITY_GREAT_STAMINA_RANK_7' => 'Great Stamina Rank 7',
4014 'PET_ABILITY_GREAT_STAMINA_RANK_8' => 'Great Stamina Rank 8',
4015 'PET_ABILITY_GREAT_STAMINA_RANK_9' => 'Great Stamina Rank 9',
4016 'PET_ABILITY_GREAT_STAMINA_RANK_10' => 'Great Stamina Rank 10',
4017 'PET_ABILITY_GREAT_STAMINA_RANK_11' => 'Great Stamina Rank 11',
4018 'PET_ABILITY_LIGHTNING_BREATH_RANK_1' => 'Lightning Breath Rank 1',
4019 'PET_ABILITY_LIGHTNING_BREATH_RANK_2' => 'Lightning Breath Rank 2',
4020 'PET_ABILITY_LIGHTNING_BREATH_RANK_3' => 'Lightning Breath Rank 3',
4021 'PET_ABILITY_LIGHTNING_BREATH_RANK_4' => 'Lightning Breath Rank 4',
4022 'PET_ABILITY_LIGHTNING_BREATH_RANK_5' => 'Lightning Breath Rank 5',
4023 'PET_ABILITY_LIGHTNING_BREATH_RANK_6' => 'Lightning Breath Rank 6',
4024 'PET_ABILITY_NATURAL_ARMOR_RANK_1' => 'Natural Armor Rank 1',
4025 'PET_ABILITY_NATURAL_ARMOR_RANK_2' => 'Natural Armor Rank 2',
4026 'PET_ABILITY_NATURAL_ARMOR_RANK_3' => 'Natural Armor Rank 3',
4027 'PET_ABILITY_NATURAL_ARMOR_RANK_4' => 'Natural Armor Rank 4',
4028 'PET_ABILITY_NATURAL_ARMOR_RANK_5' => 'Natural Armor Rank 5',
4029 'PET_ABILITY_NATURAL_ARMOR_RANK_6' => 'Natural Armor Rank 6',
4030 'PET_ABILITY_NATURAL_ARMOR_RANK_7' => 'Natural Armor Rank 7',
4031 'PET_ABILITY_NATURAL_ARMOR_RANK_8' => 'Natural Armor Rank 8',
4032 'PET_ABILITY_NATURAL_ARMOR_RANK_9' => 'Natural Armor Rank 9',
4033 'PET_ABILITY_NATURAL_ARMOR_RANK_10' => 'Natural Armor Rank 10',
4034 'PET_ABILITY_NATURAL_ARMOR_RANK_11' => 'Natural Armor Rank 11',
4035 'PET_ABILITY_NATURE_RESIST_RANK_1' => 'Nature Resistance Rank 1',
4036 'PET_ABILITY_NATURE_RESIST_RANK_2' => 'Nature Resistance Rank 2',
4037 'PET_ABILITY_NATURE_RESIST_RANK_3' => 'Nature Resistance Rank 3',
4038 'PET_ABILITY_NATURE_RESIST_RANK_4' => 'Nature Resistance Rank 4',
4039 'PET_ABILITY_NATURE_RESIST_RANK_5' => 'Nature Resistance Rank 5',
4040 'PET_ABILITY_POISON_SPIT_RANK_1' => 'Poison Spit Rank 1',
4041 'PET_ABILITY_POISON_SPIT_RANK_2' => 'Poison Spit Rank 2',
4042 'PET_ABILITY_POISON_SPIT_RANK_3' => 'Poison Spit Rank 3',
4043 'PET_ABILITY_PROWL_RANK_1' => 'Prowl Rank 1',
4044 'PET_ABILITY_PROWL_RANK_2' => 'Prowl Rank 2',
4045 'PET_ABILITY_PROWL_RANK_3' => 'Prowl Rank 3',
4046 'PET_ABILITY_SCORPID_POISON_RANK_1' => 'Scorpid Poison Rank 1',
4047 'PET_ABILITY_SCORPID_POISON_RANK_2' => 'Scorpid Poison Rank 2',
4048 'PET_ABILITY_SCORPID_POISON_RANK_3' => 'Scorpid Poison Rank 3',
4049 'PET_ABILITY_SCORPID_POISON_RANK_4' => 'Scorpid Poison Rank 4',
4050 'PET_ABILITY_SCORPID_POISON_RANK_5' => 'Scorpid Poison Rank 5',
4051 'PET_ABILITY_SCREECH_RANK_1' => 'Screech Rank 1',
4052 'PET_ABILITY_SCREECH_RANK_2' => 'Screech Rank 2',
4053 'PET_ABILITY_SCREECH_RANK_3' => 'Screech Rank 3',
4054 'PET_ABILITY_SCREECH_RANK_4' => 'Screech Rank 4',
4055 'PET_ABILITY_SCREECH_RANK_5' => 'Screech Rank 5',
4056 'PET_ABILITY_SHADOW_RESIST_RANK_1' => 'Shadow Resistance Rank 1',
4057 'PET_ABILITY_SHADOW_RESIST_RANK_2' => 'Shadow Resistance Rank 2',
4058 'PET_ABILITY_SHADOW_RESIST_RANK_3' => 'Shadow Resistance Rank 3',
4059 'PET_ABILITY_SHADOW_RESIST_RANK_4' => 'Shadow Resistance Rank 4',
4060 'PET_ABILITY_SHADOW_RESIST_RANK_5' => 'Shadow Resistance Rank 5',
4061 'PET_ABILITY_SHELL_SHIELD' => 'Shell Shield',
4062 'PET_ABILITY_THUNDERSTOMP_RANK_1' => 'Thunderstomp Rank 1',
4063 'PET_ABILITY_THUNDERSTOMP_RANK_2' => 'Thunderstomp Rank 2',
4064 'PET_ABILITY_THUNDERSTOMP_RANK_3' => 'Thunderstomp Rank 3',
4065 'PET_ABILITY_THUNDERSTOMP_RANK_4' => 'Thunderstomp Rank 4',
4066 'PET_ABILITY_WARP' => 'Warp',
4067 //character auras
4068 'CHAR_AURA_ARCANE_INTELLECT_RANK_1' => 'Arcane Intellect Rank 1',
4069 'CHAR_AURA_ARCANE_INTELLECT_RANK_2' => 'Arcane Intellect Rank 2',
4070 'CHAR_AURA_ARCANE_INTELLECT_RANK_3' => 'Arcane Intellect Rank 3',
4071 'CHAR_AURA_ARCANE_INTELLECT_RANK_4' => 'Arcane Intellect Rank 4',
4072 'CHAR_AURA_ARCANE_INTELLECT_RANK_5' => 'Arcane Intellect Rank 5',
4073 'CHAR_AURA_ARCANE_INTELLECT_RANK_6' => 'Arcane Intellect Rank 6',
4074 'CHAR_AURA_ASPECT_OF_THE_BEAST' => 'Aspect of the Beast',
4075 'CHAR_AURA_ASPECT_OF_THE_CHEETAH' => 'Aspect of the Cheetah',
4076 'CHAR_AURA_ASPECT_OF_THE_MONKEY' => 'Aspect of the Monkey',
4077 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_1' => 'Aspect of the Hawk Rank 1',
4078 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_2' => 'Aspect of the Hawk Rank 2',
4079 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_3' => 'Aspect of the Hawk Rank 3',
4080 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_4' => 'Aspect of the Hawk Rank 4',
4081 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_5' => 'Aspect of the Hawk Rank 5',
4082 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_6' => 'Aspect of the Hawk Rank 6',
4083 'CHAR_AURA_ASPECT_OF_THE_HAWK_RANK_7' => 'Aspect of the Hawk Rank 7',
4084 'CHAR_AURA_ASPECT_OF_THE_WILD_RANK_1' => 'Aspect of the Wild Rank 1',
4085 'CHAR_AURA_ASPECT_OF_THE_WILD_RANK_2' => 'Aspect of the Wild Rank 2',
4086 'CHAR_AURA_ASPECT_OF_THE_WILD_RANK_3' => 'Aspect of the Wild Rank 3',
4087 'CHAR_AURA_ASPECT_OF_THE_PACK' => 'Aspect of the Pack',
4088 'CHAR_AURA_ASPECT_OF_THE_VIPER' => 'Aspect of the Viper',
4089 'CHAR_AURA_FIND_HERBS' => 'Find Herbs',
4090 'CHAR_AURA_FROST_ARMOR_RANK_1' => 'Frost Armor Rank 1',
4091 'CHAR_AURA_FROST_ARMOR_RANK_2' => 'Frost Armor Rank 2',
4092 'CHAR_AURA_FROST_ARMOR_RANK_3' => 'Frost Armor Rank 3',
4093 'CHAR_AURA_FROST_ARMOR_RANK_4' => 'Frost Armor Rank 4',
4094 'CHAR_AURA_FROST_ARMOR_RANK_5' => 'Frost Armor Rank 5',
4095 'CHAR_AURA_FIND_MINERALS' => 'Find Minerals',
4096 'CHAR_AURA_MAGE_ARMOR_RANK_1' => 'Mage Armor Rank 1',
4097 'CHAR_AURA_MAGE_ARMOR_RANK_2' => 'Mage Armor Rank 2',
4098 'CHAR_AURA_MAGE_ARMOR_RANK_3' => 'Mage Armor Rank 3',
4099 'CHAR_AURA_MAGE_ARMOR_RANK_4' => 'Mage Armor Rank 4',
4100 'CHAR_AURA_MARK_OF_THE_WILD_RANK_1' => 'Mark of the Wild Rank 1',
4101 'CHAR_AURA_MARK_OF_THE_WILD_RANK_2' => 'Mark of the Wild Rank 2',
4102 'CHAR_AURA_MARK_OF_THE_WILD_RANK_3' => 'Mark of the Wild Rank 3',
4103 'CHAR_AURA_MARK_OF_THE_WILD_RANK_4' => 'Mark of the Wild Rank 4',
4104 'CHAR_AURA_MARK_OF_THE_WILD_RANK_5' => 'Mark of the Wild Rank 5',
4105 'CHAR_AURA_MARK_OF_THE_WILD_RANK_6' => 'Mark of the Wild Rank 6',
4106 'CHAR_AURA_MARK_OF_THE_WILD_RANK_7' => 'Mark of the Wild Rank 7',
4107 'CHAR_AURA_MARK_OF_THE_WILD_RANK_8' => 'Mark of the Wild Rank 8',
4108 'CHAR_AURA_MOLTEN_ARMOR' => 'Molten Armor',
4109 'CHAR_AURA_SUMMON_FELSTEED' => 'Summon Felsteed',
4110 'CHAR_AURA_TRACK_DEMONS' => 'Track Demons',
4111 'CHAR_AURA_TRACK_BEASTS' => 'Track Beasts',
4112 'CHAR_AURA_TRACK_DRAGONKIN' => 'Track Dragonkin',
4113 'CHAR_AURA_TRACK_ELEMENTALS' => 'Track Elementals',
4114 'CHAR_AURA_TRACK_GIANTS' => 'Track Giants',
4115 'CHAR_AURA_TRACK_HIDDEN' => 'Track Hidden',
4116 'CHAR_AURA_TRACK_HUMANOIDS' => 'Track Humanoids',
4117 'CHAR_AURA_TRACK_UNDEAD' => 'Track Undead',
4118 'CHAR_AURA_TRUESHOT_AURA_RANK_1' => 'Trueshot Aura Rank 1',
4119 'CHAR_AURA_TRUESHOT_AURA_RANK_2' => 'Trueshot Aura Rank 2',
4120 'CHAR_AURA_TRUESHOT_AURA_RANK_3' => 'Trueshot Aura Rank 3',
4121 'CHAR_AURA_TRUESHOT_AURA_RANK_4' => 'Trueshot Aura Rank 4'
4122 );
4123
4124
4125$lang_arenateam = array(
4126 // ----- ARENATEAM.PHP -----
4127 'by_name' =>'por Nombre',
4128 'by_team_leader' => 'por Lider de Equipo',
4129 'by_id' => 'por ID de Equipo de Arena',
4130 'id' => 'Id',
4131 'arenateam_id' => 'ID Equipo de Arena',
4132 'arenateam_name' => 'Nombre de Equipo de Arena',
4133 'captain' => 'Capitan',
4134 'type' => 'Tipe',
4135 'arenateam_online' => 'Miembros Conectados',
4136 'create_date' => '...',
4137 '2' => '2 VS 2',
4138 '3' => '3 VS 3',
4139 '5' => '5 VS 5',
4140 'err_no_members_found' => 'No se encontraron miembros!',
4141 'err_no_team_found' => 'No se encontraron Equipos de Arena!',
4142 'del_team' => 'Eliminar Equipo de Arena',
4143 'team_search_result' => 'Resultado de Equipo de Arena',
4144 'browse_teams' => 'Explorador Equipo de Arena',
4145 'tot_teams' => 'Total de Equipos de Arena',
4146 'members' => 'Miembros',
4147 'tot_members' => 'Total de Miembros',
4148 'games' => 'Partidas Jugadas',
4149 'rating' => 'Rating',
4150 'wins' => 'Juegos ganados',
4151 'remove' => 'Remover',
4152 'name' => 'Nombre',
4153 'level' => 'Nivel',
4154 'played_week' => 'Partidas jugadas esta semana',
4155 'wons_week' => 'Juegos ganados esta semana',
4156 'played_season' => 'Partidas jugadas esta temporada',
4157 'wons_season' => 'Juegos Ganados esta temporada',
4158 'arenateams' => 'Equipos de Arena',
4159 'del_team' => 'Eliminar Equipo',
4160 'games_played'=> 'Jugadas',
4161 'games_won'=> 'Ganadas',
4162 'games_lost'=> 'Perdida',
4163 'ratio'=> 'Porcentaje de Victorias',
4164 'this_week' => 'Esta Semana',
4165 'this_season' => 'Esta Temporada',
4166 'standings' => 'Esperando :',
4167 'tot_found' => 'Total Encontrados',
4168 'arenateam' => 'Arena Team'
4169 );
4170
4171 $lang_honor = array(
4172 // ----- HONOR.PHP -----
4173 'allied' => 'Alianza',
4174 'horde' => 'Horda',
4175 'browse_honor' => 'Descripción de Honor',
4176 'guid' => 'Nombre ',
4177 'race' => 'Raza',
4178 'class' => 'Clase',
4179 'level' => 'Nivel',
4180 'honor points' => 'Puntos de Honor',
4181 'honor' => 'Rango',
4182 'guild' => 'Clan'
4183
4184 );
4185
4186$lang_events = array(
4187 'total' => 'Total',
4188 'descr' => 'Nombre de Evento',
4189 'start' => 'Inicia el',
4190 'occur' => '<br><small>dias/horas',
4191 'length' => 'Duración<br><small>dias/horas',
4192 'events' => 'Eventos'
4193 );
4194
4195
4196$lang_instances = array(
4197 'map' => 'Mapa',
4198 'level_min' => 'Nivel Minimo',
4199 'level_max' => 'Nivel Maximo',
4200 'max_players' => 'Maximo de Jugadores',
4201 'reset_delay' => 'Reinicia cada',
4202 );
4203
4204$lang_captcha = array(
4205 // ----- FORM.PHP -----
4206 'security_image' => 'Imagen de Seguridad',
4207 'imput_security_code' => 'Por favor ingresar el código de seguridad',
4208 'security_code' => 'Código de Seguridad',
4209 'submit' => 'Enviar',
4210 'invalid_code' => 'Código no válido!'
4211 );
4212
4213?>
Note: See TracBrowser for help on using the repository browser.