home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / document.strings < prev    next >
Text File  |  1996-09-09  |  4KB  |  209 lines

  1. /* Titles for icons that are in the document's window shelf */
  2.  
  3. "Objects";
  4. "Instances";
  5. "Images";
  6. "Sounds";
  7. "Classes";
  8.  
  9. "Object";
  10. "Instance";
  11. "Image";
  12. "Sound";
  13. "Class";
  14.  
  15. /* Class Actions and Outlets */
  16.  
  17. "Action";
  18. "Outlet";
  19.  
  20. "Actions";
  21. "Outlets";
  22.  
  23. /* Name of root object for each file */
  24.  
  25. "File's Owner";
  26.  
  27. /* Name of the First Responder */
  28.  
  29. "First Responder";
  30.  
  31. /* Name of the FontManager */
  32.  
  33. "Font Manager";
  34.  
  35. /* Titles for Objects in a Connect List */
  36.  
  37. "%@ (Button)";
  38. "Button";
  39.  
  40. "%@ (Menu Item)";
  41. "Menu Item";
  42.  
  43. /* Untitled document title */
  44.  
  45. "UNTITLED";
  46.  
  47.  
  48. /* Titles for Alerts */
  49.  
  50. "ALERT_OPEN"        = "Open";
  51. "ALERT_SAVE"        = "Save";
  52. "ALERT_RENAME"         = "Rename";
  53. "ALERT_DELETE"         = "Delete";
  54. "ALERT_PASTE"         = "Paste";
  55. "ALERT_CLOSE"         = "Close";
  56. "ALERT_REVIEW"         = "Review";
  57. "ALERT_REVERT"         = "Revert";
  58. "ALERT_QUIT"         = "Quit";
  59. "ALERT_PARSE"        = "Read File";
  60.  
  61. "Yes";
  62. "No";
  63. "OK";
  64. "Cancel";
  65.  
  66. /* Errors */
  67.  
  68. /* while opening nib document */
  69.  
  70. "Warning: %@ version2" = "Warning: %@ was created under NEXTSTEP 2.0.";
  71.  
  72. "File %@ is not readable.";
  73. "File %@ does not exist.";
  74. "Read error for %@: %@.";
  75.  
  76. "Cannot open file %@.";
  77. "Cannot read file %@.";
  78. "Cannot create file %@.";
  79. "Cannot write file %@.";
  80.  
  81. "Class %@ was not found.";
  82.  
  83. "Unarchiving failure: %@";
  84.  
  85. "Cannot save file %@.";
  86. "Do you want to save changes to %@?";
  87. "If you revert, you'll lose all the changes you made to %@ after it was last saved.";
  88. "Revert Anyway";
  89.  
  90. "The file %@ is write protected. Do you want to overwrite?";
  91.  
  92. "There are unsaved files.";
  93. "Review Unsaved";
  94. "Save";
  95. "Don't Save";
  96. "Quit Anyway";
  97.  
  98. /* Class edition */
  99.  
  100. "Class %@ already exists.";
  101. "Outlet %@ already exists in the class %@.";
  102. "%@ is not a valid outlet.";
  103. "Action %@ already exists in the class %@.";
  104. "%@ is not a valid action.";
  105.  
  106. /* while deleting */
  107. "Class %@ is in use. Cannot delete.";
  108. "Do you really want to delete the window?";
  109. "Do you really want to delete the menu?";
  110. "Do you really want to delete all connections from %@?";
  111. "Do you really want to delete all connections to %@?";
  112. "Delete";
  113. "Don't Delete";
  114.  
  115. "A menu must have at least one item.";
  116. "There must be at least one item in the PopUpList.";
  117. "Cannot delete first item of PullDownList.";
  118.  
  119. /* while renaming */
  120.  
  121. "Name already exists.";
  122. "Null name is not acceptable.";
  123.  
  124. /* while pasting */
  125.  
  126. "Only one main menu per application.";
  127.  
  128. /* prefixes for new names */
  129.  
  130. "IMAGE_PREFIX" = "Image";
  131. "SOUND_PREFIX" = "Sound";
  132.  
  133. "SUBCLASS_PREFIX" = "My";
  134. "SUBCLASS_SUFFIX" = "";
  135.  
  136. /* When changing class names */
  137.  
  138. "This operation will break existing connections.";
  139.  
  140. /* Default String used in StringTable Inspector */
  141.  
  142. "A string";
  143.  
  144. /* Project related messages */
  145.  
  146. "Insert file %@ in project?";
  147. "Insert files %@ in project?";
  148. "ProjectBuilder was unable to complete the requested operation.";
  149. "ProjectBuilder Request";
  150.  
  151. /* Class pulldown */
  152. "Subclass";
  153. "Add Outlet";
  154. "Add Action";
  155.  
  156. /* Class new outlet / actions */
  157. "myOutlet";
  158. "myAction";
  159.  
  160. "Class Inspector";
  161.  
  162. /* Parser */
  163.  
  164. /* title for alerts */
  165. "Parse";
  166. /* alert messages */
  167. "Cannot parse file %@ (line %d).";
  168. "Cannot parse file %@.";
  169. "No superclass for %@.";
  170. "Unknown superclass: %@. Cannot define subclass:%@.";
  171. "Unknown class: %@. Cannot define category:%@.";
  172. "Parsed class %@ has different actions or outlets.";
  173. "Class %@ did not change.";
  174. /* button titles for parse alert */
  175. "Replace";
  176. "Merge";
  177. /* No superclass when parsing */
  178. "<none>";
  179.  
  180. /* Unparser */
  181. /* title for alerts */
  182. "Create Files";
  183. /* alert messages */
  184. "Files %@ already exist.";
  185. "Create %@?";
  186. /* button titles for unparse alert */
  187. "Overwrite";
  188.  
  189.  
  190. /* Deposit Images */
  191.  
  192. "Deposit Image";
  193. "Unable to read image file.";
  194. "Image %@ already exists.";
  195. "Create Local Image";
  196. "Insert image %@ in project?";
  197.  
  198. /* Deposit Sounds */
  199.  
  200. "Deposit Sound";
  201. "Unable to read sound file.";
  202. "Sound %@ already exists.";
  203. "Create Local Sound";
  204. "Insert sound %@ in project?";
  205.  
  206. /* General deposit. */
  207.  
  208. "Deposit";
  209.