home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / Yap.app / English.lproj / Yap.strings < prev   
Text File  |  1992-01-27  |  2KB  |  55 lines

  1. /* String shown when PostScript is being executed */
  2. "BUSY";
  3.  
  4. /* Shown when PostScript has executed successfully */
  5. "Yap Postscript Output (Execution Time %d ms)";
  6.  
  7. /* Shown if a non-PostScript error occurs during execution */
  8. "A non-PostScript error while running program.";
  9.  
  10. /* Name of default document */
  11. "UNTITLED";
  12.  
  13. /* Document could not be saved */
  14. "Can't write file.";
  15.  
  16. /* Request to close window containing unsaved document from menu or close button. */
  17. "Close";
  18.  
  19. /* Question asked of user when he/she tries to close a window containing an unsaved document.  The %s is the name of the document. */
  20. "%s has changes. Save them?";
  21.  
  22. /* Button choice which allows the user to save the document. */
  23. "Save";
  24.  
  25. /* Button choice which allows the user to abort the save of a document which is being closed. */
  26. "Don't Save";
  27.  
  28. /* Default response in alert panel */
  29. "OK";
  30.  
  31. /* Button choice allowing user to cancel the request to close a window */
  32. "Cancel";
  33.  
  34. /* The user-specified file could not be opened */
  35. "Could not open file.";
  36.  
  37. /* Default response in alert panel */
  38. "OK";
  39.  
  40. /* Message given to user when he tries to quit the application without saving all of his documents. */
  41. "You have unsaved documents.";
  42.  
  43. /* Choice (on a button) given to user which allows him/her to review all unsaved documents if he/she quits the application without saving them all first. */
  44. "Review Unsaved";
  45.  
  46. /* Choice (on a button) given to user which allows him/her to quit the application even though there are unsaved documents. */
  47. "Quit Anyway";
  48.  
  49. /* The operation of exiting the application. */
  50. "Quit";
  51.  
  52. /* Button choice allowing user to cancel quit */
  53. "Cancel";
  54.  
  55.