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

  1. /* keep strings in this order. This message appears when the package receipt can't be written. */
  2. "You don't have permissions to install %s%s/%s.pkg (see the Log view).";
  3.  
  4. /* Installation error message. first string is package name. */
  5. "You don't have permission to install some of the files in %s (see the Log view).";
  6.  
  7. /* Deletion error message. first string is package name. */
  8. "You don't have permission to remove some of the files in %s (sI)(he Log view).";
  9.  
  10. /* first string is package name */
  11. "You don't have enough disk space to install the files in %s (see the Log view).";
  12.  
  13. "The Compress operation creates a compressed archive before it deletes the installed files. You don't have enough disk space to create this archive (see the Log view).";
  14.  
  15. /* first string is package name */
  16. "Some of the files in %s are missing (they are listed in the Log view). You can't compress a package that has missing files.";
  17.  
  18. /* internal error - first number is status, other numbers are fields in status value */
  19. "Internal error: checking phase returned unknown status %d (%u, %u, %u).";
  20.  
  21. /* keep strings in this order */
  22. "You don't have permission to change the status file in %s%s/%s.pkg (see the Log view).";
  23.  
  24. /* keep strings in this order */
  25. "You don't have permission to delete %s%s/%s.pkg (see the Log view).";
  26.  
  27. /* This message is displayed to the user when someone else owns the already installed package. The first string is the package root directory in /NextLibrary. The second string is the particular package directory. */
  28. "This package already exists in %s%s and you don't have permission to replace it.";
  29.  
  30. /* Error presented to user when the application is unable to ascertain the current working directory */
  31. "Can't get working directory.";
  32.  
  33. /* Error message presented to user when a package specified on the command line cannot be found. First string is the user-specified package name. */
  34. "Installer: package %s does not exist.";
  35.  
  36. /* Error message presented to user when a package specified on the command line cannot be opened. First string is the user-specified package name. Second string is nature of error. */
  37. "Installer: errors opening package %s: %s.";
  38.  
  39. /* Error message presented to user when a package specified on the command line cannot be opened. First string is the user-specified package name. */
  40. "Installer: there were errors opening package %s.";
  41.  
  42. /* Fatal error message presented to user when a memory allocation fails. First argument is error number. */
  43. "Fatal error %d while allocating program memory.";
  44.  
  45. /* This message appears when the installer_util program in the Installer.app folder is missing or can't be executed. */
  46. "Can't execute installer utility program.";
  47.  
  48. /* This message appears when there is an error getting the size of a file from the package's .bomI))e. */
  49. "Can't get file size.";
  50.  
  51. /* This message appears when there are problems reading a file that is to be compressed. */
  52. "Can't read.";
  53.  
  54. /* This message appears when there is an error reading the package's .bom file. The first argument is the package name. */
  55. "**** There were errors reading Bill of Materials file for package %s.";
  56.  
  57. /* This message appears when there is an error reading the package's file archive. The first argument is the package name. */
  58. "**** There were errors reading the archive file for package %s.";
  59.  
  60. /* This message appears when there is an error finding the package while installing. The first argument is the package path. */
  61. "**** Can't access package %s.";
  62.  
  63. /* This message appears when there is an error creating the destination location while installing. The first argument is the package path. */
  64. "**** Can't create folder %s.";
  65.  
  66. /* This message appears when there is an error installing a package. The first argument is the package name. */
  67. "**** There were errors while installing %s.";
  68.  
  69. /* This message appears when there is an error compressing a package. The first argument is the package name. */
  70. "**** There were errors while compressing %s.";
  71.  
  72. /* This message appears when there is an error expanding a package. The first argument is the package name. */
  73. "**** There were errors while expanding %s.";
  74.  
  75. /* This message appears when there is an error deleting a package. The first argument is the package name. */
  76. "**** There were errors while deleting %s.";
  77.  
  78. /* This message appears when there is an error writing the receipt for a package after it is installed. The first argument is the package name. The second and third arguments form the location where the receipt should be written. */
  79. "**** There were errors writing the package receipt for %s in %s/%s.";
  80.  
  81. /* This message appears when there are problems moving to a folder that is to be compressed. The first argument is the folder name. */
  82. "**** Can't move to folder %s.";
  83.  
  84. /* This message appears when the installer_util program in the Installer.app folder is missing or can't be executed. */
  85. "**** Can't execute %s.";
  86.  
  87. /* This message appears when Installer can't create a pipe when execing installer_util. */
  88. "**** Can't create pipe";
  89.  
  90.