home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextCD / CDIS / English.lproj / Localizable.strings
Encoding:
Text File  |  1996-04-26  |  3.7 KB  |  71 lines

  1. /* Making sure they really want to do this */
  2. "REALLY_INSTALL" =
  3. "This program is for installing OPENSTEP on a hard disk.\nIf you want to install OPENSTEP, you need to answer some questions.\n\nTHIS IS NOT AN UPGRADE.  IT IS A COMPLETE INSTALLATION FROM SCRATCH.\nType 1 to prepare to install OPENSTEP.  Type 2 to quit.";
  4.  
  5. /* Displayed above the list of disks */
  6. "AVAILABLE_DISKS" = "The following disks are available in this computer:";
  7.  
  8. /* Displayed below the list of disks */
  9. /*
  10.  123456789012345678901234567890123456789012345678901234567890123456789012345
  11. */
  12. "WHICH_DISK" =
  13. "Type 1 to install OPENSTEP on this disk.\n\nType 2 for advanced installation options.";
  14.  
  15. "ALL_DISKS" =
  16. "The first disk in this list is the startup disk. You can install the\nOPENSTEP essentials on another disk in this list, but if you do, OPENSTEP\nwill not start up automatically when you restart the computer, and you\nwill need to make it the startup disk in order to complete installing\nOPENSTEP.\n\nType the number for the disk on which you want to install OPENSTEP.";
  17.  
  18. /* Asked when there is a valid OPENSTEP partition on the disk */
  19. "OVERWRITE" = "Do you want to keep any files you've added, or erase them before\ninstalling the OPENSTEP Essentials?\nType 1 to keep files. Type 2 to erase them.";
  20.  
  21. /* Options for partitioning the disk */
  22. "FDISK_MENU1" = "echo \"Type 1 to erase the entire disk and use all $disksize MB for OPENSTEP.\"";
  23. "FDISK_MENU2" = "echo \"Type 2 to set aside some space for DOS and use the rest for OPENSTEP.\"";
  24. "FDISK_MENU3" = "echo \"Type $currentnum to erase the $currentsize MB OPENSTEP partition and use it for OPENSTEP.\"";
  25. "FDISK_MENU4" = "echo \"Type $freenum to keep existing partitions and use the $freesize MB free space for OPENSTEP.\"";
  26. "FDISK_MENU5" = "echo \"Type $enum to use the $esize MB DOS extended partition for OPENSTEP.\"";
  27. "FDISK_MENU6" = "echo \"Type $choices for advanced options (in English only).\"";
  28.  
  29. /* Displayed when they type 2 */
  30. "HOW_MUCH" = "Type the size of the DOS partition you want (in megabytes): ";
  31.  
  32. /* Displayed when the user makes an invalid selection to the above options */
  33. "NO_EXTENDED" = "There isn't a DOS extended partition on this disk.";
  34.  
  35. /* Displayed when the user makes an invalid selection to the above options */
  36. "TOO_SMALL" = "There isn't enough disk space to partition the disk this way.";
  37.  
  38. /* Displayed when the user makes an invalid selection to the above options */
  39. "CHOOSE_AGAIN" = "Make another choice.";
  40.  
  41. /* Last chance to abort */
  42. "READY" = "Ready to install OPENSTEP\n\nType 1 to start installing OPENSTEP.\nType 2 to quit this installation program.";
  43.  
  44. /* Displayed in lieu of cryptic commands passing by... */
  45. "GOING" = "Preparing disk for OPENSTEP installation.\nThis may take a few minutes...";
  46.  
  47. /* Uh, oh.  We couldn't initialize the disk we must quit */
  48. "INITFAILED" = "DISK INITIALIZATION FAILED.\n\nThe installation program couldn't initialize the hard disk.\nInstallation can't continue.";
  49.  
  50. /* Uh, oh.  We couldn't initialize the disk we must quit */
  51. "INSTALLFAILED" = "No disks found.\nInstallation can't continue.\n\n";
  52.  
  53. /* Displayed when the user aborts, or something goes wrong */
  54. "QUITTING" = "Quitting installation program. This may take a moment...";
  55.  
  56. "DONE" = "The hard disk is ready to use as the startup disk\nto complete installing OPENSTEP.";
  57.  
  58. /* Forces them to eject the floppy right before rebooting */
  59. "REMOVE_FLOPPY" = "Remove the disk from the floppy disk drive and then press Return.";
  60.  
  61. /* When we don't have a floppy */
  62. "RESTART" = "Press Return to restart the computer.";
  63.  
  64. /* Displayed right before rebooting */
  65. "RESTARTING" = "Restarting the computer. This may take a moment...";
  66.  
  67. /* Displayed when selecting the disk for installation */
  68. "BOOT_DISK" = "The startup disk in this computer is:";
  69.  
  70.  
  71.