source: minimanager/lang/ptBR.php@ 19

Last change on this file since 19 was 19, checked in by george, 18 years ago

Aktualizace MaNGOS Minimanageru na verzi 0.1.4a.

File size: 76.0 KB
Line 
1<?php
2/*
3 * Project Name: MiniManager for Mangos Server
4 * Date: 17.10.2006 inital version (0.0.1a)
5 * Author: Mastercwb (Portuguese Brazil Translation)
6 * Copyright: Mastercwb (Portuguese Brazil Translation)
7 * Email: *****
8 * License: GNU General Public License v2(GPL)
9 */
10
11$site_encoding = "ISO-8859-1";
12
13$lang_global = array(
14 // ----- GENERAL ERROR CODES -----
15 'err_sql_conn_db' => 'Erro - A conexao ao Banco de dados SQL nao pode ser estabelecida !',
16 'err_sql_open_db' => 'Erro - Nao e possivel abrir a DataBase !',
17 'err_no_result' => 'Nao ha resultados.',
18 'err_no_user' => 'Nao foram encontrados usuarios!',
19 'err_no_records_found' => 'Nao foram encontrados resultados!',
20 'err_no_search_passed' => 'Valor de Procura incorreto.',
21 // ------ GENERAL -----
22 'empty_fields' => 'Some Fields Left Blank',
23 'search' => 'Procurar',
24 'limit' => 'Limite',
25 'back' => 'Volta',
26 'go_back' => 'Para tras',
27 'home' => 'inicio',
28 'none' => 'nada',
29 'delete' => 'Del.',
30 'delete_short' => 'Del.',
31 'edit' => 'Edit',
32 'yes' => 'SIM',
33 'yes_low' => 'Sim',
34 'no' => 'NAO',
35 'no_low' => 'Nao',
36 'are_you_sure' => 'VOCE TEM CERTEZA?',
37 'will_be_erased' => 'Nao pode ser recuperado apos apagado do BD!',
38 'unlinked' => 'Sem link'
39);
40
41$lang_login = array(
42 // ----- LOGIN.PHP -----
43 'login' =>'Login',
44 'username' => 'Username',
45 'password' => 'Password',
46 'not_registrated' => 'Nao esta Registrado?',
47 'bad_pass_user' => 'Username ou Password Invalido!',
48 'missing_pass_user' => 'Esta Faltando nome de Usuario ou Password!',
49 'banned_acc' => 'Conta Banida, Por favor contacte o Administrador / GM do server',
50 'locked_acc' => 'Conta Suspensa, Por favor contacte o Administrador / GM do Server',
51 'no_permision' => 'Voce NAO tem permissao para requerer esta informacao',
52 'enter_valid_logon' => 'Por favor entre com Username e Password validos:',
53 'select_realm' => 'Select Realm',
54 'remember_me' => 'Remember Me', //TODO
55 'pass_recovery' => 'Lost Password?' //TODO
56 );
57
58$lang_register = array(
59 // ----- REGISTER.PHP -----
60 'create_acc' =>'Criar Conta',
61 'username' => 'Username',
62 'use_eng_chars_limited_len' => 'Use numeros e letras apenas.<br />Min. de caracteres 4 | Max. de caracteres 14.',
63 'password' => 'Password',
64 'confirm_password' => 'Confirme Password',
65 'min_pass_len' => 'Min. de caracteres 4 | Max. caracteres 25.',
66 'email' => 'E-mail',
67 'use_valid_mail' => 'Por favor insira um email valido.',
68 'create_acc_button' => 'Criar Conta',
69 'diff_pass_entered' => 'As passwords nao coincidem.',
70 'already_exist' => 'Ja existente',
71 'acc_reg_closed' => 'Desculpe, Mas o registro de novas contas esta Fechado no momento.',
72 'wrong_pass_username_size' => 'Username/Password precisa ter entre 4-e-15 characteres!',
73 'bad_chars_used' => 'O username so pode conter [A-Z][a-z][0-9] apenas!',
74 'invalid_email' => 'Por favor entre com um endereco de email VALIDO!',
75 'banned_ip' => 'Seu endereco de IP esta BANIDO',
76 'contact_serv_admin' => 'Contacte o Administrador / GM.',
77 'users_ip_range' => 'Users from IP range',
78 'cannot_create_acc' => 'Nao e possivel Criar Contas.',
79 'fill_all_fields' => 'Por favor preencha todos os campos.',
80 'acc_type' => 'Account Type', //TODO
81 'acc_type_desc' => 'The type of Client will be used.', //TODO
82 'classic' => 'Classic',
83 'expansion' => 'Expansion',
84 'recover_acc_password' => 'Recover Account\'s Password', //TODO
85 'user_pass_rec_desc' => 'Please enter username you registered with.', //TODO
86 'mail_pass_rec_desc' => 'Please make sure to use same email address as in initial registration.', //TODO
87 'recover_pass' => 'Recover Password', //TODO
88 'user_mail_not_found' => 'Provided Username/email combination not found.', //TODO
89 'recovery_mail_sent' => 'Recovery mail sent',
90 //TODO
91 'read_terms' => 'Please make sure to read, understand and accept the terms of usage under which this account will be created',
92 'terms' => 'Terms of Service',
93 'error_terms' => 'Terms of Service were Not Accepted',
94 'i_agree' => 'I Agree',
95 'i_dont_agree' => 'I Do Not Agree'
96 );
97
98$lang_index = array(
99 // ----- INDEX.PHP -----
100 'realm' =>'Realm',
101 'online' => 'Online',
102 'offline_or_let_height' => 'OffLine devida a alta latencia',
103 'add_motd' => 'Incluir mensagem do dia',
104 'delete' => 'Deletar',
105 'tot_users_online' => 'Total de Usuarios Online',
106 'name' => 'Nome',
107 'race' => 'Raca',
108 'class' => 'Classe',
109 'level' => 'Level',
110 'map' => 'Mapa',
111 'zone' => 'Zona',
112 'honor_kills' => 'H.R'
113 );
114
115$lang_header = array(
116 // ----- HEADER.PHP -----
117 'main' =>'Main',
118 'users' => 'Users',
119 'accounts' => 'Accounts',
120 'characters' => 'Characters',
121 'guilds' => 'Guilds',
122 'banned_list' => 'Lista de Banidos',
123 'cleanup' => 'Cleanup',
124 'tools' => 'Ferramentas',
125 'ssh_line' => 'SSH line',
126 'run_sql_patch' => 'Run SQL Patch',
127 'backup' => 'Backup',
128 'tickets' => 'Tickets / suporte',
129 'realm' => 'Realm',
130 'add_motd' => 'Add MOTD',
131 'mail' => 'E-Mail',
132 'my_acc' => 'Minha Conta',
133 'edit_my_acc' => 'Editar Minha Conta',
134 'logout' => 'Logout',
135 'menu' => 'Menu',
136 'db' => 'DataBase',
137 'items' => 'Items',
138 'statistics' => 'Estatisticas',
139 'teleports' => 'Teleportes',
140 'command' => 'Comandos',
141 'creatures' => 'Creatures', //TODO: Translate
142 'player_map' => 'Player Map', //TODO
143 'irc' => 'IRC Applet', //TODO
144 'repair' => 'Repair/Optimize', //TODO
145 'game_object' => 'Game Object',
146 'forums' => 'Forums',
147 'auctionhouse' => 'Auction House', //TODO
148 );
149
150$lang_footer = array(
151 // -----FOOTER.PHP -----
152 'bugs_to_admin' => 'Problemas e reportes de bugs para',
153 'site_admin' => 'Administrador do site'
154 );
155
156$lang_repair = array(
157 // ----- REPAIR.PHP -----
158 'repair_optimize' => 'Repair / Optimize Tables',
159 'repair' => 'Repair',
160 'optimize' => 'Optimize',
161 'start' => 'Start',
162 'repair_finished' => 'Repair / Optimization Finished',
163 'no_table_selected' => 'No Table(s) Selected',
164 'table_name' => 'Table Name',
165 'status' => 'Status',
166 'num_records' => 'Number of Records',
167 'tables' => 'Tables',
168 'select_tables' => 'Select Tables the operation to be performed on.',
169 'repair_error' => 'Error'
170 );
171
172$lang_backup = array(
173 // ----- BACKUP.PHP -----
174 'backup_options' =>'Opcoes de Backup',
175 'select_option' => 'Selecione opcao de Backup',
176 'save' => 'Salvar',
177 'load' => 'Ler',
178 'to_from' => 'To/From',
179 'web_backup' => 'WebServer Salvo',
180 'local_file' => 'Files locais',
181 'acc_on_file' => 'Arquivo de Contas',
182 'enter_acc_name' => 'Enter Account ID you wish to Load',
183 'backup_acc' => 'BackUp Accounts',
184 'go' => 'Vai',
185 'save_table_struc_backup' => 'Salvar tabelas(s) - structural backup in addition to data backup',
186 'select_file' => 'Selecionar Arquivo',
187 'max_file_size' => 'Tamanho maximo para upload e:',
188 'use_ftp_for_large_files' => 'For Larger volumes you can upload your backup files of any size<br />via FTP directly to your backup directory',
189 'upload' => 'Upload',
190 'upload_sql_file_only' => 'Voce so pode fazer upload de arquivos do tipo .sql or .qbquery.',
191 'upload_err_write_permission' => 'Nao e possivel fazer Upload<br />Cheque as permissoes de diretorio',
192 'file_not_found' => 'Arquivo nao encontrado!',
193 'file_write_err' => 'Nao e possivel subscrever o arquivo!',
194 'backup_finished' => 'Backup terminado com sucesso',
195 'select_backup' => 'selecione o arquivo de backup',
196 'file_loaded' => 'Arquivo lido e',
197 'que_executed' => 'Queries executadas com sucesso!',
198 'tables_to_save' => 'Todas as tabelas foram salvas',
199 'save_all_realms' => 'Salvar tudo em Realms'
200 );
201
202$lang_banned = array( //TODO
203 // ----- BANNED.PHP -----
204 'add_to_banned' =>'Add to Banned Lists',
205 'tot_banned' => 'Total Banned',
206 'ip_acc' => 'Ip / Account',
207 'will_be_removed_from_banned' => 'Will be removed from Banned List',
208 'ban_entry' => 'Ban IP / Account',
209 'err_del_entry' => 'Error deleting banned entry',
210 'updated' => 'Update action success!',
211 'banned_list' => 'Banned List',
212 'bandate' => 'Ban Date',
213 'unbandate' => 'Unban Date',
214 'bannedby' => 'Banned by',
215 'banreason' => 'Reason',
216 'banned_ips' => 'Banned IPs',
217 'banned_accounts' => 'Banned Accounts',
218 'ban_type' => 'Ban Type',
219 'account' => 'Account',
220 'ip' => 'IP',
221 'ban_time' => 'Ban for amount of (hours)',
222 'entry' => 'Entry (Acc. name / IP)',
223 'acc_not_found' => 'Account Not Found'
224 );
225
226$lang_char = array(
227 // ----- CHAR.PHP -----
228 'online' =>'Online',
229 'offline' => 'Offline',
230 'guild_leader' => 'Guild Leader',
231 'guild' => 'Guild',
232 'rank' => 'Rank',
233 'honor_points' => 'Honor Rank',
234 'honor_kills' => 'Kills',
235 'exp' => 'Experiencia',
236 'melee_ap' => 'Melee Forca',
237 'ranged_ap' => 'Ranged Forca',
238 'block' => 'Block',
239 'dodge' => 'Dodge',
240 'parry' => 'Parry',
241 'crit' => 'Crit',
242 'range_crit' => 'Range Crit',
243 'days' => 'Dias',
244 'hours' => 'Horas',
245 'min' => 'Min.',
246 'backpack' => 'Backpack',
247 'gold' => 'Ouro',
248 'tot_paly_time' => 'Total de tempo jogado',
249 'chars_acc' => 'Chars nesta Conta',
250 'send_mail' =>'enviar Mail in game',
251 'del_char' => 'Deletar Char',
252 'no_char_found' => 'Nao foi encontrado Char!',
253 'char_sheet' => 'Character Sheet', //TODO: Translate
254 'inventory' => 'Inventory', //TODO: Translate
255 'reputation' => 'Reputation', //TODO: Translate
256 'bank_items' => 'Bank Items', //TODO: Translate
257 'quests' => 'Quests', //TODO: Translate
258 'no_act_quests' => 'No active Quests Found.', //TODO: Translate
259 'quest_id' => 'ID', //TODO: Translate
260 'quest_level' => 'lvl',
261 'quest_title' => 'Quest Title', //TODO: Translate
262 'professions' => 'Professions', //TODO
263 'skills' => 'Skills', //TODO
264 'skill_id' => 'ID', //TODO
265 'skill_name' => 'Skill Name', //TODO
266 'skill_value' => 'Value', //TODO
267 // --- $skill_rank_array ---
268 'apprentice' => 'Apprentice', //TODO: Translate
269 'journeyman' => 'Journeyman', //TODO: Translate
270 'expert' => 'Expert', //TODO: Translate
271 'artisan' => 'artisan', //TODO: Translate
272 'master' => 'Master', //TODO: Translate
273 'inherent' => 'Inherent', //TODO: Translate
274 'wise' => 'Wise', //TODO: Translate
275 // ---- edit_char.php ----
276 'update' => 'Update Char Informacao',
277 'edit_char' => 'Editar Char Informacao',
278 'edit_button' => 'Edit Informacoes',
279 'edit_rules' => 'The values are character\'s base status without the item/spell modifiers.',
280 'edit_offline_only_char' => ' - Apenas chars OFFLINE podem ser Editados.',
281 'no_permission' => 'Voce nao possui permissao para alterar dados neste Char.',
282 'err_edit_online_char' => 'Nao e possivel editar chars ONLINE',
283 'updated' => 'Informacoes do Char editados com sucesso!',
284 'update_err' => 'Erro ao alterar informacoes do Char',
285 'use_numeric' => 'Voce nao pode usar valores numericos',
286 'check_to_delete' => 'Marque a a checkbox aopos o item para deletar.',
287 'to_char_view' => 'Go to character view',
288 'inv_bank' => 'Items do Banco (Storage/Wherehouse e inventario',
289 'location' => 'Location', //TODO
290 'move_to' => 'Teleport to (.tele location name)', //TODO
291 'no_tp_location' => 'No teleport location found using provided name.' //TODO
292 );
293
294$lang_item = array(
295 // ----- ITEM TOOLTIP -----
296 'head' => 'Head',
297 'gloves' => 'Gloves',
298 'neck' => 'Neck',
299 'belt' => 'Belt',
300 'shoulder' => 'Shoulder',
301 'legs' => 'Legs',
302 'back' => 'Back',
303 'feet' => 'Feet',
304 'chest' => 'Chest',
305 'finger' => 'Finger',
306 'shirt' => 'Shirt',
307 'tabard' => 'Tabard',
308 'trinket' => 'Trinket',
309 'wrist' => 'Wrist',
310 'main_hand' => 'Main hand',
311 'one_hand' => 'One hand',
312 'off_hand' => 'Off hand',
313 'ranged' => 'Ranged',
314 'ammo' => 'Ammo/Municao',
315 'bop' => 'Binds when Picked Up',
316 'boe' => 'Binds when Equipped',
317 'bou' => 'Binds when Used',
318 'quest_item' => 'Quest Item',
319 'axe_1h' => 'Axe (One Handed)',
320 'axe_2h' => 'Axe (Two Handed)',
321 'bow' => 'Bow',
322 'rifle' => 'Rifle',
323 'mace_1h' => 'Mace (One Handed)',
324 'mace_2h' => 'Mace (Two Handed)',
325 'polearm' => 'Polearm',
326 'sword_1h' => 'Sword (One Handed)',
327 'sword_2h' => 'Sword (Two Handed)',
328 'staff' => 'Staff',
329 'exotic_1h' => 'Exotic (One Handed)',
330 'exotic_2h' => 'Exotic (Two Handed)',
331 'fist_weapon' => 'Fist Weapon',
332 'misc_weapon' => 'Miscellaneous Weapon',
333 'dagger' => 'Dagger',
334 'thrown' => 'Thrown',
335 'spear' => 'Spear',
336 'crossbow' => 'Crossbow',
337 'wand' => 'Wand',
338 'fishing_pole' => 'Fishing Pole',
339 'rod' => 'Enchanter\'s Rod', // <---- TODO
340 'robe' => 'Robe',
341 'tome' => 'Tome',
342 'two_hand' => 'Two Hand',
343 'off_misc' => 'Off (Misc)',
344 'thrown' => 'Thrown',
345 'consumable' => 'Consumable',
346 'arrows' => 'Projectile - Arrows',
347 'bullets' => 'Projectile - Bullets',
348 'projectile' => 'Projectile',
349 'trade_goods' => 'Trade Goods',
350 'parts' => 'Parts',
351 'explosives' => 'Explosives',
352 'devices' => 'Devices',
353 'book' => 'Book',
354 'recipe' => 'Recipe',
355 'LW_pattern' => 'Leatherworking Pattern',
356 'tailoring_pattern' => 'Tailoring Pattern',
357 'ENG_Schematic' => 'Engineering Schematic',
358 'BS_plans' => 'Blacksmithing Plans',
359 'cooking_recipe' => 'Cooking Recipe',
360 'alchemy_recipe' => 'Alchemy Recipe',
361 'FA_manual' => 'First Aid Manual',
362 'ench_formula' => 'Enchanting Formula',
363 'JC_formula' => 'Jewelcrafting Formula', // <---- TODO
364 'quiver' => 'Quiver',
365 'ammo_pouch' => 'Ammo Pouch',
366 'soul_shards' => 'Soul Shards', // <---- TODO
367 'herbs' => 'Herbs', // <---- TODO
368 'enchanting' => 'Enchanting', // <---- TODO
369 'engineering' => 'Engineering', // <---- TODO
370 'gems' => 'Gems', // <---- TODO
371 'keys' => 'Keys', // <---- TODO
372 'mining' => 'Mining', // <---- TODO
373 'key' => 'Key',
374 'lockpick' => 'Lockpick',
375 'weapon' => 'Weapon',
376 'reagent' => 'Reagent',
377 'quest' => 'Quest',
378 'misc_short' => 'Misc',
379 'permanent' => 'Permanent',
380 'poor' => 'Poor',
381 'common' => 'Common',
382 'uncommon' => 'Uncommon',
383 'rare' => 'Rare',
384 'epic' => 'Epic',
385 'legendary' => 'Legendary',
386 'artifact' => 'Artifact',
387 'unique' => 'Unique',
388 'misc' => 'Miscellaneous',
389 'armor' => 'Armor',
390 'cloth' => 'Cloth',
391 'leather' => 'Leather',
392 'mail' => 'Mail',
393 'plate' => 'Plate',
394 'shield' => 'Shield',
395 'buckler' => 'Buckler', // <---- TODO
396 'block' => 'Block', // <---- TODO
397 'none' => 'None', // <---- TODO
398 'other' => 'Other', // <---- TODO
399 'damage' => 'Damage',
400 'speed' => 'Speed',
401 'holy_dmg' => 'Holy Damage',
402 'fire_dmg' => 'Fire Damage',
403 'nature_dmg' => 'Nature Damage',
404 'frost_dmg' => 'Frost Damage',
405 'shadow_dmg' => 'Shadow Damage',
406 'arcane_dmg' => 'Arcane Damage',
407 'physical_dmg' => 'Physical', // <---- TODO
408 'lvl_req' => 'Requires Level',
409 'item_set' => 'Item Set',
410 'bag' => 'Bag',
411 'health' => 'Health',
412 'mana' => 'Mana',
413 'res_arcane' => 'Arcane Resistance',
414 'res_holy' => 'Holy Resistance',
415 'res_fire' => 'Fire Resistance',
416 'res_nature' => 'Nature Resistance',
417 'res_frost' => 'Frost Resistance',
418 'res_shadow' => 'Shadow Resistance',
419 'strength' => 'Strength',
420 'agility' => 'Agility',
421 'stamina' => 'Stamina',
422 'intellect' => 'Intellect',
423 'spirit' => 'Spirit',
424 'spell_use' => 'Use', // <---- TODO
425 'spell_equip' => 'Equip', // <---- TODO
426 'spell_coh' => 'Chance On Hit', // <---- TODO
427 'class' => 'Class', // <---- TODO
428 'slots' => 'Slots', // <---- TODO
429 'charges' => 'Charge(s)', // <---- TODO
430 //TODO: Translate All below
431 'socket_bonus' => 'Socket Bonus',
432 'potion' => 'Potion',
433 'scroll' => 'Scroll',
434 'bandage' => 'Bandage',
435 'healthstone' => 'HealthStone',
436 'combat_effect' => 'CombatEffect',
437 'libram' => 'Libram',
438 'idol' => 'Idol',
439 'totem' => 'Totem',
440 'fishing_manual' => 'Fishing Manual',
441 'soul_stone' => 'Soul Stone',
442 'no_bind' => 'Not Binding',
443 'socket_meta' => 'Meta Socket',
444 'socket_red' => 'Red Socket',
445 'socket_yellow' => 'Yellow Socket',
446 'socket_blue' => 'Blue Socket',
447 'rating_by' => 'Rating by',
448 'improves' => 'Improves',
449 'DEFENCE_RATING' => 'Defence',
450 'DODGE_RATING' => 'Dodge',
451 'PARRY_RATING' => 'Parry',
452 'SHIELD_BLOCK_RATING' => 'Shield Block',
453 'MELEE_HIT_RATING' => 'Melee Hit',
454 'RANGED_HIT_RATING' => 'Ranged Hit',
455 'SPELL_HIT_RATING' => 'Spell Hit',
456 'MELEE_CS_RATING' => 'Melee Crit',
457 'RANGED_CS_RATING' => 'Ranged Crit',
458 'SPELL_CS_RATING' => 'Spell Crit',
459 'MELEE_HA_RATING' => 'Melee Hit Avoid',
460 'RANGED_HA_RATING' => 'Ranged Hit Avoid',
461 'SPELL_HA_RATING' => 'Spell Hit Avoid',
462 'MELEE_CA_RATING' => 'Melee Crit Avoid',
463 'RANGED_CA_RATING' => 'Ranged Crit Avoid',
464 'SPELL_CA_RATING' => 'Spell Crit Avoid',
465 'MELEE_HASTE_RATING' => 'Melee Haste',
466 'RANGED_HASTE_RATING' => 'Ranged Haste',
467 'SPELL_HASTE_RATING' => 'Spell Haste',
468 'HIT_RATING' => 'Hit',
469 'CS_RATING' => 'Critical Strike',
470 'HA_RATING' => 'Hit Avoid',
471 'CA_RATING' => 'Crit Avoid',
472 'RESILIENCE_RATING' => 'Resistance',
473 'HASTE_RATING' => 'Haste'
474);
475
476$lang_char_list = array(
477 // ----- CHAR_LIST.PHP -----
478 'cleanup' =>'Limpar',
479 'by_name' => 'por nome',
480 'by_id' => 'por id',
481 'by_account' => 'por Conta',
482 'by_level' => '= Level',
483 'greater_level' => '&lt; Level',
484 'by_guild' => 'por Guild',
485 'by_race_id' => 'por Raca id',
486 'by_class_id' => 'por Classe id',
487 'by_map_id' => 'por Mapa id',
488 'by_honor_kills' => '= H.Rank',
489 'greater_honor_kills' => '&lt; H.Rank',
490 'by_online' => 'Por On line',
491 'id' => 'ID',
492 'char_name' => 'Char Nome',
493 'account' => 'Conta',
494 'race' => 'Raca',
495 'class' => 'Classe',
496 'level' => 'Level',
497 'map' => 'Mapa',
498 'zone' => 'Zona',
499 'honor_kills' => 'H.R',
500 'online' => 'Online',
501 'del_selected_chars' => 'Delete Char selecionado (s)',
502 'tot_chars' => 'Total de Chars',
503 'characters' => 'Char',
504 'tot_found' => 'Total Encontrado',
505 'char_ids' => 'Char(s) id(s)',
506 'no_chars_del' => 'Nao foi deletado(s) nenhum chars!</br>Erro de Permissao',
507 'total' => 'Total',
508 'chars_deleted' => 'Char deletados!',
509 'back_browse_chars' => 'Voltar e ver Chars',
510 'search_results' => 'Resultados da busca',
511 'browse_chars' => 'Ver Chars',
512 'chars_gold' => '&lt; Ouro (C)',
513 'by_item' => 'Por Item ID '
514 );
515
516$lang_cleanup = array(
517 // ----- CLEANUP.PHP -----
518 'cleanup_options' =>'Limpar Opcoes',
519 'clean_chars' => 'Clean Characters',
520 'char_level' => 'Character Level',
521 'tot_play_time' => 'Total Play Time (sec)',
522 'clean_acc' => 'Clean Accounts',
523 'last_login_time' => 'Last Login (Y:M:D)',
524 'failed_logins' => 'Failed Loggins',
525 'banned' => 'Banned',
526 'locked' => 'Locked',
527 'chars_in_acc' => 'Characters in Account',
528 'clean_guilds' => 'Clean Guilds',
529 'chars_in_guild' => 'Characters in Guild',
530 'run_cleanup' => 'Run CleanUp',
531 'chars_id' => 'Charecter(s) id(s)',
532 'tot_of' => 'Total de',
533 'acc_ids' => 'Contas(s) id(s)',
534 'guilds_id' => 'Guild(s) id(s)',
535 'no_guilds_del' => 'A guild (s) nao foi deletada!',
536 'total' => 'Total',
537 'guilds_deleted' => 'Guild(s) deleteda!',
538 'no_acc_chars_deleted' => 'Conta/Character nao deletado(s)!<br />Erro de Permissao!',
539 'accs_deleted' => 'Conta(s) deletada(s)!',
540 'chars_deleted' => 'Char(s) deletedo(s)!',
541 'back_cleaning' => 'Back Cleanning',
542 'clean_db' => '**Limpar Database**'
543 );
544
545$lang_edit = array(
546 // ----- EDIT.PHP -----
547 'edit_acc' =>'Edite sua Conta',
548 'id' => 'ID',
549 'username' => 'Username',
550 'password' => 'Password',
551 'mail' => 'Mail',
552 'gm_level' => 'GM level',
553 'join_date' => 'Cadastrado em',
554 'characters' => 'Chars on Realm',
555 'del_acc' => 'Deletar Conta',
556 'update' => 'Atualizar Dados',
557 'will_be_erased' => 'e todos os chars serao apagados do BD!!',
558 'use_valid_email' => 'Providencie um email VALIDO!!',
559 'data_updated' => 'Atualizacao bem sucedida!',
560 'error_updating' => 'Erro na atualizacaor! (Talves algum erro nos campos de dados?)',
561 'del_error' => 'Erro de delecao inesperada.',
562 'edit_your_acc' => 'Edite sua Conta',
563 'cms_options' => 'CMS Options', //TODO
564 'select_cms_template' => 'Select CMS Template', //TODO
565 'template' => 'Template', //TODO
566 'select_cms_layout_lang' => 'Selecione o idioma do layout CMS ',
567 'language' => 'Idioma',
568 'save' => 'Salvar',
569 //TODO
570 'client_type' => 'Client Type',
571 'classic' => 'Classic',
572 'expansion' => 'Expansion',
573 'tot_chars' => 'Total Characters'
574 );
575
576$lang_guild = array(
577 // ----- GUILD.PHP -----
578 'by_name' =>'Por Nome',
579 'by_guild_leader' => 'Por Lider de Guild',
580 'by_create_date' => 'Por Data de Criacao',
581 'by_id' => 'Por Guild Id',
582 'id' => 'ID',
583 'guild_name' => 'Guild Nome',
584 'guild_leader' => 'Guild Lider',
585 'guild_motd' => 'Guild MOTD',
586 'create_date' => 'Criacao datae',
587 'err_no_guild_found' => 'Nao existem Guilds!',
588 'tot_guilds' => 'Total de Guilds',
589 'guilds' => 'Guilds',
590 'tot_found' => 'Total Encontrado',
591 'guild' => 'Guild',
592 'create_date' => 'Foundacao Data',
593 'info' => 'Info',
594 'motd' => 'MOTD',
595 'level' => 'level',
596 'name' => 'Name', //TODO: Translate
597 'remove' => 'Rem.', //TODO: Translate
598 'rank' => 'Rank', //TODO: Translate
599 'tot_members' => 'Total de Membros',
600 'err_no_members_found' => 'Nao foram encontrados membros!',
601 'del_guild' => 'Deletar Guild',
602 'guild_id' => 'Guild id',
603 'guild_search_result' => 'Resulta da busca por Guilds',
604 'browse_guilds' => 'Ver Guilds'
605 );
606
607$lang_mail = array(
608 // ----- MAIL.PHP -----
609 'mail_type' => 'Mail Type',
610 'mail_options' => 'Mail Options',
611 'email' => 'Email',
612 'ingame_mail' => 'InGame Mail',
613 'send' => 'Eviar',
614 'recipient' => 'Recipient',
615 'subject' => 'Subject',
616 'group_send' => 'Group Send',
617 'both' => 'Both',
618 'gm_level' => 'GM Level',
619 'locked_accouns' => 'Contas Bloqueadas',
620 'banned_accounts' => 'Contas Banidas',
621 'char_level' => 'Char Level',
622 'online' => 'Online',
623 'attachments' => 'Attachments (ingame only)', //TODO
624 'money' => 'Money', //TODO
625 'item' => 'Item (id)', //TODO
626 'stack' => 'Stack', //TODO
627 'mail_body' => 'Corpo do Email',
628 'dont_use_both_groupsend_and_to' => '* Atencao: If You are using \'Group Send\' option, make sure to leave \'Recipient\' field blank.',
629 'mail_sent' => 'Mail Enviado com sucesso.',
630 'mail_err' => 'Erro no envio',
631 'no_recipient_found' => 'Nao foi encontrado o endereco especificado.',
632 'use_name_or_email' => 'Use onome do char em caso de mail inGAME - Eendereco Email em caso de email normal.',
633 'option_unavailable' => 'Voce nao pode usar esta opcao nas configuracoes correntes.',
634 'use_currect_option' => 'Some of the \'Group Send\' options can be used only with \'inGame mail\' or \'Email\' but not with both.',
635 'send_mail' => 'Enviar mail'
636 );
637
638$lang_motd = array(
639 // ----- MOTD.PHP -----
640 'post_motd' => 'Portar mensagem do Dia',
641 'post_rules' => 'Noticia: Voce pode diginar no maximo 255 caracteres.<br />tags HTML nao podem ser usadas.',
642 'err_max_len' => 'Maximo de caracteres foi excedido',
643 'add_motd' => 'Inserir Mensagem do DIA'
644 );
645
646$lang_run_patch = array(
647 // -----RUN_PATCH.PHP -----
648 'err_in_line' => 'SQL syntax error na query numero ',
649 'run_sql_file_only' => 'Voce so pode rodar .sql ou .qbquery arquivos.',
650 'file_not_found' => 'Arquivo nao encontrado!!!!',
651 'select_sql_file' => 'Selecione o arquivo SQL par aabrir',
652 'max_filesize' => 'tamanho maximo do arquivo',
653 'open' => 'Abrir',
654 'run_rules' => 'The following query(s) will be executed.<br />Make sure each query line ends with \'&#059\' sign.',
655 'select_db' => 'Select DB to be used by Default',
656 'run_sql' => '+++++ Rodar SQL +++++',
657 'query_executed' => 'SQL Query(s) Executadas com sucesso.',
658 'no_query_found' => 'Zero Resultados Returnados / Nao foram encontradas queries.',
659 'run_patch' => 'Rodar SQL Patch'
660 );
661
662$lang_ssh = array(
663 // ----- SSH.PHP -----
664 'server_offline' => 'SSH/Telnet Server aparentemente off line!',
665 'config_server_properly' => 'Make sure you have configured your SSH/Telnet server properly, and it is currently online.'
666 );
667
668$lang_realm = array(
669 // ----- REALM.PHP -----
670 'add_realm' => 'Incluir Realm',
671 'tot_realms' => 'Total Realms',
672 'name' => 'Nome',
673 'address' => 'Endereco IP',
674 'port' => 'Porta',
675 'icon' => 'Icone',
676 'color' => 'Cor',
677 'timezone' => 'Horario Local',
678 'edit_realm' => 'Editar dados do Realm Data',
679 'id' => 'ID',
680 'update' => 'Atualizar Dados',
681 'realm_id' => 'Realm id',
682 'err_deleting' => 'Erro ao deletar Realm',
683 'update_executed' => 'Atuaizacao bem sucedida!!',
684 'update_err' => 'Erro no Update!<br />NON of the fields changed?',
685 'realm_data' => 'Dados do Realm ',
686 'online' => 'Online',
687 'tot_char' => 'Total de Chars',
688 'delete' => 'Deletar Realm',
689 'normal' => 'Normal',
690 'pvp' => 'PVP',
691 'rp' => 'RP',
692 'rppvp' => 'RPPVP',
693 'english' => 'Ingles',
694 'deutsch' => 'Alemao',
695 'french' => 'Fraces',
696 'Protugues' => 'Portugues',
697 'others' => 'Others',
698 //TODO
699 'conf_from_file' => '** This realm appear not to have proper configuration in config.php file.<br />Make sure to properly configure it before using under CMS.',
700 'offline' => 'Offline',
701 'status' => 'Status'
702 );
703
704$lang_ticket = array(
705 // ----- TICKET.PHP -----
706 'id' =>'ID',
707 'sender' => 'Eviado por',
708 'ticket_text' => 'Texto do Ticket',
709 'category' => 'Categoria',
710 'no_tickets_found' => 'Nao existem Tickets !',
711 'del_selected_tickets' => 'Deletar Checked Ticket(s)',
712 'tot_tickets' => 'Total de Tickets',
713 'send_ingame_mail' => 'Enviar InGame Mail',
714 'edit_reply' => 'Editar / Responder',
715 'ticket_id' => 'Ticket ID',
716 'submitted_by' => 'Enviado por',
717 'ticket_text' => 'Texto',
718 'update' => 'Atualizar Ticket',
719 'ticket_updated' => 'Ticket Atualizado',
720 'ticked_deleted' => 'Tickets Deletedos com sucesso.',
721 'ticket_not_deleted' => 'O ticket nao foi deletado!',
722 'edit_ticked' => 'Editar Ticket',
723 'ticket_updated' => 'Ticket Atualizado',
724 'ticket_update_err' => 'Erro ao Atulizar Ticket',
725 'browse_tickets' => 'Ver Tickets',
726 'other' => 'Outros',
727 'stuck' => 'Stuck',
728 'behavior' => 'Mal comportamento / Hacks',
729 'guild' => 'Guild',
730 'item' => 'Item',
731 'environmental' => 'Environmental',
732 'creep' => 'Problema de Quests',
733 'quest' => 'Quest / Quest NPC',
734 'technical' => 'Tecnico',
735 'account' => 'Conta / Relacionamento',
736 'character' => 'Char'
737 );
738
739$lang_user = array(
740 // ----- USER.PHP -----
741 'add_acc' => 'Nova Conta',
742 'cleanup' => 'Limpar',
743 'backup' => 'Backup',
744 'by_name' => 'Por Nome',
745 'by_id' => 'Por ID',
746 'by_tbc' => 'by TBC Acc.', //TODO
747 'by_gm_level' => '= GM Level',
748 'greater_gm_level' => '< GM Level',
749 'by_email' => 'Por Email',
750 'by_join_date' => 'Por data',
751 'by_ip' => 'Por IP',
752 'by_failed_loggins' => '< Loguins Falhos',
753 'by_last_login' => 'Por ultimo Login',
754 'by_online' => 'Por Online',
755 'by_banned' => 'Por Banido',
756 'by_locked' => 'Por Bloqueado',
757 'id' => 'ID',
758 'username' => 'Username',
759 'gm_level' => 'GM',
760 'email' => 'Mail',
761 'join_date' => 'Join Date',
762 'banned' => 'Ban',
763 'ip' => 'IP',
764 'failed_logins' => 'F.Login',
765 'locked' => 'Bloqueado',
766 'last_login' => 'Ultimo Login',
767 'online' => 'Online',
768 'del_selected_users' => 'Deletar users marcado(s)',
769 'backup_selected_users' => 'Backup users Marcado(s)',
770 'acc_backedup' => 'Backup de Conta(s) completado com sucesso!',
771 'tot_acc' => 'Total de Contas',
772 'user_list' => 'Lista de usuarios',
773 'tot_found' => 'Total Encontrado',
774 'acc_ids' => 'Account(s) id(s)',
775 'back_browsing' => 'Voltar a visualizar users',
776 'no_acc_deleted' => 'Nao foi possivel deletar Conta!<br />Erro de permissao',
777 'total' => 'Total',
778 'acc_deleted' => 'Cota(s) deletadas!!',
779 'char_deleted' => 'Char deletado!',
780 'create_new_acc' => 'Create Nova Conta',
781 'password' => 'Password',
782 'confirm' => 'Confirme',
783 'create_acc' => 'Criar Conta',
784 'gm_level_long' => 'GM level',
785 'last_ip' => 'Ultimo IP',
786 'ban_this_ip' => 'Banir este IP',
787 'failed_logins_long' => 'Logins Falhos',
788 'tot_chars' => 'Total de Chars',
789 'chars_on_realm' => 'Chars no Realm',
790 'update_data' => 'Atualizar Informacoes',
791 'del_acc' => 'Deletar Conta',
792 'search_results' => 'Buscar',
793 'acc_creation_failed' => 'Nova Conta, Falha na criacao! (campos em branco)',
794 'acc_created' => 'Nova Conta Craida',
795 'nonidentical_passes' => 'Voce precisa entrar com passwords coincidentes.',
796 'user_already_exist' => 'Username Ja existe.',
797 'username_pass_too_long' => 'Username/Password precisa ter entre 4-e-15 caracteres!',
798 'use_only_eng_charset' => 'Username so pode conter [A-Z][a-z][0-9] apenas!',
799 'no_value_passed' => 'No Value Passed',
800 'edit_acc' => 'Editar Conta',
801 'update_failed' => 'O Update Falhou - provavelmente algum campo nao foi modificado?',
802 'data_updated' => 'Gravado',
803 'you_have_no_permission' => 'Voce nao tem permissao para editar estes dados',
804 'browse_acc' => 'Ver Contas',
805 'you_have_no_permission_to_set_gmlvl' => 'Voce nao tem permissao para setar GM Level',
806 //TODO
807 'tbc_account' => 'TBC Account',
808 'client_type' => 'Client Type',
809 'classic' => 'Classic',
810 'expansion' => 'Expansion'
811 );
812
813$lang_stat = array(
814 // ----- STAT.PHP -----
815 'srv_statistics' => 'Server Statistics',//TODO
816 'general_info' => 'General Information',//TODO
817 'tot_accounts' => 'Total Accounts',//TODO
818 'total_of' => 'There is total of',//TODO
819 'gms_one_for' => 'GMs, One for every',//TODO
820 'players' => 'Players',//TODO
821 'tot_chars_on_realm' => 'Total Characters on Realm',//TODO
822 'average_of' => 'An average of',//TODO
823 'chars_per_acc' => 'Characters per Account',//TODO
824 'horde' => 'Horde',//TODO
825 'alliance' => 'Alliance',//TODO
826 'chars_by_race' => 'Character Share by Race',//TODO
827 'chars_by_class' => 'Character Share by Class',//TODO
828 'chars_by_level' => 'Character Share by Level',//TODO
829 'reset' => 'Reset Filters',
830 'avg_uptime' => 'Average Server Uptime', //TODO
831 'max_uptime' => 'Maximum Server Uptime',
832 'uptime_prec' => ' Uptime percentage since first run'
833);
834
835$lang_tele = array(
836 // ----- TELE.PHP -----
837 'loc_name' => 'Nome do Local',
838 'loc_id' => 'ID do Local',
839 'on_map' => 'ID no mapa',
840 'id' => 'ID',
841 'name' => 'Nome',
842 'map' => 'Mapa',
843 'x' => 'X',
844 'y' => 'Y',
845 'z' => 'Z',
846 'orientation' => 'Orientacao',
847 'tot_locations' => 'Total de teleportes',
848 'total_found' => 'Total de Teleportes encontrados',
849 'edit_tele' => 'Editar localizacao do Teleport',
850 'position_x' => 'Posicao X',
851 'position_y' => 'Posicao Y',
852 'position_z' => 'Posicao Z',
853 'update_tele' => 'Atualizar Localizacao',
854 'delete_tele' => 'Deletar',
855 'tele_updated' => 'Localizacao Atualizada',
856 'search_results' => 'Resultados da busca',
857 'error_updating' => 'Erro no Update',
858 'tele_locations' => 'Localizacao dos Teleportes',
859 'add_new' => 'Add New', //TODO: Translate
860 'add_new_tele' => 'Add New Teleport Location' //TODO: Translate
861);
862
863$lang_item_edit = array( //TODO :Translate entire array
864 // ----- ITEM.PHP -----
865 'search_item' => 'Search for Item(s)',
866 'model_id' => 'Model Id',
867 'all' => 'All',
868 'search' => '+ Search +',
869 'add_new_item' => 'Add New Item',
870 'tot_items_in_db' => 'Total items in DB',
871 'new_search' => 'New Search',
872 'items_found' => 'Items Found',
873 'item_not_found' => 'Item NOT Found in DB',
874 'search_results' => 'Search Results',
875 'edit_item' => 'Edit Item',
876 'search_items' => 'Lookup Items',
877 'update' => 'Save Item to Database',
878 'export_sql' => 'Save as SQL Script',
879 'item_id' => 'Item ID',
880 'err_adding_item' => 'Error Adding Item',
881 'err_no_field_updated' => 'Non of the fields updated.',
882 'del_item' => 'Delete Item',
883 'general_tab' => 'General',
884 'additional_tab' => 'Extra',
885 'stats_tab' => 'Stats',
886 'damage_tab' => 'Damage',
887 'spell_tab' => 'Spells',
888 'req_tab' => 'Req.',
889 'general' => 'General',
890 'entry' => 'Entry',
891 'entry_desc' => 'This is the unique ID of an Item.',
892 'display_id' => 'Display ID',
893 'display_id_desc' => 'This is the Model ID of an Item.',
894 'req_level' => 'Req. Level',
895 'req_level_desc' => 'Minimum level to use/equip this item.',
896 'item_level' => 'Item Level',
897 'item_level_desc' => 'Item base level.',
898 'names' => 'Names',
899 'item_name' => 'Item Name',
900 'item_name_desc' => 'Item Name',
901 'description' => 'Description',
902 'description_desc' => 'Brief description of this item, appears in orange at the bottom of an item label ingame.',
903 'script_name' => 'ScriptName',
904 'script_name_desc' => 'Here can be added script entries defined in core code.',
905 'class' => 'Class',
906 'class_desc' => 'Defines the class of an item.',
907 'type' => 'Type',
908 'subclass' => 'Subclass',
909 'subclass_desc' => 'Defines the subclass of an item. Notice: The subclass must be related to Item Class. Some Classes do not have any subclasses.',
910 'quality' => 'Quality',
911 'quality_desc' => 'The overall quality of an item.',
912 'inv_type' => 'Inv. Type',
913 'inv_type_desc' => 'Where this item can be equipped.',
914 'flags' => 'Flags',
915 'flags_desc' => 'TODO: Add proper description.',
916 'item_set' => 'Item Set',
917 'item_set_desc' => 'The ID of an item set this item belongs to.',
918 'bonding' => 'Bonding',
919 'bonding_desc' => 'Item Bonding type.',
920 'start_quest' => 'Start Quest',
921 'start_quest_desc' => 'ID of a quest that this item starts.',
922 'short_rules_desc' => '* Moving your mouse over the field name will show you short field description.<br />
923* Make sure you properly filled all the fields and you are not trying to insert new item using existing entry.',
924 'vendor' => 'Vendor',
925 'buy_count' => 'BuyCount',
926 'buy_count_desc' => 'Size of the stack in which the item is sold by vendors.',
927 'buy_price' => 'BuyPrice',
928 'buy_price_desc' => 'Price (in copper) of a stack of #BuyCount items.',
929 'sell_price' => 'SellPrice',
930 '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).',
931 'container' => 'Container',
932 'bag_family' => 'BagFamily',
933 'bag_family_desc' => 'Type of Container.',
934 'bag_slots' => 'Container Slots',
935 'bag_slots_desc' => 'Number of slots that this bag holds.',
936 'materials' => 'Materials',
937 'material' => 'Material',
938 'material_desc' => 'The material the item is made of. Affects the sound that the item makes when moved.',
939 'consumables' => 'Consumables',
940 'none' => 'None',
941 'metal' => 'Metal',
942 'wood' => 'Wood',
943 'liquid' => 'Liquid',
944 'jewelry' => 'Jewelry',
945 'chain' => 'Chain',
946 'plate' => 'Plate',
947 'cloth' => 'Cloth',
948 'leather' => 'Leather',
949 'page_material' => 'Page Material',
950 'page_material_desc' => 'The background of the page window (and to some extent the font).',
951 'parchment' => 'Parchment',
952 'stone' => 'Stone',
953 'marble' => 'Marble',
954 'silver' => 'Silver',
955 'bronze' => 'Bronze',
956 'max_durability' => 'Max Durability',
957 'max_durability_desc' => 'Durability of an item.',
958 'other' => 'Other',
959 'max_count' => 'MaxCount',
960 'max_count_desc' => 'Maximum number of this item that the player can have. ( 0:not limited, 1:Unique)',
961 'stackable' => 'Stackable',
962 'stackable_desc' => 'The amount of this item that a player can carry in the same slot.',
963 'page_text' => 'PageText',
964 '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.',
965 'RandomProperty' => 'Random Property',
966 'RandomProperty_desc' => 'Random enchantment entry.',
967 'lang_id' => 'Language ID',
968 'lang_id_desc' => 'Language that this item is written in.',
969 'sheath' => 'Sheath',
970 'sheath_desc' => 'How the weapon is put away (to the side, on the back, etc.).',
971 'lock_id' => 'Lock Id',
972 'lock_id_desc' => 'TODO: Add description.',
973 'disenchant_id' => 'Disenchant ID',
974 'disenchant_id_desc' => 'Refers to disenchant_loot_template.entry.',
975 'area' => 'Area',
976 'area_desc' => 'Area ID only in which the item is usable',
977 'map' => 'Map',
978 'map_desc' => 'Map ID only in which the item is usable', //TODO
979 'stats' => 'Stats',
980 'stat_type' => 'Stat type',
981 'stat_type_desc' => 'Character stat which will be changed if the item is equipped.',
982 'stat_value' => 'Stat value',
983 'stat_value_desc' => 'This value will be added to the stat (or removed if negative).',
984 'resis_armor' => 'Resistance / Armor',
985 'armor_desc' => 'Armor for this item.',
986 'block_desc' => 'Shield\'s chance to block an attack.',
987 'res_holy_desc' => 'Holy resistance for this item.',
988 'res_fire_desc' => 'Fire resistance for this item.',
989 'res_nature_desc' => 'Nature resistance for this item.',
990 'res_frost_desc' => 'Frost resistance for this item.',
991 'res_shadow_desc' => 'Shadow resistance for this item.',
992 'res_arcane_desc' => 'Arcane resistance for this item.',
993 'weapon_properties' => 'Weapon properties',
994 'delay' => 'Delay',
995 'delay_desc' => 'Time in milliseconds between hits.',
996 'ranged_mod' => 'Ranged Mod',
997 'ranged_mod_desc' => 'TODO: Add description.',
998 'ammo_type' => 'Ammo Type',
999 'ammo_type_desc' => 'The type of ammunition this weapon requires.',
1000 'weapon_damage' => 'Weapon Damage',
1001 'damage_type' => 'Damage Type',
1002 'damage_type_desc' => 'Type of the Damage will be dealt by this item.',
1003 'dmg_min_max' => 'Damage : Min - Max',
1004 'dmg_min_max_desc' => 'Minimal and maximal damage values.',
1005 'spell_id' => 'Spell Id',
1006 'spell_id_desc' => 'Refers to Spell.dbc index.',
1007 'spell_trigger' => 'Spell trigger',
1008 'spell_trigger_desc' => 'The action triggers this spell.',
1009 'spell_charges' => 'Spell Charges',
1010 'spell_charges_desc' => 'Number of charges for this spell.(0: infinite, -X: item is expendable, +X: item is kept when all charges are spent).',
1011 'spell_cooldown' => 'Spell Cooldown',
1012 'spell_cooldown_desc' => 'Spell cooldown time in milliseconds.',
1013 'spell_category' => 'Spell Category',
1014 'spell_category_desc' => 'Spell Category.',
1015 'spell_category_cooldown' => 'Spell Category Cooldown',
1016 'spell_category_cooldown_desc' => 'Global cooldown for entire category.',
1017 'allow_class' => 'Allowable Class',
1018 'allow_class_desc' => 'Mask for character classes that can use this item.',
1019 'allow_race' => 'Allowable Race',
1020 'allow_race_desc' => 'Mask for races which can use this item.',
1021 'req_skill' => 'Required Skill',
1022 'req_skill_desc' => 'Skill required to use this item.',
1023 'req_skill_rank' => 'Required Skill Rank',
1024 'req_skill_rank_desc' => 'Minimum proficiency in skill to use this item.',
1025 'req_spell' => 'Required Spell',
1026 'req_spell_desc' => 'Player must know this spell to use the item.',
1027 'req_honor_rank' => 'Required Honor Rank',
1028 'req_honor_rank_desc' => 'The PvP Honor rank required to use this item.',
1029 'req_rep_faction' => 'Required Reputation Faction',
1030 'req_rep_faction_desc' => 'Faction id (from Faction.dbc) for which a minimum rank is required to equip/use the item.',
1031 'req_rep_rank' => 'Required Reputation Rank',
1032 'req_rep_rank_desc' => 'Minimum required rank for the faction entered in RequiredReputationFaction.',
1033 'req_city_rank' => 'Required City Rank',
1034 'req_city_rank_desc' => 'Required City Rank.',
1035 'hated' => 'Hated',
1036 'hostile' => 'Hostile',
1037 'unfriendly' => 'Unfriendly',
1038 'neutral' => 'Neutral',
1039 'friendly' => 'Friendly',
1040 'honored' => 'Honored',
1041 'reverted' => 'Reverted',
1042 'exalted' => 'Exalted',
1043 'sock_tab' => 'Sockets',
1044 'req_skill_disenchant' => 'Req. Disenchant Skill', //TODO
1045 'req_skill_disenchant_desc' => 'Disenchant Skill Required in order to disenchant this item.', //TODO
1046 'RandomSuffix' => 'Random Suffix',
1047 'RandomSuffix_desc' => 'Random enchantment suffix entry.',
1048 'unk0' => 'unk0',
1049 'unk0_desc' => 'TODO:',
1050 'extended_cost' => 'Extended Cost', //TODO
1051 'extended_cost_desc' => 'Honor point required to buy', //TODO
1052 'totem_category' => 'Totem Type', //TODO
1053 'totem_category_desc' => 'Type of the totem', //TODO
1054 'socket_color' => 'Socket Color', //TODO
1055 'socket_color_desc' => 'Color of this Socket.', //TODO
1056 'socket_content' => 'Socket Content', //TODO
1057 'socket_content_desc' => 'Jem socketed into this socket', //TODO
1058 'socket_bonus' => 'Socket Bonus', //TODO
1059 'socket_bonus_desc' => 'Bonus upon socketting.', //TODO
1060 'gem_properties' => 'Gem Poperties', //TODO
1061 'gem_properties_desc' => 'TODO', //TODO
1062 'custom_search' => 'Custom Filter', //TODO
1063 'info' => 'Info.',
1064 'dropped_by' => 'Item Dropped by',
1065 'top_x' => '(top 5)',
1066 'soled_by' => 'Item Soled by',
1067 'limit_x' => '(limited to 5 results)',
1068 'mob_name' => 'Name',
1069 'mob_level' => 'Level',
1070 'mob_drop_chance' => 'Drop Chance',
1071 'mob_quest_drop_chance' => 'Quest Drop Chance',
1072 'involved_in_quests' => 'Involved in Quest(s)',
1073 'reward_from_quest' => 'Reward from Quest(s)',
1074 'disenchant_tab' => 'Disenchant',
1075 'disenchant_templ' => 'Disenchant Template',
1076 'add_items_to_templ' => 'Add Item to Template',
1077 'loot_item_id' => 'Item ID',
1078 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1079 'loot_drop_chance' => 'Drop Chance',
1080 'loot_drop_chance_desc' => 'Item Drop chance',
1081 'loot_quest_drop_chance' => 'Quest Drop Chance',
1082 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1083 'min_count' => 'Min. Count',
1084 'min_count_desc' => 'Minimum number of stack size on drop.',
1085 'max_count' => 'Max. Count',
1086 'max_count_desc' => 'Maximum number of stack size on drop.',
1087 'quest_loot' => 'Quest Loot Flag',
1088 'quest_loot_desc' => 'Quest Free for all loot flag.',
1089 'add_item_to_loot' => 'Add item to Loot Template',
1090 'drop_chance' => 'Drop Chance',
1091 'quest_drop_chance' => 'Quest Drop Chance',
1092 'quest_freeforall' => 'Quest free for all',
1093 'armor_dmg_mod' => 'Armor Damage Modifier',
1094 'armor_dmg_mod_desc' => 'TODO:'
1095);
1096
1097$lang_command = array(
1098 // ----- COMMAND.PHP -----
1099 'command_list' => 'Comandos Disponiveis',
1100 'level0' => 'Player',
1101 'level1' => 'Moderator',
1102 'level2' => 'GameMaster',
1103 'level3' => 'Administrator',
1104 'command' => 'Comando',
1105 'syntax' => 'Syntax',
1106 'description' => 'Descricao',
1107 'change_level' => 'Mudar settings de comandos',
1108 'save' => 'Salvar'
1109 );
1110
1111$lang_creature = array( //TODO :Translate entire array
1112 // ----- CREATURE.PHP -----
1113 'none' => 'None',
1114 'custom' => 'Custom',
1115 'gossip' => 'Gossip',
1116 'quest_giver' => 'Quest Giver',
1117 'vendor' => 'Vendor',
1118 'taxi' => 'Taxi',
1119 'trainer' => 'Trainer',
1120 'spirit_healer' => 'Spirit Healer',
1121 'guard' => 'Guard',
1122 'inn_keeper' => 'Inn Keeper',
1123 'banker' => 'Banker',
1124 'retitioner' => 'Retitioner',
1125 'tabard_vendor' => 'Tabard Vendor',
1126 'battlemaster' => 'Battlemaster',
1127 'auctioneer' => 'Auctioneer',
1128 'stable_master' => 'Stable Master',
1129 'armorer' => 'Armorer',
1130 'normal' => 'Normal',
1131 'elite' => 'Elite',
1132 'rare_elite' => 'Rare Elite',
1133 'world_boss' => 'World Boss',
1134 'rare' => 'Rare',
1135 'search_template' => 'Search Creature Template',
1136 'select' => 'Select',
1137 'other' => 'Other',
1138 'beast' => 'Beast',
1139 'dragonkin' => 'Dragonkin',
1140 'demon' => 'Demon',
1141 'elemental' => 'Elemental',
1142 'giant' => 'Giant',
1143 'undead' => 'Undead',
1144 'humanoid' => 'Humanoid',
1145 'critter' => 'Critter',
1146 'mechanical' => 'Mechanical',
1147 'not_specified' => 'Not Specified',
1148 'class' => 'Class',
1149 'mounts' => 'Mounts',
1150 'trade_skill' => 'Trade Skill',
1151 'pets' => 'Pets',
1152 'wolf' => 'Wolf',
1153 'cat' => 'Cat',
1154 'spider' => 'Spider',
1155 'bear' => 'Bear',
1156 'boar' => 'Boar',
1157 'crocolisk' => 'Crocolisk',
1158 'carrion_bird' => 'Carrion Bird',
1159 'crab' => 'Crab',
1160 'gorilla' => 'Gorilla',
1161 'raptor' => 'Raptor',
1162 'tallstrider' => 'Tallstrider',
1163 'felhunter' => 'Felhunter',
1164 'voidwalker' => 'Voidwalker',
1165 'succubus' => 'Succubus',
1166 'doomguard' => 'Doomguard',
1167 'scorpid' => 'Scorpid',
1168 'turtle' => 'Turtle',
1169 'scorpid' => 'Scorpid',
1170 'imp' => 'Imp',
1171 'bat' => 'Bat',
1172 'hyena' => 'Hyena',
1173 'owl' => 'Owl',
1174 'wind_serpent' => 'Wind Serpent',
1175 'search' => 'Search',
1176 'new_search' => 'New Search',
1177 'add_new' => 'Add New Creature',
1178 'tot_creature_templ' => 'Total Creature Templates',
1179 'tot_found' => 'Total Found',
1180 'general' => 'General',
1181 'stats' => 'Stats',
1182 'models' => 'Models',
1183 'additional' => 'Additional',
1184 'entry' => 'Entry',
1185 'entry_desc' => 'Creature\'s id.',
1186 'name' => 'Name',
1187 'name_desc' => 'Base name of the creature.',
1188 'faction' => 'Faction',
1189 'sub_name' => 'SubName',
1190 'sub_name_desc' => 'Subname of the creature.',
1191 'script_name' => 'Script Name',
1192 'script_name_desc' => 'Script\'s name creature uses.',
1193 'basic_status' => 'Basic Status',
1194 'level' => 'Level',
1195 'min_level' => 'Min. Level',
1196 'min_level_desc' => 'Creature\'s minimum level. Spawned creature have level in range from minlevel to maxlevel.',
1197 'max_level' => 'Max. Level',
1198 'max_level_desc' => 'Creature\'s maximum level. Spawned creature have level in range from minlevel to maxlevel.',
1199 'rank' => 'Rank',
1200 'rank_desc' => 'Creature\'s honor rank.',
1201 'health' => 'Health',
1202 'min_health' => 'Min Health',
1203 '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.',
1204 'max_health' => 'Max Health',
1205 '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.',
1206 'min_mana' => 'Min Mana',
1207 '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.',
1208 'max_mana' => 'Max Mana',
1209 '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.',
1210 'faction' => 'Faction',
1211 'faction_desc' => 'Creature\'s faction.',
1212 'family' => 'Family',
1213 'family_desc' => 'Creature\'s family type.',
1214 'type' => 'Type',
1215 'type_desc' => 'Creature type.',
1216 'npc_flag' => 'NPC Flag',
1217 '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.',
1218 'trainer_type' => 'Trainer Type',
1219 'trainer_type_desc' => 'If NPC flag is set to Trainer this flag will specify its type.',
1220 'loot' => 'Loot',
1221 'loot_id' => 'Loot Id',
1222 'loot_id_desc' => 'Refered to field loot_template.entry.',
1223 'skin_loot' => 'Skin Loot',
1224 'skin_loot_desc' => 'Type of loot if creature is skinned.',
1225 'pickpocket_loot' => 'Pickpocket Loot',
1226 'pickpocket_loot_desc' => 'Refered to field pickpocketing_loot_template.entry.',
1227 'min_gold' => 'Min Gold',
1228 'min_gold_desc' => 'Minimum gold drop.',
1229 'max_gold' => 'Max Gold',
1230 'max_gold_desc' => 'Maximum gold drop. 0 = creature don\'t drop any gold.',
1231 'basic_status' => 'Basic Status',
1232 'armor' => 'Armor',
1233 'armor_desc' => 'Creature\'s armor.',
1234 'speed' => 'Speed',
1235 'speed_desc' => 'Creature\'s speed. Use float values in 0<<3 range.',
1236 'size' => 'Size',
1237 'size_desc' => 'Creature model size 1 = 100%. Float 0<<3 range.',
1238 'damage' => 'Damage',
1239 'min_damage' => 'Min Damage',
1240 'min_damage_desc' => 'Creature\'s minimum melee damage.',
1241 'max_damage' => 'Max Damage',
1242 'max_damage_desc' => 'Creature\'s maximum melee damage.',
1243 'attack_power' => 'Attack Power',
1244 'attack_power_desc' => 'Creature\'s melee attack power.',
1245 'min_range_dmg' => 'Min Ranged Damage',
1246 'min_range_dmg_desc' => 'Minimum creature\'s range damage.',
1247 'max_range_dmg' => 'Max Ranged Damage',
1248 'max_range_dmg_desc' => 'Maximum creature\'s range damage.',
1249 'ranged_attack_power' => 'Ranged Attack Power',
1250 'ranged_attack_power_desc' => 'Creature\'s ranged attack power.',
1251 'attack_time' => 'Attack Time',
1252 'attack_time_desc' => 'Time between each creature\'s melee attacks (ms).',
1253 'range_attack_time' => 'Range Attack Time',
1254 'range_attack_time_desc' => 'Time between each creature\'s range attacks (ms).',
1255 'combat_reach' => 'Combat Reach',
1256 'combat_reach_desc' => 'The distance from the creature can hit you.',
1257 'bounding_radius' => 'Bounding Radius',
1258 'bounding_radius_desc' => 'Radius from what player can be attacked.',
1259 'spells' => 'Spells',
1260 'spell' => 'Spell',
1261 'spell_desc' => 'Creature\'s spell.',
1262 'resistances' => 'Resistances',
1263 'resis_holy' => 'Holy Resitance',
1264 'resis_holy_desc' => 'Holy Resitance.',
1265 'resis_fire' => 'Fire Resitance',
1266 'resis_fire_desc' => 'Fire Resitance.',
1267 'resis_nature' => 'Nature Resitance',
1268 'resis_nature_desc' => 'Nature Resitance.',
1269 'resis_frost' => 'Frost Resitance',
1270 'resis_frost_desc' => 'Frost Resitance.',
1271 'resis_shadow' => 'Shadow Resitance',
1272 'resis_shadow_desc' => 'Shadow Resitance.',
1273 'resis_arcane' => 'Arcane Resitance',
1274 'resis_arcane_desc' => 'Arcane Resitance.',
1275 'models' => 'Models',
1276 'modelid_male' => 'Modelid Male',
1277 'modelid_male_desc' => 'Graphical model that client must apply on this male creature.',
1278 'modelid_female' => 'Modelid Female',
1279 'modelid_female_desc' => 'Graphical model that client must apply on this Female creature.',
1280 'equip_slot' => 'Equip Slot',
1281 'equip_slot_desc' => 'TODO:',
1282 'equip_model' => 'Equip Model',
1283 'equip_model_desc' => 'Equipement\'s model of the first item weared by the creature.',
1284 'equip_info' => 'Equip Info',
1285 'equip_info_desc' => 'TODO:',
1286 'scripts' => 'Scripts',
1287 'ai_name' => 'AIName',
1288 'ai_name_desc' => 'Name of the AI function creature uses.',
1289 'movement_type' => 'MovementType',
1290 'movement_type_desc' => 'TODO.',
1291 'class' => 'class',
1292 '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.',
1293 'race' => 'Race',
1294 '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.',
1295 'trainer_spell' => 'Trainer Spell',
1296 '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.',
1297 'inhabit_type' => 'Inhabit Type',
1298 '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)',
1299 'walk' => 'Walk',
1300 'swim' => 'Swim',
1301 'both' => 'Both',
1302 'civilian' => 'Civilian',
1303 'civilian_desc' => 'If is this NPC civilian or not.',
1304 'flags' => 'Flags',
1305 'flags_desc' => 'TODO:',
1306 'dynamic_flags' => 'Dynamic Flags',
1307 'dynamic_flags_desc' => 'TODO:',
1308 'flag_1' => 'Flag 1',
1309 'flag_1_desc' => 'TODO:',
1310 'save_to_db' => 'Save to Database',
1311 'save_to_script' => 'Save as SQL Script',
1312 'lookup_creature' => 'Lookup Creature',
1313 'quests' => 'Quests',
1314 'vendor' => 'Vendor',
1315 'trainer' => 'Trainer',
1316 'creature_swapned' => 'This Creature spawned total of',
1317 'times' => 'time(s)',
1318 'del_creature' => 'Delete Creature',
1319 'del_spawns' => 'Delete Spawns',
1320 'loot_tmpl_id' => 'Loot template ID',
1321 'drop_chance' => 'Drop chance',
1322 'quest_drop_chance' => 'Quest Drop chance',
1323 'start_quests' => 'Start Quests',
1324 'ends_quests' => 'Ends Quests',
1325 'sells' => 'Sells',
1326 'unlimited' => 'Unlimited',
1327 'count' => 'Count',
1328 'trains' => 'Trains',
1329 'spell_id' => 'Spell ID',
1330 'cost' => 'Cost',
1331 'req_skill' => 'Required Skill',
1332 'req_skill_lvl' => 'Required Skill level',
1333 'req_level' => 'Required Level',
1334 'creature_template' => 'Creature template ID',
1335 'all_related_data' => 'All related data will be erased as well.',
1336 'add_new_mob_templ' => 'Add new creature Template',
1337 'edit_mob_templ' => 'Edit Creature Template',
1338 'err_adding_new' => 'Error Adding New Creature',
1339 'err_no_fields_updated' => 'Non of the fields updated.',
1340 'search_creatures' => 'Search Creatures',
1341 'custom_search' => 'Custom Filter',
1342 'pickpocketloot_tmpl_id' => 'Pickpocket Loot Template ID',
1343 'skinning_loot_tmpl_id' => 'Skinning Loot Template ID',
1344 'add_items_to_templ' => 'Add Item to Template',
1345 'loot_item_id' => 'Item ID',
1346 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1347 'loot_drop_chance' => 'Drop Chance',
1348 'loot_drop_chance_desc' => 'Item Drop chance',
1349 'loot_quest_drop_chance' => 'Quest Drop Chance',
1350 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1351 'min_count' => 'Min. Count',
1352 'min_count_desc' => 'Minimum number of stack size on drop.',
1353 'max_count' => 'Max. Count',
1354 'max_count_desc' => 'Maximum number of stack size on drop.',
1355 'quest_loot' => 'Quest Loot Flag',
1356 'quest_loot_desc' => 'Quest Free for all loot flag.',
1357 'add_item_to_loot' => 'Add item to Loot Template',
1358 'drop_chance' => 'Drop Chance',
1359 'quest_freeforall' => 'Quest free for all',
1360 'add_ends_quests' => 'Add Quest ends by this NPC',
1361 'add_starts_quests' => 'Add Quest starts by this NPC',
1362 'quest_id' => 'Quest ID',
1363 'quest_id_desc' => 'ID of the quest.',
1364 'add_items_to_vendor' => 'Add item to Vendor',
1365 'vendor_item_id' => 'Item Id',
1366 'vendor_item_id_desc' => 'Id of item you wish to add.',
1367 'vendor_max_count' => 'Max. Count',
1368 'vendor_max_count_desc' => 'Maximim number of items can be soled.',
1369 'vendor_incrtime' => 'Increase Time',
1370 'vendor_incrtime_desc' => 'Time before this item can be soled again.',
1371 'train_spell_id' => 'Spell Id',
1372 'train_spell_id_desc' => 'Id of the spell you like this trainer to train.',
1373 'add_spell_to_trainer' => 'Add Spell to Trainer',
1374 'train_cost' => 'Cost',
1375 'train_cost_desc' => 'Cost in cooper of this skill.',
1376 'req_skill' => 'Req. Skill',
1377 'req_skill_desc' => 'Skill id required to learn this spell.',
1378 'req_skill_value' => 'Req. Skill Value',
1379 'req_skill_value_desc' => 'Skill level required to learn this spell.',
1380 'req_level' => 'Req. Level',
1381 'req_level_desc' => 'Character level required to learn this spell.',
1382 'check_to_delete' => '* Check checkbox next to item to remove from template.',
1383 'search_results' => 'Search Results',
1384 'RacialLeader' => 'Racial Leader',
1385 'RacialLeader_desc' => 'Set to 1 if the creature is Racial Leader'
1386 );
1387
1388$lang_game_object = array( //TODO:
1389 // ----- GAME_OBJECT.PHP -----
1390 'unknown' => 'Unknown',
1391 'custom_search' => 'Custom Filter',
1392 'search' => '+ Search +',
1393 'add_new' => 'Add New',
1394 'tot_go_templ' => 'Total Game Object Templates',
1395 'search_template' => 'Search Game Object Template',
1396 'select' => 'Select',
1397 'new_search' => 'New Search',
1398 'tot_found' => 'Total Templates Found',
1399 'add_new_go_templ' => 'Add New Game Object Template',
1400 'edit_go_templ' => 'Edit Game Object Template',
1401 'err_adding_new' => 'Error Adding New Game Object Template',
1402 'err_no_fields_updated' => 'Error: No Fields Updated',
1403 'search_go' => 'Search Game Objects',
1404 'general' => 'General',
1405 'sounds' => 'Additional Sounds',
1406 'save_to_db' => 'Save to DB',
1407 'save_to_script' => 'Save to Script',
1408 'lookup_go' => 'Lookup GO',
1409 'DOOR' => 'DOOR',
1410 'BUTTON' => 'BUTTON',
1411 'QUESTGIVER' => 'QUESTGIVER',
1412 'CHEST' => 'CHEST',
1413 'BINDER' => 'BINDER',
1414 'GENERIC' => 'GENERIC',
1415 'TRAP' => 'TRAP',
1416 'CHAIR' => 'CHAIR',
1417 'SPELL_FOCUS' => 'SPELL_FOCUS',
1418 'TEXT' => 'TEXT',
1419 'GOOBER' => 'GOOBER',
1420 'TRANSPORT' => 'TRANSPORT',
1421 'AREADAMAGE' => 'AREADAMAGE',
1422 'CAMERA' => 'CAMERA',
1423 'MAP_OBJECT' => 'MAP_OBJECT',
1424 'MO_TRANSPORT' => 'MO_TRANSPORT',
1425 'DUEL_FLAG' => 'DUEL_FLAG',
1426 'FISHING_BOBBER' => 'FISHING_BOBBER',
1427 'RITUAL' => 'RITUAL',
1428 'MAILBOX' => 'MAILBOX',
1429 'AUCTIONHOUSE' => 'AUCTIONHOUSE',
1430 'GUARDPOST' => 'GUARDPOST',
1431 'SPELLCASTER' => 'SPELLCASTER',
1432 'MEETING_STONE' => 'MEETING_STONE',
1433 'BG_Flag' => 'BG_Flag',
1434 'FISHING_HOLE' => 'FISHING_HOLE',
1435 'FLAGDROP' => 'FLAGDROP',
1436 'CUSTOM_TELEPORTER' => 'CUSTOM_TELEPORTER',
1437 'LOTTERY_KIOSK' => 'LOTTERY_KIOSK',
1438 'CAPTURE_POINT' => 'CAPTURE_POINT',
1439 'AURA_GENERATOR' => 'AURA_GENERATOR',
1440 'DUNGEON_DIFFICULTY' => 'DUNGEON_DIFFICULTY',
1441 'general' => 'General',
1442 'name' => 'Name',
1443 'name_desc' => 'Object\'s name.',
1444 'entry' => 'Entry',
1445 'entry_desc' => 'Unique GO identifier value',
1446 'displayId' => 'Display Id',
1447 'displayId_desc' => 'Graphic model\'s id sent to the client.',
1448 'faction' => 'Faction',
1449 'faction_desc' => 'Object\'s faction, if any.',
1450 'flags' => 'Flags',
1451 'flags_desc' => 'TODO:',
1452 'type' => 'Type',
1453 'type_desc' => 'Game Object\'s type',
1454 'script_name' => 'ScriptName',
1455 'ScriptName_desc' => 'Script\'s name GO uses.',
1456 'size' => 'Size',
1457 'size_desc' => 'Object\'s size must be set because graphic models can be resample.',
1458 'sound' => 'Sound',
1459 'sound_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',
1460 'tmpl_not_found' => 'Template not Found',
1461 'del_go' => 'Delete GO',
1462 'del_spawns' => 'Delete Spawns',
1463 'loot' => 'Loot',
1464 'quests' => 'Quests',
1465 'loot_tmpl_id' => 'Loot Template',
1466 'drop_chance' => 'Drop Chance',
1467 'quest_drop_chance' => 'Quest Drop Chance',
1468 'quest_freeforall' => 'Quest Free for All',
1469 'add_items_to_templ' => 'Add Items to Template',
1470 'loot_item_id' => 'Loot template ID',
1471 'loot_item_id_desc' => 'ID of the item you wish to be added.',
1472 'loot_drop_chance' => 'Drop Chance',
1473 'loot_drop_chance_desc' => 'Item Drop chance',
1474 'loot_quest_drop_chance' => 'Quest Drop Chance',
1475 'loot_quest_drop_chance_desc' => 'Quest Drop chance',
1476 'min_count' => 'Min. Count',
1477 'min_count_desc' => 'Minimum number of stack size on drop.',
1478 'max_count' => 'Max. Count',
1479 'max_count_desc' => 'Maximum number of stack size on drop.',
1480 'quest_loot' => 'Quest Loot Flag',
1481 'quest_loot_desc' => 'Quest Free for all loot flag.',
1482 'check_to_delete' => '* Check checkbox next to item to remove from template.',
1483 'add_starts_quests' => 'Add Quest starts by this GO',
1484 'quest_id' => 'Quest ID',
1485 'quest_id_desc' => 'ID of the quest.',
1486 'start_quests' => 'Start Quests',
1487 'ends_quests' => 'Ends Quests',
1488 'add_ends_quests' => 'Add Quest ends by this GO',
1489 'go_swapned' => 'This Game Object spawned total of',
1490 'times' => 'times',
1491 'go_template' => 'Game Object Template',
1492 'all_related_data' => 'Along with all related data.'
1493);
1494
1495$lang_auctionhouse = array( //TODO
1496 // ----- AHSTATS.PHP -----
1497 'auctionhouse' => 'Auction House',
1498 'seller' => 'Seller',
1499 'item' => 'Item',
1500 'buyoutprice' => 'Buyout price',
1501 'timeleft' => 'Time Left',
1502 'buyer' => 'Buyer',
1503 'lastbid' => 'Last Bid',
1504 'firstbid' => 'First Bid',
1505 'dayshortcut' => 'D',
1506 'hourshortcut' => 'H',
1507 'mnshortcut' => 'mn',
1508 'total_auctions' => 'Total Auctions',
1509 'search_results' => 'Search Results',
1510 'auction_over' => 'Auction Over',
1511 'all' => 'All',
1512 'item_id' => 'Item Id',
1513 'item_name' => 'Item Name',
1514 'seller_name' => 'Seller Name',
1515 'buyer_name' => 'Buyer Name',
1516 'tot_found' => 'Total Items Found'
1517);
1518
1519$lang_id_tab = array(
1520 // ----- ID_TAB.PHP -----
1521 //---maps---
1522 'azeroths' => 'Azeroths',
1523 'kalimdor' => 'Kalimdor',
1524 'test_zone' => 'Test Zone',
1525 'kalidar' => 'Kalidar',
1526 'alterac_valley' => 'Alterac Valley',
1527 'shadowfang_keep_instance' => 'Shadowfang Keep',
1528 'the_stockade_instance' => 'The Stockade',
1529 'stormwind_prison' => 'Stormwind Prison',
1530 'deadmines_instance' => 'Deadmines',
1531 'plains_of_snow' => 'Plains of Snow',
1532 'wailing_caverns_instance' => 'Wailing Caverns',
1533 'monastery_interior' => 'Monastery Interior',
1534 'razorfen_kraul_instance' => 'Razorfen Kraul',
1535 'blackfathom_deeps_instance' => 'Blackfathom Deeps',
1536 'uldaman_instance' => 'Uldaman',
1537 'gnomeregan_instance' => 'Gnomeregan',
1538 'sunken_temple_instance' => 'Sunken Temple',
1539 'razorfen_downs_instance' => 'Razorfen Downs',
1540 'outland' => 'Outland',
1541 'emerald_forest' => 'Emerald Forest',
1542 'scarlet_monastery_instance' => 'Scarlet Monastery',
1543 'zul_farrak_instance' => 'Zul\'Farrak',
1544 'blackrock_spire_instance' => 'Blackrock Spire',
1545 'blackrock_depths_instance' => 'Blackrock Depths',
1546 'onyxia_s_lair_instance' => 'Onyxia\'s Lair',
1547 'caverns_of_time' => 'Caverns of Time',
1548 'scholomance_instance' => 'Scholomance',
1549 'zul_gurub_instance' => 'Zul\'Gurub',
1550 'stratholme_instance' => 'Stratholme',
1551 'maraudon_instance' => 'Maraudon',
1552 'deeprun_tram' => 'Deeprun Tram',
1553 'ragefire_chasm_instance' => 'Ragefire Chasm',
1554 'the_molten_core_instance' => 'The Molten Core',
1555 'dire_maul_instance' => 'Dire Maul',
1556 'alliance_pvp_barracks' => 'Alliance PVP Barracks',
1557 'horde_pvp_barracks' => 'Horde PVP Barracks',
1558 'development_land' => 'Developpement Land',
1559 'blackwing_lair_instance' => 'Blackwing Lair',
1560 'warsong_gulch' => 'Warsong Gulch',
1561 'ruins_of_ahn_qiraj_instance' => 'Ruins of Ahn\'Qiraj',
1562 'arathi_basin' => 'Arathi Basin',
1563 'temple_of_ahn_qiraj_instance' => 'Temple of Ahn\'Qiraj',
1564 'naxxramas_instance' => 'Naxxramas',
1565 //tbc - maps
1566 'cot_black_morass' => 'The Black Morass',
1567 'karazahn' => 'Karazahn',
1568 'cot_hyjal_past' => 'Hyjal Past',
1569 'hellfire_military' => 'The Shattered Halls',
1570 'hellfire_demon' => 'The Blood Furnace',
1571 'hellfire_rampart' => 'Hellfire Ramparts',
1572 'hellfire_raid' => 'Magtheridon\'s Lair',
1573 'coilfang_pumping' => 'The Steamvault',
1574 'coilfang_marsh' => 'The Underbog',
1575 'coilfang_draenei' => 'The Slave Pens',
1576 'coilfang_raid' => 'Serpentshrine Cavern',
1577 'tempest_keep_raid' => 'Eye of the Storm',
1578 'tempest_keep_arcane' => 'The Arcatraz',
1579 'tempest_keep_atrium' => 'The Botanica',
1580 'tempest_keep_factory' => 'The Mechanar',
1581 'auchindoun_shadow' => 'Shadow Labyrinth',
1582 'auchindoun_arakkoa' => 'Sethekk Halls',
1583 'auchindoun_ethereal' => 'Mana-Tombs',
1584 'auchindoun_draenei' => 'Auchenai Crypts',
1585 'nagrand_arena' => 'Nagrand Arena',
1586 'cot_hillsbrad_past' => 'Old Hillsbrad Foothills',
1587 'blades_edge_arena' => 'Blade\'s Edge Arena',
1588 'black_temple' => 'Black Temple',
1589 'gruuls_lair' => 'Gruul\'s Lair',
1590 'netherstorm_arena' => 'Netherstorm Arena',
1591 'zulaman' => 'Zul\'Aman',
1592 //---class/race---
1593 'unknown' => 'Unknown',
1594 'warrior' => 'Warrior',
1595 'paladin' => 'Paladin',
1596 'hunter' => 'Hunter',
1597 'rogue' => 'Rogue',
1598 'priest' => 'Priest',
1599 'shaman' => 'Shaman',
1600 'mage' => 'Mage',
1601 'warlock' => 'Warlock',
1602 'druid' => 'Druid',
1603 'human' => 'Human',
1604 'orc' => 'Orc',
1605 'dwarf' => 'Dwarf',
1606 'nightelf' => 'NightElf',
1607 'undead' => 'Undead',
1608 'tauren' => 'Tauren',
1609 'gnome' => 'Gnome',
1610 'troll' => 'Troll',
1611 'goblin' => 'Goblin',
1612 'bloodelf' => 'BloodElf',
1613 'draenei' => 'Draenei',
1614 //---zone---
1615 'undercity' => 'Undercity',
1616 'ironforge' => 'Ironforge',
1617 'stormwind_city' => 'Stormwind City',
1618 'badlands' => 'Badlands',
1619 'wetlands' => 'Wetlands',
1620 'stranglethorn_vale' => 'Stranglethorn Vale',
1621 'redridge_mountains' => 'Redridge Mountains',
1622 'loch_modan' => 'Loch Modan',
1623 'duskwood' => 'Duskwood',
1624 'deadwind_pass' => 'Deadwind Pass',
1625 'elwynn_forest' => 'Elwynn Forest',
1626 'burning_steppes' => 'Burning Steppes',
1627 'searing_gorge' => 'Searing Gorge',
1628 'dun_morogh' => 'Dun Morogh',
1629 'the_hinterlands' => 'The Hinterlands',
1630 'westfall' => 'Westfall',
1631 'hillsbrad_foothills' => 'Hillsbrad Foothills',
1632 'eastern_plaguelands' => 'Eastern Plaguelands',
1633 'western_plaguelands' => 'Western Plaguelands',
1634 'silverpine_forest' => 'Silverpine Forest',
1635 'tirisfal_glades' => 'Tirisfal Glades',
1636 'blasted_lands' => 'Blasted Lands',
1637 'swamp_of_sorrows' => 'Swamp of Sorrows',
1638 'arathi_highlands' => 'Arathi Highlands',
1639 'alterac_mountains' => 'Alterac Mountains',
1640 'darnassus' => 'Darnassus',
1641 'thunder_bluff' => 'Thunder Bluff',
1642 'orgrimmar' => 'Orgrimmar',
1643 'moonglade' => 'Moonglade',
1644 'silithus' => 'Silithus',
1645 'winterspring' => 'Winterspring',
1646 'un_goro_crater' => 'Un\'Goro Crater',
1647 'felwood' => 'Felwood',
1648 'azshara' => 'Azshara',
1649 'tanaris' => 'Tanaris',
1650 'dustwallow_marsh' => 'Dustwallow Marsh',
1651 'mulgore' => 'Mulgore',
1652 'feralas' => 'Feralas',
1653 'desolace' => 'Desolace',
1654 'thousand_needles' => 'Thousand Needles',
1655 'durotar' => 'Durotar',
1656 'ashenvale' => 'Ashenvale',
1657 'darkshore' => 'Darkshore',
1658 'teldrassil' => 'Teldrassil',
1659 'stonetalon_mountains' => 'Stonetalon Mountains',
1660 'the_barrens' => 'The Barrens',
1661 //tbc- zones
1662 'shattrath_city' => 'Shattrath City',
1663 'silvermoon_city' => 'Silvermoon City',
1664 'netherstorm' => 'Netherstorm',
1665 'terokkar_forest' => 'Terokkar Forest',
1666 'nagrand' => 'Nagrand',
1667 'bloodmyst_isle' => 'Bloodmyst Isle',
1668 'blades_edge_mountains' => 'Blade\'s Edge Mountains',
1669 'shadowmoon_valley' => 'Shadowmoon Valley',
1670 'the_exodar' => 'The Exodar',
1671 'zangarmarsh' => 'Zangarmarsh',
1672 'hellfire_peninsula' => 'Hellfire Peninsula',
1673 'azuremyst_isle' => 'Azuremyst Isle',
1674 'ghostlands' => 'Ghostlands',
1675 'eversong_woods' => 'Eversong Woods',
1676 //skills
1677 'SKILL_RIDING' => 'Riding',
1678 'SKILL_LANG_DRAENEI' => 'Language Draenei',
1679 'SKILL_JEWELCRAFTING' => 'Jewelcrafting',
1680 'SKILL_RIDING_KODO' => 'Riding Kodo',
1681 'SKILL_LANG_GUTTERSPEAK' => 'Language Gutterspeak',
1682 'SKILL_LOCKPICKING' => 'LockPicking',
1683 'SKILL_DISCIPLINE' => 'Descipline',
1684 'SKILL_DESTRUCTION' => 'Destruction',
1685 'SKILL_BALANCE' => 'Balance',
1686 'SKILL_RIDING_UNDEAD_HORSE' => 'Riding Undead Horse',
1687 'SKILL_RIDING_MECHANOSTRIDER' => 'Riding Mechanostrider',
1688 'SKILL_RIDING_RAPTOR' => 'Riding Raptor',
1689 'SKILL_FIST_WEAPONS' => 'Fist Weapons',
1690 'SKILL_SHIELD' => 'Shield',
1691 'SKILL_CLOTH' => 'Cloth',
1692 'SKILL_LEATHER' => 'Leather',
1693 'SKILL_MAIL' => 'Mail',
1694 'SKILL_SKINNING' => 'Skinning',
1695 'SKILL_ELEMENTAL_COMBAT' => 'Elemental Combat',
1696 'SKILL_RESTORATION' => 'Restoration',
1697 'SKILL_ENHANCEMENT' => 'Enhancement',
1698 'SKILL_FISHING' => 'Fishing',
1699 'SKILL_AFFLICTION' => 'Affiliction',
1700 'SKILL_DEMONOLOGY' => 'Demonology',
1701 'SKILL_ENCHANTING' => 'Enchanting',
1702 'SKILL_LANG_TROLL' => 'Language Troll',
1703 'SKILL_LANG_GNOMISH' => 'Language Gnomish',
1704 'SKILL_PLATE_MAIL' => 'Plate Mail',
1705 'SKILL_PET_TALENTS' => 'Pet Talents',
1706 'SKILL_BEAST_TRAINING' => 'Beast Training',
1707 'SKILL_PROTECTION' => 'Protection',
1708 'SKILL_FURY' => 'Fury',
1709 'SKILL_ASSASSINATION' => 'Assassination',
1710 'SKILL_ARCANE' => 'Arcane',
1711 'SKILL_POLEARMS' => 'Polearms',
1712 'SKILL_WANDS' => 'Wands',
1713 'SKILL_SPEARS' => 'Spears',
1714 'SKILL_CROSSBOWS' => 'Crossbows',
1715 'SKILL_WEAPON_TALENTS' => 'Weapon Talents',
1716 'SKILL_ENGINERING' => 'Enginering',
1717 'SKILL_TAILORING' => 'Tailoring',
1718 'SKILL_MINING' => 'Mining',
1719 'SKILL_COOKING' => 'Cooking',
1720 'SKILL_RETRIBUTION' => 'Retribution',
1721 'SKILL_HERBALISM' => 'Herbalism',
1722 'SKILL_THROWN' => 'Thrown',
1723 'SKILL_DAGGERS' => 'Daggers',
1724 'SKILL_2H_AXES' => 'Two-Handed Axes',
1725 'SKILL_ALCHEMY' => 'Alchemy',
1726 'SKILL_LEATHERWORKING' => 'Leatherworking',
1727 'SKILL_BLACKSMITHING' => 'Blacksmithing',
1728 'SKILL_MARKSMANSHIP' => 'Marksmanship',
1729 'SKILL_UNARMED' => 'Unarmed',
1730 'SKILL_2H_MACES' => 'Two-Handed Maces',
1731 'SKILL_RIDING_TIGER' => 'Riding Tiger',
1732 'SKILL_RIDING_RAM' => 'Riding Ram',
1733 'SKILL_RIDING_WOLF' => 'Riding Wolf',
1734 'SKILL_RIDING_HORSE' => 'Riding Horse',
1735 'SKILL_LANG_OLD_TONGUE' => 'Language Old Tongue',
1736 'SKILL_LANG_TITAN' => 'Language Titan',
1737 'SKILL_LANG_DEMON_TONGUE' => 'Language Demon Tongue',
1738 'SKILL_LANG_DRACONIC' => 'Language Draconic',
1739 'SKILL_LANG_THALASSIAN' => 'Language Thalassian',
1740 'SKILL_STAVES' => 'Staves',
1741 'SKILL_FERAL_COMBAT' => 'Feral Comabt',
1742 'SKILL_FIRST_AID' => 'First Aid',
1743 'SKILL_DUAL_WIELD' => 'Dual Wield',
1744 'SKILL_LANG_TAURAHE' => 'Language Taurahe',
1745 'SKILL_LANG_DARNASSIAN' => 'Language Darnassian',
1746 'SKILL_LANG_DWARVEN' => 'Language Dwarven',
1747 'SKILL_LANG_ORCISH' => 'Language Orcish',
1748 'SKILL_LANG_COMMON' => 'Language Common',
1749 'SKILL_DEFENSE' => 'Defense',
1750 'SKILL_SHADOW' => 'Shadow',
1751 'SKILL_2H_SWORDS' => 'Two-Handed Swords',
1752 'SKILL_HOLY' => 'Holy',
1753 'SKILL_MACES' => 'Maces',
1754 'SKILL_SURVIVAL' => 'Survival',
1755 'SKILL_BEAST_MASTERY' => 'Beast Mastery',
1756 'SKILL_GUNS' => 'Guns',
1757 'SKILL_BOWS' => 'Bows',
1758 'SKILL_AXES' => 'Axes',
1759 'SKILL_SWORDS' => 'Swords',
1760 'SKILL_POISONS' => 'Poisons',
1761 'SKILL_SUBTLETY' => 'Subtlery',
1762 'SKILL_COMBAT' => 'Combat',
1763 'SKILL_ARMS' => 'Arms',
1764 'SKILL_FIRE' => 'Fire',
1765 'SKILL_FROST' => 'Frost',
1766 //------ItemSets-----
1767 'Set696' => 'High Warlord\'s Wartide',
1768 'Set695' => 'Grand Marshal\'s Wartide',
1769 'Set694' => 'High Warlord\'s Redemption',
1770 'Set693' => 'Grand Marshal\'s Redemption',
1771 'Set692' => 'High Warlord\'s Investiture',
1772 'Set691' => 'Grand Marshal\'s Investiture',
1773 'Set690' => 'Gladiator\'s Redemption',
1774 'Set689' => 'High Warlord\'s Refuge',
1775 'Set688' => 'Grand Marshal\'s Refuge',
1776 'Set687' => 'Gladiator\'s Investiture',
1777 'Set686' => 'Gladiator\'s Wartide',
1778 'Set685' => 'Gladiator\'s Refuge',
1779 'Set684' => 'Skyshatter Regalia',
1780 'Set683' => 'Skyshatter Raiment',
1781 'Set682' => 'Skyshatter Harness',
1782 'Set681' => 'Lightbringer Raiment',
1783 'Set680' => 'Lightbringer Battlegear',
1784 'Set679' => 'Lightbringer Battlegear',
1785 'Set678' => 'Thunderheart Raiment',
1786 'Set677' => 'Thunderheart Regalia',
1787 'Set676' => 'Thunderheart Harness',
1788 'Set675' => 'Vestments of Absolution',
1789 'Set674' => 'Absolution Regalia',
1790 'Set673' => 'Onslaught Armor',
1791 'Set672' => 'Onslaught Battlegear',
1792 'Set671' => 'Tempest Regalia',
1793 'Set670' => 'Malefic Raiment',
1794 'Set669' => 'Gronnstalker\'s Armor',
1795 'Set668' => 'Slayer\'s Armor',
1796 'Set667' => 'The Twin Stars',
1797 'Set666' => 'Avatar Regalia',
1798 'Set665' => 'Avatar Raiment',
1799 'Set664' => 'Incarnate Regalia',
1800 'Set663' => 'Incarnate Raiment',
1801 'Set662' => 'Hallowed Raiment',
1802 'Set661' => 'Doomplate Battlegear',
1803 'Set660' => 'Desolation Battlegear',
1804 'Set659' => 'Wastewalker Armor',
1805 'Set658' => 'Mana-Etched Regalia',
1806 'Set657' => 'Destroyer Battlegear',
1807 'Set656' => 'Destroyer Armor',
1808 'Set655' => 'Warbringer Battlegear',
1809 'Set654' => 'Warbringer Armor',
1810 'Set653' => 'Bold Armor',
1811 'Set652' => 'Rift Stalker Armor',
1812 'Set651' => 'Demon Stalker Armor',
1813 'Set650' => 'Beast Lord Armor',
1814 'Set649' => 'Tirisfal Regalia',
1815 'Set648' => 'Aldor Regalia',
1816 'Set647' => 'Incanter\'s Regalia',
1817 'Set646' => 'Corruptor Raiment',
1818 'Set645' => 'Voidheart Raiment',
1819 'Set644' => 'Oblivion Raiment',
1820 'Set643' => 'Nordrassil Regalia',
1821 'Set642' => 'Nordrassil Raiment',
1822 'Set641' => 'Nordrassil Harness',
1823 'Set640' => 'Malorne Harness',
1824 'Set639' => 'Malorne Regalia',
1825 'Set638' => 'Malorne Raiment',
1826 'Set637' => 'Moonglade Raiment',
1827 'Set636' => 'Cataclysm Harness',
1828 'Set635' => 'Cyclone Regalia',
1829 'Set634' => 'Cataclysm Raiment',
1830 'Set633' => 'Cyclone Harness',
1831 'Set632' => 'Cyclone Regalia',
1832 'Set631' => 'Cyclone Raiment',
1833 'Set630' => 'Tidefury Raiment',
1834 'Set629' => 'Crystalforge Battlegear',
1835 'Set628' => 'Crystalforge Armor',
1836 'Set627' => 'Crystalforge Raiment',
1837 'Set626' => 'Justicar Battlegear',
1838 'Set625' => 'Justicar Armor',
1839 'Set624' => 'Justicar Raiment',
1840 'Set623' => 'Righteous Armor',
1841 'Set622' => 'Deathmantle',
1842 'Set621' => 'Netherblade',
1843 'Set620' => 'Assassination Armor',
1844 'Set619' => 'Primal Intent',
1845 'Set618' => 'Windhawk Armor',
1846 'Set617' => 'Netherstrike Armor',
1847 'Set616' => 'Netherscale Armor',
1848 'Set615' => 'Gladiator\'s Felshroud',
1849 'Set614' => 'Wild Draenish Armor',
1850 'Set613' => 'Thick Draenic Armor',
1851 'Set612' => 'Scaled Draenic Armor',
1852 'Set611' => 'Felscale Armor',
1853 'Set610' => 'High Warlord\'s Wildhide',
1854 'Set609' => 'Grand Marshal\'s Wildhide',
1855 'Set608' => 'High Warlord\'s Vindication',
1856 'Set607' => 'Grand Marshal\'s Vindication',
1857 'Set606' => 'High Warlord\'s Vestments',
1858 'Set605' => 'Grand Marshal\'s Vestments',
1859 'Set604' => 'High Warlord\'s Thunderfist',
1860 'Set603' => 'Grand Marshal\'s Thunderfist',
1861 'Set602' => 'High Warlord\'s Sanctuary',
1862 'Set601' => 'Grand Marshal\'s Sanctuary',
1863 'Set600' => 'High Warlord\'s Regalia',
1864 'Set599' => 'Grand Marshal\'s Regalia',
1865 'Set598' => 'High Warlord\'s Raiment',
1866 'Set597' => 'Grand Marshal\'s Raiment',
1867 'Set596' => 'High Warlord\'s Pursuit',
1868 'Set595' => 'Grand Marshal\'s Pursuit',
1869 'Set594' => 'High Warlord\'s Earthshaker',
1870 'Set593' => 'Grand Marshal\'s Earthshaker',
1871 'Set592' => 'High Warlord\'s Dreadgear',
1872 'Set591' => 'Grand Marshal\'s Dreadgear',
1873 'Set590' => 'Grand Marshal\'s Battlegear',
1874 'Set589' => 'Grand Marshal\'s Aegis',
1875 'Set588' => 'High Warlord\'s Battlegear',
1876 'Set587' => 'High Warlord\'s Aegis',
1877 'Set586' => 'Gladiator\'s Pursuit',
1878 'Set585' => 'Gladiator\'s Wildhide',
1879 'Set584' => 'Gladiator\'s Sanctuary',
1880 'Set583' => 'Gladiator\'s Vindication',
1881 'Set582' => 'Gladiator\'s Aegis',
1882 'Set581' => 'Gladiator\'s Raiment',
1883 'Set580' => 'Gladiator\'s Thunderfist',
1884 'Set579' => 'Gladiator\'s Regalia',
1885 'Set578' => 'Gladiator\'s Earthshaker',
1886 'Set577' => 'Gladiator\'s Vestments',
1887 'Set576' => 'Fury of the Nether',
1888 'Set575' => 'Felstalker Armor',
1889 'Set574' => 'Strength of the Clefthoof',
1890 'Set573' => 'Fel Skin',
1891 'Set572' => 'Battlecast Garb',
1892 'Set571' => 'Whitemend Wisdom',
1893 'Set570' => 'The Unyielding',
1894 'Set569' => 'Faith in Felsteel',
1895 'Set568' => 'Gladiator\'s Dreadgear',
1896 'Set567' => 'Gladiator\'s Battlegear',
1897 'Set566' => 'Burning Rage',
1898 'Set565' => 'Khorium Ward',
1899 'Set564' => 'Shadow Guard',
1900 'Set563' => 'Enchanted Adamantite Armor',
1901 'Set562' => 'Adamantite Battlegear',
1902 'Set561' => 'Fel Iron Chain',
1903 'Set560' => 'Fel Iron Plate',
1904 'Set559' => 'spellstrike Infusion',
1905 'Set558' => 'Arcanoweave Vestments',
1906 'Set557' => 'Soulcloth Embrace',
1907 'Set556' => 'Imbued Netherweave',
1908 'Set555' => 'Netherweave Vestments',
1909 'Set554' => 'Primal Mooncloth',
1910 'Set553' => 'Shadow\'s Embrace',
1911 'Set552' => 'Wrath of Spellfire',
1912 'Set551' => 'Lieutenant Commander\'s Refuge',
1913 'Set550' => 'Lieutenant Commander\'s Pursuance',
1914 'Set549' => 'Lieutenant Commander\'s Investiture',
1915 'Set548' => 'Lieutenant Commander\'s Guard',
1916 'Set547' => 'Lieutenant Commander\'s Dreadgear',
1917 'Set546' => 'Lieutenant Commander\'s Arcanum',
1918 'Set545' => 'Lieutenant Commander\'s Battlearmor',
1919 'Set544' => 'Lieutenant Commander\'s Redoubt',
1920 'Set543' => 'Champion\'s Pursuance',
1921 'Set542' => 'Champion\'s Arcanum',
1922 'Set541' => 'Champion\'s Dreadgear',
1923 'Set540' => 'Champion\'s Investiture',
1924 'Set539' => 'Champion\'s Refuge',
1925 'Set538' => 'Champion\'s Stormcaller',
1926 'Set537' => 'Champion\'s Battlearmor',
1927 'Set536' => 'Regalia of Undead Cleansing',
1928 'Set535' => 'Garb of the Undead Slayer',
1929 'Set534' => 'Undead Slayer\'s Armor',
1930 'Set533' => 'Battlegear of Undead Slaying',
1931 'Set530' => 'Cryptstalker Armor',
1932 'Set529' => 'Plagueheart Raiment',
1933 'Set528' => 'Redemption Armor',
1934 'Set527' => 'The Earthshatterer',
1935 'Set526' => 'Frostfire Regalia',
1936 'Set525' => 'Vestments of Faith',
1937 'Set524' => 'Bonescythe Armor',
1938 'Set523' => 'Dreadnaught\'s Battlegear',
1939 'Set522' => 'Champion\'s Guard',
1940 'Set521' => 'Dreamwalker Raiment',
1941 'Set520' => 'Ironweave Battlesuit',
1942 'Set519' => 'The Five Thunders',
1943 'Set518' => 'Deathmist Raiment',
1944 'Set517' => 'Sorcerer\'s Regalia',
1945 'Set516' => 'Soulforge Armor',
1946 'Set515' => 'Beastmaster Armor',
1947 'Set514' => 'Vestments of the Virtuous',
1948 'Set513' => 'Feralheart Raiment',
1949 'Set512' => 'Darkmantle Armor',
1950 'Set511' => 'Battlegear of Heroism',
1951 'Set510' => 'Trappings of the Unseen Path',
1952 'Set509' => 'Striker\'s Garb',
1953 'Set508' => 'Finery of Infinite Wisdom',
1954 'Set507' => 'Garments of the Oracle',
1955 'Set506' => 'Battlegear of Eternal Justice',
1956 'Set505' => 'Avenger\'s Battlegear',
1957 'Set504' => 'Trappings of Vaulted Secrets',
1958 'Set503' => 'Enigma Vestments',
1959 'Set502' => 'Gift of the Gathering Storm',
1960 'Set501' => 'Stormcaller\'s Garb',
1961 'Set500' => 'Implements of Unspoken Names',
1962 'Set499' => 'Doomcaller\'s Attire',
1963 'Set498' => 'Emblems of Veiled Shadows',
1964 'Set497' => 'Deathdealer\'s Embrace',
1965 'Set496' => 'Conqueror\'s Battlegear',
1966 'Set495' => 'Battlegear of Unyielding Strength',
1967 'Set494' => 'Symbols of Unending Life',
1968 'Set493' => 'Genesis Raiment',
1969 'Set492' => 'Twilight Trappings',
1970 'Set491' => 'Blue Dragon Mail',
1971 'Set490' => 'Green Dragon Mail',
1972 'Set489' => 'Black Dragon Mail',
1973 'Set488' => 'The Defiler\'s Will',
1974 'Set487' => 'The Defiler\'s Resolution',
1975 'Set486' => 'The Defiler\'s Purpose',
1976 'Set485' => 'The Defiler\'s Intent',
1977 'Set484' => 'The Defiler\'s Fortitude',
1978 'Set483' => 'The Defiler\'s Determination',
1979 'Set482' => 'Illusionist\'s Attire',
1980 'Set481' => 'Demoniac\'s Threads',
1981 'Set480' => 'Confessor\'s Raiment',
1982 'Set479' => 'Haruspex\'s Garb',
1983 'Set478' => 'Madcap\'s Outfit',
1984 'Set477' => 'Predator\'s Armor',
1985 'Set476' => 'Augur\'s Regalia',
1986 'Set475' => 'Freethinker\'s Armor',
1987 'Set474' => 'Vindicator\'s Battlegear',
1988 'Set473' => 'The Highlander\'s Intent',
1989 'Set472' => 'The Highlander\'s Will',
1990 'Set471' => 'The Highlander\'s Purpose',
1991 'Set470' => 'The Highlander\'s Fortitude',
1992 'Set469' => 'The Highlander\'s Determination',
1993 'Set468' => 'The Highlander\'s Resolve',
1994 'Set467' => 'The Highlander\'s Resolution',
1995 'Set466' => 'Major Mojo Infusion',
1996 'Set465' => 'Prayer of the Primal',
1997 'Set464' => 'Overlord\'s Resolution',
1998 'Set463' => 'Primal Blessing',
1999 'Set462' => 'Zanzil\'s Concentration',
2000 'Set461' => 'The Twin Blades of Hakkari',
2001 'Set444' => 'The Darksoul',
2002 'Set443' => 'Bloodsoul Embrace',
2003 'Set442' => 'Blood Tiger Harness',
2004 'Set441' => 'Primal Batskin',
2005 'Set421' => 'Bloodvine Garb',
2006 'Set402' => 'Field Marshal\'s Aegis',
2007 'Set401' => 'Lieutenant Commander\'s Aegis',
2008 'Set398' => 'Warlord\'s Sanctuary',
2009 'Set397' => 'Field Marshal\'s Sanctuary',
2010 'Set396' => 'Warlord\'s Pursuit',
2011 'Set395' => 'Field Marshal\'s Pursuit',
2012 'Set394' => 'Field Marshal\'s Vestments',
2013 'Set393' => 'Warlord\'s Vestments',
2014 'Set392' => 'Field Marshal\'s Threads',
2015 'Set391' => 'Warlord\'s Threads',
2016 'Set390' => 'Warlord\'s Raiment',
2017 'Set389' => 'Field Marshal\'s Raiment',
2018 'Set388' => 'Field Marshal\'s Regalia',
2019 'Set387' => 'Warlord\'s Regalia',
2020 'Set386' => 'Warlord\'s Earthshaker',
2021 'Set384' => 'Field Marshal\'s Battlegear',
2022 'Set383' => 'Warlord\'s Battlegear',
2023 'Set382' => 'Champion\'s Sanctuary',
2024 'Set381' => 'Lieutenant Commander\'s Sanctuary',
2025 'Set362' => 'Lieutenant Commander\'s Pursuit',
2026 'Set361' => 'Champion\'s Pursuit',
2027 'Set348' => 'Lieutenant Commander\'s Vestments',
2028 'Set347' => 'Champion\'s Vestments',
2029 'Set346' => 'Lieutenant Commander\'s Threads',
2030 'Set345' => 'Champion\'s Threads',
2031 'Set344' => 'Lieutenant Commander\'s Raiment',
2032 'Set343' => 'Lieutenant Commander\'s Regalia',
2033 'Set342' => 'Champion\'s Raiment',
2034 'Set341' => 'Champion\'s Regalia',
2035 'Set321' => 'Imperial Plate',
2036 'Set301' => 'Champion\'s Earthshaker',
2037 'Set282' => 'Lieutenant Commander\'s Battlegear',
2038 'Set281' => 'Champion\'s Battlegear',
2039 'Set261' => 'Spirit of Eskhandar',
2040 'Set241' => 'Shard of the Gods',
2041 'Set221' => 'Garb of Thero-shan',
2042 'Set218' => 'Battlegear of Wrath',
2043 'Set217' => 'Judgement Armor',
2044 'Set216' => 'The Ten Storms',
2045 'Set215' => 'Dragonstalker Armor',
2046 'Set214' => 'Stormrage Raiment',
2047 'Set213' => 'Bloodfang Armor',
2048 'Set212' => 'Nemesis Raiment',
2049 'Set211' => 'Vestments of Transcendence',
2050 'Set210' => 'Netherwind Regalia',
2051 'Set209' => 'Battlegear of Might',
2052 'Set208' => 'Lawbringer Armor',
2053 'Set207' => 'The Earthfury',
2054 'Set206' => 'Giantstalker Armor',
2055 'Set205' => 'Cenarion Raiment',
2056 'Set204' => 'Nightslayer Armor',
2057 'Set203' => 'Felheart Raiment',
2058 'Set202' => 'Vestments of Prophecy',
2059 'Set201' => 'Arcanist Regalia',
2060 'Set189' => 'Battlegear of Valor',
2061 'Set188' => 'Lightforge Armor',
2062 'Set187' => 'The Elements',
2063 'Set186' => 'Beaststalker Armor',
2064 'Set185' => 'Wildheart Raiment',
2065 'Set184' => 'Shadowcraft Armor',
2066 'Set183' => 'Dreadmist Raiment',
2067 'Set182' => 'Vestments of the Devout',
2068 'Set181' => 'Magister\'s Regalia',
2069 'Set163' => 'Chain of the Scarlet Crusade',
2070 'Set162' => 'Embrace of the Viper',
2071 'Set161' => 'Defias Leather',
2072 'Set144' => 'Ironfeather Armor',
2073 'Set143' => 'Devilsaur Armor',
2074 'Set142' => 'Stormshroud Armor',
2075 'Set141' => 'Volcanic Armor',
2076 'Set124' => 'Deathbone Guardian',
2077 'Set123' => 'Bloodmail Regalia',
2078 'Set122' => 'Necropile Raiment',
2079 'Set121' => 'Cadaverous Garb',
2080 'Set81' => 'The Postmaster',
2081 'Set65' => 'Spider\'s Kiss',
2082 'Set41' => 'Dal\'Rend\'s Arms',
2083 'Set1' => 'The Gladiator'
2084 );
2085?>
Note: See TracBrowser for help on using the repository browser.