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

  1. /* Prompt for the directory into which the user wants to install a package */
  2. "Folder: ";
  3.  
  4. /* Title of the panel which asks the user where a package should be installed */
  5. "Install In:";
  6.  
  7. /* This message appears when the user attempts to install a non-relocatable package that has an invalid user as part of the default location path. The first string is the invalid user name. */
  8. "The user name %s contained in the default location for this package is not a valid user.";
  9.  
  10. /* This message appears when the user types in something in the InstallInPanel that is not a folder. The first string is the value that the user typed. */
  11. "%s is not a directory.";
  12.  
  13. /* This message appears when the user types in something in the InstallInPanel that is not in the file system. The first string is the value that the user typed. */
  14. "%s doesn't exist.";
  15.  
  16.