PageRenderTime 73ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 1ms

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

https://github.com/SantiHarry/XG-Proyect-v2.10.x
PHP | 1222 lines | 1099 code | 56 blank | 67 comment | 44 complexity | 0727c5cb24721a03aebcadba71517c40 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'] = 'Administation';
  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'] = '°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'] = 'No se puede investigar cuando se esta ampliando el laboratorio';
  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'] = 'No puedes fabricar naves durante la ampliación del hangar';
  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'] = 'Oficiales';
  338. $lang['of_recruit'] = 'Reclutar';
  339. $lang['of_active'] = '<strong><font color="lime">Activo</font></strong>';
  340. $lang['of_inactive'] = '<strong><font color="red">Inactivo</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 => "Un reactor de fusión nuclear que produce un átomo de helio a partir de dos átomos de deuterio usando una presión extremadamente alta y una elevadísima temperatura.",
  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 => "La fábrica de nanobots es la última evolución de la robótica. Cada mejora proporciona nanobots más y más eficientes que incrementan la velocidad de construcción.",
  442. 21 => "El hangar es el lugar donde se construyen naves y estructuras de defensa planetaria.",
  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 => "El Terraformer es necesario para habilitar áreas inaccesibles de tu planeta para edificar infraestructuras.",
  448. 34 => "The alliance depot supplies fuel to friendly fleets in orbit helping with defense.",
  449. 41 => "Dado que la luna no tiene atmósfera, se necesita una base lunar para generar espacio habitable.",
  450. 42 => "Usando el sensor phalanx, las flotas de otros imperios pueden ser descubiertas y observadas. Cuanto mayor sea la cadena de sensores phalanx, mayor el rango que pueda escanear.",
  451. 43 => "El saltos cuánticos son transmisores enormes que son capaces de enviar grandes flotas a través del universo sin perdida de tiempo.",
  452. 44 => "El silo es un lugar de almacenamiento y lanzamiento de misiles planetarios.",
  453. 106 => "Usando esta tecnolog&iacute;a, puede obtenerse informaci&oacute;n sobre otros planetas.",
  454. 108 => "Cuanto m&aacute;s elevado sea el nivel de tecnolog&iacute;a de computaci&oacute;n, m&aacute;s flotas podr&aacute;s controlar simultaneamente. Cada nivel adicional de esta tecnologia, aumenta el numero de flotas en 1.",
  455. 109 => "Este tipo de tecnolog&iacute;a incrementa la eficiencia de tus sistemas de armamento. Cada mejora de la tecnolog&iacute;a militar a&ntilde;ade un 10% de potencia a la base de da&ntilde;o de cualquier arma disponible.",
  456. 110 => "La tecnolog&iacute;a de defensa se usa para generar un escudo de part&iacute;culas protectoras alrededor de tus estructuras.
  457. Cada nivel de esta tecnolog&iacute;a aumenta el escudo efectivo en un 10% (basado en el nivel de una estructura dada).",
  458. 111 => "Las aleaciones altamente sofisticadas ayudan a incrementar el blindaje de una nave a&ntilde;adiendo el 10% de su fuerza en cada nivel a la fuerza base.",
  459. 113 => "Entendiendo la tecnolog&iacute;a de diferentes tipos de energ&iacute;a, muchas investigaciones nuevas y avanzadas pueden ser adaptadas. La tecnolog&iacute;a de energ&iacute;a es de gran importancia para un laboratorio de investigaci&oacute;n moderno.",
  460. 114 => "Incorporando la cuarta y quinta dimensi&oacute;n en la tecnolog&iacute;a de propulsi&oacute;n, se puede disponer de un nuevo tipo de motor; que es m&aacute;s eficiente y usa menos combustible que los convencionales.",
  461. 115 => "Ejecutar investigaciones en esta tecnolog&iacute;a proporciona motores de combusti&oacute;n siempre m&aacute;s rapido, aunque cada nivel aumenta solamente la velocidad en un 10% de la velocidad base de una nave dada.",
  462. 117 => "El sistema del motor de impulso se basa en el principio de la repulsi&oacute;n de part&iacute;culas. La materia repelida es basura generada por el reactor de fusi&oacute;n usado para proporcionar la energ&iacute;a necesaria para este tipo de motor de propulsi&oacute;n.",
  463. 118 => "Los motores de hiperespacio permiten entrar al mismo a trav&eacute;s de una ventana hiperespacial para reducir dr&aacute;sticamente el tiempo de viaje. El hiperespacio es un espacio alternativo con m&aacute;s de 3 dimensiones.",
  464. 120 => "La Tecnolog&iacute;a l&aacute;ser es un importante conocimiento; conduce a la luz monocrom&aacute;tica firmemente enfocada sobre un objetivo. El da&ntilde;o puede ser ligero o moderado dependiendo de la potencia del rayo...",
  465. 121 => "La Tecnolog&iacute;a i&oacute;nica enfoca un rayo de iones acelerados en un objetivo, lo que puede provocar un gran da&ntilde;o debido a su naturaleza de electrones cargados de energ&iacute;a.",
  466. 122 => "Las armas de plasma son incluso m&aacute;s peligrosas que cualquier otro sistema de armamento conocido, debido a la naturaleza agresiva del plasma.",
  467. 123 => "Los cient&iacute;ficos de tus planetas pueden comunicarse entre ellos a trav&eacute;s de esta red.",
  468. 124 => "Las naves son equipadas con equipo cientifico para tomar datos en largas expediciones.",
  469. 199 => "A trav&eacute;s del disparo de part&iacute;culas concentradas de gravit&oacute;n se genera un campo gravitacional artificial con suficiente potencia y poder de atracci&oacute;n para destruir no solo naves, sino lunas enteras.",
  470. 202 => "Las naves peque&ntilde;as de carga son naves muy &aacute;giles usadas para transportar recursos desde un planeta a otro",
  471. 203 => "La nave grande de carga es una versi&oacute;n avanzada de las naves peque&ntilde;as de carga, permitiendo as&iacute; una mayor capacidad de almacenamiento y velocidades m&aacute;s altas gracias a un mejor sistema de propulsi&oacute;n.",
  472. 204 => "El cazador ligero es una nave maniobrable que puedes encontrar en casi cualquier planeta. El coste no es particularmente alto, pero asimismo el escudo y la capacidad de carga son muy bajas.",
  473. 205 => "El cazador pesado es la evoluci&oacute;n logica del ligero, ofreciendo escudos reforzados y una mayor potencia de ataque.",
  474. 206 => "Los cruceros de combate tienen un escudo casi tres veces m&aacute;s fuerte que el de los cazadores pesados y m&aacute;s del doble de potencia de ataque. Su velocidad de desplazamiento est&aacute; tambi&eacute;n entre las m&aacute;s r&aacute;pidas jam&aacute;s vista. ",
  475. 207 => "Las naves de batalla son la espina dorsal de cualquier flota militar. Blindaje pesado, potentes sistemas de armamento y una alta velocidad de viaje, as&iacute; como una gran capacidad de carga hace de esta nave un duro rival contra el que luchar.",
  476. 208 => "Esta nave proporciona lo necesario para ir a donde ning&uacute;n hombre ha llegado antes y colonizar nuevos mundos.",
  477. 209 => "Los recicladores se usan para recolectar escombros flotando en el espacio para reciclarlos en recursos &uacute;tiles.",
  478. 210 => "Las sondas de espionaje son peque&ntilde;os droides no tripulados con un sistema de propulsi&oacute;n excepcionalmente r&aacute;pido usado para espiar en planetas enemigos.",
  479. 211 => "El Bombardero es una nave de prop&oacute;sito especial, desarrollado para atravesar las defensas planetarias m&aacute;s pesadas.",
  480. 212 => "Los sat&eacute;lites solares son simples sat&eacute;lites en &oacute;rbita equipados con c&eacute;lulas fotovoltaicas y transmisores para llevar la energ&iacute;a al planeta. Se transmite por este medio a la tierra usando un rayo l&aacute;ser especial.",
  481. 213 => "El destructor es la nave m&aacute;s pesada jam&aacute;s vista y posee un potencial de ataque sin precedentes.",
  482. 214 => "No hay nada tan grande y peligroso como una estrella de la muerte aproxim&aacute;ndose.",
  483. 215 => "El Acorazado es una nave altamente especializada en la intercepci&oacute;n de flotas hostiles.",
  484. 401 => "El lanzamisiles es un sistema de defensa sencillo, pero barato.",
  485. 402 => "Por medio de un rayo l&aacute;ser concentrado, se puede provocar m&aacute;s da&ntilde;o que con las armas bal&iacute;sticas normales.",
  486. 403 => "Los l&aacute;sers grandes posee una mejor salida de energ&iacute;a y una mayor integridad estructural que los l&aacute;sers peque&ntilde;os.",
  487. 404 => "Usando una inmensa aceleraci&oacute;n electromagn&eacute;tica, los ca&ntilde;ones gauss aceleran proyectiles pesados.",
  488. 405 => "Los ca&ntilde;ones i&oacute;nicos disparan rayos de iones altamente energ&eacute;ticos contra su objetivo, desestabilizando los escudos y destruyendo los componentes electr&oacute;nicos.",
  489. 406 => "Los ca&ntilde;ones de plasma liberan la energ&iacute;a de una peque&ntilde;a erupci&oacute;n solar en una bala de plasma. La energ&iacute;a destructiva es incluso superior a la del Destructor.",
  490. 407 => "La c&uacute;pula peque&ntilde;a de protecci&oacute;n cubre el planeta con un delgado campo protector que puede absorber inmensas cantidades de energ&iacute;a.",
  491. 408 => "La c&uacute;pula grande de protecci&oacute;n proviene de una tecnolog&iacute;a de defensa mejorada que absorbe incluso m&aacute;s energ&iacute;a antes de colapsarse.",
  492. 502 => "Los misiles de intercepci&oacute;n destruyen los misiles interplanetarios.",
  493. 503 => "Los misiles interplanetarios destruyen los sistemas de defensa del enemigo.",
  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 …

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