Точный поиск квестов по стороне
[cswow.git] / lang / lang.en.php
blob603fb249f275facc51c75d6b48267c64e6259a40
1 <?php
2 /*
3 * English laungage site support
4 */
5 $lang = array(
6 'search_database' => 'Search',
7 'find' => 'Find',
8 'main' => 'Main',
9 'error' => 'Error',
10 'offline' => 'Server is offline',
12 # Site
13 'www_creature'=>'http://wowhead.com/npc=%d',
14 'www_gameobject'=>'http://wowhead.com/object=%d',
15 'www_item'=>'http://wowhead.com/item=%d',
16 'www_spell'=>'http://wowhead.com/spell=%d',
17 'www_quest'=>'http://wowhead.com/quest=%d',
18 'www_faction'=>'http://wowhead.com/faction=%d',
19 'www_zone'=>'http://wowhead.com/zone=%d',
21 # Search
22 'search_results ' => 'Search result',
23 'found' => 'Found',
24 'not_found' => 'Not found',
25 'go_not_found' => 'Gameobject not found',
26 'creature_not_found'=> 'Creature not found',
27 'item_not_found' => 'Item not found',
28 'quest_not_found1' => 'Quest not found',
29 'spell_not_found' => 'Spell not found',
30 'enchant_not_found' => 'Enchant not found',
31 'faction_not_found' => 'Faction not found',
32 'search_item_req' => 'Item search',
33 'search_set_req' => 'Item set search',
34 'search_faction_req'=> 'Faction search',
35 'search_npc_req' => 'Creature search',
36 'search_quest_req' => 'Quest search',
37 'search_go_req' => 'Gameobject search',
38 'search_spell_req' => 'Spell search',
39 'search_area_req' => 'Area search',
41 #Time
42 'days' =>'d.',
43 'hours' =>'h.',
44 'min' =>'min.',
45 'sec' =>'sec.',
46 'minustime' =>'action',
48 #Condition
49 'condition1' => 'Aura ',
50 'condition2' => 'Have(bank no) ',
51 'condition3' => 'Equipped ',
52 'condition4_1' => 'Not in ',
53 'condition8' => 'Complete ',
54 'condition9' => 'Take ',
55 'condition10' => 'AD aura',
56 'condition11' => 'No aura ',
57 'condition12' => 'In ',
58 'condition13_1' => 'In (sub)area flags ',
59 'condition13_2' => 'Not in (sub)area flags ',
60 'condition15_1' => ' level equal to',
61 'condition15_2' => ' level equal or higher than',
62 'condition15_3' => ' level equal or less than',
63 'condition16' => 'Not have(bank no) ',
64 'condition17_1' => 'Has spell ',
65 'condition17_2' => 'Hasn\'t spell ',
66 'condition20_1' => 'Has achievement ',
67 'condition20_2' => 'Hasn\'t achievement ',
68 'condition22' => 'No take and no rewarded for ',
69 'condition23' => 'Have(bank yes) ',
70 'condition24' => 'Not have(bank yes) ',
71 'condition25' => 'No in ',
72 'condition26' => 'In ',
73 'condition27' => 'No in ',
74 'condition28_1' => 'No ',
75 'condition28_2' => ' & no ',
77 # Item report
78 'item_name' => 'Item name',
79 'item_level' => 'Level',
80 'item_req_level' => 'Req lvl',
81 'item_gem_details' => 'Gem details',
82 'item_armor' => 'Armor',
83 'item_block' => 'Block',
84 'item_dps' => 'DPS',
85 'item_speed' => 'Speed',
86 'item_slot_num' => 'Slot num',
87 'item_desc' => 'Description',
88 'item_type' => 'Type',
89 'item_slot' => 'Slot',
90 'item_spells' => 'Spells',
91 'item_faction_rank'=> 'Faction rank',
93 # Vendor report
94 'item_cost' => 'Cost',
95 'item_count' => 'Count',
96 'item_incrtime' => 'Time add',
98 # Quest report
99 'quest_lvl'=>'Level',
100 'quest_reqlvl'=>'Req level',
101 'quest_name'=>'Quest name',
102 'quest_giver'=>'Quest giver',
103 'quest_rewards'=>'Rewards',
105 # Spell report
106 'spell_level' => 'Level',
107 'spell_name' => 'Spell name',
108 'spell_skill' => 'Spell skill',
109 'spell_power' => 'Power',
110 'spell_range' => 'Range',
111 'spell_school' => 'School',
112 'spell_reagent' => 'Reagents',
113 'spell_create' => 'Create item',
115 # Trainer report
116 'trainer_cost' =>'Cost',
117 'trainer_spell'=>'Spell name',
118 'trainer_skill'=>'Require skill',
119 'trainer_value'=>'Require',
120 'trainer_level'=>'Req level',
122 # GO report
123 'go_name' => 'Gameobject name',
124 'go_type' => 'GO type',
125 'map' => 'Map',
127 # Creature report
128 'creature_level' => 'Level',
129 'creature_name' => 'Creature name',
130 'creature_react' => 'Reaction',
131 'creature_role' => 'Role',
133 # Loot report
134 'loot_chance' =>'Chance',
135 'loot_require'=>'Requirements',
136 'loot_count'=> 'Count',
138 # On kill reputation
139 'onkill_rep' => 'Reputation',
141 # Glyph report
142 'glyph_id' => 'id',
143 'glyph_name' => 'Name',
145 # Random suffix/propety report
146 'rand_enchant_id' => 'id',
147 'rand_enchant_name' => 'Name',
148 'rand_enchant_details'=> 'Detailed info',
150 # Lock report
151 'lock_id' => 'id',
152 'lock_keys' => 'Key info',
154 # Extend cost report
155 'excost_id' => 'id',
156 'excost_cost' => 'Cost',
157 'excost_items'=> 'Items',
159 # Item set report
160 'set_id' => 'id',
161 'set_name' => 'Name',
162 'set_items'=> 'Items',
163 'set_spells'=> 'Spells',
164 'set_class' => 'Class',
165 'set_level' => 'Level',
167 # Faction report
168 'faction_id' => 'id',
169 'faction_name' => 'Name',
170 'faction_details' => 'Details',
172 # Enchants report
173 'enchant_id' => 'id',
174 'enchant_name' => 'Name',
176 # Talent report
177 'talent_id' => 'id',
178 'talent_name' => 'Tree',
180 # Zones report
181 'zone_id' => 'id',
182 'zone_name' => 'Name',
184 #Area Teleport
185 'at_id' => 'id',
186 'at_name'=> 'Name',
187 'at_req' => 'Reqirements',
189 #Players list
190 'pl_guid'=>'guid',
191 'pl_name'=>'Name',
192 'pl_race'=>'Race',
193 'pl_class'=>'Class',
194 'pl_level'=>'Level',
195 'pl_pos'=>'Zone',
196 'pl_rank'=>'Rank',
197 'pl_note'=>'Note',
199 // Details (spell, go, npc)
200 'detail_info' => 'Full info',
202 # Page
203 'page' => 'Page',
204 'back' => 'Back',
205 'next' => 'Next',
206 'go' => 'Go',
207 'compressed' => 'Main page',
208 'no_sell_price' => 'No sell price',
209 'sell_price' => 'Sell price',
210 'buy_price' => 'Buy price',
212 # GO, NPC info
213 'show_map' => 'Show map',
214 'money' => 'Money',
215 'sold' => 'Sold items',
216 'train' => 'Train',
217 'go_locked' => 'GO is locked',
218 'go_cast_spell' => 'GO cast spell',
219 'go_summoned_by' => 'Summoned by spell',
220 'npc_spell_train' => 'Can learn from',
221 'quest_spell_train' => 'Learn from quset',
222 'req_for_quest' => 'Required for quest',
223 'kill_kredit_group' => 'Group',
224 'give_quest' => 'Give quest',
225 'take_quest' => 'Take quest',
226 'give_skin' => 'Skinning',
227 'give_mining' => 'Mining',
228 'give_herb' => 'Herbalism',
229 'give_engineer' => 'Engineering',
230 'can_pickpocketing' => 'Pickpocketing',
231 'can_loot' => 'Drops',
232 'cast_spells' => 'Abilities',
233 'summoned_by_spell' => 'Summoned by spell',
235 'reqirement' => 'Reqirement',
236 'drop' => 'Drop',
237 'level' => 'Level',
239 # Loot info
240 'loot_details' => 'Details',
241 'contain_prospecting_loot' => 'Prospecting',
242 'contain_milling_loot' => 'Milling',
243 'contain_fishing_loot' => 'Fishing',
244 'contain_disenchant_loot' => 'Disenchant',
246 'item_uses_spell' => 'Item uses this spell',
247 'item_use_in_spell' => 'Required by spell:',
248 'create_from_spell' => 'Created by Spell',
249 'loot_from_spell' => 'Loot on spell cast',
250 'prospecting_loot' => 'Prospecting',
251 'milling_loot' => 'Milling from',
253 'item_contain_loot' => 'Item contain',
254 'disenchant_loot' => 'Disenchant from',
255 'pickpocketing_loot'=> 'Pickpocketing from',
256 'skinning_loot' => 'Skinning from',
257 'fishing_loot' => 'Fishing in',
258 'quest_reward_loot' => 'Quest reward',
259 'quest_req_loot' => 'Require for quest',
260 'quest_src_loot' => 'Give on take quest',
261 'quest_mail_loot' => 'Quest mail loot',
262 'npc_sold_loot' => 'Sold',
263 'drop_loot' => 'Drop from',
264 'go_drop_loot' => 'Drop from GO',
265 'item_lock_loot' => 'Contain in',
266 'locked_item' => 'Item is locked',
267 'can_unlock' => 'Can unlock',
268 'locked_list' => 'List',
269 'no_found' => 'no found',
270 'recipe_for' => 'Recipe for create',
271 'random_enchants' => 'Random enchants',
272 'random_enc_name' => 'Name',
273 'random_enc_info' => 'Detaled info',
274 'random_enc_cnance' => 'Chance %',
275 'no_name' => 'no name',
277 'anything' => '- Anything -',
278 'this_item_part_of_set' => 'Item set part',
279 'item_is_ex_cost' => 'Cost for',
281 # Quest info
282 'one_of_this_items' => 'One of this items',
283 'obtained_at_level' => 'Obtained at level',
284 'obtained_at_event' => 'Available only in the event',
285 'required_races' => 'Side:',
286 'quest_level' => 'Quest level:',
287 'provided' => 'Provided:',
288 'provided_desc' => 'Provided item:',
289 'this_quest_is_part_of_a_series' => 'Part from series',
290 'start' => 'Start quest',
291 'end_q' => 'Get quest',
292 'q_next' => 'Next quest:',
293 'q_prev' => 'Prev quest:',
294 'step' => 'Step ',
295 'players_with_this_quest'=>'Players with this quest',
296 'players_completed_quest'=>'Players complete this quest',
297 'suggestedplayers'=>'Suggested players:',
298 'qlimittime'=>'You must perform a',
299 'kill' => 'Kill:',
300 'cast' => 'Cast:',
301 'cast_on' => 'on',
302 'use' => 'Use:',
303 'collect' => 'Collect:',
304 'req_items' => 'Req items:',
305 'Rew_money' => 'Money:',
306 'Rew_XP' => 'Experience:',
307 'Rew_honor' => 'Addition honor:',
308 'Rew_reputation' => 'Reputation:',
309 'cast_spell' => 'Cast on you:',
310 'learn_spell' => 'Learn spell:',
311 'Rew_item' => 'Items:',
312 'Rew_item_mail' => 'Items in the letter:',
313 'Rew_mail' => 'Will be sent,',
314 'Mail_item_time' => ' time of delivery: ',
315 'Mail_time' => ' hours',
316 'item_sel_and' => '&nbsp;+&nbsp;',
317 'item_sel_or' => '&nbsp;or&nbsp;',
318 'Rew_select_item' => 'Item select:',
319 'req_for_quest' => 'Require for quest:',
320 'additional_info' => 'Additional info',
321 'quest_completed' => 'Upon completion',
322 'quest_marked' => 'This quest was marked obsolete by Blizzard and cannot be obtained or completed.',
323 'quest_not_found' => '----- NOT FOUND! ------',
324 'quest_type0' => 'Repeatable',
325 'quest_type1' => 'Daily',
326 'quest_type2' => 'Weekly',
327 'quest_type3' => 'Monthly',
329 # Spell info
330 'spell_casted_by' => 'Creature cast',
331 'spell_reagents' => 'Spell reagents',
332 'spell_req_focus' => 'Requires: %s',
333 'spell_req_totem' => 'Tool: %s',
334 'spell_learned_by_recipe' => 'Learned by recipe',
335 'spell_contain_loot' => 'Create items:',
336 'spell_trigger' => 'Starting from spell',
337 'spell_added_by_enchant' => 'Added by enchant',
338 'spell_added_by_set' => 'Added by item set',
339 'spell_affected_by' => 'Affected by spells',
340 'spell_used_by_glyph' => 'Used by glyph',
341 'spell_talent' => 'Learned as talent',
342 'spell_go_cast' => 'Casted by GO',
344 #Enchant info
345 'enchant_by_spell' => 'Enchanted by spell',
346 'enchant_by_gems' => 'Gems',
347 'enchant_by_socket'=> 'Socket Bonus',
348 'enchant_by_rand_prop'=>'Random propety use',
349 'enchant_by_rand_suff'=>'Random suffix use',
351 #Faction info
352 'faction_contain' =>'Contain',
353 'faction_in' => 'In faction',
354 'faction_npc' => 'Npc in',
355 'faction_go' => 'GO in',
356 'faction_item' => 'Items',
357 'faction_quest_rew' => 'Quest reward',
358 'faction_kill_rew'=> 'On kill reward',
359 'faction_spell_rew'=>'On spell cast',
361 #Zone info
362 'zone_parent'=>'Parent',
363 'zone_subzones'=>'Subzones',
364 'zone_npc_in'=> 'NPC in zone',
365 'zone_go_in' => 'GO in zone',
366 'zone_fishing_in' => 'Fishing',
368 #Show map
369 'map_areas'=>'Areas',
370 'map_maps'=>'Maps',
371 'map_gps'=>'GPS',
372 'map_no_found'=>'No found on map',
373 'respawn'=>'Respawn:',
374 'no_image'=>'No map image present',
376 # TOP 100
377 'top_money_header' => 'Top money',
378 'top_honor_header' => 'Top honor',
379 'top_arena_header' => 'Top %d arena teams',
380 'arena_team_name' => 'Name',
381 'arena_rating' => 'Rating',
382 'arena_team' => 'Members',
384 # Item owners
385 'owner_list' => 'Found owners: %d ',
386 'owner_no_found' => 'Owners not found',
388 # Online list
389 'online_players' => ' players online',
390 'online_no_players' => 'No players online',
392 # PLAYER list
393 'player_name' => 'Name',
394 'player_level' => 'Level',
395 'player_race' => 'Race',
396 'player_class' => 'Class',
397 'player_zone' => 'Zone',
398 'player_money' => 'Money',
399 'player_honor' => 'Honor',
400 'player_kills' => 'Kill',
401 'last_login' => 'Last login',
402 'online' => 'Online',
404 # Auction
405 'auction_seller' => 'Seller',
406 'auction_cost' => 'Cost',
407 'auction_bye' => 'Bye',
408 'auctionbot' => 'Auction[bot]',
410 # Guilds
411 'guild_list' => 'Guilds - ',
412 'guild_name' => 'Name',
413 'guild_leader' => 'Leader',
414 'guild_create' => 'Create',
415 'guild_members'=> 'Members',
416 'empty' => 'Empty',
417 'guild_create_at'=> 'Create at:',
418 'guild_money' => 'Money:',
419 'guild_noexist'=> 'No guilds present',
421 #Arenateams
422 'arena_this_week' => 'This week',
423 'arena_total_stat'=> 'Total stats',
424 'arena_played' => 'Played',
425 'arena_wins' => 'Wins',
426 'arena_lose' => 'Lose',
427 'arena_win_pct' => 'Win %',
428 'arena_week_games'=> 'Game in week',
429 'arena_season_games' => 'Games in season',
430 'arena_team_leader' => 'Team leader',
431 'arena_members_count' => 'Members count',
433 # Registration
434 'reg_name' => 'Username',
435 'reg_password' => 'Password',
436 'reg_register' => 'Register',
437 'reg_ok_register' => 'Register',
438 'reg_err_db' => '<br>There was an error with the DB, please contact the administrator<br>',
439 'reg_err_one_ip' => '<br>Only one account allowed per IP<br>',
440 'reg_err_name_pass' => '<br>Need input name and password<br>',
441 'reg_err_name_size' => '<br>Username must be from 3 to 16 characters long<br>',
442 'reg_err_pass_size' => '<br>Password must be from 3 to 16 characters long<br>',
443 'reg_err_charset' => '<br>Wrong chars<br>',
444 'reg_err_name_in_use' => '<br>Name already in use<br>',
445 'reg_err_name_is_pass' => '<br>The password should not be similar to the account<br>',
446 'reg_err_mail' => '<br>Input correct your mail address<br>',
447 'reg_success' => '<br>Registration Successful<br>',
448 'reg_err_query' => '<br>There was an error in the query please contact the administrator<br>',
450 # Armory
451 'player_reputation' => 'Character Reputation',
452 'player_skills' => 'Character Skills',
453 'player_talents' => 'Character Talents',
454 'player_talent_calc' => 'Talents Calculater pointer',
455 'player_active_quest'=> 'Active quest',
456 'player_page_base' =>'Base Stats',
457 'player_page_defence'=>'Defence',
458 'player_armor' => 'Armor:',
459 'player_defence' => 'Defence:',
460 'player_dodge' => 'Dodge:',
461 'player_parry' => 'Parry:',
462 'player_block' => 'Block:',
463 'player_recilence'=> 'Recilence:',
464 'player_melee' => 'Melee',
465 'player_m_skill' => 'Weapon skill:',
466 'player_m_damage' => 'Damage:',
467 'player_m_speed' => 'Speed:',
468 'player_m_power' => 'Power:',
469 'player_m_hit' => 'Hit Raiting:',
470 'player_m_crit' => 'Crit Chance:',
471 'player_ranged' => 'Ranged',
472 'player_r_skill' => 'Weapon skill:',
473 'player_r_damage' => 'Damage:',
474 'player_r_speed' => 'Speed:',
475 'player_r_power' => 'Power:',
476 'player_r_hit' => 'Hit Raiting:',
477 'player_r_crit' => 'Crit Chance:',
478 'player_spell' => 'Spell',
479 'player_s_damage' => 'Bonus Damage:',
480 'player_s_healing'=> 'Bonus Healing:',
481 'player_s_hit' => 'Hit Raiting:',
482 'player_s_crit' => 'Crit Chance:',
483 'player_s_haste' => 'Haste Rating:',
484 'player_s_regen' => 'Mana Regen:',
486 # Instance
487 'inst_no_map_present' => 'No map data present for',
488 'inst_creature_list' => 'Creatures on map',
489 'inst_go_list' => 'Objects on map',
491 # Achievement
492 'achievment_total' => 'Total',
493 'achievment_complete' => 'Completed:',
494 'achievment_last' => 'Last completed:',
496 # Stat
497 'stat_total' => 'Total statistic:',
498 'stat_online' => 'Players online:',
499 'stat_maxonline' => 'Max players online:',
500 'stat_uptime' => 'Uptime:',
501 'stat_maxuptime' => 'Max uptime:',
502 'stat_total_acc' => 'Total accaunts:',
503 'stat_total_chr' => 'Totals characters:',
504 'stat_sides' => 'Alliance and Horde statistic',
505 'stat_total_pl' => 'Total players:',
506 'stat_online' => 'Online:',
507 'stat_classes' => 'Class statistic',
508 'stat_races' => 'Race statistic',
509 'stat_timers' => 'Timers:',
510 'ap_date' => 'Date of scoring arena:',
511 'daily_quest_date' => 'Date reset daily quests:',
512 'weekly_quest_date' => 'Date reset weekly quests:',
513 'monthly_quest_date' => 'Date reset monthly quests:',
514 'active_event' => 'Active event:',
516 # Main menu
517 'main'=>'Main',
518 'find'=>'Find',
519 'item_lookup'=>'Search item',
520 'quest_lookup'=>'Search quest',
521 'creature_lookup'=>'Search NPC',
522 'creature_by_type'=>'NPC type',
523 'creature_by_family'=>'Family',
524 'creature_by_role'=>'NPC role',
525 'spell_lookup'=>'Search spell',
526 'object_lookup'=>'Search GO',
527 'area_lookup'=>'Search area',
528 'search_database'=>'Search Database',
529 'menu_faq'=>'F.A.Q.',
530 'menu_5'=>'Script',
531 'register'=>'Register',
532 'open_search'=>'Search module',
533 'menu_6'=>'Additional',
534 'talent_calc'=>'Talent calculator',
535 'cartograph'=>'WoWD: Cartography',
536 'auction'=>'Auction',
537 'guild'=>'Guilds',
538 'zone'=>'Zones',
539 'instance'=>'Instances',
540 'instances'=>'Instance',
541 'in_zone'=>'In zone',
542 'statistic'=>'Statistic',
543 'item_set'=>'Item Sets',
544 'faction_lookup' =>'Search faction',
545 'achievement'=>'Achievements',
546 'class skills'=>'Class skills',
548 # TOP 100
549 'top_lookup'=>'TOP:',
550 'top_money'=>'Top money',
551 'top_honor'=>'Top honor',
552 'top_arena2'=>'Top arena 2',
553 'top_arena3'=>'Top arena 3',
554 'top_arena5'=>'Top arena 5',
556 #Proffesions
557 'skills_main'=>'Skills',
558 'prof_primary'=>'Primary Skills',
559 'prof_alchemy'=>'Alchemy',
560 'prof_blacksmith'=>'Blacksmithing',
561 'prof_enchant'=>'Enchanting',
562 'prof_engineer'=>'Engineering',
563 'prof_herbalism'=>'Herbalism',
564 'prof_jevelcraft'=>'Jewelcrafting',
565 'prof_leathwork'=>'Leatherworking',
566 'prof_mining'=>'Mining',
567 'prof_skinning'=>'Skinning',
568 'prof_taloring'=>'Tailoring',
569 'prof_inscription'=>'Inscription',
571 'prof_secondary'=>'Secondary Skills',
572 'prof_cooking'=>'Cooking',
573 'prof_first_aid'=>'First Aid',
574 'prof_fishing'=>'Fishing',
576 # FAQ
577 'faq_list'=>'Content',
578 'faq_classes'=>'Classes',
579 'faq_races'=>'Race',
580 'faq_professions'=>'Professions',
581 'faq_slang'=>'Language',
582 'step_1'=>'First Step',
583 'about_aggro'=>'Aggro System',
584 'about_city'=>'City',
585 'about_guild'=>'Creating a Guild',
586 'about_socket'=>'Connecting',
587 'about_macro'=> 'Macros',
588 'about_raid_hill'=>'Raids',
590 # Search player dialog
591 'player_lookup'=>'Player search',
592 'player_name'=>'Player name',
593 'map'=>'Map',
594 'search_results' =>'Search result',
595 'found'=>'Found',
596 'not_found'=>'Not found',
598 # Search NPC dialog
599 'mob_name'=>'Name',
600 'mob_subname'=>'Subname',
601 'level' =>'Level',
602 'search'=>'Search',
603 'reset'=>'Reset',
605 # Search Quest dialog
606 'find_quest'=>'Quest search',
607 'quest_name'=>'Quest name',
608 'quest_location'=>'Location',
610 # Search Item dialog
611 'item_name' =>'Item name',
612 'item_class' => 'Class',
613 'item_type' => 'Type',
614 'item_min_level' => 'Min level',
615 'item_max_level' => 'Max level',
616 'find_mob' =>'Search creature',
618 # Search Spell dialog
619 'find_spell' =>'Search spell',
620 'spell_name'=>'Spell name',
621 'spell_desc'=>'Description',
622 'find_item'=>'Search item',
624 # Search GO dialog
625 'go_find'=>'Search GO',
626 'go_not_found'=>'Object not found',
627 'go_name'=>'Name',
629 # Search Itemset dialog
630 'set_find'=>'Search set',
631 'set_not_found'=>'Itemset not found',
632 'set_name'=>'Name',
634 # Search Area dialog
635 'area_find'=>'Search area',
636 'area_not_found'=>'Area not found',
637 'area_name'=>'Name',
639 # Search Faction dialog
640 'find_faction'=>'Search faction',
641 'faction_name'=>'Faction name',
643 # Side
644 'Both'=>'Both',
645 'Alliance'=>'Alliance',
646 'Horde'=>'Horde',
647 'Allianceonly'=>'Alliance only',
648 'Hordeonly'=>'Horde only',
649 'Blackwater'=>'Blackwater',
650 'items'=>'items',