home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd2.bin / sw / 5311 / q2-314-demo-x86.exe / Splash / Strings.txt < prev    next >
Text File  |  1998-02-18  |  16KB  |  426 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 there only
  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. Q2DemoFont
  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. Quake II Demo
  57. ////////////////////////////////////////////////////////////////////
  58. //
  59. //    szRootDir
  60. //    The default "install to" path in InstallShield will be
  61. //    \szRootDir.
  62. //
  63. Q2Demo
  64. ////////////////////////////////////////////////////////////////////
  65. //
  66. //    szFTPReference
  67. //    The game updater uses this to recognize this game.
  68. //
  69. Q2DW95
  70. ////////////////////////////////////////////////////////////////////
  71. //
  72. //    szProgramExecutable
  73. //    This is the actual name of the main executable program.
  74. //
  75. Quake2.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 some cases, this is the same as szProgramExecutable.
  83. //
  84. Quake2Demo_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. //
  100. Quake II Demo
  101. Quake II Demo
  102. Quake II Demo - Compatibility Mode
  103. +set vid_ref soft +set vid_fullscreen 0 +set sw_mode 0 +set s_wavonly 1
  104. Run Dedicated Server
  105. +set deathmatch 1 +set dedicated 1
  106. Quake II Manual
  107. Quake II Demo Readme
  108. Uninstall Quake II Demo
  109. Quake II Demo Release Notes
  110. <ignored>
  111. ////////////////////////////////////////////////////////////////////
  112. //
  113. //    szUninstallName
  114. //    This is what shows up in the Add/Remove Programs list box
  115. //    located in the control panel after installation.
  116. //
  117. Quake II Demo
  118. ////////////////////////////////////////////////////////////////////
  119. //
  120. //    szUninstallKey
  121. //    After installation, this ends up as a registry key directly
  122. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  123. //    CurrentVersion/Uninstall key.
  124. //
  125. Quake2DemoUninstallKey
  126. ////////////////////////////////////////////////////////////////////
  127. //
  128. //    szAppWindowName
  129. //    To find out what this should be, run the game and press
  130. //    Ctrl-Alt-Delete.  The game's window name will show in the
  131. //    list box.  This variable is used to prevent Splash.exe from
  132. //    running when the game is already running.
  133. //
  134. <ignored>
  135. ////////////////////////////////////////////////////////////////////
  136. //
  137. //    szAppWindowClass
  138. //    This is similar to szAppWindowName.  Ask the Game's
  139. //    developers what they called the game's window class or use
  140. //    Spy++.  This is also used to detect if the games is running.
  141. //
  142. Quake II Demo
  143. ////////////////////////////////////////////////////////////////////
  144. //
  145. //    szSplashScreenName
  146. //    This is the name of the window and the window class of the
  147. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  148. //    dialog box when the splash screen is running.
  149. //
  150. Quake II Demo Splash Screen
  151. ////////////////////////////////////////////////////////////////////
  152. //
  153. //    sz16ColorWarning
  154. //    This is self-explanatory.
  155. //
  156. Quake II Demo does not support 16-color mode.
  157. ////////////////////////////////////////////////////////////////////
  158. //
  159. //    szMovieWarning
  160. //    This is displayed to the user's system is in 256-color mode
  161. //    and attempts to play a high-color movie.
  162. //
  163. 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 then restart Splash.
  164. ////////////////////////////////////////////////////////////////////
  165. //
  166. //    szFindBitmapWarning
  167. //    This is displayed to the user if there is an error (for
  168. //    whatever reason) loading a bmp from the disk.
  169. //
  170. Unable to load a necessary bitmap.  Check the desktop for an error log.
  171. ////////////////////////////////////////////////////////////////////
  172. //
  173. //    szOutOfMemoryWarning
  174. //    This is displayed to the user whenever a call to "malloc"
  175. //    or "new" fails.
  176. //
  177. Unable to allocate enough RAM.
  178. ////////////////////////////////////////////////////////////////////
  179. //
  180. //    szFindBrowserWarning
  181. //    This is displayed to the user if a web button is pressed and
  182. //    neither Netscape nor IExplore is found on their system.
  183. //
  184. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  185. ////////////////////////////////////////////////////////////////////
  186. //
  187. //    szInformation
  188. //    The localized translation of the word "Information."
  189. //
  190. Information
  191. ////////////////////////////////////////////////////////////////////
  192. //
  193. //    DirectX Dialog Box Strings.
  194. //    Displayed when the user does not have DirectX installed.
  195. //
  196. Microsoft DirectX 5 was not detected on your system.
  197. Some of the software only, full-screen video modes in Quake II are only available if you install DirectX. These drivers may not be compatible with some video cards and certain display modes.
  198. 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.
  199. If you need to install DirectX, you can download the latest version from Microsoft's web site, www.microsoft.com.
  200. For more information on DirectX 5 and answers to questions regarding your hardware's compatibility please click the Help button below.
  201. ////////////////////////////////////////////////////////////////////
  202. // directX Dialog box strings for the wolf demo:
  203. //
  204. Microsoft DirectX 5 was not detected on your system.
  205. Some of the software only, full-screen video modes in Quake II are only available if you install DirectX. These drivers may not be compatible with some video cards and certain display modes.
  206. 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.
  207. 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 to skip the DirectX install process.
  208. For more information on DirectX 5 and answers to questions regarding your hardware's compatibility please click the Help button below.
  209. /////////////////////////////////////////////////////////////////////
  210. If you experience problems with DirectX, please contact Microsoft at:
  211. Microsoft Customer Sales and Service
  212. One Microsoft Way
  213. Redmond, WA  98052-6399, USA
  214. Call 1-800-426-9400, in the US
  215. Call +1-206-882-8080 outside the United States
  216. Click OK to continue installing DirectX 5.  Click Cancel to cancel DirectX 5 installation.
  217. DirectX 5 was successfully installed.
  218. DirectX 5 was successfully installed.  You will need to restart you computer before playing Quake II Demo.
  219. Please insert the Quake II Demo CD in your CDROM drive.  Click OK when ready.
  220. ////////////////////////////////////////////////////////////////////
  221. //
  222. //    About Activision screen strings.
  223. //    Displayed when the user presses the About Activision Button.
  224. //
  225. CUSTOMER SUPPORT
  226. United States: (310) 255-2050
  227. Australia: 1902-962-000
  228. Internet: http://www.activision.com
  229. America Online: Keyword: Activision
  230. Customer BBS: (310) 255-2146 [8,N,1]
  231. <ignored>
  232. ////////////////////////////////////////////////////////////////////
  233. //
  234. //    Welcome Dialog Box Strings
  235. //    Displayed on the InstallShield Welcome dialog box.
  236. //
  237. Welcome to the Quake II Demo Setup program.
  238. This program will install the Quake II Demo on your computer.
  239. It is strongly recommended that you exit all Windows programs before running this Setup program.
  240. Click Cancel to quit Setup and then close any programs you have running. Click Next to continue with the Setup program.
  241. WARNING: This program is protected by copyright law and international treaties.
  242. 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.
  243. <ignored>
  244. ////////////////////////////////////////////////////////////////////
  245. //
  246. //    SetupType Dialog Box Strings
  247. //    Displayed on the InstallShield SetupType dialog box.  Note:
  248. //    The install sizes (in MB) are given below and are substituted
  249. //    into their respective descriptions wherever there is a %u.
  250. //
  251. Please choose an install size by selecting either CD, Normal, or Maximum.
  252. 25
  253. The CD install requires %u MB of uncompressed hard disk space.
  254. 220
  255. The Normal install requires %u MB of uncompressed hard disk space.
  256. 50
  257. The Maximum install requires %u MB of uncompressed hard disk space.
  258. <ignored>
  259. ////////////////////////////////////////////////////////////////////
  260. //
  261. //    AskDestPath Dialog Box Strings
  262. //    Displayed on the InstallShield AskDestPath dialog box.
  263. //
  264. The Quake II Demo will be installed into the following directory.
  265. To install to this directory, click Install.
  266. To install to a different directory, click the Change Directory button below and select a different directory.
  267. You can choose not to install the Quake II Demo by clicking Cancel to exit Setup.
  268. The current destination drive contains insufficient disk space.  Please choose a different directory.
  269. Copying Quake II Demo program files...
  270. <ignored>
  271. ////////////////////////////////////////////////////////////////////
  272. //
  273. //    Finish Dialog Box Strings
  274. //    Displayed on the InstallShield Finish dialog box.
  275. //
  276. Installation is now complete.
  277. Click Finish to exit setup and begin the Quake II Demo.
  278. Before playing the Quake II Demo you must restart your computer.  Click Restart to restart your computer now or click Finish to exit Setup.
  279. <ignored>
  280. ////////////////////////////////////////////////////////////////////
  281. //
  282. //    InstallShield warnings.
  283. //    Displayed when the user's system is missing one or more of
  284. //    the game's system requirements.
  285. //
  286. The following requirement(s) were not detected on your system.  Click Help for more information on the Quake II Demo's system requirements or click Install to continue with the installation.
  287. Windows95 or WindowsNT operating system
  288. Pentium 90 MHz processor or better
  289. 16 MB of RAM or more
  290. 256-color capability or better
  291. 1 MB of Video RAM or more
  292. 2X CDROM drive or better
  293. 4X CDROM drive or better
  294. <ignored>
  295. ////////////////////////////////////////////////////////////////////
  296. //
  297. //    More InstallShield error messages.
  298. //
  299. Quake II Demo requires a 32-bit operating system to install.
  300. The following error occurred during the move data process :
  301. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  302. Would you like to quit the Quake II Demo Setup process?
  303. The Quake II Demo Setup process has been terminated. 
  304. This version of Quake II Demo will not install on this language version of Windows 95/NT. To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  305. ////////////////////////////////////////////////////////////////////
  306. //
  307. //    Extra strings.
  308. //
  309. You cannot uninstall that which is not installed.
  310. INCOMING MESSAGE FROM TCM MARINE COMMANDANT JAMES:
  311. We have cleared the interplanetary gateway between Earth and Stroggos.  In exactly three hours operation Alien Overlord will commence.
  312. As I speak to you, your pods are being fueled and all systems brought online.  Activate your field computers.  The following intel brief will provide you with your military objectives, terrain information, arsenal and equipment details, and enemy analysis.\nNever before has there been a greater challenge to life, liberty, and civilization.  This is a crusade in which we will accept nothing less than victory.  No matter how long it may take us to overcome the Strogg's barbaric assault, the people of Earth in their righteous might will win through to absolute victory.  Today we will make very certain that this form of barbaric treachery shall never endanger us again.  With confidence in you, and with the unbending determination of our people, we will gain the inevitable triumph - so help us God.
  313. So go forth and kick ass, soldiers!
  314. Exiting...
  315. http://www.activision.com
  316. http://www.idsoftware.com
  317. <ignored>
  318. <ignored>
  319. ////////////////////////////////////////////////////////////////////
  320. ////////////////////////////////////////////////////////////////////
  321. ////////////////////////////////////////////////////////////////////
  322. //
  323. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  324. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  325. //
  326. //    ASCII Value    Symbol
  327. //    161        í
  328. //    162        ó
  329. //    163        ú
  330. //    164        ñ
  331. //    165        Ñ
  332. //    166        ª
  333. //    167        º
  334. //    168        ¿
  335. //    169        ⌐
  336. //    170        ¬
  337. //    171        ½
  338. //    172        ¼
  339. //    173        ¡
  340. //    174        «
  341. //    175        »
  342. //    176        ░
  343. //    177        ▒
  344. //    178        ▓
  345. //    179        │
  346. //    180        ┤
  347. //    181        ╡
  348. //    182        ╢
  349. //    183        ╖
  350. //    184        ╕
  351. //    185        ╣
  352. //    186        ║
  353. //    187        ╗
  354. //    188        ╝
  355. //    189        ╜
  356. //    190        ╛
  357. //    191        ┐
  358. //    192        └
  359. //    193        ┴
  360. //    194        ┬
  361. //    195        ├
  362. //    196        ─
  363. //    197        ┼
  364. //    198        ╞
  365. //    199        ╟
  366. //    200        ╚
  367. //    201        ╔
  368. //    202        ╩
  369. //    203        ╦
  370. //    204        ╠
  371. //    205        ═
  372. //    206        ╬
  373. //    207        ╧
  374. //    208        ╨
  375. //    209        ╤
  376. //    210        ╥
  377. //    211        ╙
  378. //    212        ╘
  379. //    213        ╒
  380. //    214        ╓
  381. //    215        ╫
  382. //    216        ╪
  383. //    217        ┘
  384. //    218        ┌
  385. //    219        █
  386. //    220        ▄
  387. //    221        ▌
  388. //    222        ▐
  389. //    223        ▀
  390. //    224        α
  391. //    225        ß
  392. //    226        Γ
  393. //    227        π
  394. //    228        Σ
  395. //    229        σ
  396. //    230        µ
  397. //    231        τ
  398. //    232        Φ
  399. //    233        Θ
  400. //    234        Ω
  401. //    235        δ
  402. //    236        ∞
  403. //    237        φ
  404. //    238        ε
  405. //    239        ∩
  406. //    240        ≡
  407. //    241        ±
  408. //    242        ≥
  409. //    243        ≤
  410. //    244        ⌠
  411. //    245        ⌡
  412. //    246        ÷
  413. //    247        ≈
  414. //    248        °
  415. //    249        ∙
  416. //    250        ·
  417. //    251        √
  418. //    252        ⁿ
  419. //    253        ²
  420. //    254        ■
  421. //    255         
  422. //
  423. ////////////////////////////////////////////////////////////////////
  424. //
  425. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  426. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====