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

  1. /* This string appears in the Progress View when an attempt is made to connect to a remote package host. The name of the host follows this string, e.g., Connecting to myHost. */
  2. "Connecting to";
  3.  
  4. /* User confirmation before a remote package is installed. First string is remote host name. */
  5. "This package will install files that are located on the computer %s. Continue?";
  6.  
  7. /* Error message that is displayed when the remote package location in the package's info file is incorrect. */
  8. "This package contains an invalid remote package location.";
  9.  
  10. /* Error message that is displayed when the remote host is unknown, down, or otherwise unavailable. */
  11. "There were problems connecting to the computer %s.";
  12.  
  13. /* Error message that is displayed when the required directory does not exist on the remote host. The first string is the folder in question, the second string is the remote computer. */
  14. "The folder %s does not exist on the computer %s.";
  15.  
  16. /* Error message that is displayed when the file transfer fails for some reason. The first string is the remote computer name. */
  17. "There were problems retrieving files from the computer %s.";
  18.  
  19. /* This string appears in the Progress View when a program that is contained in a package is executed during an installation or expansion operation. */
  20. "Running installation program";
  21.  
  22. /* This string appears in the Progress View when a program that is contained in a package is executed during a compression or deletion operation. */
  23. "Running deletion program";
  24.  
  25.