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