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

  1. /* User sees this when they try to close a busy window. First string is packI1%name. */
  2. "The window for %s is busy.  Do you really want to close it?";
  3.  
  4. /* button label */
  5. "Close";
  6.  
  7. /* button label */
  8. "Cancel";
  9.  
  10. /* First string is the package root name. Second string is the chosen destination. */
  11. "This action will install the contents of the %s package into folder %s.  Install?";
  12.  
  13. /* button label */
  14. "Install";
  15.  
  16. /* first string is package name */
  17. "Some of the files in %s are already installed (they are listed in the Log view). Continuing will overwrite these files.";
  18.  
  19. /* button label */
  20. "Continue";
  21.  
  22. /* Standard delete warning. First string is package root name. Second string is package name. */
  23. "This action will remove the entire contents of the %s package from your system.  Are you sure you want to delete %s?";
  24.  
  25. /* First string is developer-supplied warning message. Second string is the package name. */
  26. "%s  Are you sure you want to delete %s?";
  27.  
  28. /* button label */
  29. "Delete";
  30.  
  31. /* standard compress warning. First string is package root name. Second string is installed package location. Third string is package name. */
  32. "This action will move the contents of the %s package from your system into a compressed archive in %s.  Are you sure you want to compress %s?";
  33.  
  34. /* button label */
  35. "Compress";
  36.  
  37. /* Standard expand warning. First file is package root name. Second is the package name. */
  38. "This action will reinstall the contents of the %s package onto your system.  Expand %s?";
  39.  
  40. /* button label */
  41. "Expand";
  42.  
  43. /* This message is presented when the user tries to stop an installation. First string is package name. */
  44. "Stopping will probably leave %s only partially installed.";
  45.  
  46. /* This message is presented when the user tries to stop a compression. First string is package name. */
  47. "Stopping will probably leave %s in an inconsistent state.";
  48.  
  49. /* This message is presented when the user tries to stop a deletion. First string is package name. */
  50. "Stopping will probably leave %s only partially deleted.";
  51.  
  52. /* Alert panel title */
  53. "Warning!";
  54.  
  55. /* button label */
  56. "Stop Anyway";
  57.  
  58. /* button label */
  59. "Don't Stop";
  60.  
  61.