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

  1. /* This message appears during the checking phase when a file check succeeds. */
  2. "OK";
  3.  
  4. /* This message appears during the checking phase when a file is already installed. */
  5. "already exists";
  6.  
  7. /* This message appears during the checking phase when a file is does not exist. */
  8. "not found";
  9.  
  10. /* This message appears during the checking phase if the Installer has an internal error. */
  11. "internal program error";
  12.  
  13. /* This message appears during the checking phase if there is not enough room to install onto a particular disk. The first argument is the path of a directory on that disk. */
  14. "**** There isn't enough space on the disk that contains %s.";
  15.  
  16. /* This message appears during the checking phase after the NO_SPACE_ON_DISK message. The string is preceded by a disk space like 123KB or 3.7MBI(W
  17. " more space is needed.";
  18.  
  19. /* Written in log at beginning of checking phase. First argument is package name. */
  20. "Checking permissions for the files in %s";
  21.  
  22. /* Written in log at beginning of installation phase. First argument is package name. */
  23. "Installing %s into %s";
  24.  
  25. /* Written in log at beginning of deletion phase. First argument is package name. */
  26. "Deleting %s from %s";
  27.  
  28. /* Written in log at beginning of compression phase. First argument is package name. */
  29. "Compressing %s";
  30.  
  31. /* Written in log at beginning of expansion phase. First argument is package name. */
  32. "Expanding %s";
  33.  
  34. /* Written in log at beginning of listing phase. First argument is package name. */
  35. "Listing files in %s";
  36.  
  37. /* operation finished successfully */
  38. "done.";
  39.  
  40. /* operation was stopped by user */
  41. "stopped.";
  42.  
  43. /* operation failed */
  44. "errors.";
  45.  
  46.