PageRenderTime 50ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/src/2.10.2/upload/language/english/INGAME.php

https://github.com/SantiHarry/XG-Proyect-v2.10.x
PHP | 1232 lines | 1119 code | 52 blank | 61 comment | 35 complexity | 0cc29ee313f4b38a0b1427a83850007c MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. //SERVER GENERALS
  3. $lang['Metal'] = 'Metal';
  4. $lang['Crystal'] = 'Crystal';
  5. $lang['Deuterium'] = 'Deuterium';
  6. $lang['Darkmatter'] = 'Dark Matter';
  7. $lang['Energy'] = 'Energy';
  8. $lang['Messages'] = 'Messages';
  9. $lang['write_message'] = 'Write Message';
  10. $lang['type_mission'][1] = 'Attack';
  11. $lang['type_mission'][2] = 'Groupal Attack';
  12. $lang['type_mission'][3] = 'Transport';
  13. $lang['type_mission'][4] = 'Deploy';
  14. $lang['type_mission'][5] = 'Hold Position';
  15. $lang['type_mission'][6] = 'Spy';
  16. $lang['type_mission'][7] = 'Colonize';
  17. $lang['type_mission'][8] = 'Recycle';
  18. $lang['type_mission'][9] = 'Destroy';
  19. $lang['type_mission'][15] = 'Expedition';
  20. $lang['user_level'] = array (
  21. '0' => 'Player',
  22. '1' => 'Moderator',
  23. '2' => 'Operator',
  24. '3' => 'Administrator',
  25. );
  26. // GAME.PHP
  27. $lang['see_you_soon'] = 'See you soon!';
  28. $lang['page_doesnt_exist'] = 'The page you requested does not exist';
  29. //SHORT NAMES FOR COMBAT REPORTS
  30. $lang['tech_rc'] = array (
  31. 202 => "S. cargo",
  32. 203 => "L. cargo",
  33. 204 => "F. light",
  34. 205 => "F. heavy",
  35. 206 => "Cruiser",
  36. 207 => "Battleship",
  37. 208 => "Col. Ship",
  38. 209 => "Recycler",
  39. 210 => "Probes",
  40. 211 => "Bomber",
  41. 212 => "S. Satellite",
  42. 213 => "Destroyer",
  43. 214 => "Deathstar",
  44. 215 => "Battlecru.",
  45. 401 => "Rocket L.",
  46. 402 => "Light L.",
  47. 403 => "Heavy L.",
  48. 404 => "Gauss C.",
  49. 405 => "Ion C.",
  50. 406 => "Plasma T.",
  51. 407 => "S. Dome",
  52. 408 => "L. Dome",
  53. );
  54. //----------------------------------------------------------------------------//
  55. //TOPNAV
  56. $lang['tn_vacation_mode'] = 'Vacation mode active until ';
  57. $lang['tn_delete_mode'] = 'Your account is in erase mode. The same will be deleted the ';
  58. //----------------------------------------------------------------------------//
  59. //LEFT MENU
  60. $lang['lm_overview'] = 'Overview';
  61. $lang['lm_galaxy'] = 'Galaxy';
  62. $lang['lm_empire'] = 'Empire';
  63. $lang['lm_fleet'] = 'Fleet';
  64. $lang['lm_buildings'] = 'Buildings';
  65. $lang['lm_research'] = 'Research';
  66. $lang['lm_shipshard'] = 'Shipyard';
  67. $lang['lm_defenses'] = 'Defense';
  68. $lang['lm_resources'] = 'Resources';
  69. $lang['lm_officiers'] = 'Officers';
  70. $lang['lm_trader'] = 'Merchant';
  71. $lang['lm_technology'] = 'Technology';
  72. $lang['lm_messages'] = 'Messages';
  73. $lang['lm_alliance'] = 'Alliance';
  74. $lang['lm_buddylist'] = 'Buddylist';
  75. $lang['lm_notes'] = 'Notes';
  76. $lang['lm_statistics'] = 'Statistics';
  77. $lang['lm_search'] = 'Search';
  78. $lang['lm_options'] = 'Options';
  79. $lang['lm_banned'] = 'Banned';
  80. $lang['lm_contact'] = 'Contact';
  81. $lang['lm_forums'] = 'Forum';
  82. $lang['lm_logout'] = 'Logout';
  83. $lang['lm_administration'] = 'Administration';
  84. $lang['lm_game_speed'] = 'Game';
  85. $lang['lm_fleet_speed'] = 'Fleets';
  86. $lang['lm_resources_speed'] = 'Resources';
  87. $lang['lm_queues'] = 'Queues';
  88. //----------------------------------------------------------------------------//
  89. //OVERVIEW
  90. $lang['ov_newname_error'] = 'You entered an illegal character. You can only enter alphanumeric characters.';
  91. $lang['ov_planet_abandoned'] = 'Abandoned planet successfully';
  92. $lang['ov_principal_planet_cant_abanone'] = 'You are not able to delete your main planet!';
  93. $lang['ov_wrong_pass'] = 'Incorrect password, enter it again.';
  94. $lang['ov_have_new_message'] = 'You have 1 new message';
  95. $lang['ov_have_new_messages'] = 'You have %m new messages';
  96. $lang['ov_free'] = 'Free';
  97. $lang['ov_news'] = 'News';
  98. $lang['ov_place'] = 'Rank';
  99. $lang['ov_of'] = 'of';
  100. $lang['ov_planet'] = 'Planet';
  101. $lang['ov_server_time'] = 'Server time ';
  102. $lang['ov_events'] = 'Events';
  103. $lang['ov_diameter'] = 'Diameter';
  104. $lang['ov_distance_unit'] = 'km';
  105. $lang['ov_temperature'] = 'Temperature';
  106. $lang['ov_aprox'] = 'approx.';
  107. $lang['ov_temp_unit'] = '&#186;C';
  108. $lang['ov_to'] = 'to';
  109. $lang['ov_position'] = 'Position';
  110. $lang['ov_points'] = 'Points';
  111. $lang['ov_security_request'] = 'Security query';
  112. $lang['ov_security_confirm'] = 'Please confirm planet deletion.';
  113. $lang['ov_with_pass'] = 'by entering your password';
  114. $lang['ov_password'] = 'Password';
  115. $lang['ov_delete_planet'] = 'Delete planet!';
  116. $lang['ov_your_planet'] = 'Your planet';
  117. $lang['ov_coords'] = 'Position';
  118. $lang['ov_abandon_planet'] = 'abandon colony';
  119. $lang['ov_planet_name'] = 'Name';
  120. $lang['ov_actions'] = 'Functions';
  121. $lang['ov_planet_rename'] = 'rename';
  122. $lang['ov_planet_rename_action'] = 'rename';
  123. $lang['ov_abandon_planet_not_possible'] = 'It\'s not possible abandon a planet where are fleets moving';
  124. //----------------------------------------------------------------------------//
  125. //GALAXY
  126. $lang['gl_no_deuterium_to_view_galaxy'] = 'You don\'t have enough deuterium!';
  127. $lang['gl_legend'] = 'Legend';
  128. $lang['gl_strong_player'] = 'stronger player';
  129. $lang['gl_week_player'] = 'weaker player (newbie)';
  130. $lang['gl_vacation'] = 'Vacation Mode';
  131. $lang['gl_banned'] = 'banned';
  132. $lang['gl_inactive_seven'] = '7 days inactive';
  133. $lang['gl_inactive_twentyeight'] = '28 days inactive';
  134. $lang['gl_s'] = 's';
  135. $lang['gl_w'] = 'n';
  136. $lang['gl_v'] = 'v';
  137. $lang['gl_b'] = 'b';
  138. $lang['gl_i'] = 'i';
  139. $lang['gl_I'] = 'I';
  140. $lang['gl_populed_planets'] = 'planets colonized';
  141. $lang['gl_out_space'] = 'Outer Space';
  142. $lang['gl_avaible_missiles'] = 'missiles available';
  143. $lang['gl_fleets'] = 'fleets';
  144. $lang['gl_avaible_recyclers'] = 'recyclers available';
  145. $lang['gl_avaible_spyprobes'] = 'probes available';
  146. $lang['gl_missil_launch'] = 'Missile Launch';
  147. $lang['gl_missil_to_launch'] = 'Number of missiles (<b>%d</b> left):';
  148. $lang['gl_all_defenses'] = 'All';
  149. $lang['gl_objective'] = 'Objective';
  150. $lang['gl_missil_launch_action'] = 'OK';
  151. $lang['gl_galaxy'] = 'Galaxy';
  152. $lang['gl_solar_system'] = 'System';
  153. $lang['gl_show'] = 'Display';
  154. $lang['gl_pos'] = 'Slot';
  155. $lang['gl_planet'] = 'Planet';
  156. $lang['gl_name_activity'] = 'Name (activity)';
  157. $lang['gl_moon'] = 'Moon';
  158. $lang['gl_debris'] = 'DF';
  159. $lang['gl_player_estate'] = 'Player (status)';
  160. $lang['gl_alliance'] = 'Alliance';
  161. $lang['gl_actions'] = 'Actions';
  162. $lang['gl_spy'] = 'Espionage';
  163. $lang['gl_buddy_request'] = 'Buddy request';
  164. $lang['gl_missile_attack'] = 'Missile attack';
  165. $lang['gl_with'] = ' consisting of ';
  166. $lang['gl_member'] = ' member';
  167. $lang['gl_member_add'] = '(s)';
  168. $lang['gl_alliance_page'] = 'Alliance Page';
  169. $lang['gl_see_on_stats'] = 'Statistics';
  170. $lang['gl_alliance_web_page'] = 'Alliance Homepage';
  171. $lang['gl_debris_field'] = 'Debris field';
  172. $lang['gl_collect'] = 'Harvest';
  173. $lang['gl_resources'] = 'Resources';
  174. $lang['gl_features'] = 'Features';
  175. $lang['gl_diameter'] = 'Diameter';
  176. $lang['gl_temperature'] = 'Temperature';
  177. $lang['gl_phalanx'] = 'Phalanx';
  178. $lang['gl_planet_destroyed'] = 'Planet destroyed';
  179. $lang['gl_player'] = '';
  180. $lang['gl_in_the_rank'] = ' ranked ';
  181. $lang['gl_stat'] = 'Statistics';
  182. //----------------------------------------------------------------------------//
  183. //PHALANX
  184. $lang['px_no_deuterium'] = 'You don\'t have enough deuterium!';
  185. $lang['px_scan_position'] = 'Scan position';
  186. $lang['px_fleet_movement'] = 'Current Fleet Movement';
  187. //----------------------------------------------------------------------------//
  188. //IMPERIUM
  189. $lang['iv_imperium_title'] = 'Empire vision';
  190. $lang['iv_planet'] = 'Planet';
  191. $lang['iv_name'] = 'Name';
  192. $lang['iv_coords'] = 'Coords';
  193. $lang['iv_fields'] = 'Fields';
  194. $lang['iv_resources'] = 'Resources';
  195. $lang['iv_buildings'] = 'Buildings';
  196. $lang['iv_technology'] = 'Technologies';
  197. $lang['iv_ships'] = 'Ships';
  198. $lang['iv_defenses'] = 'Defenses';
  199. //----------------------------------------------------------------------------//
  200. //FLEET - FLEET1 - FLEET2 - FLEET3 - FLEETACS - FLEETSHORTCUTS
  201. $lang['fl_returning'] = 'Returning';
  202. $lang['fl_onway'] = 'En camino';
  203. $lang['fl_r'] = '(R)';
  204. $lang['fl_a'] = '(A)';
  205. $lang['fl_send_back'] = 'Back';
  206. $lang['fl_acs'] = 'ACS';
  207. $lang['fl_no_more_slots'] = 'All fleet slots are being used';
  208. $lang['fl_speed_title'] = 'Speed: ';
  209. $lang['fl_continue'] = 'continue';
  210. $lang['fl_no_ships'] = 'There are no available ships';
  211. $lang['fl_remove_all_ships'] = 'no ships';
  212. $lang['fl_select_all_ships'] = 'all ships';
  213. $lang['fl_fleets'] = 'Fleets';
  214. $lang['fl_expeditions'] = 'Expeditions';
  215. $lang['fl_number'] = 'ID';
  216. $lang['fl_mission'] = 'Mission';
  217. $lang['fl_ammount'] = 'Ships (total)';
  218. $lang['fl_beginning'] = 'Beginning';
  219. $lang['fl_departure'] = 'Departure';
  220. $lang['fl_destiny'] = 'Destiny';
  221. $lang['fl_objective'] = 'Objective';
  222. $lang['fl_arrival'] = 'Arrival';
  223. $lang['fl_order'] = 'Order';
  224. $lang['fl_new_mission_title'] = 'Please select your ships for this mission:';
  225. $lang['fl_ship_type'] = 'Ship Type';
  226. $lang['fl_ship_available'] = 'Available';
  227. $lang['fl_planet'] = 'Planet';
  228. $lang['fl_debris'] = 'Debris';
  229. $lang['fl_moon'] = 'Moon';
  230. $lang['fl_planet_shortcut'] = '(P)';
  231. $lang['fl_debris_shortcut'] = '(D)';
  232. $lang['fl_moon_shortcut'] = '(M)';
  233. $lang['fl_no_shortcuts'] = 'No shortcuts';
  234. $lang['fl_anonymous'] = 'Anonymous';
  235. $lang['fl_shortcut_add_title'] = 'Name [Galaxy / System / Planet]';
  236. $lang['fl_shortcut_name'] = 'Name';
  237. $lang['fl_shortcut_galaxy'] = 'Galaxy';
  238. $lang['fl_shortcut_solar_system'] = 'Solar system';
  239. $lang['fl_clean'] = 'Delete';
  240. $lang['fl_register_shorcut'] = 'Register';
  241. $lang['fl_shortcuts'] = 'Shortcuts';
  242. $lang['fl_reset_shortcut'] = 'Reset';
  243. $lang['fl_dlte_shortcut'] = 'Delete';
  244. $lang['fl_back'] = 'Back';
  245. $lang['fl_shortcut_add'] = 'Add';
  246. $lang['fl_shortcut_edition'] = 'Edit: ';
  247. $lang['fl_no_colony'] = 'No colonies';
  248. $lang['fl_send_fleet'] = 'Send fleet';
  249. $lang['fl_fleet_speed'] = 'Speed';
  250. $lang['fl_distance'] = 'Distance';
  251. $lang['fl_flying_time'] = 'Flying time';
  252. $lang['fl_fuel_consumption'] = 'Fuel consumption';
  253. $lang['fl_max_speed'] = 'Max. speed';
  254. $lang['fl_cargo_capacity'] = 'Cargo capacity';
  255. $lang['fl_shortcut'] = 'Shortcuts';
  256. $lang['fl_shortcut_add_edit'] = '(Add / Edit)';
  257. $lang['fl_my_planets'] = 'My planets';
  258. $lang['fl_acs_title'] = 'Group attack';
  259. $lang['fl_hold_time'] = 'Stay time';
  260. $lang['fl_resources'] = 'Resources';
  261. $lang['fl_max'] = 'max';
  262. $lang['fl_resources_left'] = 'Resources left';
  263. $lang['fl_all_resources'] = 'All resources';
  264. $lang['fl_expedition_alert_message'] = 'Attention! Expeditions are dangerous missions, you can lose your ships!';
  265. $lang['fl_vacation_mode_active'] = 'Vacation mode active';
  266. $lang['fl_expedition_tech_required'] = 'Expedition tech required!';
  267. $lang['fl_expedition_fleets_limit'] = 'Expedition flying fleets limite reached!';
  268. $lang['fl_week_player'] = 'The player is very weak!';
  269. $lang['fl_strong_player'] = 'The player is very strong!';
  270. $lang['fl_in_vacation_player'] = 'ĄEl jugador esta en modo vacaciones!';
  271. $lang['fl_no_slots'] = 'No more slots available';
  272. $lang['fl_empty_transport'] = 'You can not transport 0 resources';
  273. $lang['fl_planet_populed'] = 'This planet is occupied!';
  274. $lang['fl_stay_not_on_enemy'] = 'You can not park fleets on the enemy planets!';
  275. $lang['fl_not_ally_deposit'] = 'No Alliance Depot';
  276. $lang['fl_deploy_only_your_planets'] = 'You can only deploy fleets in your planets!';
  277. $lang['fl_no_enought_deuterium'] = 'You have not enough deuterium. Deuterium Consumption: ';
  278. $lang['fl_no_enought_cargo_capacity'] = 'You do not have enough cargo space! Available:';
  279. $lang['fl_admins_cannot_be_attacked'] = 'Administrators and moderators of this game can not be attacked.';
  280. $lang['fl_fleet_sended'] = 'Fleet sent';
  281. $lang['fl_from'] = 'From';
  282. $lang['fl_arrival_time'] = 'Arrival time';
  283. $lang['fl_return_time'] = 'Return time';
  284. $lang['fl_fleet'] = 'Fllet';
  285. $lang['fl_player'] = 'The player ';
  286. $lang['fl_add_to_attack'] = ' was added to the attack.';
  287. $lang['fl_dont_exist'] = ' was not added to the attack.';
  288. $lang['fl_acs_invitation_message'] = ' invites you to participate in a ACS.';
  289. $lang['fl_acs_invitation_title'] = 'Invitation to acs';
  290. $lang['fl_sac_of_fleet'] = 'ACS fleet';
  291. $lang['fl_modify_sac_name'] = 'Change the name of the ACS';
  292. $lang['fl_members_invited'] = 'Members invited';
  293. $lang['fl_invite_members'] = 'Invite other members';
  294. $lang['fl_hours'] = 'hour(s)';
  295. //----------------------------------------------------------------------------//
  296. //BUILDINGS - RESEARCH - SHIPYARD - DEFENSES
  297. $lang['bd_dismantle'] = 'Deconstruct';
  298. $lang['bd_interrupt'] = 'Interrumpir';
  299. $lang['bd_cancel'] = 'cancel';
  300. $lang['bd_working'] = 'Working';
  301. $lang['bd_build'] = 'build';
  302. $lang['bd_build_next_level'] = 'upgrade level ';
  303. $lang['bd_add_to_list'] = 'Add to list';
  304. $lang['bd_no_more_fields'] = 'No more room on the planet';
  305. $lang['bd_remaining'] = 'Remaining';
  306. $lang['bd_lab_required'] = 'You need to build a research laboratory on this planet first!';
  307. $lang['bd_building_lab'] = 'Can not research when the laboratory is expanding';
  308. $lang['bd_lvl'] = 'level';
  309. $lang['bd_spy'] = ' spy';
  310. $lang['bd_commander'] = ' commander';
  311. $lang['bd_research'] = 'research';
  312. $lang['bd_shipyard_required'] = 'You need to build a shipyard on this planet first!';
  313. $lang['bd_building_shipyard'] = 'You can not build ships when the shipyard is upgrading';
  314. $lang['bd_available'] = 'Available: ';
  315. $lang['bd_build_ships'] = 'Build';
  316. $lang['bd_protection_shield_only_one'] = 'The shield can be built only once!';
  317. $lang['bd_build_defenses'] = 'Build';
  318. $lang['bd_actual_production'] = 'Actual production:';
  319. $lang['bd_completed'] = 'Completed';
  320. $lang['bd_operating'] = '(Working)';
  321. $lang['bd_continue'] = 'continue';
  322. $lang['bd_ready'] = 'finished';
  323. $lang['bd_finished'] = 'finished';
  324. //----------------------------------------------------------------------------//
  325. //RESOURCES
  326. $lang['rs_amount'] = 'quantity';
  327. $lang['rs_lvl'] = 'level';
  328. $lang['rs_production_on_planet'] = 'Resource production on planet "%s"';
  329. $lang['rs_basic_income'] = 'Basic Income';
  330. $lang['rs_storage_capacity'] = 'Storage Capacity';
  331. $lang['rs_calculate'] = 'calculate';
  332. $lang['rs_sum'] = 'Total:';
  333. $lang['rs_daily'] = 'Res per day:';
  334. $lang['rs_weekly'] = 'Res per week:';
  335. //----------------------------------------------------------------------------//
  336. //OFFICIERS
  337. $lang['of_title'] = 'Officers';
  338. $lang['of_recruit'] = 'Recrute';
  339. $lang['of_active'] = '<strong><font color="lime">Active</font></strong>';
  340. $lang['of_inactive'] = '<strong><font color="red">Inactive</font></strong>';
  341. //----------------------------------------------------------------------------//
  342. //TRADER
  343. $lang['tr_only_positive_numbers'] = 'You may only use positive numbers!';
  344. $lang['tr_not_enought_metal'] = 'You do not have enough metal.';
  345. $lang['tr_not_enought_crystal'] = 'You do not have enough crystal.';
  346. $lang['tr_not_enought_deuterium'] = 'You do not have enough deuterium.';
  347. $lang['tr_exchange_done'] = 'Exchange successful';
  348. $lang['tr_call_trader'] = 'Call a dealer';
  349. $lang['tr_call_trader_who_buys'] = 'Call a dealer who buy ';
  350. $lang['tr_call_trader_submit'] = 'Call trader';
  351. $lang['tr_exchange_quota'] = 'The exchange rate is 2/1/0.5';
  352. $lang['tr_sell_metal'] = 'Sales of metal';
  353. $lang['tr_sell_crystal'] = 'Sales of crystal';
  354. $lang['tr_sell_deuterium'] = 'Sales of deuterium';
  355. $lang['tr_resource'] = 'Resource';
  356. $lang['tr_amount'] = 'Quantity';
  357. $lang['tr_quota_exchange'] = 'Exchange rate';
  358. $lang['tr_exchange'] = 'Swap';
  359. $lang['tr_darkmatter_needed'] = 'You need at least <font color="#FF8900">%s of dark matter</font> too visit the dealer.';
  360. //----------------------------------------------------------------------------//
  361. //TECHTREE
  362. $lang['tt_requirements'] = 'Requirements';
  363. $lang['tt_lvl'] = 'level ';
  364. $lang['tech'] = array(
  365. 0 => "Buildings",
  366. 1 => "Metal Mine",
  367. 2 => "Crystal Mine",
  368. 3 => "Deuterium Synthesizer",
  369. 4 => "Solar Plant",
  370. 12 => "Fusion Reactor",
  371. 14 => "Robotics Factory",
  372. 15 => "Nanite Factory",
  373. 21 => "Shipyard",
  374. 22 => "Metal Storage",
  375. 23 => "Crystal Storage",
  376. 24 => "Deuterium Tank",
  377. 31 => "Research Lab",
  378. 33 => "Terraformer",
  379. 34 => "Alliance Depot",
  380. 40 => "Lunar Buildings",
  381. 41 => "Lunar Base",
  382. 42 => "Sensor Phalanx",
  383. 43 => "Jump Gate",
  384. 44 => "Missile Silo",
  385. 100 => "Research",
  386. 106 => "Espionage Technology",
  387. 108 => "Computer Technology",
  388. 109 => "Weapons Technology",
  389. 110 => "Shielding Technology",
  390. 111 => "Armour Technology",
  391. 113 => "Energy Technology",
  392. 114 => "Hyperspace Technology",
  393. 115 => "Combustion Drive",
  394. 117 => "Impulse Drive",
  395. 118 => "Hyperspace Drive",
  396. 120 => "Laser Technology",
  397. 121 => "Ion Technology",
  398. 122 => "Plasma Technology",
  399. 123 => "Intergalactic Research Network",
  400. 124 => "Expedition Technology",
  401. 199 => "Graviton Technology",
  402. 200 => "Ships",
  403. 202 => "Small Cargo",
  404. 203 => "Large Cargo",
  405. 204 => "Light Fighter",
  406. 205 => "Heavy Fighter",
  407. 206 => "Cruiser",
  408. 207 => "Battleship",
  409. 208 => "Colony Ship",
  410. 209 => "Recycler",
  411. 210 => "Espionage Probe",
  412. 211 => "Bomber",
  413. 212 => "Solar Satellite",
  414. 213 => "Destroyer",
  415. 214 => "Deathstar",
  416. 215 => "Battlecruiser",
  417. 400 => "Defense",
  418. 401 => "Rocket Launcher",
  419. 402 => "Light Laser",
  420. 403 => "Heavy Laser",
  421. 404 => "Gauss Cannon",
  422. 405 => "Ion Cannon",
  423. 406 => "Plasma Turret",
  424. 407 => "Small Shield Dome",
  425. 408 => "Large Shield Dome",
  426. 502 => "Anti-Ballistic Missiles",
  427. 503 => "Interplanetary Missiles",
  428. 600 => "Official",
  429. 601 => "Geologist",
  430. 602 => "Admiral",
  431. 603 => "Engineer",
  432. 604 => "Technocrat",
  433. );
  434. $lang['res']['descriptions'] = array(
  435. 1 => "Used in the extraction of metal ore, metal mines are of primary importance to all emerging and established empires.",
  436. 2 => "Crystals are the main resource used to build electronic circuits and form certain alloy compounds.",
  437. 3 => "Deuterium is used as fuel for spaceships and is harvested in the deep sea. Deuterium is a rare substance and is thus relatively expensive.",
  438. 4 => "Solar power plants absorb energy from solar radiation. All mines need energy to operate.",
  439. 12 => "A nuclear fusion reactor which produces a helium atom from two deuterium atoms using an extremely high pressure and a very high temperature.",
  440. 14 => "Robotic factories provide construction robots to aid in the construction of buildings. Each level increases the speed of the upgrade of buildings.",
  441. 15 => "nanobots factory is the latest evolution of robotics. Each enhancement provides more and more efficient nanobots that speed of construction.",
  442. 21 => "The hangar is where structures are built ships and planetary defense.",
  443. 22 => "Provides storage for excess metal.",
  444. 23 => "Provides storage for excess crystal.",
  445. 24 => "Giant tanks for storing newly-extracted deuterium.",
  446. 31 => "A research lab is required in order to conduct research into new technologies.",
  447. 33 => "The Terraformer is required to enable inaccessible areas of your planet to build infrastructure.",
  448. 34 => "The alliance depot supplies fuel to friendly Fleets in orbit helping with defense.",
  449. 41 => "Because the moon has no atmosphere, you need a moon base to generate living space.",
  450. 42 => "Using the sensor phalanx, the fleets of other empires can be discovered and observed. The larger the sensor chain phalanx, the greater the range to scan.",
  451. 43 => "The huge quantum leaps are transmitters that are capable of sending large fleets throughout the universe without loss of time.",
  452. 44 => "The silo is a storage and planetary missile launch.",
  453. 106 => "Using this technology, information can be obtained on other planets.",
  454. 108 => "The higher the level of computer technology, more fleets you can control simultaneously. Each additional level of this technology increases the number of fleets to 1.",
  455. 109 => "This technology increases the efficiency of your weapon systems. Each improvement of military technology adds 10% power to the base damage of any weapon available.",
  456. 110 => "The defense technology is used to generate a protective shield around your particle structures.
  457. Each level of this technology increases the effective shield by 10% (based on the level of a given structure).",
  458. 111 => "highly sophisticated alloys help to increase the armor of a ship by adding 10% of its strength at each level to the base strength.",
  459. 113 => "Understanding the technology of different types of energy, many new and advanced research can be adapted. Energy technology is of great importance for a modern research laboratory.",
  460. 114 => "Incorporating the fourth and fifth dimension in propulsion technology, you can have a new type of motor is more efficient and uses less fuel than conventional ones.",
  461. 115 => "Run research in this technology provides combustion engines always faster, although each level only increases the speed by 10% of base speed of a given ship.",
  462. 117 => "The pulse motor system is based on the principle of repulsion of particles. Matter is repelled waste generated by the fusion reactor used to provide the energy necessary for this type of propulsion engine.",
  463. 118 => "hyperspace engines allow you to enter it through a hyperspace window to dramatically reduce travel time. Hyperspace is an alternative space with more than 3 dimensions.",
  464. 120 => "The laser technology is an important knowledge, leads to monochromatic light tightly focused on a target. The damage can be mild or moderate depending on the power of lightning ...",
  465. 121 => "The Ionic technology focuses a beam of accelerated ions in a target, which can cause great damage because of the nature of energized electrons.",
  466. 122 => "plasma weapons are even more dangerous than any known weapon system due to the aggressive nature of plasma.",
  467. 123 => "Scientists of your planets can communicate with each other through this network.",
  468. 124 => "The ships are equipped with scientific equipment to collect data on long expeditions.",
  469. 199 => "Through the firing of graviton particles concentrated gravitational field is generated artificially with enough power and attractiveness to destroy not only ships but entire moons.",
  470. 202 => "The small ships are cargo ships used to transport very agile resources from one planet to another.",
  471. 203 => "The big ship loading is an advanced version of the small cargo ships, allowing for greater storage capacity and higher speeds through improved propulsion system.",
  472. 204 => "The hunter is a lightweight maneuverable craft that you can find in almost any planet. The cost is not particularly high, but also the shield and carrying capacity are very low.",
  473. 205 => "The Hunter heavy is the logical evolution of lightweight shields provide reinforced and increased attack power.",
  474. 206 => "The battle cruisers have a shield nearly three times stronger than the heavier and more hunters double attack power. Its travel speed is also among the more rational ; ask for ever.",
  475. 207 => "The battleships are the backbone of any military fleet. Heavy armor, powerful weapons systems and high travel speed and a high load capacity makes this ship a tough opponent to fight against.",
  476. 208 => "This ship provides a facility to go where no man has gone before and colonize new worlds.",
  477. 209 => "The recyclers are used to collect debris floating in space to recycle them into useful resources.",
  478. 210 => "espionage probes are small unmanned droids with an exceptionally fast propulsion system used to spy on enemy planets.",
  479. 211 => "The Bomber is a special purpose ship, developed to cut through heavier planetary defenses.",
  480. 212 => "Are simple solar satellites orbiting satellites equipped with photovoltaic panels and transmitters to bring energy to the planet. Hereby is transmitted to the ground using a special laser.",
  481. 213 => "The destroyer is the heaviest spacecraft ever seen and has an unprecedented attack potential.",
  482. 214 => "There is nothing as big and dangerous as an approaching Death Star.",
  483. 215 => "Battleship is a highly specialized craft to intercept hostile fleets.",
  484. 401 => "The missile defense system is a simple but cheap.",
  485. 402 => "Through a focused laser beam, it can cause more damage than normal ballistic weapons.",
  486. 403 => "large lasers have an output better energi'ay greater structural integrity than the small lasers.",
  487. 404 => "Using a vast electromagnetic acceleration, gauss cannons accelerate heavy projectiles.",
  488. 405 => "The ion cannons fired high-energy ion beams its target, destabilizing and destroying shields the electronics.",
  489. 406 => "The Guns of plasma free energy of a small solar flare in a ball of plasma. Destructive energy is even higher than that of the Destroyer.",
  490. 407 => "Small Shield Dome covers the planet with a thin protective shield that can absorb huge amounts of energy.",
  491. 408 => "The great dome of protection comes from an enhanced defense technology that absorbs even more energy before collapsing.",
  492. 502 => "Destroy interceptor missiles interplanetary missiles.",
  493. 503 => "The interplanetary missile defense systems destroy the enemy.",
  494. 601 => 'Geologist is an expert in mining and astro crystallography. Attend their equipment in metallurgy and chemistry and is also responsible for interplanetary communications to optimize the use and refinement of raw material throughout the empire.<br><br><strong><font color="lime">+10% mine production</font></strong>',
  495. 602 => 'The Admiral is an experienced veteran and a skillful strategist. The hardest battle is able to get an idea of the situation and contact their admirals subordinates. A wise emperor could rely on their help during the fighting.<br><br><strong><font color="lime">+2 max. fleet slots</font></strong>',
  496. 603 => 'The Engineer is a specialist in energy management. In peacetime, it increases the energy of all the colonies. In case of attack, ensuring the supply of energy to the cannons, and avoid a possible overload, leading to a reduction in defense lost battle.<br><br><strong><font color="lime">Minimizes losses in half defenses<br />+10% energy production</font></strong>',
  497. 604 => 'The guild is composed of technocrats authentic genius, and always find that dangerous edge where it all explode into a thousand pieces before they could find an explanation and technology rational. No normal human being ever try to decode the code of a technocrat, with its presence, the researchers modeled the rule.<br><br><strong><font color="lime">+2 Espionage level<br/>-25% Less time for research</font></strong>',
  498. );
  499. //----------------------------------------------------------------------------//
  500. //INFOS
  501. $lang['in_jump_gate_done'] = 'The jump gate was used, the next jump can be made in: ';
  502. $lang['in_jump_gate_error_data'] = 'Error, data for the jump are not correct!';
  503. $lang['in_jump_gate_not_ready_target'] = 'The jump gate is not ready on the finish moon, will be ready in ';
  504. $lang['in_jump_gate_doesnt_have_one'] = 'You have no jump gate in the moon!';
  505. $lang['in_jump_gate_already_used'] = 'The jump gate was used, time to recharge its energy: ';
  506. $lang['in_jump_gate_available'] = 'available';
  507. $lang['in_rf_again'] = 'Rapidfire against';
  508. $lang['in_rf_from'] = 'Rapidfire from';
  509. $lang['in_level'] = 'Level';
  510. $lang['in_prod_p_hour'] = 'production/hour';
  511. $lang['in_difference'] = 'Difference';
  512. $lang['in_used_energy'] = 'Energy consumption';
  513. $lang['in_prod_energy'] = 'Energy Production';
  514. $lang['in_used_deuter'] = 'Deuterium consumption';
  515. $lang['in_range'] = 'Sensor range';
  516. $lang['in_title_head'] = 'Information of';
  517. $lang['in_name'] = 'Name';
  518. $lang['in_struct_pt'] = 'Structural Integrity';
  519. $lang['in_shield_pt'] = 'Shield Strength';
  520. $lang['in_attack_pt'] = 'Attack Strength';
  521. $lang['in_capacity'] = 'Cargo Capacity';
  522. $lang['in_units'] = 'units';
  523. $lang['in_base_speed'] = 'Base speed';
  524. $lang['in_consumption'] = 'Fuel usage (Deuterium)';
  525. $lang['in_jump_gate_start_moon'] = 'Start moom';
  526. $lang['in_jump_gate_finish_moon'] = 'Finish moon';
  527. $lang['in_jump_gate_select_ships'] = 'Use Jump Gate: number of ships';
  528. $lang['in_jump_gate_jump'] = 'Jump';
  529. $lang['in_destroy'] = 'Destroy:';
  530. $lang['in_needed'] = 'Requires';
  531. $lang['in_dest_durati'] = 'Destruction time';
  532. // -------------------------- MINES ------------------------------------------------------------------------------------------------------//
  533. $lang['info'][1]['name'] = "Metal Mine";
  534. $lang['info'][1]['description'] = "Metal is the primary resource used in the foundation of your Empire. At greater depths, the mines can produce more output of viable metal for use in the construction of buildings, ships, defense systems, and research. As the mines drill deeper, more energy is required for maximum production. As metal is the most abundant of all resources available, its value is considered to be the lowest of all resources for trading.";
  535. $lang['info'][2]['name'] = "Crystal Mine";
  536. $lang['info'][2]['description'] = "Crystals are the main resource used to build electronic circuits for computers and other electronic circuits and form certain alloy compounds for shields. Compared to the metal production process, the processing of raw crystalline structures into industrial crystals requires special processing. As such, more energy is required to process the raw crystal than needed for metal. Development of ships and buildings, and specialized research upgrades, require a certain quantity of crystals.";
  537. $lang['info'][3]['name'] = "Deuterium Synthesizer";
  538. $lang['info'][3]['description'] = "Deuterium is also called heavy hydrogen. It is a stable isotope of hydrogen with a natural abundance in the oceans of colonies of approximately one atom in 6500 of hydrogen (~154 PPM). Deuterium thus accounts for approximately 0.015% (on a weight basis, 0.030%) of all. Deuterium is processed by special synthesizers which can separate the water from the Deuterium using specially designed centrifuges. The upgrade of the synthesizer allows for increasing the amount of Deuterium deposits processed. Deuterium is used when carrying out sensor phalanx scans, viewing galaxies, as fuel for ships, and performing specialized research upgrades.";
  539. // -------------------------- ENERGY ----------------------------------------------------------------------------------------------------//
  540. $lang['info'][4]['name'] = "Solar Plant";
  541. $lang['info'][4]['description'] = "Gigantic solar arrays are used to generate power for the mines and the deuterium synthesizer. As the solar plant is upgraded, the surface area of the photovoltaic cells covering the planet increases, resulting in a higher energy output across the power grids of your planet.";
  542. $lang['info'][12]['name'] = "Fusion Reactor";
  543. $lang['info'][12]['description'] = "In fusion power plants, hydrogen nuclei are fused into helium nuclei under enormous temperature and pressure, releasing tremendous amounts of energy. For each gram of Deuterium consumed, up to 41,32*10^-13 Joule of energy can be produced; with 1 g you are able to produce 172 MWh energy.<br><br>Larger reactor complexes use more deuterium and can produce more energy per hour. The energy effect could be increased by researching energy technology.<br><br>The energy production of the fusion plant is calculated like that:<br>30 * [Level Fusion Plant] * (1,05 + [Level Energy Technology] * 0,01) ^ [Level Fusion Plant]";
  544. // -------------------------- BUILDINGS ----------------------------------------------------------------------------------------------------//
  545. $lang['info'][14]['name'] = "Robotics Factory";
  546. $lang['info'][14]['description'] = "The Robotics Factory primary goal is the production of State of the Art construction robots. Each upgrade to the robotics factory results in the production of faster robots, which is used to reduce the time needed to construct buildings.";
  547. $lang['info'][15]['name'] = "Nanite Factory";
  548. $lang['info'][15]['description'] = "A nanomachine, also called a nanite, is a mechanical or electromechanical device whose dimensions are measured in nanometers (millionths of a millimeter, or units of 10^-9 meter). The microscopic size of nanomachines translates into higher operational speed. This factory produces nanomachines that are the ultimate evolution in robotics technology. Once constructed, each upgrade significantly decreases production time for buildings, ships, and defensive structures.";
  549. $lang['info'][21]['name'] = "Shipyard";
  550. $lang['info'][21]['description'] = "The planetary shipyard is responsible for the construction of spacecraft and defensive mechanisms. As the shipyard is upgraded, it can produce a wider variety of vehicles at a much greater rate of speed. If a nanite factory is present on the planet, the speed at which ships are constructed is massively increased.";
  551. $lang['info'][22]['name'] = "Metal Storage";
  552. $lang['info'][22]['description'] = "This storage facility is used to store metal ore. Each level of upgrading increases the amount of metal ore that can be stored. If the storage capacity is exceeded, the metal mines are automatically shut down to prevent a catastrophic collapse in the metal mine shafts.";
  553. $lang['info'][23]['name'] = "Crystal Storage";
  554. $lang['info'][23]['description'] = "Raw crystal is stored in this building. With each level of upgrade, it increases the amount of crystal can be stored. Once the mines output exceeds the storage capacity, the crystal mines automatically shut down to prevent a collapse in the mines.";
  555. $lang['info'][24]['name'] = "Deuterium Tank";
  556. $lang['info'][24]['description'] = "The Deuterium tank is for storing newly-synthesized deuterium. Once it is processed by the synthesizer, it is piped into this tank for later use. With each upgrade of the tank, the total storage capacity is increased. Once the capacity is reached, the Deuterium Synthesizer is shut down to prevent the tanks rupture.";
  557. $lang['info'][31]['name'] = "Research Lab";
  558. $lang['info'][31]['description'] = "An essential part of any empire, Research Labs are where new technologies are discovered, and older technologies are improved upon. With each level of the Research Lab constructed, the speed in which new technologies are researched is increased, while also unlocking newer technologies to research. In order to conduct research as quickly as possible, research scientists are immediately dispatched to the colony to begin work and development. In this way, knowledge about new technologies can easily be disseminated throughout the empire.";
  559. $lang['info'][33]['name'] = "Terraformer";
  560. $lang['info'][33]['description'] = "With the ever increasing mining of a colony, a problem arose. How can we continue to operate at a planets capacity and still survive? The land is being mined out and the atmosphere is deteriorating. Mining a colony to capacity can not only destroy the planet, but may kill all life on it. Scientists working feverishly discovered a method of creating enormous land masses using nanomachines. The Terraformer was born.<br><br>Once built, the Terraformer cannot be torn down.";
  561. $lang['info'][34]['name'] = "Alliance Depot";
  562. $lang['info'][34]['description'] = "The alliance depot supplies fuel to friendly fleets in orbit helping with defense. For each upgrade level of the alliance depot, 10,000 units of deuterium per hour can be sent to an orbiting fleet.";
  563. $lang['info'][41]['name'] = "Lunar Base";
  564. $lang['info'][41]['description'] = "Since a moon has no atmosphere and is an extremely hostile environment, a lunar base must first be built before the moon can be developed. The Lunar Base provides oxygen, heating, and gravity to create a living environment for the colonists. With each level constructed, a larger living and development area is provided within the biosphere. With each level of the Lunar Base constructed, three fields are developed for other buildings. <br>Once built, the lunar base can not be torn down.";
  565. $lang['info'][42]['name'] = "Sensor Phalanx";
  566. $lang['info'][42]['description'] = "Utilizing high-resolution sensors, the Sensor Phalanx first scans the spectrum of light, composition of gases, and radiation emissions from a distant world and transmits the data to a supercomputer for processing. Once the information is obtained, the supercomputer compares changes in the spectrum, gas composition, and radiation emissions, to a base line chart of known changes of the spectrum created by various ship movements. The resulting data then displays activity of any fleet within the range of the phalanx. To prevent the supercomputer from overheating during the process, it is cooled by utilizing 5k of processed Deuterium. To use the Phalanx, click on any planet in the Galaxy View within your sensors range.";
  567. $lang['info'][43]['name'] = "Jump Gate";
  568. $lang['info'][43]['description'] = "A Jump Gate is a system of giant transceivers capable of sending even the largest fleets to a receiving Gate anywhere in the universe without loss of time. Utilizing technology similar to that of a Worm Hole to achieve the jump, deuterium is not required. A recharge period of one hour must pass between jumps to allow for regeneration. Transporting resources through the Gate is not possible.";
  569. $lang['info'][44]['name'] = "Missile Silo";
  570. $lang['info'][44]['description'] = "When Earth destroyed itself in a full scale nuclear exchange back in the 21st century, the technology needed to build such weapons still existed in the universe. Scientists all over the universe worried about the threat of a nuclear bombardment from a rogue leader. So it was decided to use the same technology as a deterrent from launching such a horrible attack.<br><br> Missile silos are used to construct, store and launch interplanetary and anti-ballistic missiles. With each level of the silo, five interplanetary missiles or ten anti-ballistic missiles can be stored. Storage of both Interplanetary missiles and Anti-Ballistic missiles in the same silo is allowed.";
  571. // -------------------------- TECHNOLOGY ----------------------------------------------------------------------------------------------------//
  572. $lang['info'][106]['name'] = "Espionage Technology";
  573. $lang['info'][106]['description'] = 'Espionage Technology is your intelligence gathering tool. This technology allows you to view your targets resources, fleets, buildings, and research levels using specially designed probes. Launched on your target, these probes transmit back to your planet an encrypted data file that is fed into a computer for processing. After processing, the information on your target is
  574. then displayed for evaluation.<br><br> With Espionage Technology, the level of your technology to that of your target is critical. If your target has a higher level of Espionage Technology than you, you will need to launch more probes to gather all the information on your target. However this runs the great risk of detection by your target, resulting in the probes destruction. However, launching too few probes will result in missing information that is most critical, which could result in the total destruction of your fleet if an attack is launched.<br><br>At certain levels of Espionage Technology research, new attack warning systems are installed:<br><br>At Level <font color="#ff0000">2</font>, the total number of attacking ships will be displayed along with the simple attack warning.<br>At Level <font color="#ff0000">4</font>, the type of attacking ships along with the number of ships are displayed.
  575. <br>At Level <font color="#ff0000">8</font>, the exact number of each type of ship launched is displayed.';
  576. $lang['info'][108]['name'] = "Computer Technology";
  577. $lang['info'][108]['description'] = "Once launched on any mission, fleets are controlled primarily by a series of computers located on the originating planet. These massive computers calculate the exact time of arrival, controls course corrections as needed, calculates trajectories, and regulates flight speeds. <br><br>With each level researched, the flight computer is upgraded to allow an additional slot to be launched. Computer technology should be continuously developed throughout the building of your empire.";
  578. $lang['info'][109]['name'] = "Weapons Technology";
  579. $lang['info'][109]['description'] = "Weapons Technology is a key research technology and is critical to your survival against enemy Empires. With each level of Weapons Technology researched, the weapons systems on ships and your defense mechanisms become increasingly more efficient. Each level increases the base strength of your weapons by 10% of the base value.";
  580. $lang['info'][110]['name'] = "Shielding Technology";
  581. $lang['info'][110]['description'] = "With the invention of the magnetosphere generator, scientists learned that an artificial shield could be produced to protect the crew in space ships not only from the harsh solar radiation environment in deep space, but also provide protection from enemy fire during an attack. Once scientists finally perfected the technology, a magnetosphere generator was installed on all ships and defence systems. <br><br>As the technology is advanced to each level, the magnetosphere generator is upgraded which provides an additional 10% strength to the shields base value.";
  582. $lang['info'][111]['name'] = "Armour Technology";
  583. $lang['info'][111]['description'] = "The environment of deep space is harsh. Pilots and crew on various missions not only faced intense solar radiation, they also faced the prospect of being hit by space debris, or destroyed by enemy fire in an attack. With the discovery of an aluminum-lithium titanium carbide alloy, which was found to be both light weight and durable, this afforded the crew a certain degree of protection. With each level of Armour Technology developed, a higher quality alloy is produced, which increases the armours strength by 10%.";
  584. $lang['info'][113]['name'] = "Energy Technology";
  585. $lang['info'][113]['description'] = "As various researches were advancing, it was discovered that the current technology of energy distribution was not sufficient enough to begin certain specialized researches. With each upgrade of your Energy Technology, new researches can be conducted which unlocks development of more sophisticated ships and defenses.";
  586. $lang['info'][114]['name'] = "Hyperspace Technology";
  587. $lang['info'][114]['description'] = 'In theory, the idea of hyperspace travel relies on the existence of a separate and adjacent dimension. When activated, a hyperspace drive shunts the starship into this other dimension, where it can cover vast distances in an amount of time greatly reduced from the time it would take in "normal" space. Once it reaches the point in hyperspace that corresponds to its destination in real space, it re-emerges.<br> Once a sufficient level of Hyperspace Technology is researched, the Hyperspace Drive is no longer just a theory.';
  588. $lang['info'][115]['name'] = "Combustion Drive";
  589. $lang['info'][115]['description'] = "The Combustion Drive is the oldest of technologies, but is still in use. With the Combustion Drive, exhaust is formed from propellants carried within the ship prior to use. In a closed chamber, the pressures are equal in each direction and no acceleration occurs. If an opening is provided at the bottom of the chamber then the pressure is no longer opposed on that side. The remaining pressure gives a resultant thrust in the side opposite the opening, which propels the ship forward by expelling the exhaust rearwards at extreme high speed.<br> <br>With each level of the Combustion Drive developed, the speed of small and large cargo ships, light fighters, recyclers, and espionage probes are increased by 10%.";
  590. $lang['info'][117]['name'] = "Impulse Drive";
  591. $lang['info'][117]['description'] = 'The impulse drive is essentially an augmented fusion rocket, usually consisting of a fusion reactor,an accelerator-generator, a driver coil assembly and a vectored thrust nozzle to direct the plasma exhaust. The fusion reaction generates a highly energized plasma. This plasma, ("electro-plasma") can be employed for propulsion, or can be diverted through the EPS to the power transfer grid, via EPS conduits, so as to supply other systems. The accelerated plasma is passed through the driver coils, thereby generating a subspace field which improves the propulsive effect. <br><br>With each level of the Impulse Drive developed, the speed of bombers, cruisers, heavy fighters, and colony ships are increased by 20% of the base value. Interplanetary missiles also travel farther with each level.';
  592. $lang['info'][118]['name'] = "Hyperspace Drive";
  593. $lang['info'][118]['description'] = "With the advancement of Hyperspace Technology, the Hyperspace Drive was created. Hyperspace is an alternate region of space co-existing with our own universe which may be entered using an energy field or other device. The HyperSpace Drive utilizes this alternate region by distorting the space-time continuum, which results in speeds that exceed the speed of light (otherwise known as FTL travel). During FTL travel, time and space is warped to the point that results in a trip that would normally take 1000 light years to be completed, to be accomplished in about an hour. <br><br>With each level the Hyperspace Drive is developed, the speed of battleships, battlecruisers, destroyers, and deathstars are increased by 30%.";
  594. $lang['info'][120]['name'] = "Laser Technology";
  595. $lang['info'][120]['description'] = "In physics, a laser is a device that emits light through a specific mechanism for which the term laser is an acronym: Light Amplification by Stimulated Emission of Radiation. Lasers have many uses to the empire, from upgrading computer communications systems to the creation of newer weapons and space ships.";
  596. $lang['info'][121]['name'] = "Ion Technology";
  597. $lang['info'][121]['description'] = "Simply put, an ion is an atom or a group of atoms that has acquired a net electric charge by gaining or losing one or more electrons. Utilized in advanced weapons systems, a consentrated beam of Ions can cause considerable damage to objects that it strikes.";
  598. $lang['info'][122]['name'] = "Plasma Technology";
  599. $lang['info'][122]['description'] = "In the universe, there exists four states of matter: solid, liquids, gas, and plasma. Being an advanced version of Ion technology, Plasma Technology expands on the destructive effect that Ion Technology delivered, and opens the door to create advanced weapons systems and ships. Plasma matter is created by superheating gas and compressing it with extreme high pressures to create a sphere of superheated plasma matter. The resulting plasma sphere causes considerable damage to the target in which the sphere is launched to.";
  600. $lang['info'][123]['name'] = "Intergalactic Research Network";
  601. $lang['info'][123]['description'] = "This is your deep space network to communicate researches to your colonies. With the IRN, faster research times can be achieved by linking the highest level research labs equal to the level of the IRN developed. <br><br>In order to function, each colony must be able to conduct the research independently.";
  602. $lang['info'][124]['name'] = "Expedition Technology";
  603. $lang['info'][124]['description'] = "The Expedition Technology includes several scan researches and allows you to equip different spaceships with research modules to explore uncharted regions of the universe. Those include a database and a fully functional mobile laboratory. <br><br>To assure the security of the expedition fleet during dangerous research situations, the research modules have their own energy supplies and energy field generators which creates a powerful force field around the research module during emergency situations.";
  604. $lang['info'][199]['name'] = "Graviton Technology";
  605. $lang['info'][199]['description'] = "The graviton is an elementary particle that mediates the force of gravity in the framework of quantum field theory. The graviton must be massless (because the gravitational force has unlimited range) and must have a spin of 2 (because gravity is a second-rank tensor field). Graviton Technology is only used for one thing, for the construction of the fearsome DeathStar. <br><br>Out of all of the technologies to research, this one carries the most risk of …

Large files files are truncated, but you can click here to view the full file