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

  1. /* There were problems reading status file. First string is package name. Second string is package root name. */
  2. "Can't open package %s (error reading file %s.status).";
  3.  
  4. /* The package was previously left in an inconsistent state. First string is package name. Second string is package root name. */
  5. "Can't open package %s (it was previously left in an inconsistent state).";
  6.  
  7. /* There were problems reading the info file in the package. First string is package name. */
  8. "Can't open package %s.";
  9.  
  10. /* There were problems reading the info file in the package. First string is package name. Second string is package root name. */
  11. "Can't open package %s (there was an error reading the file %s.info).";
  12.  
  13. /* This message is displayed when there is no DefaultLocation field in the package's info file. First string is the package name. Second string is the package root name. */
  14. "Can't open package %s (file %s.info contains no DefaultLocation field).";
  15.  
  16. /* This message is displayed when there is no DiskName field in the package's info file. First string is the package name. Second string is package root name. */
  17. "Can't open package %s (file %s.info contains no DiskName field).";
  18.  
  19. /* There were problems reading the sizes file for the package. First string is the package name. Second string is package root name. */
  20. "Can't open package %s (error opening file %s.sizes).";
  21.  
  22. /* This message is displayed when there is no NumFiles field in the package's sizes file. First string is package name. Second string is package root name. */
  23. "Can't open package %s (file %s.sizes contains no NumFiles field).";
  24.  
  25. /* This message is displayed when there is no CompressedSize field in the package's sizes file. First string is package name. Second string is package root name. */
  26. "Can't open package %s (file %s.sizes contains no CompressedSize field).";
  27.  
  28. /* This message is displayed when there is no InstalledSize field in the package's sizes file. First string is package name. Second string is package root name. */
  29. "Can't open package %s (file %s.sizes contains no InstalledSize field).";
  30.  
  31. /* There were problems reading location file. First string is package name. Second string is package root name. */
  32. "Can't open package %s (error readingI(Ue %s.location).";
  33.  
  34.