home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / patches / tm11.exe / ENGLISH.CGS next >
Text File  |  1996-05-21  |  31KB  |  855 lines

  1. 1 LANGUAGE // 1 is Windows Country Code for US English
  2. BEGIN
  3.  
  4.   "usewinfont", "no"
  5.   "englishname", "English"
  6.  
  7. // Fonts
  8.   "f_large", "Arial"
  9.   "f_larges", "25"
  10.   "f_med", "Arial"
  11.   "f_meds", "13"
  12.   "f_small", "Arial"
  13.   "f_smalls", "10"
  14.   "f_smallb", "Arial"
  15.   "f_smallbs", "10"
  16.  
  17. // Status bar button
  18.   "sb_sentry",  "Sentry: Stationary unless attacked"
  19.   "sb_control",    "Control: Player control only"
  20.   "sb_flee",    "Fast: Enables/disables fast walking"
  21.   "sb_info",    "Info: Display mission objectives information"
  22.   "sb_defense", "Defensive: Defensive attack mode"
  23.   "sb_attack",  "Attack: Normal attack mode"
  24.   "sb_beserk",    "Beserk: Berserk attack mode"
  25.   "sb_quit",    "Quit: Quit current mission"
  26.   "sb_group",    "Group: Turn group mode on and off"
  27.   "sb_menu",    "Menu: Pop up game menu"
  28.  
  29. // First name
  30.   "fn1", "John"
  31.   "fn2", "Bret"
  32.   "fn3", "Frank"
  33.   "fn4", "James"
  34.   "fn5", "Scott"
  35.   "fn6", "Ted"
  36.   "fn7", "Phillip"
  37.   "fn8", "Jack"
  38.   "fn9", "Mark"
  39.   "fn10", "Bill"
  40.   "fn11", "Roger"
  41.   "fn12", "Robert"
  42.   "fn13", "Arnold"
  43.   "fn14", "Greg"
  44.   "fn15", "Charles"
  45.   "fn16", "David"
  46.   "fn17", "Nick"
  47.   "fn18", "Brad"
  48.   "fn19", "Richard"
  49.  
  50. // Last name
  51.   "ln1", "Abramson"
  52.   "ln2", "Makenzie"
  53.   "ln3", "Johnson"
  54.   "ln4", "Smith"
  55.   "ln5", "Hoffmeyer"
  56.   "ln6", "Whitfield"
  57.   "ln7", "Jennings"
  58.   "ln8", "Thomas"
  59.   "ln9", "Morris"
  60.   "ln10", "Benford"
  61.   "ln11", "Chandler"
  62.   "ln12", "Mayhew"
  63.   "ln13", "Lewis"
  64.   "ln14", "Jackson"
  65.   "ln15", "Williams"
  66.   "ln16", "Ratcliffe"
  67.   "ln17", "Drake"
  68.   "ln18", "Nelson"
  69.   "ln19", "Lefevre"
  70.   "ln20", "Macaran"
  71.   "ln21", "Huxley"
  72.   "ln22", "Owens"
  73.   "ln23", "Parsons"
  74.   "ln24", "Rydell"
  75.   "ln25", "Selvage"
  76.   "ln26", "Turner"
  77.   "ln27", "Neuman"
  78.   "ln28", "Heidrick"
  79.   "ln29", "Gray"
  80.   "ln30", "Lewis"
  81.  
  82. // rank
  83.   "rank1", "2nd Lt."
  84.   "rank2", "1st Lt."
  85.   "rank3", "Capt."
  86.   "rank4", "Major"
  87.   "rank5", "Colonel"
  88.  
  89. // Main menu screen
  90.   "me_108th",    "Mayhem: 108th Mechanized"
  91.   "me_edf9000",  "UNIT INFORMATION SYSTEM EDF-9000  Version 3.21  Revision 6"
  92.   "me_menu",     "Menu"
  93.   "me_new",      "New Game"
  94.   "me_continue", "Continue Game"
  95.   "me_editor",   "Level Editor"
  96.   "me_credit",   "Game Credits"
  97.   "me_register", "Language" //"Register Game"
  98.   "me_exit",     "Exit Game"
  99.   "me_replay",   "Replay Intro"
  100.  
  101. // Main hall screen
  102.   "mh_repair",   "Robotics Lab"
  103.   "mh_armory",   "Armory"
  104.   "mh_brief",    "Briefing Room"
  105.   "mh_quarters", "Quarters"
  106.   "mh_menu",     "Main Menu"
  107.   "mh_exit",     "Exit"
  108.  
  109. // Briefing Room screen
  110.   "br_hall", "Main Hall"
  111.   "br_object", "Mission Objectives"
  112.   "br_begin", "Begin Mission"
  113.  
  114. // Armory screen
  115.   "arm_buy", "Buy or Sell Equipment"
  116.  
  117. // Buysell panel
  118.   "buy_purch", "Purchase"
  119.   "buy_sell", "Sell"
  120.   "buy_credit", "Credits"
  121.   "buy_cost", "Cost"
  122.   "buy_info", "Information"
  123.   "buy_exp", "Experience"
  124.   "buy_power", "Power"
  125.   "buy_qty", "Quantity"
  126.   "buy_strength", "Strength"
  127.   "buy_damage", "Damage"
  128.   "buy_rounds", "Rounds"
  129.   "buy_na", "N/A"
  130.  
  131. // Robot Panel
  132.   "ro_item", "ITEM"
  133.   "ro_credit", "CREDITS"
  134.   "capacity", "Capacity"
  135.   "power", "Power"
  136.   "shield", "Shield"
  137.   "armor", "Armor"
  138.  
  139. // Buttons
  140.   "b_prev", "PREV"
  141.   "b_next", "NEXT"
  142.   "b_buy", "BUY"
  143.   "b_sell", "SELL"
  144.   "b_done", "DONE"
  145.   "b_power", "POWER"
  146.   "b_armor", "ARMOR"
  147.   "b_shield", "SHIELD"
  148.  
  149. // Save and load screen
  150.   "entername", "Enter game name to save"
  151.   "loadgame", "Enter game name to load"
  152.   "savegame", "Save Game"
  153.   "load", "Load"
  154.   "replace", "Replace"
  155.  
  156. // Objective viewing screen
  157.   "obj_mission", "Mission"
  158.  
  159. // Credits
  160.   "ben", "Benjamin Cooley"
  161.   "jong", "Jong-Beum Yoon"
  162.  
  163.   "art", "Concept Art"
  164.   "alex", "Alexandru Toader"
  165.   "eric", "Eric Simmons"
  166.  
  167.   "robert", "Robert Loiseau"
  168.   "young", "Young Chung"
  169.   "jared", "Jared Updike"
  170.   "steve", "Stephen Blinick"
  171.   "david", "David Graham"
  172.   "ian", "Ian Segal"
  173.   "john", "John Sommer"
  174.   "produce", "Produced and Directed by"
  175.   "co-prod", "Co-Producer"
  176.   "pixelart", "Pixel Art"
  177.   "3dmodel", "3D Modeling"
  178.   "leadprog", "Lead Programer"
  179.   "program", "Programmers"
  180.   "matt", "Matthew Collins"
  181.   "charles", "Charles Doty"
  182.   "dan", "Dan Lyons"
  183.   "cintest", "Cinematix Testing"
  184.   "karl", "Karl Rhoda"
  185.  
  186.   "cinspec", "Special Thanks"
  187.   "sherwood", "Andy Shewood"
  188.   "btucker", "Brian Tucker"
  189.   "mfisher", "Mike Fisher"
  190.   "woo", "Je Hwa Woo"
  191.   "han", "Dong Ho Han"
  192.   "lee", "Myung Ho Lee"
  193.   "slee", "Seung Hyo Lee"
  194.   "gil", "Kil Joo Kuk"
  195.   "solee", "Seung Ok Lee"
  196.   "hee", "Hee Jung Yoo"
  197.   "jfoote", "James Foote"
  198.  
  199.   "domprod", "Managing Producer - Domark"
  200.   "mmiller", "Matt Miller"
  201.   "domltest", "Testing Director - Domark"
  202.   "pgelber", "Philip B. Gelber"
  203.   "domtest", "Testing - Domark"
  204.   "pbaker", "Phillip Baker"
  205.   "dlee", "Dave Lee"
  206.   "domspec", "Special Thanks - Domark"
  207.   "dpool", "James Poole"
  208.   "theboz", "Colin Boswell"
  209.   "lifelike", "Lifelike Productions"
  210.   "digins", "Digital Insight"
  211.  
  212.   "vidseq", "Video Sequences"
  213.   "create", "Creat Studios"
  214.  
  215.   "crprod", "Producer - Creat"
  216.   "crprod1", "Daniel Prousline"
  217.   "crexpr", "Executive Producer - Creat"
  218.   "crexpr1", "Anton Petrov"
  219.   "crartdir", "Art Director - Creat"
  220.   "crartdir1", "Dmitriy Kholodov"
  221.   "crprdir", "Production Designer - Creat"
  222.   "crprdir1", "Vladimir Alexandrov"
  223.   "cr3d", "3D Design and Modeling - Creat"
  224.   "cr3d1", "Yuriy Chernish, Sergey Boginskiy,  Andrei Petrov"
  225.   "cr3d2", "Dmitriy Kholodov, Avenir Sniatkov"
  226.   "cranim", "Animator - Creat"
  227.   "cranim1", "Avenir Sniatkov"
  228.   "crpostpr", "Post Production - Creat"
  229.   "crpostpr1", "Yuriy Chernish"
  230.   "crtechas", "Technical Assistance - Creat"
  231.   "crtechas1", "Natalia Meilounas, Andrei Iones"
  232.  
  233.   "sound", "Sound Provided by"
  234.   "hmi", "Human Machine Interface"
  235.   "windir", "WinDirect Graphics System"
  236.   "scitech", "SciTech Software, Inc."
  237.  
  238. // Panel stuff
  239.   "pan_menu", "Game Menu"
  240.   "pan_op", "Game Options"
  241.   "pan_obj", "Mission Objectives"
  242.   "pan_comp", "Mission Complete"
  243.   "pan_fail", "Mission Failed"
  244.   "pan_dropkey", "Failsafe Was Lost"
  245.   "pan_quit", "Game Quit"
  246.   "pan_objective", "Objective"
  247.   "pan_completed", "Completed"
  248.   "pan_gameover", "Game Over"
  249.  
  250. // Loading Screen
  251.   "loading", "Loading Mission %d"
  252.   "wait", "Please wait..."
  253.  
  254. // Options
  255.   "op_high",  "High     "
  256.   "op_low",   "Low      "
  257.   "op_blank", "         "
  258.   "op_on",    "On       "
  259.   "op_off",   "Off      "
  260.   "op_easy",  "Easy     "
  261.   "op_medium","Medium   "
  262.   "op_diffic","Difficult"
  263.  
  264.   "op_vol", "Music Volume: "
  265.   "op_qual", "Music Quality: "
  266.   "op_sound", "Effects Volume: "
  267.   "op_diff", "Game Difficulty: "
  268.   "op_invul", "Invulnerability: "
  269.   "op_accu", "Weapons Accuracy: "
  270.   "op_kor", "Korean Version: "
  271.  
  272.   "objcomp", "completed"
  273.   "objfail", "failed"
  274.   "health", "Health"
  275.   "shield", "Shield"
  276.   "power", "Power"
  277.   "armor", "Armor"
  278.   "mechs", "Mechs"
  279.  
  280.   "nowea", "No weapon currently selected"
  281.   "curwea", "Current Weapon"
  282.   "dumpan", "Empty Dummy Panels"
  283.  
  284.   "useitem", "Usable Item"
  285.  
  286.   "ammo", "Ammo"
  287.   "dmg", "Dmg"
  288.   "left", "Left"
  289.  
  290.   "weapon",    "Weapon"
  291.   "acc", "Acc"
  292.   "cycle", "Cycle"
  293.  
  294.   "misscomp", "Mission completed!"
  295.   "objleft", "objectives left for this mission"
  296.  
  297. // Mission complete panel
  298.   "mc_mstat", "Mission Stats"
  299.   "mc_num", "Num"
  300.   "mc_experience", "Experience"
  301.   "mc_exp", "Exp"
  302.   "mc_credit", "Credits"
  303.   "mc_newtech", "New Technology"
  304.  
  305.   "mc_objcomp", "Objectives Completed"
  306.   "mc_tech", "Technology Retrieved"
  307.   "mc_mech", "Mechs Eliminated"
  308.   "mc_resource", "Resources Retrieved"
  309.   "mc_lost", "Personnel Lost"
  310.   "mc_tstat", "Team Stats"
  311.   "mc_status", "Status"
  312.   "mc_promo", "Promoted"
  313.   "mc_killed", "K.I.A."
  314.   "mc_ok", "OK"
  315.   "mc_recruit", "Recruit"
  316.   "mc_total", "Total"
  317.   "mc_prevmiss", "Prev. Mission"
  318.   "mc_prevexp", "Prev.Exp"
  319.   "mc_earned", "Earned"
  320.   "mc_nextrecruit", "Next Recruit at %d"
  321.  
  322. //////////////////////////////////////////////////////////////
  323. // Weapon
  324.   "wp_laser", "Laser Rifle"
  325.   "wp_grenade", "Gren. Laun."
  326.   "wp_plasma", "Plasma Gun"
  327.   "wp_mini", "Mini Gun"
  328.   "wp_rocket", "Rocket Laun."
  329.  
  330.  //ammo
  331.   "am_glasrco", "Green Laser Module"
  332.   "am_blasrco", "Blue Laser Module"
  333.   "am_ylasrco", "Yellow Laser Module"
  334.   "am_rlasrco", "Red Laser Module"
  335.  
  336. // Grenade Launcher ammo
  337.   "gr_he", "HE Grenades"
  338.   "gr_plasma", "Plasma Grenades"
  339.   "gr_disrup", "Disruptor Grenades"
  340.   "gr_ap", "AP Grenades"
  341.  
  342. // Plasma Gun ammo
  343.   "pl_he", "HE Plasma"
  344.   "pl_randon", "Radon Plasma"
  345.   "pl_em", "EM Plasma"
  346.   "pl_react", "Reactive Plasma"
  347.  
  348. // Mini Gun ammo
  349.   "mi_lead", "Lead Tip Shells"
  350.   "mi_ur", "Depleted Uranium Shells"
  351.   "mi_exp", "Explosive Shells"
  352.   "mi_disrup", "Disruptor Shells"
  353.  
  354. // Rocket Launcher ammo
  355.   "ro_he", "HE Rocket"
  356.   "ro_plasm", "Plasma Rocket"
  357.   "ro_disrup", "Disruptor Rocket"
  358.   "ro_ap", "AP Rocket"
  359.  
  360. // Items
  361.   "it_shape", "Shaped Charge"
  362.   "it_shape_ammo", "Shaped Charge Ammo"
  363.   "it_proxi_mine", "Proximity Mine"
  364.   "it_proxi_mine_ammo", "Proximity Mine Ammo"
  365.   "it_rem_bomb", "Remote Bomb"
  366.   "it_rem_bomb_ammo", "Bomb Ammo"
  367.   "it_conI", "Mech Controller"
  368.   "it_conII", "Advanced Controller"
  369.   "it_invdev", "Invizo Device"
  370.   "it_invul", "Invulnerability"
  371.   "it_mdetect", "Mine Detector"
  372.   "it_aiscr", "AI Scrambler"
  373.   "it_medkit", "Med Kit"
  374.   "it_bat", "Battery"
  375.  
  376.   "it_detonate", "Bomb Detonator"
  377.  
  378.   "it_yellow_key", "Yellow Key"
  379.   "it_red_key", "Red Key"
  380.   "it_blue_key", "Blue Key"
  381.   "it_green_key", "Green Key"
  382.  
  383.  
  384. //***********************
  385. //*      short name     *
  386. //***********************
  387. // Weapon
  388.   "s_wp_laser", "Laser Rifle"
  389.   "s_wp_grenade", "Gren Launch"
  390.   "s_wp_plasma", "Plasma Gun"
  391.   "s_wp_mini", "Mini Gun"
  392.   "s_wp_rocket", "Rocket Laun"
  393.  
  394.  //ammo
  395.   "s_am_glasrco", "Green Laser Coil"
  396.   "s_am_blasrco", "Blue Laser Coil"
  397.   "s_am_ylasrco", "Yellow Laser Coil"
  398.   "s_am_rlasrco", "Red Laser Coil"
  399.  
  400. // Grenade Launcher ammo
  401.   "s_gr_he", "HE Grenades"
  402.   "s_gr_plasma", "Plasma Grenades"
  403.   "s_gr_disrup", "Disruptor Grenades"
  404.   "s_gr_ap", "AP Grenades"
  405.  
  406. // Plasma Gun ammo
  407.   "s_pl_he", "HE Plasma"
  408.   "s_pl_randon", "Radon Plasma"
  409.   "s_pl_em", "EM Plasma"
  410.   "s_pl_react", "Reactive Plasma"
  411.  
  412. // Mini Gun ammo
  413.   "s_mi_lead", "Lead Tipped Shells"
  414.   "s_mi_ur", "Depleted Uranium Shells"
  415.   "s_mi_exp", "Explosive Shells"
  416.   "s_mi_disrup", "Disruptor Shells"
  417.  
  418. // Rocket Launcher ammo
  419.   "s_ro_he", "HE Rocket"
  420.   "s_ro_plasm", "Plasma Rocket"
  421.   "s_ro_disrup", "Disruptor Rocket"
  422.   "s_ro_ap", "AP Rocket"
  423.  
  424. // Items
  425.   "s_it_shape", "Shaped Charge"
  426.   "s_it_shape_ammo", "Shap Ch Ammo"
  427.   "s_it_proxi_mine", "Proximity Mine"
  428.   "s_it_proxi_mine_ammo", "Proximity Mine Ammo"
  429.   "s_it_rem_bomb", "Remote Bomb"
  430.   "s_it_rem_bomb_ammo", "Remote Bomb Ammo"
  431.   "s_it_conI", "Robot Controller"
  432.   "s_it_conII", "Advanced Controller"
  433.   "s_it_invdev", "Invizo Device"
  434.   "s_it_invul", "Invulnerability Device"
  435.   "s_it_mdetect", "Mine Detector"
  436.   "s_it_aiscr", "A.I. Scrambler"
  437.   "s_it_medkit", "Med Kit"
  438.   "s_it_bat", "Battery"
  439.   "s_it_detonate", "Bomb Detonator"
  440.  
  441.   "s_it_yellow_key", "Yellow Key"
  442.   "s_it_red_key", "Red Key"
  443.   "s_it_blue_key", "Blue Key"
  444.   "s_it_green_key", "Green Key"
  445.  
  446.   "it_cred1", "Iron"
  447.   "it_cred2", "Composites"
  448.   "it_cred3", "Titanium"
  449.   "it_cred4", "Gold"
  450.   "it_cred5", "Plutonium"
  451.  
  452.   "it_power1", "Ion Field"
  453.   "it_power2", "Pulse Ion"
  454.   "it_power3", "Poly-Ionic"
  455.   "it_power4", "Quantum Phase"
  456.   "it_power5", "Quantum Plasma"
  457.  
  458.   "it_shield1", "Inductive"
  459.   "it_shield2", "Polyphase"
  460.   "it_shield3", "Muon/Deutron"
  461.   "it_shield4", "Pulse Quanta"
  462.   "it_shield5", "Phased Quanta"
  463.  
  464.   "it_armor1", "Titanium/Steel"
  465.   "it_armor2", "Steel/Admant"
  466.   "it_armor3", "Steel/Composite"
  467.   "it_armor4", "Admant/Polyphase"
  468.   "it_armor5", "Poly-Composite"
  469.  
  470.   "pwrabr1", "Ion Field"
  471.   "pwrabr2", "Pulse Ion"
  472.   "pwrabr3", "Poly-Ion"
  473.   "pwrabr4", "Qtm Phase"
  474.   "pwrabr5", "Qtm Plasma"
  475.  
  476.   "shlabr1", "Inductive"
  477.   "shlabr2", "Polyphase"
  478.   "shlabr3", "Muon/Deut"
  479.   "shlabr4", "Pulse Qta"
  480.   "shlabr5", "Phase Qta"
  481.  
  482.   "armabr1", "Titanium/Steel"
  483.   "armabr2", "Steel/Adm"
  484.   "armabr3", "Steel/Comp"
  485.   "armabr4", "Adm/Poly"
  486.   "armabr5", "Poly-Comp"
  487.  
  488.  // Game messages
  489.   "gmsg_nopower", "%s is out of power"
  490.   "gmsg_hurtbad", "%s is seriously injured"
  491.   "gmsg_killed", "%s has been killed"
  492.   "gmsg_persuade", "%s will now temporarily follow you"
  493.   "gmsg_inviso", "%s is now invisible"
  494.   "gmsg_invuln", "%s is now invulnerable"
  495.   "gmsg_pshift", "%s is now phase shifted"
  496.   "gmsg_control", "%s will now temporarily fight on your side"
  497.   "gmsg_aiscram", "%s's AI system is temporarily scrambled"
  498.   "gmsg_gotitem", "%s has recovered: %s"
  499.   "gmsg_toomany", "%s has too many items in inventory"
  500.   "gmsg_exityn", "Exit Game? (Y/N)"
  501.   "gmsg_endyn", "End Mission? (Y/N)"
  502.  
  503.  // Network stuff
  504.   "net_msg:", "Message: %s"
  505.   "net_reenter", "Player %s has reentered the game"
  506.   "net_stimeout", "Timed out waiting for other players"
  507.   "net_left", "Player %s has left the game"
  508.   "net_hostleft", "Host has Left the Game"
  509.   "net_synclost", "Netplay resync: was unable to resend %d messages, %d total lost"
  510.   "net_restore", "Player %s has just been ressurected"
  511.   "net_green", "Green"
  512.   "net_yellow", "Yellow"
  513.   "net_purple", "Purple"
  514.   "net_blue", "Blue"
  515.   "net_red", "Red"
  516.   "net_newsess", "Create New Session"
  517.   "net_plyr", "%s - Color %s"
  518.   "net_chsprv", "Choose a Network Provider"
  519.   "net_sesscr", "Session screen"
  520.   "net_prvinfo", "Wecome to the MAYHEM Direct Play network startup wizard."\
  521.      "To begin the network version of MAYHEM, you will need to select the"\
  522.      " direct play provider, the game session, and enter your own name and nickname."
  523.   "net_selprv", "Please select the Direct Play provider from the list below."
  524.   "net_back", "<Back"
  525.   "net_next", "Next>"
  526.   "net_cancel", "Cancel"
  527.   "net_sesinfo", "Please select the session you wish to join,"\
  528.      " or select 'Create New Session' to create your own session."
  529.   "net_avlses",    "Available sessions"
  530.   "net_nameinfo", "Now enter the name of your player."\
  531.      "  Try to pick a short name such as 'Shadow', or 'Viper'"
  532.   "net_entname", "Enter your name"
  533.   "net_misinfo", "Select the mission and the type of game for this Net MAYHEM session below."
  534.   "net_selmis", "Select a mission"
  535.   "net_selgtype", "Select game type"
  536.   "net_coop", "Cooperative - Fight together against robots"
  537.   "net_death", "Deathmatch - Every mech for himself"
  538.   "net_dlimdesc", "Game ends after"
  539.   "net_dlmin", "Minutes"
  540.   "net_dlkill", "Kills"
  541.   "net_capt", "Capture Flag - Colored teams guard flags"
  542.   "net_uenemy", "Show enemy robots in game"
  543.   "net_whatmis", "Mission:"
  544.   "net_selcolor", "Select your color (or team for capture flag)"
  545.   "net_whatplyrs", "Players in this Session"
  546.   "net_msgdisp", "Messages"
  547.   "net_sendbtn", "Send"
  548.   "net_playbtn", "Play"
  549.   "net_noprov", "Can't open provider!\n"
  550.   "net_badname", "You must enter a valid name"
  551.   "net_sessstr", "%s's Session"
  552.   "net_nosess", "Unable to create session!"
  553.   "net_noplyr", "Unable to create player!"
  554.   "net_noopensess", "Unable to open session!"
  555.   "net_sessfull", "Unable to create player.  This session may already be full!"
  556.   "net_twoplyrs", "You need at least two players to begin the game."
  557.   "net_noinit", "Can't initialize network"
  558.   "net_nowin31", "Net Mayhem can only be played in Windows 95"
  559.   "net_zeroprov", "No Providers"
  560.   "net_defname", "Name"
  561.   "net_nickname", "Nickname"
  562.   "net_load", "Loading Network Mission..."
  563.   "net_plswait", "PLEASE WAIT"
  564.   "net_dmmscore", "Score: kills %d killed %d  Time Left: %d:%02d"
  565.   "net_dmkscore", "Score: kills %d killed %d  Kills Left: %d"
  566.   "net_cfscore", "Score: Kills %d, been killed %d, teams %d"
  567.   "net_beenshot", "You've just been smoked by %s"
  568.   "net_youshot", "You've just wasted %s"
  569.   "net_theyshot", "%s has just been bumped off by %s"
  570.   "net_fool", "Great.. you've just gone and snuffed yourself.."
  571.   "net_bigdie1", "You're Toast"
  572.   "net_bigdie2", "You're History"
  573.   "net_bigdie3", "You're Dead Meat"
  574.   "net_bigdie4", "You're Scrap Metal"
  575.   "net_teamout1", "Green Team Eliminated"
  576.   "net_teamout2", "Yellow Team Eliminated"
  577.   "net_teamout3", "Purple Team Eliminated"
  578.   "net_teamout4", "Blue Team Eliminated"
  579.   "net_teamout5", "Red Team Eliminated"
  580.  
  581.   "netc_statp", "Stats"
  582.   "netc_killed", "KILLED"
  583.   "netc_killers", "KILLERS"
  584.   "netc_total", "TOTAL"
  585.   "netc_statdesc", "Network Game Scores.."
  586.  
  587.  // Sound config stuff
  588.   "sound_card", "Sound Card"
  589.   "sound_irq", "IRQ"
  590.   "sound_port", "Port"
  591.   "sound_dma", "DMA"
  592.   "sound_ok", "Ok"
  593.   "sound_cancel", "Cancel"
  594.  
  595.  // Robots
  596.   "c_2nd", "2nd Leiutenant"
  597.   "c_1st", "1st Leiutenant"
  598.   "c_capt", "Captain"
  599.   "c_maj", "Major"
  600.   "c_col", "Colonel"
  601.  
  602.   "c_gol", "Golem"
  603.   "c_sk", "Skate"
  604.   "c_tur", "Turret"
  605.   "c_tnk", "Tank"
  606.   "c_wlk", "Walker"
  607.   "c_lng", "Longhead"
  608.   "c_ovr", "Overlord"
  609.   "c_bble", "Bomb"
  610.   "c_craw", "Craw"
  611.   "c_enf", "Enforcer"
  612.  
  613.   "it_grasskey1", "Solomon Failsafe"
  614.   "it_grasskey2", "Solomon Failsafe"
  615.   "it_grasskey3", "Solomon Failsafe"
  616.   "it_grasskey4", "Solomon Failsafe"
  617.  
  618.   "it_desertkey1", "Vallence Failsafe"
  619.   "it_desertkey2", "Vallence Failsafe"
  620.   "it_desertkey3", "Vallence Failsafe"
  621.  
  622.   "it_snowkey1", "Arapol Failsafe"
  623.   "it_snowkey2", "Arapol Failsafe"
  624.   "it_snowkey3", "Arapol Failsafe"
  625.  
  626.   "it_junglekey1", "Planetary Failsafe"
  627.   "it_junglekey2", "Planetary Failsafe"
  628.   "it_junglekey3", "Planetary Failsafe"
  629.   "it_junglekey4", "Planetary Failsafe"
  630.   "it_junglekey5", "Planetary Failsafe"
  631.  
  632.   // Object descriptions..
  633.  
  634. "wp_laser_d", "The A-24 laser rifle is an accurate weapon that can be used for both "\
  635. "close in combat, and aimed distance shots.  It has a fast regeneration "\
  636. "cycle, and packs a heavy punch that should penetrate the shields of "\
  637. "any enemy mechs with only a few solid hits."
  638.  
  639. "am_glasrco_d", "The LA-1 green neon laser module produces a short burst of laser energy "\
  640. "adequate to penetrate the shields of most of the light security mechs.  It "\
  641. "is not as effective, however, on more heavily armored or shielded models."
  642.  
  643. "am_blasrco_d", "The LA-2 blue plasma laser module uses plasma loopback technology to "\
  644. "enhance the power output of the basic neon laser.  This technology increases "\
  645. "the effective strength of the laser to take on more heavily armored mechs."
  646.  
  647. "am_ylasrco_d", "The LA-3 yellow argon laser uses a new supercooled argon/neon coil to "\
  648. "increase the performance of the basic green neon coil.  The result is "\
  649. "a burst of energy that can eliminate small mechs in a single shot, and "\
  650. "larger mechs in a few short bursts."
  651.  
  652. "am_rlasrco_d", "The red beam of the LA-4 is the ultimate in laser technology.  This beam "\
  653. "is produced using an enhanced infrared multiplier prism which geometrically "\
  654. "increases burst power as more energy is applied.  The resulting red beam is "\
  655. "effective on even the most heavily armored mechs."
  656.  
  657. "wp_grenade_d", "The M-2 grenade launcher should be held in reserve for situations in "\
  658. "which the enemy are collected in a small area, or a light barrier bars the "\
  659. "way of your team.   The grenades that arm the launcher are rather expensive, "\
  660. " and the explosions will damage both friend and foe."
  661.  
  662. "gr_he_d", "The HE grenade pack uses standard high explosive TNT shells, and has "\
  663. "an effective blast radius of about 5 meters.  HE Grenades are effective against "\
  664. "most medium armored mechs."
  665.  
  666. "gr_plasma_d", "Each plasma grenade contains a small modified plasma coil which is "\
  667. "set to superheat on impact.  The resulting blast has a radius of about 10 meters, "\
  668. "and is highly effective against medium armor, and moderately effective against heavy "\
  669. "armor."
  670.  
  671. "gr_disrup_d", "Disruptor grenades contain highly volatile disruption anomalies which are "\
  672. "released on impact.  The resulting explosion has a blast of about 15 meters, and is "\
  673. "effective against even heavily armored mechs."
  674.  
  675. "gr_ap_d", "AP grenades were designed to penetrate the shield and armor of the heaviest "\
  676. "mechs.  The forward tip of the AP grenade is actually a shaped phase explosive, which "\
  677. "allows it to quickly penetrate the strongest shields and thickest armor."
  678.  
  679. "wp_mini_d", "The AF-2 mini gun is a good close range weapon.  Though the damage caused "\
  680. "by an individual slug is minimal, a constant stream of lead will soon be enough "\
  681. "to defeat any enemy shield and armor."
  682.  
  683. "mi_lead_d", "The MA-1 lead tipped shell pack contains 100 rounds of standard lead slug "\
  684. "mini gun shells.  Lead tipped shells are good against light to medium armored mechs."
  685.  
  686. "mi_ur_d", "The MA-2 depleted uranium shell pack contains 100 rounds of depleted uranium "\
  687. "slug shells.  Due to their larger atomic weight, and consequently greater "\
  688. "momentum, DU shells are highly effective against light and medium mechs."
  689.  
  690. "mi_exp_d", "The MA-3 explosive shells pack contains 100 rounds of explosive tipped mini "\
  691. "gun shells.  The explosives contained in the shell tip were specifically designed "\
  692. "to penetrate mech armor, and are effective against even heavy mechs."
  693.  
  694. "mi_disrup_d", "The 100 shells in MA-4 disruptor shell pack each contain a small "\
  695. "disruption anomaly which, upon release, creates a small realspace matrix discontinuity. "\
  696. "A mini gun equipped with disruptor shells can easily destroy the heaviest of mechs."
  697.  
  698. "wp_plasma_d", "The XP-4 plasma discharge rifle fires bursts of "\
  699. "deuterium plasma heated to 1.3 million degrees Celsius.  A direct hit "\
  700. "will vaporize an unshielded target, and severely sear a shielded one. "\
  701. "Plasma fire however is slow and can be easily evaded."
  702.  
  703. "pl_he_d", "The AP-HE plasma coil releases a high energy HEAT plasma bolt which reacts"\
  704. "explosively with the shields and armor of the target on contact.  The HE plasma coil "\
  705. "is effective against light to medium armored mechs."
  706.  
  707. "pl_randon_d", "AP-R radon plasma coils take advantage of the pulse/wave effect of highly "\
  708. "energized radon atoms to generate a superheated blue radon plasma release.  Radon coils "\
  709. "are very effective against medium armored mechs, and somewhat effective against heavy mechs."
  710.  
  711. "pl_em_d", "AP-EM (electro-magnetic) plasma coils are simply HEAT plasma coils with a "\
  712. "highly efficient EM coil container.  This allows the HEAT plasma to be superheated to "\
  713. "twice its normal temperature.  EM coils are effective against even heavy mechs."
  714.  
  715. "pl_react_d", "The AP-X reactive plasma coil was designed to take advantage of the natural "\
  716. "reflection effect of Lithium plasma.  When the superheated lithium fireball hits a target "\
  717. "it is immediately reflected towards all other targets behind the original target."
  718.  
  719. "wp_rocket_d", "The L-9 rocket launger is the preferred weapon for backup fire support.  It is "\
  720. "most commonly used as a defensive weapon, where a mech will remain posted in a rear"\
  721. "guard.  The L-9 can also be used like shaped charges to penetrate walls."
  722.  
  723. "ro_he_d", "The XR-HE high explosive rocket pack contains 4 standard TNT based high explosive "\
  724. "rockets.  The HE rockets have a radius of about 10 meters, and are effective against medium "\
  725. "armored mechs, and somewhat effective against heavy mechs."
  726.  
  727. "ro_plasm_d", "The XR-P plasma rocket pack contains 4 rockets with pulse/wave plama based "\
  728. "explosive warheads.  The high energy radon atoms generate a large superheated explosion "\
  729. "which creates a blast of about 15 meters, and is effective even against heavy mechs."
  730.  
  731. "ro_disrup_d", "The XR-DIS disruptor rocket pack contains 4 rockets with disruptor anomaly "\
  732. "explosive warheads.  The XR-DIS creates violent disruption "\
  733. "in the real space matrix, generating a 20 meter blast.  Disruptor "\
  734. "rockets are highly effective against heavy mechs."
  735.  
  736. "ro_ap_d", "The XR-AP armor piercing rocket uses a combination of the plasma and disruptor "\
  737. "type warheads to generate an effective armor piercing blast.  The "\
  738. "blast extends 25 meters, and will devastate any mech unlucky "\
  739. "enough to be caught within it."
  740.  
  741. "it_proxi_mine_d", "The APM-12 proximity mine is used to set traps for enemy mechs.  All one need do is "\
  742. "drop the APM-12 on the floor, then attract the robot's attention and convince it to "\
  743. "follow you past the mine."
  744.  
  745. "it_rem_bomb_d", "APM-24's are remotely activated explosive devices, and "\
  746. "are used most effectively to clear hallways and large rooms of "\
  747. "mechs.  Just lay a couple down, then detonate them with the trigger device."
  748.  
  749. "it_shape_d", "The SC-32 my be used as a weapon.  However, its true use is as a device to blow "\
  750. "open entrances to buildings or hidden rooms.  Just side up next to a concrete "\
  751. "wall, activate the device, then take cover as the 15 second timer counts down."
  752.  
  753. "it_bat_d", "The standard issue BX-7 recharge pack holds almost 19.5 K-joules of stored "\
  754. "energy.  When released, it should always be adequate to replenish 100% of "\
  755. "your main system power.  It is recommended each soldier be equipped with at least "\
  756. "one or two of these each mission."
  757.  
  758. "it_medkit_d", "The standard issue MK-2 repair kit uses advanced nano-technology to restore a "\
  759. "soldiers armor systems to good working order.  This process mends warped and "\
  760. "buckled plates, and will also refresh the soldiers biological systems."
  761.  
  762. "it_aiscr_d", "The A.I. Scrambler allows a soldier to cause temporary confusion in the nearest "\
  763. "mech, causing its movement and firing to become erratic.  Be aware, however, that the "\
  764. "mech will continue to fire, though its shots will not be aimed."
  765.  
  766. "it_conI_d", "The mech controller our labs have developed allows a soldier to bring a mech "\
  767. "temporarily over to our side.  After activation, the closest mech to the soldier "\
  768. "will begin to respond to the soldiers commands, following him wherever he moves."
  769.  
  770. "it_conII_d", "The advanced controller is an improved version of the original controller, which "\
  771. "allows the soldier to not only control the movement of an enemy mech, but direct its fire "\
  772. "as well.  The effect of the controller lasts approximately two minutes."
  773.  
  774. "it_invdev_d", "The inviso device affords the soldier which is equipped with it temporary concealment "\
  775. "from any enemy mech.  While the device is active, the soldier can enter any room and "\
  776. "attack with perfect impunity."
  777.  
  778. "it_invul_d", "The invulnerability device temporarily supercharges a soldier's shield "\
  779. "system and makes him temporarily invulnerable.  While active, the "\
  780. "device allows the soldier to take an unlimited number of hits with no "\
  781. "decrease in shield or armor levels."
  782.  
  783. "it_mdetect_d", "The MD-24 mine detector device allows a soldier to detect any enemy mines which "\
  784. "may have been left to obstruct his movement.  After activating the device, the detection "\
  785. "field will remain active for 90 seconds."
  786.  
  787. "it_power1_d", "The ion field power unit uses a four layer ion field contaiment vessel "\
  788. "to store highly energetic heavy particles.  As the unit is drained, the heavy particles "\
  789. "are released from semi-stasis into a small reaction port which then converts their kinetic "\
  790. "energy into electricity."
  791.  
  792. "it_power2_d", "The pulse ion power unit is a modified version of the simpler ion field unit "\
  793. "which utilizes rapid ion field pulses to store twice as many energetic particles in the same "\
  794. "space.  This increased storage effectively doubles the power storage capacity of the unit."
  795.  
  796. "it_power3_d", "The poly-ionic power system is an ionic containment system that "\
  797. "uses six different ionic fields with complimentary pulse orders to increase field containment "\
  798. "strength.  The poly-ionic systems' efficiency is near 98%, pushing the theoretical limit for this "\
  799. " technology."
  800.  
  801. "it_power4_d", "The quantum phase power unit contains quantum particle-antiparticle pairs "\
  802. "which are kept in precise phase to prevent them from rejoining prematurely.  As the "\
  803. "unit is drained the phase locks are released allowing the particles to anihilate each "\
  804. "other."
  805.  
  806. "it_power5_d", "The quantum plasma unit uses ionic fields which are generated within the phase "\
  807. "chamber itself, eliminating all particle energy loss.  The harmless plasma generated by this "\
  808. "combined process is then vented from the unit's distinctive plasma shield."
  809.  
  810. "it_shield1_d", "The inductive shield system uses supercooled inductance coils to "\
  811. "project a class II Stoddard Effect repulsor field.  This field is moderately "\
  812. "effective in repelling small energy bursts, blasts, and lead slugs."
  813.  
  814. "it_shield2_d", "The polyphase shield is a modified version of the inductive field that uses "\
  815. "phased Stoddard Effect fields in sequence to double the repellent force of a standard "\
  816. "inductive shield.  The polyphase shield is effective against all light energy bursts, "\
  817. "medium blasts, and DU slugs."
  818.  
  819. "it_shield3_d", "The muon/deutron shield utilizes newly recovered muon/deutron technology, "\
  820. "which has made the old inductive technology obsolete.  The natural muon/deutron repulsive "\
  821. "force is harnessed to repel medium blasts, disruptor shells, and plasma blasts."
  822.  
  823. "it_shield4_d", "The pulse quanta shield unit is a product of the advanced quanta technology "\
  824. "developed by the mechs.  Using the same quanta generator as the power unit, the "\
  825. "pulse quanta shield efficiently repels large blasts, large energy bursts, and all slugs."
  826.  
  827. "it_shield5_d", "The phased quanta unit is the ultimate refinement of quanta theory. "\
  828. "In this unit, quantum particles are remotely phase locked, then projected around the soldier. "\
  829. "This provides an extremely effective shield against all currently known mech weaponry."
  830.  
  831. "it_armor1_d", "Titanium/Steel armor consists of laminated titanium and steel plates over a "\
  832. "corrugated steel inner structure.  Titanium/Steel armor provides reasonable protection "\
  833. "against light energy blasts and lead slugs."
  834.  
  835. "it_armor2_d", "Steel/Admant armor uses layers of steel, and a special steel gallium iridium "\
  836. "alloy dubbed 'Admant'.  These layers increase the basic strength and heat resistance of the "\
  837. "titanium steel armor, and provide protection against light energy, DM slugs, and plasma."
  838.  
  839. "it_armor3_d", "Steel/Composite armor is made from plates of steel over a special flexible "\
  840. "layer of ceramic composite material.  The flexibility of this composite allows "\
  841. "it to deform yet retain its shape.  This armor is effective protection against medium "\
  842. "energy and DU slugs."
  843.  
  844. "it_armor4_d", "Admant/Polyphase utilizes advances in polyphase quanta theory with "\
  845. "plates of admant metals who's molecular bonds are strengthened by poly-phase energy.  This "\
  846. "provides protection from large energy, all slugs, and most plasma types."
  847.  
  848. "it_armor5_d", "Poly-Composite armor is made of woven composite plates of Admant, Steel, and "\
  849. "Polyphase.  The combined complimentary properties of these materials provides an ample "\
  850. "amount of armor protection, and are highly effective against all known weaponry."
  851.  
  852. END
  853.  
  854.  
  855.