home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextAdmin / Installer.app / English.lproj / DiskMgr.strings < prev    next >
Text File  |  1991-12-20  |  2KB  |  28 lines

  1. /* this message appears when a user is prompted for a floppy disk. The first string is the expected floppy disk label. */
  2. "Please insert disk %s (or click Cancel if the disk is unavailable).";
  3.  
  4. /* this appears when a user is prompted for a floppy disk. The first string is the expected floppy disk label. This string is used when stops are disabled during installs. */
  5. "Please insert disk %s.";
  6.  
  7. /* this message appears when a user is prompted for a floppy disk. The first string is the expected floppy disk label. */
  8. "You inserted disk %s. Please insert disk %s instead (or click Cancel if the disk is unavailable).";
  9.  
  10. /* this appears when a user is prompted for a floppy disk. The first string is the expected floppy disk label. This string is used when stops are disabled during installs. */
  11. "You inserted disk %s. Please insert disk %s instead.";
  12.  
  13. /* some error occurred while ejecting a floppy disk. The first string is the name of the floppy disk. */
  14. "There were problems ejecting disk %s.";
  15.  
  16. /* This message appears when the user tries to install a partial package. The first string is the package name. The second string is the package root name. */
  17. "%s can't be installed because it does not contain all of the files in the %s package. You should install it directly from the original floppies.";
  18.  
  19. /* this message appears when the user cancels at a disk request. The first string is the package root name. */
  20. "Cancelling will probably leave %s only partially installed.";
  21.  
  22. /* This button will cancel the entire operation */
  23. "Cancel Anyway";
  24.  
  25. /* This button will restart the operation */
  26. "Don't Cancel";
  27.  
  28.