home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / DEMOS.Z / Localizable.strings < prev    next >
Text File  |  1996-09-09  |  3KB  |  79 lines

  1. /* Shown if a connection cannot be created with the window server */
  2. "Could not connect to window server." = "Could not connect to window server.";
  3.  
  4. /* String shown when PostScript is being executed */
  5. "BUSY" = "BUSY";
  6.  
  7. /* Shown when PostScript has executed successfully */
  8. "Yap Postscript Output (Execution Time %d ms)" = "Yap Postscript Output (Execution Time %d ms)";
  9.  
  10. /* Title of alert indicating file couldn't be reverted */
  11. "Couldn't Revert" = "Couldn't Revert";
  12.  
  13. /* Message confirming revert of specified document name. */
  14. "Revert to saved version of %@?" = "Revert to saved version of %@?";
  15.  
  16. /* Title of alert indicating file couldn't be opened */
  17. "File system error" = "File system error";
  18.  
  19. /* Message indicating file couldn't be opened. */
  20. "Couldn't open file %@." = "Couldn't open file %@.";
  21.  
  22. /* Question asked of user when he/she tries to close a window containing an unsaved document. */
  23. "Document has been edited. Save?" = "Document has been edited. Save?";
  24.  
  25. /* Title of alert confirming revert */
  26. "Revert" = "Revert";
  27.  
  28. /* Button allowing user to abort opening multiple files after one couldn't be opened */
  29. "Abort" = "Abort";
  30.  
  31. /* Button choice which allows the user to abort the save of a document which is being closed. */
  32. "Don't Save" = "Don't Save";
  33.  
  34. /* Name of new, untitled document */
  35. "UNTITLED" = "UNTITLED";
  36.  
  37. /* Message indicating file couldn't be reverted. */
  38. "Couldn't revert to saved version of %@." = "Couldn't revert to saved version of %@.";
  39.  
  40. /* Title of alert panel which comes when the user tries to quit or close a window containing an unsaved document. */
  41. "Close" = "Close";
  42.  
  43. /* Title of save and alert panels when saving
  44.    Button choice which allows the user to save the document. */
  45. "Save" = "Save";
  46.  
  47. /* Message indicating document couldn't be saved under the given name. */
  48. "Couldn't save document as %@." = "Couldn't save document as %@.";
  49.  
  50. /* Button choice allowing user to cancel. */
  51. "Cancel" = "Cancel";
  52.  
  53. /* OK.
  54.    OK
  55.    OK. */
  56. "OK" = "OK";
  57.  
  58. /* 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. */
  59. "Review Unsaved" = "Review Unsaved";
  60.  
  61. /* Title of alert panel which comes up when user chooses Quit and there are unsaved documents. */
  62. "Quit" = "Quit";
  63.  
  64. /* Message indicating file couldn't be opened. */
  65. "Couldn't open file %@." = "Couldn't open file %@.";
  66.  
  67. /* Button choice allowing user to cancel quit */
  68. "Cancel" = "Cancel";
  69.  
  70. /* Choice (on a button) given to user which allows him/her to quit the application even though there are unsaved documents. */
  71. "Quit Anyway" = "Quit Anyway";
  72.  
  73. /* Version string.  %s is replaced by the version number. */
  74. "Release 4 (v%s)" = "Release 4 (v%s)";
  75.  
  76. /* Message in the alert panel which comes up when user chooses Quit and there are unsaved documents. */
  77. "You have unsaved documents." = "You have unsaved documents.";
  78.  
  79.