home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 1 / 1998-07_Disc_4.1.iso / shanghai / splash / strings.txt < prev    next >
Text File  |  1998-02-24  |  16KB  |  452 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. ShanghaiFont
  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. Shanghai Dynasty Demo
  57. ////////////////////////////////////////////////////////////////////
  58. //
  59. //    szRootDir
  60. //    The default "install to" path in InstallShield will be
  61. //    \Program Files\szCompanyName\szRootDir.
  62. //
  63. Shanghai Dynasty Demo
  64. ////////////////////////////////////////////////////////////////////
  65. //
  66. //    szFTPReference
  67. //    The game updater uses this to recognize this game.
  68. //
  69. SHDYW95
  70. ////////////////////////////////////////////////////////////////////
  71. //
  72. //    szProgramExecutable
  73. //    This is the actual name of the main executable program.
  74. //
  75. Dynasty Demo.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. Shanghai_Dynasty_Demo
  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. Shanghai Dynasty Demo
  101.  Play Shanghai Demo
  102. áTechnical Help
  103. áUninstall Shanghai Demo
  104. ////////////////////////////////////////////////////////////////////
  105. //
  106. //    szUninstallName
  107. //    This is what shows up in the Add/Remove Programs list box
  108. //    located in the control panel after installation.
  109. //
  110. Shanghai Dynasty Demo
  111. ////////////////////////////////////////////////////////////////////
  112. //
  113. //    szUninstallKey
  114. //    After installation, this ends up as a registry key directly
  115. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  116. //    CurrentVersion/Uninstall key.
  117. //
  118. ShanghaiDynastyDemoUninstallKey
  119. ////////////////////////////////////////////////////////////////////
  120. //
  121. //    szAppWindowName
  122. //    To find out what this should be, run the game and press
  123. //    Ctrl-Alt-Delete.  The game's window name will show in the
  124. //    list box.  This variable is used to prevent Splash.exe from
  125. //    running when the game is already running.
  126. //
  127. <IGNORED>
  128. ////////////////////////////////////////////////////////////////////
  129. //
  130. //    szAppWindowClass
  131. //    This is similar to szAppWindowName.  Ask the Game's
  132. //    developers what they called the game's window class or use
  133. //    Spy++.  This is also used to detect if the games is running.
  134. //
  135. Shanghai: Dynasty
  136. ////////////////////////////////////////////////////////////////////
  137. //
  138. //    szSplashScreenName
  139. //    This is the name of the window and the window class of the
  140. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  141. //    dialog box when the splash screen is running.
  142. //
  143. The Shanghai:Dynasty Demo Splash Screen
  144. ////////////////////////////////////////////////////////////////////
  145. //
  146. //    sz16ColorWarning
  147. //    This is self-explanatory.
  148. //
  149. Shanghai Demo does not support 16-color mode.
  150. ////////////////////////////////////////////////////////////////////
  151. //
  152. //    szMovieWarning
  153. //    This is displayed to the user's system is in 256-color mode
  154. //    and attempts to play a high-color movie.
  155. //
  156. Your system must be in 16-bit color mode or higher to view this movie.  If you would like to see this preview, please change your system's color mode and restart Splash.
  157. ////////////////////////////////////////////////////////////////////
  158. //
  159. //    szFindBitmapWarning
  160. //    This is displayed to the user if there is an error (for
  161. //    whatever reason) loading a bmp from the disk.
  162. //
  163. Unable to load a necessary bitmap.
  164. ////////////////////////////////////////////////////////////////////
  165. //
  166. //    szOutOfMemoryWarning
  167. //    This is displayed to the user whenever a call to "malloc"
  168. //    or "new" fails.
  169. //
  170. Unable to allocate enough RAM.
  171. ////////////////////////////////////////////////////////////////////
  172. //
  173. //    szFindBrowserWarning
  174. //    This is displayed to the user if a web button is pressed and
  175. //    neither Netscape nor IExplore is found on their system.
  176. //
  177. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  178. ////////////////////////////////////////////////////////////////////
  179. //
  180. //    szInformation
  181. //    The localized translation of the word "Information."
  182. //
  183. Information
  184. ////////////////////////////////////////////////////////////////////
  185. //
  186. //    About Activision screen strings.
  187. //    Displayed when the user presses the About Activision Button.
  188. //    szAboutActivision1 - 6
  189. ACTIVISION CUSTOMER SUPPORT
  190. United States: (310) 255-2050
  191. Australia: 1902-962-000
  192. Internet: http://www.activision.com
  193. America Online: Keyword: Activision
  194. Customer BBS: (310) 255-2146 [8,N,1]
  195. ////////////////////////////////////////////////////////////////////
  196. //
  197. //    Welcome Dialog Box Strings
  198. //    Displayed on the InstallShield Welcome dialog box.
  199. //
  200. Welcome to Shanghai: Dynasty Demo setup...
  201. Successful completion of this setup process will install the Shanghai: Dynasty Demo on your computer.  It is strongly recommended that you shut down all other Windows programs before proceeding with this Setup program.  You may click Cancel to quit setup and close any programs you have running on your computer.
  202. To continue with the setup program, click Next.
  203. WARNING: This program is protected by copyright law and international treaties.  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.
  204. ////////////////////////////////////////////////////////////////////
  205. //
  206. //    SetupType Dialog Box Strings
  207. //    Displayed on the InstallShield SetupType dialog box.
  208. //
  209. Shanghai: Dynasty offers four install sizes:
  210. Minimum install (50 MB): This option will install the Mah-Jongg tile set, reward sequence, and all the files needed to play Shanghai: Dynasty and Mah-Jongg, for maximum speed of play. The other tile sets and reward animations will remain on the CD and will only be loaded to RAM from the CD when used in the game, which may considerably slow down the speed of the game. (They are not loaded to the Hard Drive). 
  211. Medium install (60 MB): This option will install all the tile sets and game files to your hard drive. The reward sequences will remain on the CD and will be loaded to RAM from the CD only when used in the game (and will take longer to play). 
  212. Standard install (148 MB): This option will install all the tile sets, game files, and reward sequences to your hard drive for best performance.
  213. Custom install: This option will let you choose the tilesets you wish to have installed on your hard drive.
  214. ////////////////////////////////////////////////////////////////////
  215. //
  216. //    Custom install selection text and title
  217. //    Each string displayed next to a checkbox to choose which tilesets to install.
  218. //
  219. Please check the tilesets that you would like to have installed on your hard drive.
  220. Mah-Jongg
  221. Astrology
  222. Egyptian
  223. Outer Space
  224. Prehistoric
  225. Alphabet
  226. Household
  227. Math
  228. ////////////////////////////////////////////////////////////////////
  229. //
  230. //    AskDestPath Dialog Box Strings
  231. //    Displayed on the InstallShield AskDestPath dialog box.
  232. //
  233. Installation will require
  234. MB of uncompressed permanent hard drive space.  Setup will install the Shanghai: Dynasty Demo to the following directory:
  235. To install to this directory, click INSTALL.
  236. To install to another directory, click the CHANGE button.
  237. You can choose not to install Shanghai: Dynasty by clicking CANCEL to exit setup.
  238. There is not enough space on your Hard Drive to install the Shanghai: Dynasty Demo as you have chosen. (You would need an additional
  239. MB.)  You can either choose another Install size, choose a different drive, or delete files on your Hard Drive to make more space.  
  240. Copying Shanghai: Dynasty Demo program files...
  241. ////////////////////////////////////////////////////////////////////
  242. //
  243. //    Installation finished text
  244. //    szFinish0
  245. Installation is now complete.  Click finish to exit setup and begin playing.
  246. If you experience difficulties with the Shanghai Dynasty Demo, complete troubleshooting information is available in the files /Help/readme.hlp and /Help/readme.txt.
  247. ////////////////////////////////////////////////////////////////////
  248. //
  249. //    If you try to play a preview movie but the CD is not available
  250. //    szInsertCD
  251. //
  252. Please insert the Shanghai: Dynasty in your CDROM drive.  Click OK when ready.
  253. ////////////////////////////////////////////////////////////////////
  254. //
  255. //    the About Shanghai text (temp text, probably)
  256. //    szAboutProduct1 - 3
  257. //
  258. Version 1.0
  259. Activision is a registered trademark of Activision, Inc.
  260. Shanghai is a registered trademark of Activision, Inc.
  261. ////////////////////////////////////////////////////////////////////
  262. //
  263. //    SzAskToQuit, szExitSetup, szLanguageError
  264. //    misc. installer messages
  265. //
  266. Would you like to quit the Shanghai: Dynasty Demo installation process?
  267. The Shanghai: Dynasty Demo installation process has been terminated. 
  268. This product requires the English Language Windows 95/NT operating system. To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  269. ////////////////////////////////////////////////////////////////////
  270. //
  271. //    szActiveNetKey
  272. //    registry entry for Shanghai activenet capability
  273. //
  274. 889.1.1
  275. ////////////////////////////////////////////////////////////////////
  276. //
  277. //    szIconFilename
  278. //    place to get icon for shortcut to executable from
  279. //
  280. Dynasty Demo.exe
  281. ////////////////////////////////////////////////////////////////////
  282. //
  283. //    szNotYetInstalled
  284. //    warning you get when you try to uninstall game that isn't installed
  285. //
  286. Shanghai: Dynasty Demo is not installed.
  287. ////////////////////////////////////////////////////////////////////
  288. //
  289. //    szTechnicalHelpIconFile, szTechnicalHelpCommand, szTechnicalHelpPath, szHelpFile
  290. //    help shortcut strings
  291. //
  292. winhlp32.exe
  293. help.exe
  294. help\\
  295. readme.hlp
  296. ////////////////////////////////////////////////////////////////////
  297. //
  298. //    szOSWarning, szCPUWarning, szRAMWarning, szColorsWarning, szCDROMSpeedWarning, szDirectXWarning,
  299. //    szTooManyErrors, szErrorDetected
  300. //    system requirements warning messages.
  301. //
  302. Windows95 operating system
  303. Pentium 90 MHz processor or better
  304. 16 MB of RAM or more
  305. 256-color capability or better
  306. 2X CDROM drive or better
  307. DirectX warning placeholder. lklsjfljsdokmhelkdjlsdgslddslfdsjlsfjsap[daspowpcbpjwvpodbks;cldskfjgs;v
  308. We regret to inform you that your computer system does not seem to meet the minimum requirements for playing Shanghai: Dynasty.  You may still choose to continue with the setup process.
  309. Warning: the following items on your system do not appear to meet the minimum system requirements.  You may still choose to continue with the setup process.
  310. ////////////////////////////////////////////////////////////////////
  311. //
  312. //    szJavaNotInstalled, szNetshellCmdLine
  313. //
  314. Installation of the Java Runtime Environment is required to use the multiplayer option
  315. netshell\\netshell.exe -l:en -t:889 -x
  316. ////////////////////////////////////////////////////////////////////
  317. //
  318. //    szAboutActivisionURL, szAboutShanghaiURL
  319. //        the web URLs to get the localized info about activision and shanghai
  320. //
  321. http://www.activision.com/
  322. http://www.activision.com/games/strategy/dynasty/index.html
  323. ////////////////////////////////////////////////////////////////////
  324. //
  325. //    szMoveDataError
  326. //        Message the user gets in case an error occurs during file transfer
  327. //
  328. Error!  Setup will now abort.  The following error occurred while attempting to copy some files to your destination: 
  329. ////////////////////////////////////////////////////////////////////
  330. //
  331. //    szNetShellInstallNotify
  332. //        message the user gets after installing the game in Splash
  333. //
  334. Note: the Multiplayer option in the Shanghai: Dynasty Demo will require successful installation of the Java Runtime Environment v1.15.  Setup will now install JRE v1.15 on your system.  You may choose to cancel JRE installation at this time and install later by pressing MULTIPLAYER at the opening screen.
  335. ////////////////////////////////////////////////////////////////////
  336. //
  337. //    szMultiplayPath, szMultiPlayCmdLine, szMultiPlay
  338. //        shortcut info for netshell on the start menu
  339. //
  340. JavaChecker
  341. JavaChecker\\InsertCD.exe
  342. áDynasty Online
  343. ////////////////////////////////////////////////////////////////////
  344. //      szEreg
  345. Welcome to Activision's Electronic Registration Program!
  346. By successfully registering your game now using your World Wide Web browser or modem, you will receive a $15 REBATE COUPON, be entered in our MONTHLY DRAWING and get other GREAT SAVINGS on Activision games and merchandise.  It is quick, easy and toll-free.
  347. ////////////////////////////////////////////////////////////////////
  348. //
  349. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  350. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  351. //
  352. //    ASCII Value    Symbol
  353. //    161        í
  354. //    162        ó
  355. //    163        ú
  356. //    164        ñ
  357. //    165        Ñ
  358. //    166        ª
  359. //    167        º
  360. //    168        ¿
  361. //    169        ⌐
  362. //    170        ¬
  363. //    171        ½
  364. //    172        ¼
  365. //    173        ¡
  366. //    174        «
  367. //    175        »
  368. //    176        ░
  369. //    177        ▒
  370. //    178        ▓
  371. //    179        │
  372. //    180        ┤
  373. //    181        ╡
  374. //    182        ╢
  375. //    183        ╖
  376. //    184        ╕
  377. //    185        ╣
  378. //    186        ║
  379. //    187        ╗
  380. //    188        ╝
  381. //    189        ╜
  382. //    190        ╛
  383. //    191        ┐
  384. //    192        └
  385. //    193        ┴
  386. //    194        ┬
  387. //    195        ├
  388. //    196        ─
  389. //    197        ┼
  390. //    198        ╞
  391. //    199        ╟
  392. //    200        ╚
  393. //    201        ╔
  394. //    202        ╩
  395. //    203        ╦
  396. //    204        ╠
  397. //    205        ═
  398. //    206        ╬
  399. //    207        ╧
  400. //    208        ╨
  401. //    209        ╤
  402. //    210        ╥
  403. //    211        ╙
  404. //    212        ╘
  405. //    213        ╒
  406. //    214        ╓
  407. //    215        ╫
  408. //    216        ╪
  409. //    217        ┘
  410. //    218        ┌
  411. //    219        █
  412. //    220        ▄
  413. //    221        ▌
  414. //    222        ▐
  415. //    223        ▀
  416. //    224        α
  417. //    225        ß
  418. //    226        Γ
  419. //    227        π
  420. //    228        Σ
  421. //    229        σ
  422. //    230        µ
  423. //    231        τ
  424. //    232        Φ
  425. //    233        Θ
  426. //    234        Ω
  427. //    235        δ
  428. //    236        ∞
  429. //    237        φ
  430. //    238        ε
  431. //    239        ∩
  432. //    240        ≡
  433. //    241        ±
  434. //    242        ≥
  435. //    243        ≤
  436. //    244        ⌠
  437. //    245        ⌡
  438. //    246        ÷
  439. //    247        ≈
  440. //    248        °
  441. //    249        ∙
  442. //    250        ·
  443. //    251        √
  444. //    252        ⁿ
  445. //    253        ²
  446. //    254        ■
  447. //    255         
  448. //
  449. ////////////////////////////////////////////////////////////////////
  450. //
  451. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  452. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====