home *** CD-ROM | disk | FTP | other *** search
/ 3D Graphics Programming for Windows 95 / 3D_Graphics_Programming_for_Windows_95_Microsoft_1996.iso / setup.txt < prev   
Text File  |  1996-08-01  |  3KB  |  94 lines

  1. ;* These are the strings used to customize the Setup program. Setup reads these strings and displays them in the
  2. ;* various dialog boxes used in the program. (Lines beginning with a semicolon are ignored. This is a useful way
  3. ;* to leave comments.
  4. ;*
  5. ;* Feel free to change these strings; the Setup program will not need to be modified.
  6. ;*
  7. ;*
  8. ;*
  9. ;* IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT!
  10. ;*
  11. ;* The order of the strings _is_ critical. If you make changes please be sure to leave the
  12. ;* strings in their original order!
  13. ;*
  14. ;*
  15. ;*
  16. ;* OK button text
  17. OK
  18. ;*
  19. ;* CANCEL button text
  20. Cancel
  21. ;*
  22. ;* The message that's printed on the starting screen
  23. Microsoft Press Setup
  24. ;*
  25. ;*** Application name
  26. ;
  27. Setup
  28. ;
  29. ;*** The "Welcome" dialog box
  30. ; The %s in the second line is optional. If used, the Setup program replaces %s with the name of the product from the SETUP.INI file.
  31. ;
  32. Welcome
  33. Welcome to the %s Setup Program!
  34. ;
  35. ;*** The "Install where?" dialog box
  36. ; The %s in the second line is optional. If used, the Setup program replaces %s with the name of the product from the SETUP.INI file.
  37. ;
  38. Install Where?
  39. The Setup program will copy the %s files into the specified directory. Click OK to continue.
  40. ;
  41. ;*** The "Are you sure you want to exit the setup program" dialog box
  42. ;
  43. Are you sure?
  44. Setup has not completed installing the files. Are you sure you want to exit Setup?
  45. ;
  46. ;*** The "Installing" dialog box
  47. ;
  48. Installing....
  49. Setup is installing
  50. to
  51. ;
  52. ;*** The "Finished" dialog box
  53. ; The %s in the second line is optional. If used, the Setup program replaces %s with the name of the product from the SETUP.INI file.
  54. ;
  55. Finished!
  56. Setup has finished installing the %s files. Enjoy!
  57. ;
  58. ;*** The "Not enough free disk space" dialog box
  59. ;
  60. Not enough free space!
  61. You don't have enough free space to install the files. Please free up some space and try again.
  62. ;
  63. ;*** The "Confirm File Replace" dialog box.
  64. ;
  65. Confirm File Replace
  66. This folder already contains a file named '%s'.
  67. Would you like to replace the existing file
  68. modified on %s
  69. with this one?
  70. ;
  71. ; Yes To All button text
  72. Yes To All
  73. ; Yes button text
  74. Yes
  75. ; No button text
  76. No
  77. ;
  78. ;*** Title of the "Change Directory" dialog box
  79. Change Directory
  80. ;
  81. ;*** The "Did Not Finish" dialog box
  82. Setup Failed
  83. Setup did not finish installing the files. Please run Setup again to complete the installation process.
  84. ;*** The "Long Filename Problem" dialog box.
  85. There was a problem installing the files. Please restart your computer in safe mode and try reinstalling the files. (To start the computer in safe mode, press F5 when the computer beeps during the boot process.)
  86. ;*** The "Problem Installing Files" dialog box. (Currently identical to the "Problem Installing Files" dialog box.)
  87. There was a problem installing the files. Please restart your computer in safe mode and try reinstalling the files. (To start the computer in safe mode, press F5 when the computer beeps during the boot process.)
  88. ;*** The "Browse" dialog box.
  89. Browse
  90. Current Directory:
  91. New Directory:
  92. ;The "Do you want to create the new directory" dialog box
  93. The directory you've specified does not exist. Do you want to create it?
  94.