Показ активных событий только по холидей_ид.)
[cswow.git] / lang / game_text.en.php
blobc672a3b6065379c035d458e78ec5419186af4d97
1 <?php
2 //
3 // Live search types
4 //
5 $ls_type_name = array(
6 'i'=>'Item',
7 'q'=>'Quest',
8 'n'=>'NPC',
9 'g'=>'GO',
10 's'=>'Spell',
11 'f'=>'Faction',
12 'a'=>'Area',
13 'set'=>'Item Set'
16 //*************** Item enums ************************************
17 $UseorEquip = array(
18 '0'=>'Use:',
19 '1'=>'Equip:',
20 '2'=>'Chance on hit:',
21 '4'=>'Soulstone:',
22 '5'=>'',
23 '6'=>'Use for learn:'
26 $iBonus = array(
27 '0'=>'%d Mana', // ITEM_MOD_MANA = 0
28 '1'=>'%d Health', // ITEM_MOD_HEALTH = 1
29 '3'=>'%d Agility', // ITEM_MOD_AGILITY = 3
30 '4'=>'%d Strength', // ITEM_MOD_STRENGTH = 4
31 '5'=>'%d Intellect', // ITEM_MOD_INTELLECT = 5
32 '6'=>'%d Spirit', // ITEM_MOD_SPIRIT = 6
33 '7'=>'%d Stamina', // ITEM_MOD_STAMINA = 7
34 '12'=>'Equip: Increases defense rating by %d.', // ITEM_MOD_DEFENSE_SKILL_RATING = 12
35 '13'=>'Equip: Increases dodge rating by %d.', // ITEM_MOD_DODGE_RATING = 13
36 '14'=>'Equip: Increases parry rating by %d.', // ITEM_MOD_PARRY_RATING = 14
37 '15'=>'Equip: Increases your shield block rating by %d.', // ITEM_MOD_BLOCK_RATING = 15
38 '16'=>'Equip: Increases melee hit rating by %d.', // ITEM_MOD_HIT_MELEE_RATING = 16
39 '17'=>'Equip: Increases ranged hit rating by %d.', // ITEM_MOD_HIT_RANGED_RATING = 17
40 '18'=>'Equip: Increases spell hit rating by %d.', // ITEM_MOD_HIT_SPELL_RATING = 18
41 '19'=>'Equip: Improves melee critical strike rating by %d.', // ITEM_MOD_CRIT_MELEE_RATING = 19
42 '20'=>'Equip: Improves ranged critical strike rating by %d.', // ITEM_MOD_CRIT_RANGED_RATING = 20
43 '21'=>'Equip: Improves spell critical strike rating by %d.', // ITEM_MOD_CRIT_SPELL_RATING = 21
44 '22'=>'Equip: Melee hit taken by %d.', // ITEM_MOD_HIT_TAKEN_MELEE_RATING = 22
45 '23'=>'Equip: Ranged hit taken by %d.', // ITEM_MOD_HIT_TAKEN_RANGED_RATING = 23
46 '24'=>'Equip: Spell hit taken by %d.', // ITEM_MOD_HIT_TAKEN_SPELL_RATING = 24
47 '25'=>'Equip: Melee crit taken by %d.', // ITEM_MOD_CRIT_TAKEN_MELEE_RATING = 25
48 '26'=>'Equip: Ranged crit taken by %d.', // ITEM_MOD_CRIT_TAKEN_RANGED_RATING = 26
49 '27'=>'Equip: Spell crit taken by %d.', // ITEM_MOD_CRIT_TAKEN_SPELL_RATING = 27
50 '28'=>'Equip: Melee haste by %d.', // ITEM_MOD_HASTE_MELEE_RATING = 28
51 '29'=>'Equip: Ranged haste by %d.', // ITEM_MOD_HASTE_RANGED_RATING = 29
52 '30'=>'Equip: Spell haste by %d.', // ITEM_MOD_HASTE_SPELL_RATING = 30
53 '31'=>'Equip: Improves hit rating by %d.', // ITEM_MOD_HIT_RATING = 31
54 '32'=>'Equip: Improves critical strike rating by %d.', // ITEM_MOD_CRIT_RATING = 32
55 '33'=>'Equip: Hit taken by %d.', // ITEM_MOD_HIT_TAKEN_RATING = 33
56 '34'=>'Equip: Crit taken by %d.', // ITEM_MOD_CRIT_TAKEN_RATING = 34
57 '35'=>'Equip: Improves your resilience rating by %d.', // ITEM_MOD_RESILIENCE_RATING = 35
58 '36'=>'Equip: Improves haste rating by %d.', // ITEM_MOD_HASTE_RATING = 36
59 '37'=>'Equip: Increases your expertise rating by %d.', // ITEM_MOD_EXPERTISE_RATING = 37
60 '38'=>'Equip: Increases attack power by %d.', // ITEM_MOD_ATTACK_POWER = 38
61 '39'=>'Equip: Increases ranged attack power by %d.', // ITEM_MOD_RANGED_ATTACK_POWER = 39
62 '40'=>'Equip: Increases attack power by %d in Cat, Bear, Dire Bear, and Moonkin forms only.',// ITEM_MOD_FERAL_ATTACK_POWER = 40
63 '41'=>'Equip: Increases healing done by magical spells and effects by up to %d.', // ITEM_MOD_SPELL_HEALING_DONE = 41
64 '42'=>'Equip: Increases damage done by magical spells and effects by up to %d.', // ITEM_MOD_SPELL_DAMAGE_DONE = 42
65 '43'=>'Equip: Restores %d mana per 5 sec.', // ITEM_MOD_MANA_REGENERATION = 43
66 '44'=>'Equip: Increases your armor penetration rating by %d.',// ITEM_MOD_ARMOR_PENETRATION_RATING = 44
67 '45'=>'Equip: Increases spell power by %d.', // ITEM_MOD_SPELL_POWER = 45
68 '46'=>'Equip: Restores %d health per 5 sec.', // ITEM_MOD_HEALTH_REGEN = 46
69 '47'=>'Equip: Increases spell penetration by %d.', // ITEM_MOD_SPELL_PENETRATION = 47
70 '48'=>'Equip: Increases the block value of your shield by %d.'// ITEM_MOD_BLOCK_VALUE = 48
73 $gInventoryType = array(
74 '0'=>'All type',
75 '1'=>'Head',
76 '2'=>'Neck',
77 '3'=>'Shoulders',
78 '4'=>'Shirt',
79 '5'=>'Chest',
80 '6'=>'Waist',
81 '7'=>'Legs',
82 '8'=>'Feet',
83 '9'=>'Wrist',
84 '10'=>'Hands',
85 '11'=>'Finger',
86 '12'=>'Trinket',
87 '13'=>'One-Hand',
88 '14'=>'Shield',
89 '15'=>'Ranged',
90 '16'=>'Back',
91 '17'=>'Two-Hand',
92 '18'=>'Bag',
93 '19'=>'Tabard',
94 '20'=>'Robe',
95 '21'=>'Main Hand',
96 '22'=>'Off Hand',
97 '23'=>'Holdable',
98 '24'=>'Ammo',
99 '25'=>'Thrown',
100 '26'=>'Ranged',
101 '27'=>'Quiver',
102 '28'=>'Relic',
103 '29'=>'Inventory types',
106 $itemClassSubclass = array(
107 '-1'=>'All items',
108 '0'=>'Consumable',
109 '0.0'=>'Consumable',
110 '0.1'=>'Potion',
111 '0.2'=>'Elixir',
112 '0.3'=>'Flask',
113 '0.4'=>'Scroll',
114 '0.5'=>'Food & Drink',
115 '0.6'=>'Item Enhancement',
116 '0.7'=>'Bandage',
117 '0.8'=>'Other',
119 '1'=>'Container',
120 '1.0'=>'Bag',
121 '1.1'=>'Soul Bag',
122 '1.2'=>'Herb Bag',
123 '1.3'=>'Enchanting Bag',
124 '1.4'=>'Engineering Bag',
125 '1.5'=>'Gem Bag',
126 '1.6'=>'Mining Bag',
127 '1.7'=>'Leatherworking Bag',
128 '1.8'=>'Inscription Bag',
130 '2'=>'Weapon',
131 '2.0'=>'Axe:One-Handed Axes',
132 '2.1'=>'Axe:Two-Handed Axes',
133 '2.2'=>'Bow:Bows',
134 '2.3'=>'Gun:Guns',
135 '2.4'=>'Mace:One-Handed Maces',
136 '2.5'=>'Mace:Two-Handed Maces',
137 '2.6'=>'Polearm:Polearms',
138 '2.7'=>'Sword:One-Handed Swords',
139 '2.8'=>'Sword:Two-Handed Swords',
140 '2.9'=>'Obsolete',
141 '2.10'=>'Staff:Staves',
142 '2.11'=>'Exotic:One-Handed Exotics',
143 '2.12'=>'Exotic:Two-Handed Exotics',
144 '2.13'=>'Fist Weapon:Fist Weapons',
145 '2.14'=>'Miscellaneous',
146 '2.15'=>'Dagger:Daggers',
147 '2.16'=>'Thrown:Thrown',
148 '2.17'=>'Spear:Spears',
149 '2.18'=>'Crossbow:Crossbows',
150 '2.19'=>'Wand:Wands',
151 '2.20'=>'Fishing Pole:Fishing Poles',
153 '3'=>'Gem',
154 '3.0'=>'Red',
155 '3.1'=>'Blue',
156 '3.2'=>'Yellow',
157 '3.3'=>'Purple',
158 '3.4'=>'Green',
159 '3.5'=>'Orange',
160 '3.6'=>'Meta',
161 '3.7'=>'Simple',
162 '3.8'=>'Prismatic',
164 '4'=>'Armor',
165 '4.0'=>'Miscellaneous',
166 '4.1'=>'Cloth:Cloth',
167 '4.2'=>'Leather:Leather',
168 '4.3'=>'Mail:Mail',
169 '4.4'=>'Plate:Plate',
170 '4.5'=>'Buckler(OBSOLETE):Bucklers',
171 '4.6'=>'Shield:Shields',
172 '4.7'=>'Libram:Librams',
173 '4.8'=>'Idol:Idols',
174 '4.9'=>'Totem:Totems',
175 '4.10'=>'Sigil:Sigils',
177 '5'=>'Reagent',
178 '5.0'=>'Reagent',
180 '6'=>'Projectile',
181 '6.0'=>'Wand(OBSOLETE)',
182 '6.1'=>'Bolt(OBSOLETE)',
183 '6.2'=>'Arrow',
184 '6.3'=>'Bullet',
185 '6.4'=>'Thrown(OBSOLETE)',
187 '7'=>'Trade Goods',
188 '7.0'=>'Trade Goods',
189 '7.1'=>'Parts',
190 '7.2'=>'Explosives',
191 '7.3'=>'Devices',
192 '7.4'=>'Jewelcrafting',
193 '7.5'=>'Cloth',
194 '7.6'=>'Leather',
195 '7.7'=>'Metal & Stone',
196 '7.8'=>'Meat',
197 '7.9'=>'Herb',
198 '7.10'=>'Elemental',
199 '7.11'=>'Other',
200 '7.12'=>'Enchanting',
201 '7.13'=>'Materials',
202 '7.14'=>'Armor Enchantment:Armor Enchantment',
203 '7.15'=>'Weapon Enchantment:Weapon Enchantment',
205 '8'=>'Generic',
206 '8.0'=>'Generic',
208 '9'=>'Recipe',
209 '8.0'=>'Generic(OBSOLETE)',
210 '9.0'=>'Book',
211 '9.1'=>'Leatherworking',
212 '9.2'=>'Tailoring',
213 '9.3'=>'Engineering',
214 '9.4'=>'Blacksmithing',
215 '9.5'=>'Cooking',
216 '9.6'=>'Alchemy',
217 '9.7'=>'First Aid',
218 '9.8'=>'Enchanting',
219 '9.9'=>'Fishing',
220 '9.10'=>'Jewelcrafting',
222 '10'=>'Money',
223 '10.0'=>'Money(OBSOLETE)',
225 '11'=>'Quiver',
226 '11.0'=>'Quiver(OBSOLETE)',
227 '11.1'=>'Quiver(OBSOLETE)',
228 '11.2'=>'Quiver',
229 '11.3'=>'Ammo Pouch',
231 '12'=>'Quest',
232 '12.0'=>'Quest',
234 '13'=>'Key & Lockpick',
235 '13.0'=>'Key',
236 '13.1'=>'Lockpick',
238 '14'=>'Permanent',
239 '14.0'=>'Permanent',
241 '15'=>'Misc',
242 '15.0'=>'Junk',
243 '15.1'=>'Reagent',
244 '15.2'=>'Pet',
245 '15.3'=>'Holiday',
246 '15.4'=>'Other',
247 '15.5'=>'Mount:Mount',
249 '16'=>'Glyph',
250 '16.1'=>'Warrior:Warrior',
251 '16.2'=>'Paladin:Paladin',
252 '16.3'=>'Hunter:Hunter',
253 '16.4'=>'Rogue:Rogue',
254 '16.5'=>'Priest:Priest',
255 '16.6'=>'Death Knight:Death Knight',
256 '16.7'=>'Shaman:Shaman',
257 '16.8'=>'Mage:Mage',
258 '16.9'=>'Warlock:Warlock',
259 '16.11'=>'Druid:Druid',
262 $gBonding = array(
263 '-1'=>'Soulbound',
264 '0'=>'',
265 '1'=>'Binds when picked up',
266 '2'=>'Binds when equipped',
267 '3'=>'Binds when used',
268 '4'=>'Quest Item',
269 '5'=>'Quest Item 1',
272 $gStatType = array(
273 '-1'=>'All stats',
274 '0'=>'Strength',
275 '1'=>'Agility',
276 '2'=>'Stamina',
277 '3'=>'Intellect',
278 '4'=>'Spirit'
281 $gResistance = array(
282 '0'=>'Armor',
283 '1'=>'Holy Resistance',
284 '2'=>'Fire Resistance',
285 '3'=>'Nature Resistance',
286 '4'=>'Frost Resistance',
287 '5'=>'Shadow Resistance',
288 '6'=>'Arcane Resistance'
291 $gResistanceType = array(
292 '0'=>'%d Armor',
293 '1'=>'%d Holy Resistance',
294 '2'=>'%d Fire Resistance',
295 '3'=>'%d Nature Resistance',
296 '4'=>'%d Frost Resistance',
297 '5'=>'%d Shadow Resistance',
298 '6'=>'%d Arcane Resistance'
301 //***************** Gameobject enums ***********************************
302 $gameobjectType = array(
303 '0'=>'Door',
304 '1'=>'Button',
305 '2'=>'Questgiver',
306 '3'=>'Chest',
307 '4'=>'Binder',
308 '5'=>'Generic',
309 '6'=>'Trap',
310 '7'=>'Chair',
311 '8'=>'Spellfocus',
312 '9'=>'Text',
313 '10'=>'Gobber',
314 '11'=>'Transport',
315 '12'=>'Areadamage',
316 '13'=>'Camera',
317 '14'=>'Map Object',
318 '15'=>'Map Object Transport',
319 '16'=>'Duel Arbiter',
320 '17'=>'Fishing Node',
321 '18'=>'Summoning portal',
322 '19'=>'Mailbox',
323 '20'=>'Auction House',
324 '21'=>'Guardpost',
325 '22'=>'Spellcaster',
326 '23'=>'Meetingstone',
327 '24'=>'Flag Stand',
328 '25'=>'Fishing hole',
329 '26'=>'Flag drop',
330 '27'=>'Minigame',
331 '28'=>'Lottery Kiosk',
332 '29'=>'Capture point',
333 '30'=>'Aura Generator',
334 '31'=>'Dungeon Difficulty',
335 '32'=>'Barbershop Chair',
336 '33'=>'Destructable building',
337 '34'=>'Guild Bank'
340 // Players enums
341 $gReputationRank = array(
342 '0'=>'Hated',
343 '1'=>'Hostile',
344 '2'=>'Unfriendly',
345 '3'=>'Neutral',
346 '4'=>'Friendly',
347 '5'=>'Honored',
348 '6'=>'Revered',
349 '7'=>'Exalted',
352 $gGenderType = array(
353 '0'=>'Male',
354 '1'=>'Female',
357 $gFactionType = array(
358 '0'=>'Alliance',
359 '1'=>'Horde',
362 $gSkillRank = array(
363 '1'=>'Apprentice',
364 '2'=>'Journeyman',
365 '3'=>'Expert',
366 '4'=>'Artisan',
367 '5'=>'Master',
368 '6'=>'Grand Master'
371 $gCreatureRank=array(
372 '0'=>'Normal',
373 '1'=>'Elite',
374 '2'=>'Rare Elite',
375 '3'=>'Boss',
376 '4'=>'Rare',
379 $gCreatureFlags = array(
380 '0'=>'Gossip',
381 '1'=>'QuestGiver',
382 '2'=>'Unk2',
383 '3'=>'Unk3',
384 '4'=>'Trainer',
385 '5'=>'Class Trainer',
386 '6'=>'Profession Trainer',
387 '7'=>'Vendor',
388 '8'=>'Vendor Ammo',
389 '9'=>'Vendor Food',
390 '10'=>'Vendor Poison',
391 '11'=>'Vendor Reagent',
392 '12'=>'Repair',
393 '13'=>'Flightmaster',
394 '14'=>'Spirit Healer',
395 '15'=>'Spirit Guide',
396 '16'=>'Innkeeper',
397 '17'=>'Banker',
398 '18'=>'Petitioner',
399 '19'=>'Tabard Designer',
400 '20'=>'Battlemaster',
401 '21'=>'Auctioneer',
402 '22'=>'Stablemaster',
403 '23'=>'Guild Banker',
404 '24'=>'Spell Click',
405 '25'=>'Unk25',
406 '26'=>'Unk26',
407 '27'=>'Unk27',
408 '28'=>'Guard',
409 '29'=>'Unk29',
410 '30'=>'Unk30',
411 '31'=>'Unk31',
414 // Spells
415 $gSpellModsType = array(
416 'Damage/Healing', // 0,
417 'Duration', // 1,
418 'Threat', // 2,
419 'Effect 1', // 3,
420 'Charges', // 4,
421 'Range', // 5,
422 'Radius', // 6,
423 'Critical Chance', // 7,
424 'All Effects', // 8,
425 'Not Lose Casting Time', // 9,
426 'Casting Time', // 10,
427 'Cooldown', // 11,
428 'Effect 2', // 12,
429 '13', // spellmod 13 unused
430 'Power Cost', // 14,
431 'Crit Damage Bonus', // 15,
432 'Resist/Miss Chance', // 16,
433 'Extra Targets', // 17,
434 'Chance of Success', // 18,
435 'Activation Time', // 19,
436 'Mod Damage Multipler', // 20,
437 'Casting Time new', // 21,
438 'DOT', // 22,
439 'Effect 3', // 23,
440 'Spell Damage/Healing bonus', // 24,
441 '25', //
442 '26', // spellmod 25, 26 unused
443 'Multiple Value', // 27,
444 'Resist Dispell' // 28
447 $gRuneName = array(
448 '0'=>'Blood',
449 '1'=>'Unholy',
450 '2'=>'Frost',
451 '3'=>'Death'
454 $gSpellMechanic = array(
455 '0'=>'n/a',
456 '1'=>'Charmed',
457 '2'=>'Disoriented',
458 '3'=>'Disarmed',
459 '4'=>'Distracted',
460 '5'=>'Fleeing',
461 '6'=>'Clumsy',
462 '7'=>'Rooted',
463 '8'=>'Pacified',
464 '9'=>'Silenced',
465 '10'=>'Asleep',
466 '11'=>'Ensnared',
467 '12'=>'Stunned',
468 '13'=>'Frozen',
469 '14'=>'Incapacitated',
470 '15'=>'Bleeding',
471 '16'=>'Healing',
472 '17'=>'Polymorphed',
473 '18'=>'Banished',
474 '19'=>'Shielded',
475 '20'=>'Shackled',
476 '21'=>'Mounted',
477 '22'=>'Seduced',
478 '23'=>'Turned',
479 '24'=>'Horrified',
480 '25'=>'Invulnerable',
481 '26'=>'Interrupted',
482 '27'=>'Dazed',
483 '28'=>'Discovery',
484 '29'=>'Invulnerable',
485 '30'=>'Sapped',
486 '31'=>'Enraged'
489 $gDmgClass = array(
490 '0'=>'None',
491 '1'=>'Magic',
492 '2'=>'Melee',
493 '3'=>'Ranged'
496 $gSpellSchool = array(
497 '0'=>'Physical',
498 '1'=>'Holy',
499 '2'=>'Fire',
500 '3'=>'Nature',
501 '4'=>'Frost',
502 '5'=>'Shadow',
503 '6'=>'Arcane'
506 $gSpellPowerType = array(
507 '-1'=>'Health',
508 '0'=>'Mana',
509 '1'=>'Rage',
510 '2'=>'Focus',
511 '3'=>'Energy',
512 '4'=>'Happyness',
513 '6'=>'Runic power'
516 $gTargetsList = array(
517 '0'=>'Spell depend', // 0x00000 0
518 '1'=>'Target 1', // 0x00001 1
519 '2'=>'Target 2', // 0x00002 2
520 '3'=>'Target 3', // 0x00004 4
521 '4'=>'Target 4', // 0x00008 8
522 '5'=>'Item', // 0x00010 16
523 '6'=>'Source Location', // 0x00020 32
524 '7'=>'Dest Location', // 0x00040 64
525 '8'=>'Object unk', // 0x00080 128
526 '9'=>'Target 9', // 0x00100 256
527 '10'=>'PVP Corpse', // 0x00200 512
528 '11'=>'Target 11', // 0x00400 1024
529 '12'=>'Object', // 0x00800 2048
530 '13'=>'Trade Item', // 0x01000 4096
531 '14'=>'String', // 0x02000 8192
532 '15'=>'Object', // 0x04000 16384
533 '16'=>'Dead body', // 0x08000 32768
534 '17'=>'Target 17' // 0x10000 65536
537 $gRatingNames = array(
538 '1'=>'Weapon skill',
539 '2'=>'Defence skill',
540 '3'=>'Dodge',
541 '4'=>'Parry',
542 '5'=>'Block',
543 '6'=>'Melee hit',
544 '7'=>'Ranged hit',
545 '8'=>'Spell hit',
546 '9'=>'Melee crit',
547 '10'=>'Ranged crit',
548 '11'=>'Spell crit',
549 '12'=>'Melee hit taken',
550 '13'=>'Ranged hit taken',
551 '14'=>'Spell hit taken',
552 '15'=>'Melee crit taken',
553 '16'=>'Ranged crit taken',
554 '17'=>'Spell crit taken',
555 '18'=>'Melee haste',
556 '19'=>'Ranged haste',
557 '20'=>'Spell haste',
558 '18'=>'Weapon skill',
559 '19'=>'Ranged haste',
560 '20'=>'Spell haste',
561 '21'=>'Weapon skill mainhand',
562 '22'=>'Ranged skill offhand',
563 '23'=>'Spell skill renged',
564 '24'=>'Expertise',
565 '25'=>'Armor Penetration'
568 $game_text = array(
569 // Item tooltip
570 'meta_socket'=>'Meta Socket',
571 'red_socket'=>'Red Socket',
572 'yellow_socket'=>'Yellow Socket',
573 'blue_socket'=>'Blue Socket',
574 'charges'=>'%d Charges',
575 'min'=>'min',
576 'iarmor'=>' %d Armor',
577 'iblock'=>'%d Block',
578 'conjured_item'=>'Conjured Item',
579 'right_click'=>'Right Click to Open',
580 'unique'=>'Unique',
581 'slot'=>'%d Slot %s',
582 'weapon_damage'=>'%d - %d Damage',
583 'weapon_speed'=>'Speed %2.2f',
584 'weapon_dps'=>'(%2.2f damage per second)',
585 'ammo_dps'=>'Adds %2.2f damage per second',
586 'ilevel'=>'Item level: %d',
587 'iduration'=>'Duration: %s',
588 'idurationr'=>'Duration: %s (real time)',
589 'socket_bonus'=>'Socket Bonus: %s',
590 'random_enchant'=>'&lt;Random enchantment&gt;',
591 'prospectable'=>'Prospectable',
592 'millable'=>'Millable',
593 'ssd_req_level'=>'Requires level 1 to %d (%d)',
594 'durability'=>'Durability %d / %d',
595 'allowable_race'=>'Races:',
596 'allowable_class'=>'Classes:',
597 'req_level'=>'Requires Level %d',
598 'req_skill'=>'Requires %s (%d)',
599 'req_spell'=>'Requires',
600 'req_reputation'=>'Requires: %s - %s',
601 'req_ingridients'=>'Requires:',
602 'made_by'=>'Made by %s',
603 'start_quest'=>'This item start quest',
605 'entry'=>'Entry',
606 'locked'=>'Locked',
607 'faction'=>'Faction',
608 'go_type'=>'Type',
610 'npc_type'=>'Type',
611 'npc_rank'=>'Rank',
612 'npc_family'=>'Family',
613 'npc_level'=>'Level',
614 'npc_health'=>'Health',
615 'npc_mana'=>'Mana',
616 'npc_armor'=>'Armor',
617 'npc_damage'=>'Damage',
618 'npc_ap'=>'Attack Power',
619 'npc_attack'=>'Attack Time',
620 'display'=>'Display',
621 'display1'=>'Display 1',
622 'display2'=>'Display 2',
623 'display3'=>'Display 3',
624 'display4'=>'Display 4',
625 'npc_script'=>'Script',
627 'talent_rank'=>'Rank',
628 'talent_next_rank'=>'Next rank:',
629 'talent_req_points'=>'Require <num> points in <name> tree',
631 'other_faction'=>'Other',
632 'item_heroic'=>'Heroic',