PageRenderTime 64ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/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
  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 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 detection during the phase of preparation.";
  606. // -------------------------- SHIPS ----------------------------------------------------------------------------------------------------//
  607. $lang['info'][202]['name'] = "Small Cargo";
  608. $lang['info'][202]['description'] = "The first ship built by any emperor, the small cargo is an agile resource moving ship that has a cargo capacity of 5,000 resource units. This multi-use ship not only has the ability to quickly transport resources between your colonies, but also accompanies larger fleets on raiding missions on enemy targets. [Ship refitted with Impulse Drives once reached level 5]";
  609. $lang['info'][203]['name'] = "Large Cargo";
  610. $lang['info'][203]['description'] = "As time evolved, the raids on colonies resulted in larger and larger amounts of resources being captured. As a result, Small Cargos were being sent out in mass numbers to compensate for the larger captures. It was quickly learned that a new class of ship was needed to maximize resources captured in raids, yet also be cost effective. After much development, the Large Cargo was born.<br><br>To maximize the resources that can be stored in the holds, this ship has little in the way of weapons or armor. Thanks to the highly developed combustion engine installed, it serves as the most economical resource supplier between planets, and most effective in raids on hostile worlds.";
  611. $lang['info'][204]['name'] = "Light Fighter";
  612. $lang['info'][204]['description'] = "This is the first fighting ship all emperors will build. The light fighter is an agile ship, but vulnerable by themselves. In mass numbers, they can become a great threat to any empire. They are the first to accompany small and large cargo to hostile planets with minor defenses.";
  613. $lang['info'][205]['name'] = "Heavy Fighter";
  614. $lang['info'][205]['description'] = "In developing the heavy fighter, researchers reached a point at which conventional drives no longer provided sufficient performance. In order to move the ship optimally, the impulse drive was used for the first time. This increased the costs, but also opened new possibilities. By using this drive, there was more energy left for weapons and shields; in addition, high-quality materials were used for this new family of fighters. With these changes, the heavy fighter represents a new era in ship technology and is the basis for cruiser technology.<br><br>Slightly larger than the light fighter, the heavy fighter has thicker hulls, providing more protection, and stronger weaponry.";
  615. $lang['info'][206]['name'] = "Cruiser";
  616. $lang['info'][206]['description'] = "With the development of the heavy laser and the ion cannon, light and heavy fighters encountered an alarmingly high number of defeats that increased with each raid. Despite many modifications, weapons strength and armour changes, it could not be increased fast enough to effectively counter these new defensive measures. Therefore, it was decided to build a new class of ship that combined more armor and more firepower. As a result of years of research and development, the Cruiser was born. <br><br>Cruisers are armored almost three times of that of the heavy fighters, and possess more than twice the firepower of any combat ship in existence. They also possess speeds that far surpassed any spacecraft ever made. For almost a century, cruisers dominated the universe. However, with the development of Gauss cannons and plasma turrets, their predominance ended. They are still used today against fighter groups, but not as predominantly as before.";
  617. $lang['info'][207]['name'] = "Battleship";
  618. $lang['info'][207]['description'] = "Once it became apparent that the cruiser was losing ground to the increasing number of defense structures it was facing, and with the loss of ships on missions at unacceptable levels, it was decided to build a ship that could face those same type of defense structures with as little loss as possible. After extensive development, the Battleship was born. Built to withstand the largest of battles, the Battleship features large cargo spaces, heavy cannons, and high hyperdrive speed. Once developed, it eventually turned out to be the backbone of every raiding Emperors fleet.";
  619. $lang['info'][208]['name'] = "Colony Ship";
  620. $lang['info'][208]['description'] = "In the 20th Century, Man decided to go for the stars. First, it was landing on the Moon. After that, a space station was built. Mars was colonized soon afterwards. It was soon determined that our growth depended on colonizing other worlds. Scientists and engineers all over the world gathered together to develop mans greatest achievement ever. The Colony Ship is born.<br><br>This ship is used to prepare a newly discovered planet for colonization. Once it arrives at the destination, the ship is instantly transformed into habital living space to assist in populating and mining the new world. 9 Planets maximum can be colonized.";
  621. $lang['info'][209]['name'] = "Recycler";
  622. $lang['info'][209]['description'] = "As space battles became larger and more fierce, the resultant debris fields became too large to gather safely by conventional means. Normal transporters could not get close enough without receiving substantial damage. A solution was developed to this problem. The Recycler. <br><br>Thanks to the new shields and specially built equipment to gather wreckage, gathering debris no longer presented a danger. Each Recycler can gather 20,000 units of debris.";
  623. $lang['info'][210]['name'] = "Espionage Probe";
  624. $lang['info'][210]['description'] = "Espionage probes are small, agile drones that provide data on fleets and planets. Fitted with specially designed engines, it allows them to cover vast distances in only a few minutes. Once in orbit around the target planet, they quickly collect data and transmit the report back via your Deep Space Network for evaluation. But there is a risk to the intelligent gathering aspect. During the time the report is transmitted back to your network, the signal can be detected by the target and the probes can be destroyed.";
  625. $lang['info'][211]['name'] = "Bomber";
  626. $lang['info'][211]['description'] = "Over the centuries, as defenses were starting to get larger and more sophisticated, fleets were starting to be destroyed at an alarming rate. It was decided that a new ship was needed to break defenses to ensure maximum results. After years of research and development, the Bomber was created.<br><br>Using laser-guided targeting equipment and Plasma Bombs, the Bomber seeks out and destroys any defense mechanism it can find. As soon as the hyperspace drive is developed to Level 8, the Bomber is retrofitted with the hyperspace engine and can fly at higher speeds.";
  627. $lang['info'][212]['name'] = "Solar Satellite";
  628. $lang['info'][212]['description'] = "It quickly became apparent that more energy was needed to power larger mines then could be produced by conventional ground based solar planets and fusion reactors. Scientists worked on the problem and discovered a method of transmitting electrical energy to the colony using specially designed satellites in geosynchronous orbit.<br><br> Solar Satellites gather solar energy and transmit it to a ground station using advanced laser technology. The efficiency of a solar satellite depends on the strength of the solar radiation it receives. In principle, energy production in orbits closer to the sun is greater than for planets in orbits distant from the sun. Since the satellites primary goal is the transmission of energy, they lack shielding and weapons capability, and because of this they are usually destroyed in large numbers in a major battle. However they do possess a small self-defense mechanism to defend itself in an espionage mission from an enemy empire if the mission is detected.";
  629. $lang['info'][213]['name'] = "Destroyer";
  630. $lang['info'][213]['description'] = "The Destroyer is the result of years of work and development. With the development of Deathstars, it was decided that a class of ship was needed to defend against such a massive weapon.Thanks to its improved homing sensors, multi-phalanx Ion cannons, Gauss Cannons and Plasma Turrets, the Destroyer turned out to be one of the most fearsome ships created.<br><br>Because the destroyer is very large, its maneuverability is severely limited, which makes it more of a battle station than a fighting ship. The lack of maneuverability is made up for by its sheer firepower, but it also costs significant amounts of deuterium to build and operate.";
  631. $lang['info'][214]['name'] = "Deathstar";
  632. $lang['info'][214]['description'] = "The Deathstar is the ultimate ship ever created. This moon sized ship is the only ship that can be seen with the naked eye on the ground. By the time you spot it, unfortunately, it is too late to do anything.<br><br> Armed with a gigantic graviton cannon, the most advanced weapons system ever created in the Universe, this massive ship has not only the capability of destroying entire fleets and defenses, but also has the capability of destroying entire moons. Only the most advanced empires have the capability to build a ship of this mammoth size.";
  633. $lang['info'][215]['name'] = "Battlecruiser";
  634. $lang['info'][215]['description'] = "This ship is one of the most advanced fighting ships ever to be developed, and is particularly deadly when it comes to destroying attacking fleets. With its improved laser cannons on board and advanced Hyperspace engine, the Battlecruiser is a serious force to be dealt with in any attack.<br><br> Due to the ships design and its large weapons system, the cargo holds had to be cut, but this is compensated for by the lowered fuel consumption.";
  635. // -------------------------- DEFENSES ----------------------------------------------------------------------------------------------------//
  636. $lang['info'][401]['name'] = "Rocket Launcher";
  637. $lang['info'][401]['description'] = "Your first basic line of defense. These are simple ground based launch facilities that fire conventional warhead tipped missiles at attacking enemy targets. As they are cheap to construct and no research is required, they are well suited for defending raids, but lose effectiveness defending from larger scale attacks. Once you begin construction on more advanced defense weapons systems, Rocket Launchers become simple fodder to allow your more damaging weapons to inflict greater damage for a longer period of time.<br><br>After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  638. $lang['info'][402]['name'] = "Light Laser";
  639. $lang['info'][402]['description'] = "As technology developed and more sophisticated ships were created, it was determined that a stronger line of defense was needed to counter the attacks. As Laser Technology advanced, a new weapon was designed to provide the next level of defense. Light Lasers are simple ground based weapons that utilize special targeting systems to track the enemy and fire a high intensity laser designed to cut through the hull of the target. In order to be kept cost effective, they were fitted with an improved shielding system, however the structural integrity is the same as that of the Rocket Launcher.<br><br> After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  640. $lang['info'][403]['name'] = "Heavy Laser";
  641. $lang['info'][403]['description'] = "The Heavy Laser is a practical, improved version of the Light Laser. Being more balanced than the Light Laser with improved alloy composition, it utilizes stronger, more densely packed beams, and even better onboard targeting systems. <br><br> After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  642. $lang['info'][404]['name'] = "Gauss Cannon";
  643. $lang['info'][404]['description'] = 'Far from being a science-fiction "weapon of tomorrow," the concept of a weapon using an electromagnetic impulse for propulsion originated as far back as the mid-to-late 1930s. Basically, the Gauss Cannon consists of a system of powerful electromagnets which fires a projectile by accelerating between a number of metal rails. Gauss Cannons fire high-density metal projectiles at extremely high velocity. <br><br>This weapon is so powerful when fired that it creates a sonic boom which is heard for miles, and the crew near the weapon must take special precautions due to the massive concussion effects generated.';
  644. $lang['info'][405]['name'] = "Ion Cannon";
  645. $lang['info'][405]['description'] = "An ion cannon is a weapon that fires beams of ions (positively or negatively charged particles). The Ion Cannon is actually a type of Particle Cannon; only the particles used are ionized. Due to their electrical charges, they also have the potential to disable electronic devices, and anything else that has an electrical or similar power source, using a phenomena known as the the Electromagetic Pulse (EMP effect). Due to the cannons highly improved shielding system, this cannon provides improved protection for your larger, more destructive defense weapons.<br><br> After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  646. $lang['info'][406]['name'] = "Plasma Turret";
  647. $lang['info'][406]['description'] = "One of the most advanced defense weapons systems ever developed, the Plasma Turret uses a large nuclear reactor fuel cell to power an electromagnetic accelerator that fires a pulse, or toroid, of plasma. During operation, the Plasma turret first locks on a target and begins the process of firing. A plasma sphere is created in the turrets core by super heating and compressing gases, stripping them of their ions. Once the gas is superheated, compressed, and a plasma sphere is created, it is then loaded into the electromagnetic accelerator which is energized. Once fully energized, the accelerator is activated, which results in the plasma sphere being launched at an extremely high rate of speed to the intended target. From the targets perspective, the approaching bluish ball of plasma is impressive, but once it strikes, it causes instant destruction.<br><br> Defensive facilities deactivate as soon as they are too heavily damaged. After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  648. $lang['info'][407]['name'] = "Small Shield Dome";
  649. $lang['info'][407]['description'] = "Colonizing new worlds brought about a new danger, space debris. A large asteroid could easily wipe out the world and all inhabitants. Advancements in shielding technology provided scientists with a way to develop a shield to protect an entire planet not only from space debris but, as it was learned, from an enemy attack. By creating a large electromagnetic field around the planet, space debris that would normally have destroyed the planet was deflected, and attacks from enemy Empires were thwarted. The first generators were large and the shield provided moderate protection, but it was later discovered that small shields did not afford the protection from larger scale attacks. The small shield dome was the prelude to a stronger, more advanced planetary shielding system to come.<br><br> After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  650. $lang['info'][408]['name'] = "Large Shield Dome";
  651. $lang['info'][408]['description'] = "The Large Shield Dome is the next step in the advancement of planetary shields, it is the result of years of work improving the Small Shield Dome. Built to withstand a larger barrage of enemy fire by providing a higher energized electromagnetic field, large domes provide a longer period of protection before collapsing.<br><br> After a battle, there is up to a 70 % chance that failed defensive facilities can be returned to use.";
  652. $lang['info'][502]['name'] = "Anti-Ballistic Missiles";
  653. $lang['info'][502]['description'] = "Anti Ballistic Missiles (ABM) are your only line of defense when attacked by Interplanetary Missiles (IPM). When a launch of IPMs is detected, these missiles automatically arm, process a launch code in their flight computers, target the inbound IPM, and launch to intercept. During the flight, the target IPM is constantly tracked and course corrections are applied until the ABM reaches the target and destroys the attacking IPM. Each ABM destroys one incoming IPM. <br><br>Each level of your missile silo developed can store 10 ABMs, 5 IPMs, or a combination of both missile types.";
  654. $lang['info'][503]['name'] = "Interplanetary Missiles";
  655. $lang['info'][503]['description'] = "Interplanetary Missiles (IPM) are your offensive weapon to destroy the defenses of your target. Using state of the art tracking technology, each missile targets a certain number of defenses for destruction. Tipped with an anti-matter bomb, they deliver a destructive force so severe that destroyed shields and defenses cannot be repaired. The only way to counter these missiles is with APMs.<br><br> Each level of your missile silo developed can store 10 ABMs, 5 IPMs, or a combination of both missile types.";
  656. //----------------------------------------------------------------------------//
  657. //MESSAGES
  658. $lang['mg_type'][0] = 'Spy reports';
  659. $lang['mg_type'][1] = 'Messages from players';
  660. $lang['mg_type'][2] = 'Messages from ally';
  661. $lang['mg_type'][3] = 'Battle reports';
  662. $lang['mg_type'][4] = 'Collection reports';
  663. $lang['mg_type'][5] = 'Transportation reports';
  664. $lang['mg_type'][15] = 'Expedition reports';
  665. $lang['mg_type'][99] = 'Construction reports';
  666. $lang['mg_type'][100] = 'View all Messages';
  667. $lang['mg_no_subject'] = 'No Subject';
  668. $lang['mg_no_text'] = 'No message';
  669. $lang['mg_msg_sended'] = 'Message sent';
  670. $lang['mg_delete_marked'] = 'Delete marked messages';
  671. $lang['mg_delete_unmarked'] = 'Delete all unmarked messages';
  672. $lang['mg_delete_all'] = 'Delete all messages';
  673. $lang['mg_show_only_header_spy_reports'] = 'show only partial espionage reports ';
  674. $lang['mg_action'] = 'Action';
  675. $lang['mg_date'] = 'Date';
  676. $lang['mg_from'] = 'From';
  677. $lang['mg_subject'] = 'Subject';
  678. $lang['mg_confirm_delete'] = 'Confirm';
  679. $lang['mg_message_title'] = 'Messages';
  680. $lang['mg_message_type'] = 'Message type';
  681. $lang['mg_total'] = 'Total';
  682. $lang['mg_game_operators'] = 'Game operators';
  683. $lang['mg_to'] = 'To';
  684. $lang['mg_send_message'] = 'Send message';
  685. $lang['mg_message'] = 'Message';
  686. $lang['mg_chars'] = 'characters';
  687. $lang['mg_send'] = 'Send';
  688. //----------------------------------------------------------------------------//
  689. //ALLIANCE
  690. $lang['al_description_message'] = 'Alliance description message';
  691. $lang['al_web_text'] = 'Alliance web site';
  692. $lang['al_request'] = 'Application';
  693. $lang['al_click_to_send_request'] = 'Click here to send your application to the alliance';
  694. $lang['al_tag_required'] = 'Alliance tag missing';
  695. $lang['al_name_required'] = 'Alliance name missing';
  696. $lang['al_already_exists'] = 'The alliance %s already exists.';
  697. $lang['al_created'] = 'The alliance %s was created';
  698. $lang['al_continue'] = 'continue';
  699. $lang['al_alliance_closed'] = 'This alliance does not support more members';
  700. $lang['al_request_confirmation_message'] = 'Application registered. Will receive a message when your application is approved / rejected. <br><a href="game.php?page=alliance">back</a>';
  701. $lang['al_default_request_text'] = 'The alliance leaders have not set an example of application, or have no pretensions.';
  702. $lang['al_write_request'] = 'Write application to the alliance %s';
  703. $lang['al_request_deleted'] = 'Your request to the alliance %s has been deleted. <br/> Now you can write a new application or create your own alliance.';
  704. $lang['al_request_wait_message'] = 'You\'ve already sent a request to the alliance %s. <br/> Please wait until you receive a reply or delete this application.';
  705. $lang['al_delete_request'] = 'Delete aplication';
  706. $lang['al_founder_cant_leave_alliance'] = 'The founder can not abandon the alliance.';
  707. $lang['al_leave_sucess'] = 'You leaver the alliance %s succesfully.';
  708. $lang['al_do_you_really_want_to_go_out'] = 'Do you really want to leave the alliance %s?';
  709. $lang['al_go_out_yes'] = 'Yes';
  710. $lang['al_circular_sended'] = 'Circular message sended, Following players will receive your circular message:';
  711. $lang['al_all_players'] = 'All players';
  712. $lang['al_no_ranks_defined'] = 'No ranks defined';
  713. $lang['al_request_text'] = 'Application text';
  714. $lang['al_inside_text'] = 'Internal text';
  715. $lang['al_outside_text'] = 'External text';
  716. $lang['al_transfer_alliance'] = 'Transfer alliance';
  717. $lang['al_disolve_alliance'] = 'Disolve alliance';
  718. $lang['al_founder_rank_text'] = 'Founder';
  719. $lang['al_new_member_rank_text'] = 'New member';
  720. $lang['al_acept_request'] = 'Accept';
  721. $lang['al_you_was_acceted'] = 'You was accepted in ';
  722. $lang['al_hi_the_alliance'] = 'Hello!<br>The alliance <b>';
  723. $lang['al_has_accepted'] = '</b> accept you aplication<br>Founder\'s Message: <br>';
  724. $lang['al_decline_request'] = 'Reject';
  725. $lang['al_you_was_declined'] = 'You were rejected in ';
  726. $lang['al_has_declined'] = '</b> the alliance reject your aplication<br>Founder\'s Message: <br>';
  727. $lang['al_no_requests'] = 'No requests';
  728. $lang['al_request_from'] = '"%s\'s" request';
  729. $lang['al_no_request_pending'] = 'There is %n application/s pending/s';
  730. $lang['al_name'] = 'name';
  731. $lang['al_new_name'] = 'New name';
  732. $lang['al_tag'] = 'tag';
  733. $lang['al_new_tag'] = 'New tag';
  734. $lang['al_user_list'] = 'Member List';
  735. $lang['al_manage_alliance'] = 'manage alliance';
  736. $lang['al_send_circular_message'] = 'send circular message';
  737. $lang['al_new_requests'] = 'new request/s';
  738. $lang['al_save'] = 'Save';
  739. $lang['al_dlte'] = 'Delete';
  740. $lang['al_rank_name'] = 'Rank name';
  741. $lang['al_ok'] = 'OK';
  742. $lang['al_number_of_records'] = 'Total';
  743. $lang['al_num'] = 'ID';
  744. $lang['al_member'] = 'Name';
  745. $lang['al_message'] = 'Message';
  746. $lang['al_position'] = 'Rank';
  747. $lang['al_points'] = 'Points';
  748. $lang['al_coords'] = 'Coords';
  749. $lang['al_member_since'] = 'Joined';
  750. $lang['al_estate'] = 'Online';
  751. $lang['al_back'] = 'Back';
  752. $lang['al_actions'] = 'Actions';
  753. $lang['al_change_title'] = 'Change';
  754. $lang['al_the_alliance'] = 'of the alliance';
  755. $lang['al_change_submit'] = 'Change';
  756. $lang['al_reply_to_request'] = 'Reply to request';
  757. $lang['al_reason'] = 'Reason';
  758. $lang['al_characters'] = 'characters';
  759. $lang['al_request_list'] = 'List of requests';
  760. $lang['al_candidate'] = 'Candidate';
  761. $lang['al_request_date'] = 'Date of application';
  762. $lang['al_transfer_alliance'] = 'Resign/take over this alliance?';
  763. $lang['al_transfer_to'] = 'Transfer to';
  764. $lang['al_transfer_submit'] = 'Transfer';
  765. $lang['al_ally_information'] = 'Alliance information';
  766. $lang['al_ally_info_tag'] = 'Tag';
  767. $lang['al_ally_info_name'] = 'Name';
  768. $lang['al_ally_info_members'] = 'Members';
  769. $lang['al_your_request_title'] = 'Your aplication';
  770. $lang['al_applyform_send'] = 'Send';
  771. $lang['al_applyform_reload'] = 'Reload';
  772. $lang['al_circular_send_ciruclar'] = 'Send circular message';
  773. $lang['al_receiver'] = 'Recipient';
  774. $lang['al_circular_send_submit'] = 'Send';
  775. $lang['al_circular_reset'] = 'Clean';
  776. $lang['al_alliance'] = 'Alliances';
  777. $lang['al_alliance_make'] = 'Found your own alliance';
  778. $lang['al_alliance_search'] = 'Search for alliances';
  779. $lang['al_your_ally'] = 'Your alliance';
  780. $lang['al_rank'] = 'Your Rank';
  781. $lang['al_web_site'] = 'Homepage';
  782. $lang['al_inside_section'] = 'Internal Area';
  783. $lang['al_make_alliance'] = 'Found alliances';
  784. $lang['al_make_ally_tag_required'] = 'Alliance Tag (3-8 characters)';
  785. $lang['al_make_ally_name_required'] = 'Alliance name (3-30 characters)';
  786. $lang['al_make_submit'] = 'found';
  787. $lang['al_find_alliances'] = 'Search for alliances';
  788. $lang['al_find_text'] = 'Search for';
  789. $lang['al_find_submit'] = 'search';
  790. $lang['al_the_nexts_allys_was_founded'] = 'Following alliances were found:';
  791. $lang['al_manage_ranks'] = 'Configure rights';
  792. $lang['al_manage_members'] = 'manage members';
  793. $lang['al_manage_change_tag'] = 'Change the tag of the alliance';
  794. $lang['al_manage_change_name'] = 'Change the name of the alliance';
  795. $lang['al_texts'] = 'Text Management';
  796. $lang['al_manage_options'] = 'Options';
  797. $lang['al_manage_image'] = 'Alliance logo';
  798. $lang['al_manage_requests'] = 'Applications';
  799. $lang['al_requests_not_allowed'] = 'aren\'t possible(alliance closed)';
  800. $lang['al_requests_allowed'] = 'are possible(alliance open)';
  801. $lang['al_manage_founder_rank'] = 'Founder rank';
  802. $lang['al_configura_ranks'] = 'Configure Rights';
  803. $lang['al_create_new_rank'] = 'Create New Rank';
  804. $lang['al_rank_name'] = 'Rank name';
  805. $lang['al_create'] = 'Create';
  806. $lang['al_legend'] = 'Rights Description';
  807. $lang['al_legend_disolve_alliance'] = 'Disband alliance';
  808. $lang['al_legend_kick_users'] = 'Kick user';
  809. $lang['al_legend_see_requests'] = 'Show applications';
  810. $lang['al_legend_see_users_list'] = 'Show member list';
  811. $lang['al_legend_check_requests'] = 'Process applications';
  812. $lang['al_legend_admin_alliance'] = 'Manage Alliance';
  813. $lang['al_legend_see_connected_users'] = 'Show online status in member list';
  814. $lang['al_legend_create_circular'] = 'Write circular message';
  815. $lang['al_legend_right_hand'] = '"Right Hand" (necessary to transfer founder rank)';
  816. $lang['al_requests'] = 'Requests';
  817. $lang['al_circular_message'] = 'Circular message';
  818. $lang['al_leave_alliance'] = 'Leave this alliance';
  819. //----------------------------------------------------------------------------//
  820. //BUDDY
  821. $lang['bu_request_exists'] = 'There is already an application to that player!';
  822. $lang['bu_cannot_request_yourself'] = 'You can not ask you as a friend to yourself';
  823. $lang['bu_request_message'] = 'Request message';
  824. $lang['bu_player'] = 'Player';
  825. $lang['bu_request_text'] = 'Application Text';
  826. $lang['bu_characters'] = 'characters';
  827. $lang['bu_back'] = 'Back';
  828. $lang['bu_send'] = 'Send';
  829. $lang['bu_cancel_request'] = 'Cancel Request';
  830. $lang['bu_accept'] = 'Accept';
  831. $lang['bu_decline'] = 'Reject';
  832. $lang['bu_connected'] = 'Connected';
  833. $lang['bu_fifteen_minutes'] = '15 minutes';
  834. $lang['bu_disconnected'] = 'Disconnected';
  835. $lang['bu_delete'] = 'Delete';
  836. $lang['bu_buddy_list'] = 'Buddy list';
  837. $lang['bu_requests'] = 'Applications';
  838. $lang['bu_alliance'] = 'Alliance';
  839. $lang['bu_coords'] = 'Coordinates';
  840. $lang['bu_text'] = 'Text';
  841. $lang['bu_action'] = 'Action';
  842. $lang['bu_my_requests'] = 'My Requests';
  843. $lang['bu_partners'] = 'Partners';
  844. $lang['bu_estate'] = 'State';
  845. $lang['bu_deleted_title'] = 'Friend lost';
  846. $lang['bu_deleted_text'] = 'Player %u has deleted you from their list of friends.';
  847. $lang['bu_accepted_title'] = 'Request accepted';
  848. $lang['bu_accepted_text'] = 'Player %u has accepted your friend request.';
  849. $lang['bu_rejected_title'] = 'Request refused';
  850. $lang['bu_rejected_text'] = 'Player %u has rejected your friend request.';
  851. $lang['bu_to_accept_title'] = 'New Friend Request';
  852. $lang['bu_to_accept_text'] = 'Player %u has sent you a friend request.';
  853. //----------------------------------------------------------------------------//
  854. //NOTES
  855. $lang['nt_important'] = 'Important';
  856. $lang['nt_normal'] = 'Normal';
  857. $lang['nt_unimportant'] = 'Unimportant';
  858. $lang['nt_create_note'] = 'Create note';
  859. $lang['nt_edit_note'] = 'Edit note';
  860. $lang['nt_you_dont_have_notes'] = 'no notes recorded';
  861. $lang['nt_notes'] = 'Notes';
  862. $lang['nt_create_new_note'] = 'Create a new note';
  863. $lang['nt_date_note'] = 'Date';
  864. $lang['nt_subject_note'] = 'Subject';
  865. $lang['nt_size_note'] = 'Size';
  866. $lang['nt_dlte_note'] = 'Delete';
  867. $lang['nt_priority'] = 'Priority';
  868. $lang['nt_note'] = 'Notice';
  869. $lang['nt_characters'] = 'characters';
  870. $lang['nt_back'] = 'Back';
  871. $lang['nt_reset'] = 'Reestablecer';
  872. $lang['nt_save'] = 'Save';
  873. //----------------------------------------------------------------------------//
  874. //STATISTICS
  875. $lang['st_player'] = 'Player';
  876. $lang['st_alliance'] = 'Alliance';
  877. $lang['st_points'] = 'Points';
  878. $lang['st_fleets'] = 'Fleet';
  879. $lang['st_researh'] = 'Research';
  880. $lang['st_buildings'] = 'Building';
  881. $lang['st_defenses'] = 'Defense';
  882. $lang['st_position'] = 'Rank';
  883. $lang['st_members'] = 'Member';
  884. $lang['st_per_member'] = 'Per Member';
  885. $lang['st_statistics'] = 'Statistics';
  886. $lang['st_updated'] = 'Updated';
  887. $lang['st_show'] = 'show';
  888. $lang['st_per'] = 'by';
  889. $lang['st_in_the_positions'] = 'in ranks';
  890. //----------------------------------------------------------------------------//
  891. //SEARCH
  892. $lang['sh_tag'] = 'Tag';
  893. $lang['sh_name'] = 'Name';
  894. $lang['sh_members'] = 'Member';
  895. $lang['sh_points'] = 'Points';
  896. $lang['sh_searcg_in_the_universe'] = 'Search Universe';
  897. $lang['sh_player_name'] = 'Player Name';
  898. $lang['sh_planet_name'] = 'Planet Name';
  899. $lang['sh_alliance_tag'] = 'Alliance Tag';
  900. $lang['sh_alliance_name'] = 'Alliance Name';
  901. $lang['sh_search'] = 'search';
  902. $lang['sh_buddy_request'] = 'Buddy request';
  903. $lang['sh_alliance'] = 'Alliance';
  904. $lang['sh_planet'] = 'Planet';
  905. $lang['sh_coords'] = 'Position';
  906. $lang['sh_position'] = 'Rank';
  907. //----------------------------------------------------------------------------//
  908. //OPTIONS
  909. $lang['op_cant_activate_vacation_mode'] = 'If you\'re building or moving fleets will not be able to enter on vacation mode.';
  910. $lang['op_password_changed'] = 'Password has been changed<br /><a href="index.php" target="_top">Back</a>';
  911. $lang['op_username_changed'] = 'Username changed<br /><a href="index.php" target="_top">Back</a>';
  912. $lang['op_options_changed'] = 'Changes saved.<br /><a href="game.php?page=options">Back</a>';
  913. $lang['op_vacation_mode_active_message'] = 'The vacation mode is turned on. Have to be on vacation at least until: ';
  914. $lang['op_end_vacation_mode'] = 'Finish vacation mode';
  915. $lang['op_save_changes'] = 'save changes';
  916. $lang['op_admin_title_options'] = 'Options available to management';
  917. $lang['op_admin_planets_protection'] = 'Protection of planets';
  918. $lang['op_user_data'] = 'User Data';
  919. $lang['op_username'] = 'Username';
  920. $lang['op_old_pass'] = 'Old password';
  921. $lang['op_new_pass'] = 'New password (min. 8 characters)';
  922. $lang['op_repeat_new_pass'] = 'New password (repeat)';
  923. $lang['op_email_adress'] = 'Email address';
  924. $lang['op_permanent_email_adress'] = 'Permanent Address';
  925. $lang['op_general_settings'] = 'General Options';
  926. $lang['op_sort_planets_by'] = 'Sort planets by:';
  927. $lang['op_sort_kind'] = 'Assortment sequence:';
  928. $lang['op_skin_example'] = 'Skin';
  929. $lang['op_show_skin'] = 'Display skin';
  930. $lang['op_deactivate_ipcheck'] = 'Disable IP Check';
  931. $lang['op_galaxy_settings'] = 'Galaxy View Options';
  932. $lang['op_spy_probes_number'] = 'Number of espionage probes';
  933. $lang['op_toolt_data'] = 'Information tools';
  934. $lang['op_seconds'] = 'seconds';
  935. $lang['op_max_fleets_messages'] = 'Maximum fleet messages';
  936. $lang['op_show_ally_logo'] = 'Display ally logo';
  937. $lang['op_shortcut'] = 'Shortcut';
  938. $lang['op_show'] = 'Show';
  939. $lang['op_spy'] = 'Spy';
  940. $lang['op_write_message'] = 'Write message';
  941. $lang['op_add_to_buddy_list'] = 'Add to buddylist';
  942. $lang['op_missile_attack'] = 'Missile attack';
  943. $lang['op_send_report'] = 'Send report';
  944. $lang['op_vacation_delete_mode'] = 'Vacation mode / Delete account';
  945. $lang['op_activate_vacation_mode'] = 'Enable vacation mode';
  946. $lang['op_dlte_account'] = 'Delete account';
  947. $lang['op_email_adress_descrip'] = 'You can change this email address at any time. This will be entered as a permanent address after 7 days without changes.';
  948. $lang['op_deactivate_ipcheck_descrip'] = 'IP check means that a security logout occurs automatically when the IP changes or two people are logged into an account from different IPs. Disabling the IP check may represent a security risk!';
  949. $lang['op_spy_probes_number_descrip'] = 'Number of espionage probes that can be sent directly from each scan in the Galaxy menu.';
  950. $lang['op_activate_vacation_mode_descrip'] = 'Vacation mode will protect you during long absences. It can only be activated if nothing is being built (fleet, building, or defense), nothing is being researched, and none of your fleets are underway. Once it is activated, you are protected from new attacks. Attacks that have already started will be carried out. During vacation mode, production is set to zero and must be manually returned to 100 % after vacation mode ends. Vacation mode lasts a minimum of two days and can only be deactivated after this time.';
  951. $lang['op_dlte_account_descrip'] = 'If you mark this box, your account will be deleted automatically after 7 days.';
  952. $lang['op_sort_colonization'] = 'Colonization Date';
  953. $lang['op_sort_coords'] = 'Coordinates';
  954. $lang['op_sort_alpha'] = 'Alphabetic order';
  955. $lang['op_sort_asc'] = 'Ascendant';
  956. $lang['op_sort_desc'] = 'Decreasing';
  957. //----------------------------------------------------------------------------//
  958. //BANNED
  959. $lang['bn_no_players_banned'] = 'No banned players';
  960. $lang['bn_exists'] = 'Exists ';
  961. $lang['bn_players_banned'] = ' player/s banned/s';
  962. $lang['bn_players_banned_list'] = 'List of banned players';
  963. $lang['bn_player'] = 'Player';
  964. $lang['bn_reason'] = 'Reason';
  965. $lang['bn_from'] = 'From';
  966. $lang['bn_until'] = 'Until';
  967. $lang['bn_by'] = 'By';
  968. //----------------------------------------------------------------------------//
  969. //SYSTEM
  970. $lang['sys_attacker_lostunits'] = "The attacker has lost a total of";
  971. $lang['sys_defender_lostunits'] = "The defender has lost a total of";
  972. $lang['sys_units'] = "units";
  973. $lang['debree_field_1'] = "A debris field";
  974. $lang['debree_field_2'] = "floating in the orbit of the planet.";
  975. $lang['sys_moonproba'] = "The probability that a moon emerge from the rubble is:";
  976. $lang['sys_moonbuilt'] = "The huge amount of metal and glass are functioning and form a lunar satellite in orbit the planet %s [%d:%d:%d] !";
  977. $lang['sys_attack_title'] = "Fleets clash in ";
  978. $lang['sys_attack_round'] = "Round";
  979. $lang['sys_attack_attacker_pos'] = "Aggressor";
  980. $lang['sys_attack_techologies'] = "Weapons: %d %% Shield: %d %% Armor: %d %% ";
  981. $lang['sys_attack_defender_pos'] = "Defender";
  982. $lang['sys_ship_type'] = "Type";
  983. $lang['sys_ship_count'] = "Amount";
  984. $lang['sys_ship_weapon'] = "Weapons";
  985. $lang['sys_ship_shield'] = "Shield";
  986. $lang['sys_ship_armour'] = "Armor";
  987. $lang['sys_destroyed'] = "Destroyed";
  988. $lang['fleet_attack_1'] = "The attacking fleet fires a total force of";
  989. $lang['fleet_attack_2'] = "on the defender. The defender's shields absorb";
  990. $lang['fleet_defs_1'] = "The defending fleet fires a total force of";
  991. $lang['fleet_defs_2'] = "on the attacker. The attacker's shields absorb";
  992. $lang['damage'] = "points of damage.";
  993. $lang['sys_attacker_won'] = "The attacker has won the battle";
  994. $lang['sys_defender_won'] = "The defender has won the battle";
  995. $lang['sys_both_won'] = "The battle ended in a draw";
  996. $lang['sys_stealed_ressources'] = "obtaining";
  997. $lang['sys_and'] = "and";
  998. $lang['sys_mess_tower'] = "Control Tower";
  999. $lang['sys_mess_attack_report'] = "Battle Report";
  1000. $lang['sys_spy_maretials'] = "Resources";
  1001. $lang['sys_spy_fleet'] = "Fleet";
  1002. $lang['sys_spy_defenses'] = "Fenders";
  1003. $lang['sys_mess_qg'] = "Headquarters";
  1004. $lang['sys_mess_spy_report_moon'] = "(Moon)";
  1005. $lang['sys_mess_spy_report'] = "Report espionage";
  1006. $lang['sys_mess_spy_lostproba'] = "Probability of detection of the fleet of spy : %d %% ";
  1007. $lang['sys_mess_spy_control'] = "Space Control";
  1008. $lang['sys_mess_spy_activity'] = "Espionage activity";
  1009. $lang['sys_mess_spy_ennemyfleet'] = "An enemy fleet on the planet";
  1010. $lang['sys_mess_spy_seen_at'] = "was seen near your planet";
  1011. $lang['sys_mess_spy_destroyed'] = "Your fleet has been destroyed espionage";
  1012. $lang['sys_stay_mess_stay'] = "Parking Fleet";
  1013. $lang['sys_stay_mess_start'] = "your fleet arrives on the planet";
  1014. $lang['sys_stay_mess_end'] = " and offers the following resources : ";
  1015. $lang['sys_adress_planet'] = "[%s:%s:%s]";
  1016. $lang['sys_stay_mess_goods'] = "%s : %s, %s : %s, %s : %s";
  1017. $lang['sys_colo_mess_from'] = "Colonization";
  1018. $lang['sys_colo_mess_report'] = "Report of settlement";
  1019. $lang['sys_colo_defaultname'] = "Colony";
  1020. $lang['sys_colo_arrival'] = "The settlers arrived at cordenadas ";
  1021. $lang['sys_colo_maxcolo'] = ", but, unfortunately, can not colonize, can have no more ";
  1022. $lang['sys_colo_allisok'] = ", the settlers are beginning to build a new colony.";
  1023. $lang['sys_colo_badpos'] = ", the settlers have found an environment conducive to the expansion of its empire. They decided to reverse totally disgusted ...";
  1024. $lang['sys_colo_notfree'] = ", settlers would not have found a planet with these details. They are forced to turn back completely demoralized ...";
  1025. $lang['sys_colo_planet'] = " planet ";
  1026. $lang['sys_expe_report'] = "Report of expedition";
  1027. $lang['sys_recy_report'] = "Recycling Report";
  1028. $lang['sys_expe_blackholl_1'] = "The fleet was sucked into a black hole is partially destroyed.";
  1029. $lang['sys_expe_blackholl_2'] = "The fleet was sucked into a black hole, and was completely destroyed!";
  1030. $lang['sys_expe_nothing_1'] = "Your explorers took great photos. But resources have not found";
  1031. $lang['sys_expe_nothing_2'] = "Your scouts have spent the time in the selected area. But they have not found anything.";
  1032. $lang['sys_expe_found_goods'] = "The fleet has discovered an unmanned spacecraft! <br> His scouts have recovered %s de %s, %s de %s, %s de %s y %s de %s.";
  1033. $lang['sys_expe_found_ships'] = "Your scouts have found an abandoned squad, dominated it and come back. <br> Squadron:";
  1034. $lang['sys_expe_back_home'] = "Your expedition returned to the hangar.";
  1035. $lang['sys_mess_transport'] = "Transport Fleet";
  1036. $lang['sys_tran_mess_owner'] = "One of your fleet reaches %s %s and deliver their goods: %s de %s, %s de %s y %s of %s.";
  1037. $lang['sys_tran_mess_user'] = "Found a fleet de% s% s% s coming in his libro% s% s% s units, units de% s% s% s% s units.";
  1038. $lang['sys_mess_fleetback'] = "Return of the fleet";
  1039. $lang['sys_tran_mess_back'] = "A fleet back to planet % s% s. The fleet does not give resources.";
  1040. $lang['sys_recy_gotten'] = "Your fleet arrived at the coordinates indicated and gatherers %s units %s and %s units of %s.";
  1041. $lang['sys_notenough_money'] = "You do not have enough resources to build a %s. You %s of %s, %s of %s and %s of %s and the cost of construction was %s of %s, %s of %s and %s of %s";
  1042. $lang['sys_nomore_level'] = "You try to destroy a building ( %s ).";
  1043. $lang['sys_buildlist'] = "List of building area";
  1044. $lang['sys_buildlist_fail'] = "Construcion impossible";
  1045. $lang['sys_gain'] = "Benefits";
  1046. $lang['sys_fleet_won'] = "One of your fleets returning from the planet %s %s and delivery %s of %s, %s of %s and %s of %s";
  1047. $lang['sys_perte_attaquant'] = "Forward Party";
  1048. $lang['sys_perte_defenseur'] = "Part Defender";
  1049. $lang['sys_debris'] = "Debris";
  1050. $lang['sys_destruc_title'] = "Probability of kill moon %s :";
  1051. $lang['sys_mess_destruc_report'] = "Destruction Report";
  1052. $lang['sys_destruc_lune'] = "The probability of destroying the moon is: %d %% ";
  1053. $lang['sys_destruc_rip'] = "The probability that the stars of death are destroyed is: %d %% ";
  1054. $lang['sys_destruc_stop'] = "The defender has failed to stop the destruction of the moon";
  1055. $lang['sys_destruc_mess1'] = "The shooting death stars the graviton to the orbit of the moon";
  1056. $lang['sys_destruc_mess'] = "A fleet of the planet %s [%d:%d:%d] goes to the moon of the planet [%d:%d:%d]";
  1057. $lang['sys_destruc_echec'] = ". The tremors began to shake off the surface of the moon, but something goes wrong, the graviton in the stars of death also causes tremors and death stars fly to pieces.";
  1058. $lang['sys_destruc_reussi'] = ", The tremors began to shake off the surface of the moon, after a while the moon does not support more and fly to pieces, mission accomplished, the fleet returns to home planet.";
  1059. $lang['sys_destruc_null'] = ", The stars of death did not generate the power, the mission fails and the ships returned home.";
  1060. $lang['sys_the'] = " the ";
  1061. $lang['sys_stay_mess_back'] = "One of your fleet return from ";
  1062. $lang['sys_stay_mess_bend'] = " and offers ";
  1063. //----------------------------------------------------------------------------//
  1064. //class.CheckSession.php
  1065. $lang['ccs_multiple_users'] = 'Cookie error! There are several users with this name! You must delete your cookies. In case of problems contact the administrator.';
  1066. $lang['ccs_other_user'] = 'Cookie error! Your cookie does not match the user! You must delete your cookies. In case of problems contact the administrator';
  1067. $lang['css_different_password'] = 'Cookie error! Session error, must connect again! You must delete your cookies. In case of problems contact the administrator.';
  1068. $lang['css_account_banned_message'] = 'YOUR ACCOUNT HAS BEEN SUSPENDED';
  1069. $lang['css_account_banned_expire'] = 'Expiration:';
  1070. //----------------------------------------------------------------------------//
  1071. //class.debug.php
  1072. $lang['cdg_mysql_not_available'] = 'mySQL is not available at the moment...';
  1073. $lang['cdg_error_message'] = 'Error, please contact the administrator. Error n°:';
  1074. $lang['cdg_fatal_error'] = 'FATAL ERROR';
  1075. //----------------------------------------------------------------------------//
  1076. //class.FlyingFleetsTable.php
  1077. $lang['cff_no_fleet_data'] = 'No fleet data';
  1078. $lang['cff_aproaching'] = 'They approach ';
  1079. $lang['cff_ships'] = ' ships';
  1080. $lang['cff_from_the_planet'] = 'from the planet ';
  1081. $lang['cff_from_the_moon'] = 'from the moon ';
  1082. $lang['cff_the_planet'] = 'the planet ';
  1083. $lang['cff_debris_field'] = 'debris field ';
  1084. $lang['cff_to_the_moon'] = 'to the moon ';
  1085. $lang['cff_the_position'] = 'position ';
  1086. $lang['cff_to_the_planet'] = ' to planet ';
  1087. $lang['cff_the_moon'] = ' the moon ';
  1088. $lang['cff_from_planet'] = 'the planet ';
  1089. $lang['cff_from_debris_field'] = 'the debris field ';
  1090. $lang['cff_from_the_moon'] = 'of the moon ';
  1091. $lang['cff_from_position'] = 'position ';
  1092. $lang['cff_missile_attack'] = 'Missile attack';
  1093. $lang['cff_from'] = ' from ';
  1094. $lang['cff_to'] = ' to ';
  1095. $lang['cff_one_of_your'] = 'One of your ';
  1096. $lang['cff_a'] = 'One ';
  1097. $lang['cff_of'] = ' of ';
  1098. $lang['cff_goes'] = ' goes ';
  1099. $lang['cff_toward'] = ' toward ';
  1100. $lang['cff_with_the_mission_of'] = '. With the mission of: ';
  1101. $lang['cff_to_explore'] = ' to explore ';
  1102. $lang['cff_comming_back'] = ' back ';
  1103. $lang['cff_back'] = 'Comming back';
  1104. $lang['cff_to_destination'] = 'Heading to destination';
  1105. //----------------------------------------------------------------------------//
  1106. // EXTRA LANGUAGE FUNCTIONS
  1107. $lang['fcm_moon'] = 'Moon';
  1108. $lang['fcp_colony'] = 'Colony';
  1109. $lang['fgp_require'] = 'Requires: ';
  1110. $lang['fgf_time'] = 'Construction Time: ';
  1111. //----------------------------------------------------------------------------//
  1112. // CombatReport.php
  1113. $lang['cr_lost_contact'] = 'Contact was lost with the attacking fleet.';
  1114. $lang['cr_first_round'] = '(The fleet was destroyed in the first round)';
  1115. $lang['cr_type'] = 'Type';
  1116. $lang['cr_total'] = 'Total';
  1117. $lang['cr_weapons'] = 'Weapons';
  1118. $lang['cr_shields'] = 'Shields';
  1119. $lang['cr_armor'] = 'Armor';
  1120. $lang['cr_destroyed'] = 'Destroyed!';
  1121. //----------------------------------------------------------------------------//
  1122. // FleetAjax.php
  1123. $lang['fa_not_enough_probes'] = 'Error, no sufficient probes';
  1124. $lang['fa_galaxy_not_exist'] = 'Error, the galaxy does not exist';
  1125. $lang['fa_system_not_exist'] = 'Error, the system does not exist';
  1126. $lang['fa_planet_not_exist'] = 'Error, the planet does not exist';
  1127. $lang['fa_not_enough_fuel'] = 'Error, you do not have enough fuel';
  1128. $lang['fa_no_more_slots'] = 'Error, you have no more slots available fleet';
  1129. $lang['fa_no_recyclers'] = 'Error, recyclers are not available';
  1130. $lang['fa_mission_not_available'] = 'Error, the mission is not available';
  1131. $lang['fa_no_ships'] = 'Error, no available ships';
  1132. $lang['fa_vacation_mode'] = 'Error, the player is in vacation mode';
  1133. $lang['fa_week_player'] = 'Error, the player is too weak';
  1134. $lang['fa_strong_player'] = 'Error, the player is too strong';
  1135. $lang['fa_not_spy_yourself'] = 'Error, can not spy on yourself';
  1136. $lang['fa_not_attack_yourself'] = 'Error, can not attack yourself';
  1137. $lang['fa_action_not_allowed'] = 'Error, action not permitted';
  1138. $lang['fa_vacation_mode_current'] = 'Error, you are in vacation mode';
  1139. $lang['fa_sending'] = 'Sending';
  1140. //----------------------------------------------------------------------------//
  1141. // MissilesAjax.php
  1142. $lang['ma_silo_level'] = 'You must be at least level 4 silo';
  1143. $lang['ma_impulse_drive_required'] = 'You must investigate the Impulse Drive.';
  1144. $lang['ma_not_send_other_galaxy'] = 'You can not send missiles to another galaxy.';
  1145. $lang['ma_planet_doesnt_exists'] = 'The objective world does not exist.';
  1146. $lang['ma_cant_send'] = 'You can not send ';
  1147. $lang['ma_missile'] = ' missiles, have only ';
  1148. $lang['ma_wrong_target'] = 'Wrong Target';
  1149. $lang['ma_no_missiles'] = 'There are no available Interplanetary Missile';
  1150. $lang['ma_add_missile_number'] = 'Enter the number of missiles that you want to send';
  1151. $lang['ma_misil_launcher'] = 'Rocket Launcher';
  1152. $lang['ma_small_laser'] = 'Light Laser';
  1153. $lang['ma_big_laser'] = 'Heavy Laser';
  1154. $lang['ma_gauss_canyon'] = 'Gauss Cannon';
  1155. $lang['ma_ionic_canyon'] = 'Ion Cannon';
  1156. $lang['ma_buster_canyon'] = 'Plasma Turret';
  1157. $lang['ma_small_protection_shield'] = 'Small Shield Dome';
  1158. $lang['ma_big_protection_shield'] = 'Large Shield Dome';
  1159. $lang['ma_all'] = 'All';
  1160. $lang['ma_missiles_sended'] = ' interplanetary missiles were sent. Main objective: ';
  1161. $lang["ma_all_destroyed"] ='All interplanetary missiles has been destoyed by interceptor missiles.';
  1162. $lang['ma_planet_without_defens'] ='Planet without dedenses';
  1163. $lang['ma_some_destroyed'] =' has been destroyed by interceptor missiles.';
  1164. $lang['ma_missile_attack'] ="";
  1165. $lang['ma_missile_string'] ='Missiles attack (%1%) from %2% arrive to planet %3% <br><br>';
  1166. ?>