home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / TextEdit.app / Resources / English.lproj / Localizable.strings < prev   
Text File  |  1996-11-14  |  4KB  |  133 lines

  1. /* Zoom popup entry */
  2. "10%" = "10%";
  3.  
  4. /* Zoom popup entry */
  5. "800%" = "800%";
  6.  
  7. /* Zoom popup entry */
  8. "50%" = "50%";
  9.  
  10. /* Zoom popup entry */
  11. "128%" = "128%";
  12.  
  13. /* Zoom popup entry */
  14. "75%" = "75%";
  15.  
  16. /* Zoom popup entry */
  17. "25%" = "25%";
  18.  
  19. /* Zoom popup entry */
  20. "400%" = "400%";
  21.  
  22. /* Zoom popup entry */
  23. "1600%" = "1600%";
  24.  
  25. /* Zoom popup entry */
  26. "200%" = "200%";
  27.  
  28. /* Zoom popup entry */
  29. "100%" = "100%";
  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. /* Title of alert indicating file couldn't be reverted */
  35. "Couldn't Revert" = "Couldn't Revert";
  36.  
  37. /* Menu item to make the current document rich text */
  38. "&Make Rich Text" = "&Make Rich Text";
  39.  
  40. /* Name of new, untitled document */
  41. "UNTITLED" = "UNTITLED";
  42.  
  43. /* Menu item to cause text to be laid out to the size of the currently selected page type */
  44. "&Wrap to Page" = "&Wrap to Page";
  45.  
  46. /* Title of save and alert panels when saving RTFD */
  47. "Save RTFD" = "Save RTFD";
  48.  
  49. /* Message confirming revert of specified document name. */
  50. "Revert to saved version of %@?" = "Revert to saved version of %@?";
  51.  
  52. /* Title of save and alert panels when saving RTF */
  53. "Save RTF" = "Save RTF";
  54.  
  55. /* Question asked of user when he/she tries to close a window containing an unsaved document. */
  56. "Document has been edited. Save?" = "Document has been edited. Save?";
  57.  
  58. /* Message indicating file couldn't be reverted. */
  59. "Couldn't revert to saved version of %@." = "Couldn't revert to saved version of %@.";
  60.  
  61. /* Menu item to cause text to be laid out to size of the window */
  62. "&Wrap to Window" = "&Wrap to Window";
  63.  
  64. /* Title of save and alert panels when saving plain text */
  65. "Save Plain Text" = "Save Plain Text";
  66.  
  67. /* Encoding popup entry indicating default encoding */
  68. "Default" = "Default";
  69.  
  70. /* Title of alert indicating file couldn't be opened */
  71. "File system error" = "File system error";
  72.  
  73. /* Button choice which allows the user to save the document. */
  74. "Save" = "Save";
  75.  
  76. /* Message indicating document couldn't be saved under the given name. */
  77. "Couldn't save document as %@." = "Couldn't save document as %@.";
  78.  
  79. /* Message indicating file couldn't be opened. */
  80. "Couldn't open file %@." = "Couldn't open file %@.";
  81.  
  82. /* Button choice allowing user to cancel. */
  83. "Cancel" = "Cancel";
  84.  
  85. /* Menu item to disallow hyphenation in the document */
  86. "Disallow &Hyphenation" = "Disallow &Hyphenation";
  87.  
  88. /* Menu item to allow hyphenation in the document */
  89. "Allow &Hyphenation" = "Allow &Hyphenation";
  90.  
  91. /* Title of alert confirming Make Plain Text */
  92. "Make Plain Text" = "Make Plain Text";
  93.  
  94. /* Contents of alert panel informing user that the file's string encoding needs to be changed */
  95. "Document can no longer be saved using its original %@ encoding. Please choose another encoding (%@ is one possibility)." = "Document can no longer be saved using its original %@ encoding. Please choose another encoding (%@ is one possibility).";
  96.  
  97. /* Message confirming Make Plain Text */
  98. "Convert document to plain text? This will lose fonts, colors, and other text attribute settings." = "Convert document to plain text? This will lose fonts, colors, and other text attribute settings.";
  99.  
  100. /* Menu item to make the current document plain text */
  101. "&Make Plain Text" = "&Make Plain Text";
  102.  
  103. /* Title of alert confirming revert */
  104. "Revert" = "Revert";
  105.  
  106. /* Button allowing user to abort opening multiple files after one couldn't be opened */
  107. "Abort" = "Abort";
  108.  
  109. /* OK. */
  110. "OK" = "OK";
  111.  
  112. /* Title of alert panel which comes when the user tries to quit or close a window containing an unsaved document. */
  113. "Close" = "Close";
  114.  
  115. /* Version string.  %s is replaced by the version number. */
  116. "Release 4 (v%s)" = "Release 4 (v%s)";
  117.  
  118. /* Button choice allowing user to cancel. */
  119. "Cancel" = "Cancel";
  120.  
  121. /* Title of alert panel which comes up when user chooses Quit and there are unsaved documents. */
  122. "Quit" = "Quit";
  123.  
  124. /* Message in the alert panel which comes up when user chooses Quit and there are unsaved documents. */
  125. "You have unsaved documents." = "You have unsaved documents.";
  126.  
  127. /* 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. */
  128. "Review Unsaved" = "Review Unsaved";
  129.  
  130. /* Choice (on a button) given to user which allows him/her to quit the application even though there are unsaved documents. */
  131. "Quit Anyway" = "Quit Anyway";
  132.  
  133.