home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.15 / 1998-06_Disc_3.15.iso / hgear / splash / strings.txt < prev    next >
Text File  |  1998-01-28  |  15KB  |  399 lines

  1. //
  2. //
  3. //    ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE==
  4. //    ========USED BY INSTALLSHIELD AND SPLASH.EXE========
  5. //
  6. //
  7. //    INSTRUCTIONS:
  8. //
  9. //    * Any line that starts with a // (double front slash) is
  10. //      ignored (commented) by Splash.exe and InstallShield.
  11. //
  12. //    * The commented lines (this one included) are only there
  13. //      to assist the person who edits this file.
  14. //
  15. //    * LEAVE NO BLANK LINES.  Every line MUST be commented
  16. //      unless it is to be read and interpreted by Splash.exe
  17. //      and InstallShield.
  18. //
  19. //    * DO NOT ADD/DELETE ANY LINES.  You may only alter existing
  20. //      lines.  If an extra string is needed, contact Cross
  21. //      Production.
  22. //
  23. //    * DO NOT CHANGE THE ORDER OF ANY LINES.
  24. //
  25. //    * DO NOT ADD NUMBERS TO THE BEGINNINGS OF LINES.
  26. //
  27. //    * THIS DOCUMENT MUST BE SAVED AS A .TXT FILE.
  28. //
  29. //    * Max string length = 1024.
  30. //
  31. //
  32. ////////////////////////////////////////////////////////////////////
  33. ////////////////////////////////////////////////////////////////////
  34. ////////////////////////////////////////////////////////////////////
  35. //
  36. //    szFontName
  37. //    This is here so that we can easily change the font used in
  38. //    our home-made dialog boxes.
  39. //
  40. Heavy Gear Demo
  41. ////////////////////////////////////////////////////////////////////
  42. //
  43. //    szCompanyName
  44. //    After installation, this ends up as a registry key directly
  45. //    under the HKEY_LOCAL_MACHINE/SOFTWARE key.
  46. //
  47. Activision
  48. ////////////////////////////////////////////////////////////////////
  49. //
  50. //    szAppName
  51. //    After installation, this ends up as a registry key directly
  52. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName key.
  53. //    This also ends up as the program folder icon name for the
  54. //    main executable.
  55. //
  56. Heavy Gear Demo
  57. ////////////////////////////////////////////////////////////////////
  58. //
  59. //    szRootDir
  60. //    The default "install to" path in InstallShield will be
  61. //    \Program Files\szCompanyName\szRootDir.
  62. //
  63. Heavy Gear Demo
  64. ////////////////////////////////////////////////////////////////////
  65. //
  66. //    szFTPReference
  67. //    The game updater uses this to recognize this game.
  68. //
  69. HGEARW95
  70. ////////////////////////////////////////////////////////////////////
  71. //
  72. //    szProgramExecutable
  73. //    This is the actual name of the main executable program.
  74. //
  75. HG.exe
  76. ////////////////////////////////////////////////////////////////////
  77. //
  78. //    szProductKey
  79. //    After installation, this ends up as a registry key directly
  80. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  81. //    CurrentVersion/App Paths key.
  82. //    In most cases, this is the same as szProgramExecutable.
  83. //
  84. HGDemo_exe
  85. ////////////////////////////////////////////////////////////////////
  86. //
  87. //    szProductVersion
  88. //    After installation, this ends up as a registry key directly
  89. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName/
  90. //    szAppName key.
  91. //
  92. 1.0
  93. ////////////////////////////////////////////////////////////////////
  94. //
  95. //    szProgramFolderName
  96. //    This is what gets put into the Windows95 Taskbar Start Menu.
  97. //    In other words, after installation there will be a folder
  98. //    called Windows\Start Menu\Programs\szProgramFolderName.
  99. //*TRANSLATE
  100. Heavy Gear Demo
  101. ////////////////////////////////////////////////////////////////////
  102. //
  103. //    szTechnicalHelp
  104. //    This goes into the program folder with the Help icon.
  105. //*TRANSLATE
  106. Technical Help
  107. ////////////////////////////////////////////////////////////////////
  108. //
  109. //    szUninstall
  110. //    This goes into the program folder with the Uninstall icon.
  111. //*TRANSLATE
  112. Uninstall Heavy Gear Demo
  113. ////////////////////////////////////////////////////////////////////
  114. //
  115. //    szUninstallName
  116. //    This is what shows up in the Add/Remove Programs list box
  117. //    located in the control panel after installation.
  118. //*TRANSLATE
  119. Heavy Gear Demo
  120. ////////////////////////////////////////////////////////////////////
  121. //
  122. //    szUninstallKey
  123. //    After installation, this ends up as a registry key directly
  124. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  125. //    CurrentVersion/Uninstall key.
  126. //
  127. HeavyGearDemoUninstallKey
  128. ////////////////////////////////////////////////////////////////////
  129. //
  130. //    szAppWindowName
  131. //    To find out what this should be, run the game and press
  132. //    Ctrl-Alt-Delete.  The game's window name will show in the
  133. //    list box.  This variable is used to prevent Splash.exe from
  134. //    running when the game is already running.
  135. //*TRANSLATE
  136. Heavy Gear Demo
  137. ////////////////////////////////////////////////////////////////////
  138. //
  139. //    szAppWindowClass
  140. //    This is similar to szAppWindowName.  Ask the Game's
  141. //    developers what they called the game's window class or use
  142. //    Spy++.  This is also used to detect if the games is running.
  143. //
  144. Heavy Gear Demo
  145. ////////////////////////////////////////////////////////////////////
  146. //
  147. //    szSplashScreenName
  148. //    This is the name of the window and the window class of the
  149. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  150. //    dialog box when the splash screen is running.
  151. //*TRANSLATE
  152. The Heavy Gear Demo Splash Screen
  153. ////////////////////////////////////////////////////////////////////
  154. //
  155. //    sz16ColorWarning
  156. //    This is self-explanatory.
  157. //*TRANSLATE
  158. Heavy Gear Demo does not support 16-color mode.
  159. ////////////////////////////////////////////////////////////////////
  160. //
  161. //    szMovieWarning
  162. //    This is displayed to the user's system is in 256-color mode
  163. //    and attempts to play a high-color movie.
  164. //*TRANSLATE
  165. In order to play this movie, your system must be in 16-bit color mode or higher.  Please change your system's color mode and restart Splash.
  166. ////////////////////////////////////////////////////////////////////
  167. //
  168. //    szFindBitmapWarning
  169. //    This is displayed to the user if there is an error (for
  170. //    whatever reason) loading a bmp from the disk.
  171. //*TRANSLATE
  172. Unable to load a necessary bitmap.
  173. ////////////////////////////////////////////////////////////////////
  174. //
  175. //    szOutOfMemoryWarning
  176. //    This is displayed to the user whenever a call to "malloc"
  177. //    or "new" fails.
  178. //*TRANSLATE
  179. Unable to allocate enough RAM.
  180. ////////////////////////////////////////////////////////////////////
  181. //
  182. //    szFindBrowserWarning
  183. //    This is displayed to the user if a web button is pressed and
  184. //    neither Netscape nor IExplore is found on their system.
  185. //*TRANSLATE
  186. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  187. ////////////////////////////////////////////////////////////////////
  188. //
  189. //    szInformation
  190. //    The localized translation of the word "Information."
  191. //*TRANSLATE
  192. Information
  193. ////////////////////////////////////////////////////////////////////
  194. //
  195. //    DirectX Dialog Box Strings.
  196. //    Displayed when the user does not have DirectX installed.
  197. //*TRANSLATE
  198. Microsoft DirectX 5 was not detected on your system.
  199. Heavy Gear requires Microsoft DirectX 5 drivers, which enhance the sound and graphics capabilities of your system. These drivers may not be compatible with some video cards and certain display modes.
  200. DirectX 5 will be installed over your existing video card drivers and any previous versions of DirectX, after which you may be instructed to restart your computer.
  201. If you do not want to install DirectX 5 or you believe that DirectX 5 is incompatible with your hardware, please click the Cancel button below.
  202. For more information on DirectX 5 and answers to questions regarding your hardware's compatibility please click the Help button below.
  203. If you experience problems with DirectX, please contact Microsoft at:
  204. Microsoft Customer Sales and Service
  205. One Microsoft Way
  206. Redmond, WA  98052-6399, USA
  207. Call 1-800-426-9400, in the US
  208. Call +1-206-882-8080 outside the United States
  209. Click OK to continue installing DirectX 5.  Click Cancel to cancel DirectX 5 installation.
  210. DirectX 5 was successfully installed.
  211. DirectX 5 was successfully installed.  You will need to restart you computer before playing Heavy Gear.
  212. Please insert the Heavy Gear Demo CD in your CDROM drive.  Click OK when ready.
  213. ////////////////////////////////////////////////////////////////////
  214. //
  215. //    About Activision screen strings.
  216. //    Displayed when the user presses the About Activision Button.
  217. //*TRANSLATE
  218. CORPORATE INFORMATION:
  219. Activision is headquartered in Santa Monica, California.
  220. NASDAQ: ATVI
  221. Internet: http://www.activision.com
  222. America Online: Keyword: Activision
  223. CompuServe: GO ACTIVISION
  224. ////////////////////////////////////////////////////////////////////
  225. //
  226. //    Welcome Dialog Box Strings
  227. //    Displayed on the InstallShield Welcome dialog box.
  228. //*TRANSLATE
  229. Initializing Neural Net...
  230. To cancel, press F3.
  231. Warning: To play this demo you will need a 100% Direct 3D compatible, 3D accelerator card and the latest drivers for the card.  If you do not have the latest drivers, this game will crash.  Reference drivers for 3Dfx and Rendition based cards have been provided with this demo.  If you have a 3Dfx, Rendition, or any Direct 3D compatible card installed on your system, and experience difficulties in running the demo, please refer to the Tech Help file to ensure your card has been tested with this demo.
  232. This demo also requires you to have DirectX 5 installed on your computer.  If you do not have DirectX 5, please reference the Microsoft Web Site for download information.
  233. Welcome to the Heavy Gear Demo Setup program.  This program will install the Heavy Gear Demo on your computer.
  234. It is strongly recommended that you exit all Windows programs before running this Setup program.
  235. Click Cancel to quit Setup and then close any programs you have running. Click Next to continue with the Setup program.
  236. WARNING: This program is protected by copyright law and international treaties.
  237. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  238. ////////////////////////////////////////////////////////////////////
  239. //
  240. //    SetupType Dialog Box Strings
  241. //    Displayed on the InstallShield SetupType dialog box.
  242. //*TRANSLATE
  243. Choose a control setting by clicking either the Action Controls button or the Simulator Controls button below.  Note: You can change your controls at any time after installing using the 'Cockpit Controls' screen in the shell.
  244. SIMULATOR CONTROLS: Use up/down arrows for torso tilt.
  245. ACTION CONTROLS: Use up/down arrows for movement.
  246. ////////////////////////////////////////////////////////////////////
  247. //
  248. //    AskDestPath Dialog Box Strings
  249. //    Displayed on the InstallShield AskDestPath dialog box.
  250. //*TRANSLATE
  251. Setup will install the Heavy Gear Demo in the following directory.  Installation requires 45 MB of Hard drive space.
  252. To install to this directory, click Install.
  253. To install to a different directory, click the Change Directory button below and select a different directory.
  254. You can choose not to install the Heavy Gear Demo by clicking Cancel to exit Setup.
  255. The current destination drive contains insufficient disk space.  Please choose a different directory.
  256. Copying Heavy Gear Demo program files...
  257. ////////////////////////////////////////////////////////////////////
  258. //
  259. //    Finish Dialog Box Strings
  260. //    Displayed on the InstallShield Finish dialog box.
  261. //*TRANSLATE
  262. Installation is now complete.
  263. Click Finish to exit setup and begin Heavy Gear Demo.
  264. Before playing the Heavy Gear Demo you must restart your computer.  Click Restart to restart your computer now or click Finish to exit Setup.
  265. ////////////////////////////////////////////////////////////////////
  266. //
  267. //    InstallShield warnings.
  268. //    Displayed when the user's system is missing one or more of
  269. //    the game's system requirements.
  270. //*TRANSLATE
  271. The following requirement(s) were not detected on your system.  Click Help for more information on the Heavy Gear Demo's system requirements or click Install to continue with the installation.
  272. Windows95 operating system
  273. Pentium 90 MHz processor or better
  274. 16 MB of RAM or more
  275. 256-color capability or better
  276. 1 MB of Video RAM or more
  277. 2X CDROM drive or better
  278. Due to the amount of RAM in your system, you may experience some long load times when playing games (both single and multiplayer games).  For multiplayer games, we recommend that you have at least 24 MB RAM to avoid dropping out of games.
  279. ////////////////////////////////////////////////////////////////////
  280. //
  281. //    More InstallShield error messages.
  282. //*TRANSLATE
  283. Heavy Gear Demo requires a 32-bit operating system to install.
  284. The following error occurred during the move data process :
  285. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  286. Would you like to terminate the Heavy Gear Demo setup process?
  287. The Heavy Gear Demo setup process has been terminated.
  288. This Demo will not run on an NEC '98 machine.  To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  289. Play HeavyGear on Mplayer
  290. Mplayer Help File
  291. Click OK and then insert the Heavy Gear disk 2.
  292. ////////////////////////////////////////////////////////////////////
  293. ////////////////////////////////////////////////////////////////////
  294. ////////////////////////////////////////////////////////////////////
  295. //
  296. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  297. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  298. //
  299. //    ASCII Value    Symbol
  300. //    161        í
  301. //    162        ó
  302. //    163        ú
  303. //    164        ñ
  304. //    165        Ñ
  305. //    166        ª
  306. //    167        º
  307. //    168        ¿
  308. //    169        ⌐
  309. //    170        ¬
  310. //    171        ½
  311. //    172        ¼
  312. //    173        ¡
  313. //    174        «
  314. //    175        »
  315. //    176        ░
  316. //    177        ▒
  317. //    178        ▓
  318. //    179        │
  319. //    180        ┤
  320. //    181        ╡
  321. //    182        ╢
  322. //    183        ╖
  323. //    184        ╕
  324. //    185        ╣
  325. //    186        ║
  326. //    187        ╗
  327. //    188        ╝
  328. //    189        ╜
  329. //    190        ╛
  330. //    191        ┐
  331. //    192        └
  332. //    193        ┴
  333. //    194        ┬
  334. //    195        ├
  335. //    196        ─
  336. //    197        ┼
  337. //    198        ╞
  338. //    199        ╟
  339. //    200        ╚
  340. //    201        ╔
  341. //    202        ╩
  342. //    203        ╦
  343. //    204        ╠
  344. //    205        ═
  345. //    206        ╬
  346. //    207        ╧
  347. //    208        ╨
  348. //    209        ╤
  349. //    210        ╥
  350. //    211        ╙
  351. //    212        ╘
  352. //    213        ╒
  353. //    214        ╓
  354. //    215        ╫
  355. //    216        ╪
  356. //    217        ┘
  357. //    218        ┌
  358. //    219        █
  359. //    220        ▄
  360. //    221        ▌
  361. //    222        ▐
  362. //    223        ▀
  363. //    224        α
  364. //    225        ß
  365. //    226        Γ
  366. //    227        π
  367. //    228        Σ
  368. //    229        σ
  369. //    230        µ
  370. //    231        τ
  371. //    232        Φ
  372. //    233        Θ
  373. //    234        Ω
  374. //    235        δ
  375. //    236        ∞
  376. //    237        φ
  377. //    238        ε
  378. //    239        ∩
  379. //    240        ≡
  380. //    241        ±
  381. //    242        ≥
  382. //    243        ≤
  383. //    244        ⌠
  384. //    245        ⌡
  385. //    246        ÷
  386. //    247        ≈
  387. //    248        °
  388. //    249        ∙
  389. //    250        ·
  390. //    251        √
  391. //    252        ⁿ
  392. //    253        ²
  393. //    254        ■
  394. //    255         
  395. //
  396. ////////////////////////////////////////////////////////////////////
  397. //
  398. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  399. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====