home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.7 / 1999-01_-_Disc_4.7.bin / D3DEMO / D3DEMO.EXE / data1.cab / Program_Executable_Files / d3demo.hog / D3.str < prev    next >
Text File  |  1998-10-24  |  31KB  |  1,229 lines

  1. !/!Current Restrictions:
  2. !/!Maximum Line Length: 1024 characters
  3. !/!Maximum Number of Lines Per String: 8 Lines
  4. !/!  Lines that begin with:
  5. !/!   !/!  == comments (optional)
  6. !/!   !*!  == english version of string (optional)
  7. !/!   !=!  == string as it should appear in the game
  8. !/!
  9. !/!    Note to localizers:    All text when translated should stay very near the length of the
  10. !/! English version, unless otherwise noted.
  11. !/!
  12. !/! Note to localizers: All %s,%d,%f and similar tokens MUST stay in the string, they will get replaced by:
  13. !/!        %s = another string
  14. !/!        %d = an integer value
  15. !/!        %f = a floating point number (a number with a decimal point)
  16. !/!    They may be moved around the string, but MUST stay in the same order (i.e. "%s got %d points" the %s must always come before %d)
  17. !/!    
  18. !/!    \t    = insert a tab
  19. !/!    \n    = force a newline
  20. !/!    \0-\255 = insert the number directly into byte
  21.  
  22. !/!0:New    (Used in Pilot dialog, text for creating a "New" Pilot)
  23. !=!New
  24.  
  25. !/!1:Delete    (Used in Pilot dialog, text for deleting an existing Pilot)
  26. !=!Delete
  27.  
  28. !/!2:Configure    (Used in pilot dialog, text for configuring an existing pilot)
  29. !=!Configure
  30.  
  31. !/!3:OK    (Used in numerous places especially in ok/cancel message boxes)
  32. !=!OK
  33.  
  34. !/!4:Cancel    (Used in numerous places especially in ok/cancel message boxes)
  35. !=!Cancel
  36.  
  37. !/!5:Default Ship    (Text used in Multiplayer Ship configuration of Pilot menu)
  38. !=!Default Ship
  39.  
  40. !/!6:Number of Kills:     (Used in the pilot dialog, where the pilot's stats for number of kills is displayed, should not be too much longer than english version)
  41. !=!Number of Kills:
  42.  
  43. !/!7:Number of Deaths:    (Used in the pilot dialog, where the pilot's stats for number of deaths is displayed, should not be too much longer than english version)
  44. !=!Number of Deaths:
  45.  
  46. !/!8:Kill/Deaths Ratio:    (Used in the pilot dialog, where the pilot's stats for ratio between the number of kills and deaths is displayed, should not be too much longer than english version)
  47. !=!Kill/Deaths Ratio:
  48.  
  49. !/!9:Difficulty:        (Used in the pilot dialog, displaying what the pilot difficulty is)
  50. !=!Difficulty:
  51.  
  52. !/!10:960x720            (Used in graphics settings)
  53. !=!960x720
  54.  
  55. !/!11:1024x768            (Used in graphics settings)
  56. !=!1024x768
  57.  
  58. !/!12:1280x960            (Used in graphics settings)
  59. !=!1280x960
  60.  
  61. !/!13:1600x1200            (Used in graphics settings)
  62. !=!1600x1200
  63.  
  64. !/!14:Ship:        (Used in the pilot dialog to display the name of the ship of the current pilot)
  65. !=!Ship:
  66.  
  67. !/!15:No Pilot Selected    (Used in the pilot dialog if there are no pilots to be selected to be displayed)
  68. !=!No Pilot Selected
  69.  
  70. !/!16:Pilots    (Used as the window title in the Pilots dialog, be careful about size, it should stay close to this size)
  71. !=!Pilots
  72.  
  73. !/!17:Pilot Error    (Used in pilot's dialog for Error Message box titles, be careful about size, it should stay close to this size)
  74. !=!Pilot Error
  75.  
  76. !/!18:You need to create and select a pilot    (Error message if the user tries to exit the pilot menu without first selecting a pilot)
  77. !=!You need to create and select a pilot
  78.  
  79. !/!19:Are you sure you want to delete %s?    (Confirmation message in pilot dialog when the user wants to delete a pilot, %s must stay in the sentence somewhere, it will be replaced by the name of the pilot)
  80. !=!Are you sure you want to delete %s?
  81.  
  82. !/!20:Delete Confirmation    (Message box title for the message box that is displayed when the user wants to delete a pilot)
  83. !=!Delete Confirmation
  84.  
  85. !/!21:Difficulty    (Used in pilot configuration, title of the listbox that contains the names of the level of difficulties)
  86. !=!Difficulty
  87.  
  88. !/!22:Trainee        (name of the trainee difficulty level in the pilot configuration dialog)
  89. !=!Trainee
  90.  
  91. !/!23:Rookie        (name of the rookie difficulty level in the pilot configuration dialog)
  92. !=!Rookie
  93.  
  94. !/!24:Hotshot        (name of the hotshot difficulty level in the pilot configuration dialog)
  95. !=!Hotshot
  96.  
  97. !/!25:Ace            (name of the ace difficulty level in the pilot configuration dialog)
  98. !=!Ace
  99.  
  100. !/!26:Insane!        (name of the insane difficulty level in the pilot configuration dialog)
  101. !=!Insane!
  102.  
  103. !/!27:Copy Key & Control Config    (Used in the pilot configuration dialog, hotspot label to copy keyboard and joystick controls)
  104. !=!Copy Key & Control Config
  105.  
  106. !/!28:Customize Keyboard    (Used in the pilot configuration dialog, hotspot label to edit the pilot's keyboard settings)
  107. !=!Customize Keyboard
  108.  
  109. !/!29:Customize Joystick and Mouse    (Used in the pilot configuration dialog, hotspot label to customize the game controller)
  110. !=!Customize Joystick and Mouse
  111.  
  112. !/!30:Copy Config Error    (Used in the pilot configuration, error message box title if there was an error copy pilot configuration)
  113. !=!Copy Config Error
  114.  
  115. !/!31:You Can't Copy the Configuration From The Same Pilot    (Used in pilot configuration, if the user tries to copy the controls from the same pilot)
  116. !=!You Can't Copy the Configuration From The Same Pilot
  117.  
  118. !/!32:Enter Pilot Name    (Used in the pilot dialog when you create a new pilot, message box title for entering the pilot name)
  119. !=!Enter Pilot Name
  120.  
  121. !/!33:Please enter a name for your pilot    (Used in the pilot dialog when you create a new pilot, label for the edit box for entering the pilot name)
  122. !=!Please enter a name for your pilot
  123.  
  124. !/!34:File Error    (Used in pilot dialog (and other places?) as the message box title if there was an error trying to create the new pilot)
  125. !=!File Error
  126.  
  127. !/!35:Can't Create Pilot File (Out of Drive Space?)    (Error message if the pilot file couldn't be created because you might be out of hard drive space)
  128. !=!Can't Create Pilot File (Out of Drive Space?)
  129.  
  130. !/!36:You Need To Name Your Pilot    (Error message if the user tried to create a pilot without a name)
  131. !=!You Need To Name Your Pilot
  132.  
  133. !/!37:Pilot Already Exists, Please Rename    (Error message if the user tries to create a pilot with the same name as an exiting pilot)
  134. !=!Pilot Already Exists, Please Rename
  135.  
  136. !/!38:Choose Pilot    (Message box title for the place to choose a pilot...(to copy controls?))
  137. !=!Choose Pilot
  138.  
  139. !/!39:Guide-Bot    (Window title for the Guide-Bot menu (in game..press F4))
  140. !=!Guide-Bot
  141.  
  142. !/!40:1.\tReturn to ship    (Guide-Bot command in Guide-Bot menu)
  143. !=!1.\tReturn to ship
  144.  
  145. !/!41:2.\tFind next goal    (Guide-Bot command in Guide-Bot menu)
  146. !=!2.\tFind next goal
  147.  
  148. !/!42:3.\tFind a robot        (Guide-Bot command in Guide-Bot menu)
  149. !=!3.\tFind a robot
  150.  
  151. !/!43:4.\tFind a powerup    (Guide-Bot command in Guide-Bot menu)
  152. !=!4.\tFind a powerup
  153.  
  154. !/!44:5.\tFind energy center    (Guide-Bot command in Guide-Bot menu)
  155. !=!5.\tFind energy center
  156.  
  157. !/!45:6.\tSteal Mark's energy    (Guide-Bot command in Guide-Bot menu)
  158. !=!6.\tSteal Mark's energy
  159.  
  160. !/!46:1.\tExit Ship            (Guide-Bot command in Guide-Bot menu)
  161. !=!1.\tExit Ship
  162.  
  163. !/!47:No available Guide-Bot.    (Message in Guide-Bot menu if no Guide-Bot is available)
  164. !=!No available Guide-Bot.
  165.  
  166. !/!48:Press ESC to return        (Used in Guide-Bot message (among other places?) as a message to press the escape key to return back to the game)
  167. !=!Press ESC to return
  168.  
  169. !/!49:Graphics        (Used in configuration dialog, window title for video configuration, be careful of size)
  170. !=!Graphics
  171.  
  172. !/!50:Apply        (button label in video configuration dialog to apply the gamma setting)
  173. !=!Apply
  174.  
  175. !/!51:Gamma        (slider label for gamma setting in video configuration)
  176. !=!Gamma
  177.  
  178. !/!52:Renderer    (label for what type of renderer you want to use in the video configuration)
  179. !=!Renderer
  180.  
  181. !/!53:Direct 3D    (Direct 3D renderer in video configuration)
  182. !=!Direct 3D
  183.  
  184. !/!54:Glide (3DFX)    (GLiDE renderer in video configuration)
  185. !=!Glide (3DFX)
  186.  
  187. !/!55:OpenGL        (OpenGL renderer in video configuration)
  188. !=!OpenGL
  189.  
  190. !/!56:Resolution    (label for what kind of resolution you want...in video configuration)
  191. !=!Resolution
  192.  
  193. !/!57:512x384        (512x384 resolution label in video configuration)
  194. !=!512x384
  195.  
  196. !/!58:640x480        (640x480 resolution label in video configuration)
  197. !=!640x480
  198.  
  199. !/!59:800x600        (800x600 resolution label in video configuration)
  200. !=!800x600
  201.  
  202. !/!60:Bilinear Filtering    (label for bilinear filtering checkbox label in video configuration)
  203. !=!Bilinear Filtering
  204.  
  205. !/!61:MIP mapping        (label for MIP mapping checkbox label in video configuration)
  206. !=!MIP mapping
  207.  
  208. !/!62:Dynamic Lighting    (label for dynamic lighting checkbox label in video configuration)    
  209. !=!Dynamic Lighting
  210.  
  211. !/!63:Unimplemented Feature    (label for message box of unimplemented feature...(OUTDATED?!?))
  212. !=!Unimplemented Feature
  213.  
  214. !/!64:Sorry, but Direct3D is not yet supported    (message if the user tries to select D3D...(OUTDATED!?!))
  215. !=!Sorry, but Direct3D is not yet supported
  216.  
  217. !/!65:Sound        (window title for sound configuration)
  218. !=!Sound
  219.  
  220. !/!66:Sound Volume    (label for sound volume slider in sound configuration)
  221. !=!Sound Volume
  222.  
  223. !/!67:General    (window title for general configuration window)
  224. !=!General
  225.  
  226. !/!68:Terrain Auto-leveling    (in general configuration, label for slider for terrain Auto-leveling)
  227. !=!Terrain Auto-leveling
  228.  
  229. !/!69:Mine Auto-leveling    (in general configuration, label for slider for mine Auto-leveling)
  230. !=!Mine Auto-leveling
  231.  
  232. !/!70:Left
  233. !=!Left
  234.  
  235. !/!71:None    (used throughout the game for 'none' when no item is selected)
  236. !=!None
  237.  
  238. !/!72:Missile    (in general configuration, for missile for mini-view choices)
  239. !=!Missile
  240.  
  241. !/!73:Right
  242. !=!Right
  243.  
  244. !/!74:Missile View    (in general configuration, label for missile mini-view)
  245. !=!Missile View
  246.  
  247. !/!75:Details        (details configuration window label)
  248. !=!Details
  249.  
  250. !/!76:Terrain Detail    (detail setting label for terrain detail)
  251. !=!Terrain Detail
  252.  
  253. !/!77:Render Depth    (detail setting label for render distance out in the terrain)
  254. !=!Render Depth
  255.  
  256. !/!78:Terrain Casting    (detail setting label for terrain casting checkbox) <--NOT USED ANYMORE!
  257. !=!Terrain Casting
  258.  
  259. !/!79:Off    (used in numerous places for off)
  260. !=!Off
  261.  
  262. !/!80:On    (used in numerous places for on)
  263. !=!On
  264.  
  265. !/!81:No    (used in numerous places for no)
  266. !=!No
  267.  
  268. !/!82:Yes    (used in numerous places for yes)
  269. !=!Yes
  270.  
  271. !/!83:Unable to initialize game control/joystick system.    (used in control configuration dialog)
  272. !=!Unable to initialize game control/joystick system.
  273.  
  274. !/!84:Click on 'X' or CTRL-C to clear function.    (used in control configuration dialog)
  275. !=!Click on 'X' or CTRL-C to clear function.
  276.  
  277. !/!85:Active    (used in control configuration whether joystick is active or not)
  278. !=!Active
  279.  
  280. !/!86:%s file <%s>: errno = %d\n    (error string used in D3 if there is an error reading/writing files...keep %s and %d in)
  281. !=!%s file <%s>: errno = %d\n
  282.  
  283. !/!87:Reading    (see #86)
  284. !=!Reading
  285.  
  286. !/!88:Writing    (see #86)
  287. !=!Writing
  288.  
  289. !/!89:No doorways free!    (error message is there is no doorways to be allocated...)
  290. !=!No doorways free!
  291.  
  292. !/!90:Unable to initialize renderer.    (error message is there was a problem trying to initialize the renderer)
  293. !=!Unable to initialize renderer.
  294.  
  295. !/!91:Unable to load font %s.    (error message if a font file couldn't be loaded)
  296. !=!Unable to load font %s.
  297.  
  298. !/!92:Not enough memory to do screenshot!    (error message if D3 ran out of memory doing a screenshot)
  299. !=!Not enough memory to do screenshot!
  300.  
  301. !/!93:Screenshot saved as '%s'        (HUD message for what a screenshot was saved to)
  302. !=!Screenshot saved as '%s'
  303.  
  304. !/!94:%s is cheating!    (HUD message in a multiplayer game if a player cheats)
  305. !=!%s is cheating!
  306.  
  307. !/!95:HUD Enabled
  308. !=!HUD Enabled
  309.  
  310. !/!96:Receiving data...        (multiplayer message when joining a game)
  311. !=!Receiving data...
  312.  
  313. !/!97:Loading level...        (screen message while level is loading to play)
  314. !=!Loading level...
  315.  
  316. !/!98:Keys        (window title for in game help screen)
  317. !=!Keys
  318.  
  319. !/!99:PrintScreen    (label in help screen for key..most likely shouldn't change)
  320. !=!PrintScreen
  321.  
  322. !/!100:Save A Screenshot    (in help screen, label)
  323. !=!Save A Screenshot
  324.  
  325. !/!101:F3        (label in help screen for key..most likely shouldn't change)
  326. !=!F3
  327.  
  328. !/!102:Toggle Cockpit    (in help screen, label)
  329. !=!Toggle Cockpit
  330.  
  331. !/!103:F2        (label in help screen for key..most likely shouldn't change)
  332. !=!F2
  333.  
  334. !/!104:Options Menu    (in help screen, label)
  335. !=!Options Menu
  336.  
  337. !/!105:ESC    (label in help screen for key..most likely shouldn't change)
  338. !=!ESC
  339.  
  340. !/!106:Abort Game    (in help screen, label)
  341. !=!Abort Game
  342.  
  343. !/!107:+/-    (label in help screen for key..most likely shouldn't change)
  344. !=!+/-
  345.  
  346. !/!108:Change Screen Size    (in help screen, label)
  347. !=!Change Screen Size
  348.  
  349. !/!109:Pause
  350. !=!Pause
  351.  
  352. !/!110:Pauses The Game    (in help screen, label)
  353. !=!Pauses The Game
  354.  
  355. !/!111:SHIFT F1        (label in help screen for key..most likely shouldn't change)
  356. !=!SHIFT F1
  357.  
  358. !/!112:SHIFT F2        (label in help screen for key..most likely shouldn't change)
  359. !=!SHIFT F2
  360.  
  361. !/!113:SHIFT F3        (label in help screen for key..most likely shouldn't change)
  362. !=!SHIFT F3
  363.  
  364. !/!114:Show Rear View (Left Window)        (in help screen, label)
  365. !=!Show Rear View (Left Window)
  366.  
  367. !/!115:Show Rear View (Center Window)    (in help screen, label)
  368. !=!Show Rear View (Center Window)
  369.  
  370. !/!116:Show Rear View (Right Window)    (in help screen, label)
  371. !=!Show Rear View (Right Window)
  372.  
  373. !/!117:%s says: %s    (HUD message format for multiplayer games when a player says a message, make sure %s's stay and line length doesn't go much longer)
  374. !=!%s says: %s
  375.  
  376. !/!118:Message: %s    (message prompt for when a player wants to type a message in a multiplayer game)
  377. !=!Message: %s
  378.  
  379. !/!119:Afterburner: %d %c    (not used anymore?)
  380. !=!Afterburner: %d %c
  381.  
  382. !/!120:inv        (HUD label for inventory item)
  383. !=!inv
  384.  
  385. !/!121:clk        (HUD label for cloak)
  386. !=!clk
  387.  
  388. !/!122:Warning: Your joystick is not centered.  You should either center it now or recalibrate.    (warning message)
  389. !=!Warning: Your joystick is not centered.  You should either center it now or recalibrate.
  390.  
  391. !/!123:Loading data...    (game state message when you are entering the game)
  392. !=!Loading data...
  393.  
  394. !/!124:Couldn't successfully load the table files.  I'm shutting down!    (error message when loading the game)
  395. !=!Couldn't successfully load the table files.  I'm shutting down!
  396.  
  397. !/!125:Collating...        (game state message when you are entering the game)
  398. !=!Collating...
  399.  
  400. !/!126:Don't know how to load level -- version number too new    (error message when loading a level)
  401. !=!Don't know how to load level -- version number too new
  402.  
  403. !/!127:Sorry, segment levels are no longer supported.    (outdated? error message when loading a level)
  404. !=!Sorry, segment levels are no longer supported.
  405.  
  406. !/!128:New Game        (Main menu option label)
  407. !=!New Game
  408.  
  409. !/!129:Options        (Main menu option label)
  410. !=!Options
  411.  
  412. !/!130:Pilots        (Main menu option label)
  413. !=!Pilots
  414.  
  415. !/!131:Multiplayer    (Main menu option label)
  416. !=!Multiplayer
  417.  
  418. !/!132:Quit            (Main menu option label)
  419. !=!Quit
  420.  
  421. !/!133:Load Mission
  422. !=!Load Mission
  423.  
  424. !/!134:Error
  425. !=!Error
  426.  
  427. !/!135:Failed to load mission.
  428. !=!Failed to load mission.
  429.  
  430. !/!136:Keyboard Customization    (hotspot label in Options menu)
  431. !=!Keyboard Customization
  432.  
  433. !/!137:Joystick and Mouse Customization    (hotspot label in Options menu)
  434. !=!Joystick and Mouse Customization
  435.  
  436. !/!138:Graphics Settings        (hotspot label in Options menu)
  437. !=!Graphics Settings
  438.  
  439. !/!139:Sound Settings            (hotspot label in Options menu)
  440. !=!Sound Settings
  441.  
  442. !/!140:General Settings        (hotspot label in Options menu)
  443. !=!General Settings
  444.  
  445. !/!141:Detail Level Settings    (hotspot label in Options menu)
  446. !=!Detail Level Settings
  447.  
  448. !/!142:Done
  449. !=!Done
  450.  
  451. !/!143:Center
  452. !=!Center
  453.  
  454. !/!144:Unable to find level file %s.    (error message if there is a problem loading a level)
  455. !=!Unable to find level file %s.
  456.  
  457. !/!145:
  458. !=!
  459.  
  460. !/!146:Shutting down server!    (message when the server is shutting down)
  461. !=!Shutting down server!
  462.  
  463. !/!147:%s has left the game!    (multiplayer HUD message when a player leaves the game)
  464. !=!%s has left the game!
  465.  
  466. !/!148:The server quit!            (message when the server quits the game)
  467. !=!The server quit!
  468.  
  469. !/!149:%s disconnected!            (multiplayer HUD message when a player disconnects)
  470. !=!%s disconnected!
  471.  
  472. !/!150:Levels don't match!        (error message when loading a level in a multiplayer level)
  473. !=!Levels don't match!
  474.  
  475. !/!151:Disconnected from server!    (message when you disconnect from the server)
  476. !=!Disconnected from server!
  477.  
  478. !/!152:Can't connect. Reason: %s    (general error message when trying to connect to a server)
  479. !=!Can't connect. Reason: %s
  480.  
  481. !/!153:No response from server        (error message if the server doesn't respond)
  482. !=!No response from server
  483.  
  484. !/!154:Waiting for server...        
  485. !=!Waiting for server...
  486.  
  487. !/!155:Couldn't get level info from server!        (error message trying to get info from the server)
  488. !=!Couldn't get level info from server!
  489.  
  490. !/!156:OK!    (a general use OK)
  491. !=!OK!
  492.  
  493. !/!157:Not server
  494. !=!Not server
  495.  
  496. !/!158:You're a dork                    (error message if you try to connect to a server)
  497. !=!You're a dork
  498.  
  499. !/!159:Not enough start positions        (error message if you try to connect to a server)
  500. !=!Not enough start positions
  501.  
  502. !/!160:All Full!                        (error message if you try to connect to a server)
  503. !=!All Full!
  504.  
  505. !/!161:Multiplayer                        
  506. !=!Multiplayer
  507.  
  508. !/!162:Choose Connection Type
  509. !=!Choose Connection Type
  510.  
  511. !/!163:No Multiplayer Files Found!
  512. !=!No Multiplayer Files Found!
  513.  
  514. !/!164:Weapon Selection Precedence    (Used in options menu)
  515. !=!Weapon Selection Precedence
  516.  
  517. !/!165:Press space bar to continue...
  518. !=!Press space bar to continue...
  519.  
  520. !/!166:None
  521. !=!None
  522.  
  523. !/!167:Feeble        (skill rating for post level result)
  524. !=!Feeble
  525.  
  526. !/!168:Poor            (skill rating for post level result)
  527. !=!Poor
  528.  
  529. !/!169:Average        (skill rating for post level result)
  530. !=!Average
  531.  
  532. !/!170:Good            (skill rating for post level result)
  533. !=!Good
  534.  
  535. !/!171:Excellent    (skill rating for post level result)
  536. !=!Excellent
  537.  
  538. !/!172:Supreme        (skill rating for post level result)
  539. !=!Supreme
  540.  
  541. !/!173:Please wait...Initializing    (Telcom message while it is loading up a briefing)
  542. !=!Please wait...Initializing
  543.  
  544. !/!174:Main Menu    (TelCom Main Menu text)
  545. !=!Main Menu
  546.  
  547. !/!175:Briefings    (TelCom Main Menu Briefings option)
  548. !=!Briefings
  549.  
  550. !/!176:AutoMap        (TelCom Main Menu Automap option)
  551. !=!AutoMap
  552.  
  553. !/!---------------------The following section are weapon names (on the HUD,etc)-------------------------
  554. !/!177:Laser        
  555. !=!Laser
  556.  
  557. !/!178:Vauss
  558. !=!Vauss
  559.  
  560. !/!179:Microwave
  561. !=!Microwave
  562.  
  563. !/!180:Plasma
  564. !=!Plasma
  565.  
  566. !/!181:Fusion
  567. !=!Fusion
  568.  
  569. !/!182:Super Laser
  570. !=!Super Laser
  571.  
  572. !/!183:Mass Driver
  573. !=!Mass Driver
  574.  
  575. !/!184:Napalm
  576. !=!Napalm
  577.  
  578. !/!185:EMD Gun
  579. !=!EMD Gun
  580.  
  581. !/!186:Omega
  582. !=!Omega
  583.  
  584. !/!187:Concussion
  585. !=!Concussion
  586.  
  587. !/!188:Homing
  588. !=!Homing
  589.  
  590. !/!189:Impact Mortar
  591. !=!Impact Mortar
  592.  
  593. !/!190:Smart
  594. !=!Smart
  595.  
  596. !/!191:Mega
  597. !=!Mega
  598.  
  599. !/!192:Frag
  600. !=!Frag
  601.  
  602. !/!193:Guided
  603. !=!Guided
  604.  
  605. !/!194:Napalm Rocket
  606. !=!Napalm Rocket
  607.  
  608. !/!195:Cyclone
  609. !=!Cyclone
  610.  
  611. !/!196:Black Shark
  612. !=!Black Shark
  613.  
  614. !/!197:Yellow Flare
  615. !=!Yellow Flare
  616.  
  617. !/!198:Laser (Laser Cockpit Pt. 1)
  618. !=!Laser
  619.  
  620. !/!199: (Laser Cockpit Pt. 2)
  621. !=!
  622.  
  623. !/!200:Vauss (Vauss Cockpit Pt. 1)
  624. !=!Vauss
  625.  
  626. !/!201: (Vauss Cockpit Pt. 2)
  627. !=!
  628.  
  629. !/!202:Micro- (Microwave Cockpit Pt. 1)
  630. !=!Micro-
  631.  
  632. !/!203:wave (Microwave Cockpit Pt. 2)
  633. !=!wave
  634.  
  635. !/!204:Plasma (Plasma Cockpit Pt. 1)
  636. !=!Plasma
  637.  
  638. !/!205: (Plasma Cockpit Pt. 2)
  639. !=!
  640.  
  641. !/!206:Fusion (Fusion Cockpit Pt. 1)
  642. !=!Fusion
  643.  
  644. !/!207 (Fusion Cockpit Pt. 2)
  645. !=!
  646.  
  647. !/!208:Super (Superlaser Cockpit Pt. 1)
  648. !=!Super
  649.  
  650. !/!209:Laser (Superlaser Cockpit Pt. 2)
  651. !=!Laser
  652.  
  653. !/!210:Mass (Mass Driver Cockpit Pt. 1)
  654. !=!Mass
  655.  
  656. !/!211:Driver (Mass Driver Cockpit Pt. 2)
  657. !=!Driver
  658.  
  659. !/!212:Napalm (Napalm Cockpit Pt. 1)
  660. !=!Napalm
  661.  
  662. !/!213: (Napalm Cockpit Pt. 2)
  663. !=!
  664.  
  665. !/!214:EMD (EMD Gun Cockpit Pt. 1)
  666. !=!EMD
  667.  
  668. !/!215:Gun (EMD Gun Cockpit Pt. 2)
  669. !=!Gun
  670.  
  671. !/!216:Omega (Omega Cockpit Pt. 1)
  672. !=!Omega
  673.  
  674. !/!217: (Omega Cockpit Pt. 2)
  675. !=!
  676.  
  677. !/!218:Concussn (Concussion Cockpit Pt. 1)
  678. !=!Concussn
  679.  
  680. !/!219: (Concussion Cockpit Pt. 2)
  681. !=!
  682.  
  683. !/!220:Homing (Homing Cockpit Pt. 1)
  684. !=!Homing
  685.  
  686. !/!221: (Homing Cockpit Pt. 2)
  687. !=!
  688.  
  689. !/!222:Impact (Impact Mortar Cockpit Pt. 1)
  690. !=!Impact
  691.  
  692. !/!223:Mortar (Impact Mortar Cockpit Pt. 2)
  693. !=!Mortar
  694.  
  695. !/!224:Smart (Smart Missile Cockpit Pt. 1)
  696. !=!Smart
  697.  
  698. !/!225: (Smart Missile Cockpit Pt. 2)
  699. !=!
  700.  
  701. !/!226:Mega (Mega Cockpit Pt. 1)
  702. !=!Mega
  703.  
  704. !/!227: (Mega Cockpit Pt. 2)
  705. !=!
  706.  
  707. !/!228:Frag (Frag Cockpit Pt. 1)
  708. !=!Frag
  709.  
  710. !/!229: (Frag Cockpit Pt. 2)
  711. !=!
  712.  
  713. !/!230:Guided (Guided Cockpit Pt. 1)
  714. !=!Guided
  715.  
  716. !/!231: (Guided Cockpit Pt. 2)
  717. !=!
  718.  
  719. !/!232:Napalm (Napalm Rocket Cockpit Pt. 1)
  720. !=!Napalm
  721.  
  722. !/!233:Rocket (Napalm Rocket Cockpit Pt. 2)
  723. !=!Rocket
  724.  
  725. !/!234:Cyclone (Cyclone Cockpit Pt. 1)
  726. !=!Cyclone
  727.  
  728. !/!235: (Cyclone Cockpit Pt. 2)
  729. !=!
  730.  
  731. !/!236:Black (Black Cockpit Shark Pt. 1)
  732. !=!Black
  733.  
  734. !/!237:Shark (Black Cockpit Shark Pt. 2)
  735. !=!Shark
  736.  
  737. !/!238:Yellow (Yellow Flare Cockpit Pt. 1)
  738. !=!Yellow
  739.  
  740. !/!239:Flare (Yellow Flare Cockpit Pt. 2)
  741. !=!Flare
  742.  
  743. !/!------------------------ HUD Messages for weapon select --------------------------------
  744. !/!240:That weapon is not available.
  745. !=!That weapon is not available.
  746.  
  747. !/!241:That weapon is not available currently.
  748. !=!That weapon is not available currently.
  749.  
  750. !/!242:%s selected.
  751. !=!%s selected.
  752.  
  753. !/!243:Not enough energy available to fire this weapon!
  754. !=!Not enough energy available to fire this weapon!
  755.  
  756. !/!244:Not enough ammo available to fire this weapon!
  757. !=!Not enough ammo available to fire this weapon!
  758.  
  759. !/!245:Not enough secondaries available!
  760. !=!Not enough secondaries available!
  761.  
  762. !/!246:Not enough energy available to fire flare!
  763. !=!Not enough energy available to fire flare!
  764.  
  765. !/!-----------------------------------------------------------------------------------------
  766.  
  767. !/!247:%s disconnected!    (Text for when a player disconnects)
  768. !=!%s disconnected!
  769.  
  770. !/!--------------------------- Text Labels for Post Level Results ----------------------------
  771. !/!248:Accuracy rating:
  772. !=!Accuracy rating:
  773.  
  774. !/!249:Shield rating:
  775. !=!Shield rating:
  776.  
  777. !/!250:Energy rating
  778. !=!Energy rating
  779.  
  780. !/!251:Enemies killed:
  781. !=!Enemies killed:
  782.  
  783. !/!252:Mine explored:
  784. !=!Mine explored:
  785.  
  786. !/!253:Time played:
  787. !=!Time played:
  788.  
  789. !/!254:Save/Restore ratio:
  790. !=!Save/Restore ratio:
  791.  
  792. !/!255:Undefined mission objective text.
  793. !=!Undefined mission objective text.
  794.  
  795. !/!256:Success
  796. !=!Success
  797.  
  798. !/!257:Failed
  799. !=!Failed
  800.  
  801. !/!---------------------------Labels in Controller configuration---------------------------
  802.  
  803. !/!258:fire primary
  804. !=!fire primary
  805.  
  806. !/!259:fire secondary
  807. !=!fire secondary
  808.  
  809. !/!260:forward
  810. !=!forward
  811.  
  812. !/!261:Reverse
  813. !=!reverse
  814.  
  815. !/!262:slide horiz
  816. !=!slide horiz
  817.  
  818. !/!263:slide left
  819. !=!slide left
  820.  
  821. !/!264:slide right
  822. !=!slide right
  823.  
  824. !/!265:slide vertical
  825. !=!slide vertical
  826.  
  827. !/!266:slide up
  828. !=!slide up
  829.  
  830. !/!267:slide down
  831. !=!slide down
  832.  
  833. !/!268:bank left
  834. !=!bank left
  835.  
  836. !/!269:bank right
  837. !=!bank right
  838.  
  839. !/!270:pitch up
  840. !=!pitch up
  841.  
  842. !/!271:pitch down
  843. !=!pitch down
  844.  
  845. !/!272:turn left
  846. !=!turn left
  847.  
  848. !/!273:turn right
  849. !=!turn right
  850.  
  851. !/!274:fire flare
  852. !=!fire flare
  853.  
  854. !/!275:toggle slide
  855. !=!toggle slide
  856.  
  857. !/!276:toggle bank
  858. !=!toggle bank
  859.  
  860. !/!277:heading
  861. !=!heading
  862.  
  863. !/!278:pitch
  864. !=!pitch
  865.  
  866. !/!279:throttle
  867. !=!throttle
  868.  
  869. !/!280:throttle
  870. !=!throttle
  871.  
  872. !/!281:bank
  873. !=!bank
  874.  
  875. !/!282:afterburner
  876. !=!afterburner
  877.  
  878. !/!283:automap
  879. !=!automap
  880.  
  881. !/!===============================================================================
  882.  
  883. !/!284:Quit    (General quit text)
  884. !=!Quit
  885.  
  886. !/!285:Pyro-GL
  887. !=!Pyro-GL
  888.  
  889. !/!286:Music Volume        (music volume slider label in sound config)
  890. !=!Music Volume
  891.  
  892. !/!287:Sound Mixer        (sound mixer label in sound config)
  893. !=!Sound Mixer
  894.  
  895. !/!288:Software            (software sound mixer)
  896. !=!Software
  897.  
  898. !/!289:DSound 8bit        (Direct Sound 8 bit sound mixer)
  899. !=!DSound 8bit
  900.  
  901. !/!290:DS3D                (Direct Sound 3D sound mixer)
  902. !=!DS3D
  903.  
  904. !/!291:Aureal            (Aureal sound mixer)
  905. !=!Aureal
  906.  
  907. !/!292:Sound Quality    (sound quality slider label in sound config)
  908. !=!Sound Quality
  909.  
  910. !/!293:High                (sound quality)
  911. !=!High
  912.  
  913. !/!294:Normal            (sound quality)
  914. !=!Normal
  915.  
  916. !/!295:HUD Customization    (options menu label for HUD customization)
  917. !=!HUD Customization
  918.  
  919. !/!296:HUD Layout        (window title for HUD customization)
  920. !=!HUD Layout
  921.  
  922. !/!297:Text                (text HUD representation)
  923. !=!Text
  924.  
  925. !/!298:Graphical        (graphical HUD representation)
  926. !=!Graphical
  927.  
  928. !/!299:Ship Status        (HUD customization label)
  929. !=!Ship Status
  930.  
  931. !/!300:Shield/Energy    (HUD customization label)
  932. !=!Shield/Energy
  933.  
  934. !/!301:Weapon Layout    (HUD customization label)
  935. !=!Weapon Layout
  936.  
  937. !/!302:Afterburner        (HUD customization label)
  938. !=!Afterburner
  939.  
  940. !/!303:Goals            (HUD customization label)
  941. !=!Goals
  942.  
  943. !/!304:Mission Status    (HUD customization label)
  944. !=!Mission Status
  945.  
  946. !/!305:Inventory        (HUD customization label)
  947. !=!Inventory
  948.  
  949. !/!306:Warnings            (Voice setting in sound config, warning voices only)
  950. !=!Warnings
  951.  
  952. !/!307:Specular mapping    (specular mapping setting in detail settings)
  953. !=!Specular mapping
  954.  
  955. !/!308:Powerup Voices    (Voice setting in sound config, warning voices only)
  956. !=!Powerup Voices
  957.  
  958. !/!309:All Voices        (Voice setting in sound config, warning voices only)
  959. !=!All Voices
  960.  
  961. !/!310:DSound 16bit        (DirectSound 16 bit sound mixer)
  962. !=!DSound 16bit
  963.  
  964. !/!311:Countermeasures    (HUD customization label)
  965. !=!Countermeasures
  966.  
  967. !/!312:ANTIGRAV FAIL    (HUD message if antigravity fails)
  968. !=!ANTIGRAV FAIL
  969.  
  970. !/!313:LOCK                (HUD message if a missile has a lock on you
  971. !=!LOCK
  972.  
  973. !/!314:CNTR:            (ummm? not used anymore)
  974. !=!CNTR:
  975.  
  976. !/!315:Cargo
  977. !=!Cargo
  978.  
  979. !/!316:All
  980. !=!All
  981.  
  982. !/!317:Warnings
  983. !=!Warnings
  984.  
  985. !/!318:Import IFL File    (Used in Pilot ship customization dialog)
  986. !=!Import IFL File
  987.  
  988. !/!319:Select Ship        (Used in Pilot ship customization dialog)
  989. !=!Select Ship
  990.  
  991. !/!320:Ship Display        (Used in Pilot ship customization dialog)
  992. !=!Ship Display
  993.  
  994. !/!321:Ships            (Used in Pilot ship customization dialog)
  995. !=!Ships
  996.  
  997. !/!322:Custom Textures    (Used in Pilot ship customization dialog)
  998. !=!Custom Textures
  999.  
  1000. !/!323:Choose            (Used in Pilot ship customization dialog)
  1001. !=!Choose
  1002.  
  1003. !/!324:Success            (Used in Pilot ship customization dialog)
  1004. !=!Success
  1005.  
  1006. !/!325:There was an error importing        (Used in Pilot ship customization dialog)
  1007. !=!There was an error importing
  1008.  
  1009. !/!326:Animated Bitmap Imported as '%s'        (Used in Pilot ship customization dialog)
  1010. !=!Animated Bitmap Imported as '%s'
  1011.  
  1012. !/!327:Custom Logo        (Used in Pilot ship customization dialog)
  1013. !=!Custom Logo
  1014.  
  1015. !/!328:Multiplayer Ship Configuration    (Used in Pilot ship customization dialog)
  1016. !=!Multiplayer Ship Configuration
  1017.  
  1018. !/!329:Up To Parent Directory    (Used in file dialog)
  1019. !=!Up To Parent Directory
  1020.  
  1021. !/!330:You Must Select A Filename    (Used in file dialog)
  1022. !=!You Must Select A Filename
  1023.  
  1024. !/!331:File Does Not Exist    (Used in file dialog)
  1025. !=!File Does Not Exist
  1026.  
  1027. !/!332:Invalid Path/Directory    (Used in file dialog)
  1028. !=!Invalid Path/Directory
  1029.  
  1030. !/!333:Illegal saved game file    (Message when restoring a bad save game)
  1031. !=!Illegal saved game file
  1032.  
  1033. !/!334:Unable to save current game.    (error message when saving a game)
  1034. !=!Unable to save current game.
  1035.  
  1036. !/!335:Unable to load game.    (Message when restoring a bad save game)
  1037. !=!Unable to load game.
  1038.  
  1039. !/!336:Empty    (In Load/Save game dialog, represents an empty slot)
  1040. !=!Empty
  1041.  
  1042. !/!337:Unable to create directory.
  1043. !=!Unable to create directory.
  1044.  
  1045. !/!338:There are no saved games to load.    (Error Message when restoring a save game)
  1046. !=!There are no saved games to load.
  1047.  
  1048. !/!339:There are no valid missions in the mission directory.
  1049. !=!There are no valid missions in the mission directory.
  1050.  
  1051. !/!340:Load Game            (Window title for load game dialog)
  1052. !=!Load Game
  1053.  
  1054. !/!341:Save Game            (Window title for save game dialog)
  1055. !=!Save Game
  1056.  
  1057. !/!342:Description
  1058. !=!Description
  1059.  
  1060. !/!343:Fast Headlight        (in Detail configuration,label for fast headlight option)
  1061. !=!Fast Headlight
  1062.  
  1063. !/!344:Mirrored Surfaces    (in Detail configuration,label for mirrored surfaces option)
  1064. !=!Mirrored Surfaces
  1065.  
  1066. !/! ============================  In keyboard config menu =================================
  1067. !/!345:prev inventory
  1068. !=!prev inventory
  1069.  
  1070. !/!346:next inventory
  1071. !=!Next Inv Item
  1072.  
  1073. !/!347:use inventory
  1074. !=!Use Inv Item
  1075.  
  1076. !/!348:prev counter
  1077. !=!prev cntr meas
  1078.  
  1079. !/!349:next cntr meas
  1080. !=!next cntr meas
  1081.  
  1082. !/!350:use ctnr meas
  1083. !=!use cntr meas
  1084. !/!=========================================================================================
  1085.  
  1086. !/!351:Sensitivity    (in game controller config menu)
  1087. !=!Sensitivity
  1088.  
  1089. !/!352:Mouse Sensitivity    (in game controller config menu)
  1090. !=!Mouse Sensitivity
  1091.  
  1092. !/!353:headlight    (keyconfig option for headlight toggle)
  1093. !=!headlight
  1094.  
  1095. !/!354:Alt-F2        (in help screen)
  1096. !=!Alt-F2
  1097.  
  1098. !/!355:Save Game    (in help screen)
  1099. !=!Save Game
  1100.  
  1101. !/!356:Alt-F3        (in help screen)
  1102. !=!Alt-F3
  1103.  
  1104. !/!357:Load Game    (in help screen)
  1105. !=!Load Game
  1106.     
  1107. !/!358:F4            (in help screen)
  1108. !=!F4
  1109.  
  1110. !/!359:Guide-Bot Menu    (in help screen)
  1111. !=!Guide-Bot Menu
  1112.  
  1113. !/!360:1-5        (in help screen)
  1114. !=!1-5
  1115.  
  1116. !/!361:Select Primary Weapon    (in help screen)
  1117. !=!Select Primary Weapon
  1118.  
  1119. !/!362:6-0            (in help screen)
  1120. !=!6-0
  1121.  
  1122. !/!363:Select Secondary Weapon        (in help screen)
  1123. !=!Select Secondary Weapon
  1124.  
  1125. !/!364:Not available in this version.    (for use in the demo)
  1126. !=!Not available in this version.
  1127.  
  1128. !/!365:%s Set as Default
  1129. !=!%s Set as Default
  1130.  
  1131. !/!366:Set Selected as Default
  1132. !=!Set Selected as Default
  1133.  
  1134. !/!367:Help
  1135. !=!Help
  1136.  
  1137. !/!368:<None>
  1138. !=!<None>
  1139.  
  1140. !/!369:Save        (Used on file dialog)
  1141. !=!Save
  1142.  
  1143. !/!370:Open        (Used on file dialog)
  1144. !=!Open
  1145.  
  1146. !/!371:No Multiplayer Files Found!
  1147. !=!No Multiplayer Files Found!
  1148.  
  1149. !/!372:Save Multiplayer Settings
  1150. !=!Save Multiplayer Settings
  1151.  
  1152. !/!373:Load Multiplayer Settings
  1153. !=!Load Multiplayer Settings
  1154.  
  1155. !/!374:Allowed items
  1156. !=!Allowed items
  1157.  
  1158. !/!375:Disallowed items
  1159. !=!Disallowed items
  1160.  
  1161. !/!376:Allowed Ships
  1162. !=!Allowed Ships
  1163.  
  1164. !/!377:Disallowed Ships
  1165. !=!Disallowed Ships
  1166.  
  1167. !/!378:\24 Allow
  1168. !=!\24 Allow
  1169.  
  1170. !/!379:Disallow \26
  1171. !=!Disallow \26
  1172.  
  1173. !/!380:Ships Allowed:
  1174. !=!Ships Allowed:
  1175.  
  1176. !/!381:Weapon Autoselect Config
  1177. !=!Weapon Autoselect Config
  1178.  
  1179. !/!382:Select a weapon slot you want to move or modify.
  1180. !=!Select a weapon slot you want to move or modify.
  1181.  
  1182. !/!383:D to disable or enable a flashing slot. ESC to cancel.
  1183. !=!D to disable or enable a flashing slot. ESC to cancel.
  1184.  
  1185. !/!384:Mouse click or press ENTER to swap with flashing slot.
  1186. !=!Mouse click or press ENTER to swap with flashing slot.
  1187.  
  1188. !/!385:Disable/Enable Slot
  1189. !=!Disable/Enable Slot
  1190.  
  1191. !/!386:Primary
  1192. !=!Primary
  1193.  
  1194. !/!387:Secondary
  1195. !=!Secondary
  1196.  
  1197. !/!388:Low Priority
  1198. !=!Low Priority
  1199.  
  1200. !/!389:High Priority
  1201. !=!High Priority
  1202.  
  1203. !/!390:F5                    Used in help screen
  1204. !=!F5
  1205.  
  1206. !/!391:Toggle Demo            Used in help screen
  1207. !=!Toggle Demo
  1208.  
  1209. !/!392:cycle primary    Used in keyconfig 
  1210. !=!cycle primary
  1211.  
  1212. !/!393:cycle secondary    Used in keyconfig
  1213. !=!cycle secondary
  1214.  
  1215. !/!394:Credits            Used in Menu
  1216. !=!Credits
  1217.  
  1218. !/!395: Click on an INV box or press 'I' to invert an axis.            ( Used in control config)
  1219. !=!Click on an INV box or press 'I' to invert an axis.
  1220.  
  1221. !/!396: Reset to Default Settings   ( Used in control config)
  1222. !=!Reset to Default Settings
  1223.  
  1224. !/!397: F6            (Used in help screen)
  1225. !=!F6
  1226.  
  1227. !/!398: Multiplayer On-Screen Menu (Used in help screen)
  1228. !=!Multiplayer On-Screen Menu
  1229.