home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / InterfaceBuilder.app / Resources / English.lproj / document.strings < prev    next >
Encoding:
Text File  |  1997-02-07  |  4.0 KB  |  217 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. /* Tool tips. */
  48.  
  49. "Icon Mode";
  50. "Outline Mode";
  51.  
  52. /* Titles for Alerts */
  53.  
  54. "ALERT_OPEN"        = "Open Interface";
  55. "ALERT_SAVE"        = "Save";
  56. "ALERT_RENAME"         = "Rename";
  57. "ALERT_DELETE"         = "Delete";
  58. "ALERT_PASTE"         = "Paste";
  59. "ALERT_CLOSE"         = "Close";
  60. "ALERT_REVIEW"         = "Review";
  61. "ALERT_REVERT"         = "Revert";
  62. "ALERT_QUIT"         = "Quit";
  63. "ALERT_PARSE"        = "Read File";
  64.  
  65. "Yes";
  66. "No";
  67. "OK";
  68. "Cancel";
  69.  
  70. /* Errors */
  71.  
  72. /* while opening nib document */
  73.  
  74. "Warning: %@ version2" = "Warning: %@ was created under NEXTSTEP 2.0.";
  75.  
  76. "File %@ is not readable.";
  77. "File %@ does not exist.";
  78. "Read error for %@: %@.";
  79.  
  80. "Cannot open file %@.";
  81. "Cannot read file %@.";
  82. "Cannot create file %@.";
  83. "Cannot write file %@.";
  84.  
  85. "Class %@ was not found.";
  86.  
  87. "Unarchiving failure: %@";
  88.  
  89. "Cannot save file %@.";
  90. "Do you want to save changes to %@?";
  91. "If you revert, you'll lose all the changes you made to %@ after it was last saved.";
  92. "Revert Anyway";
  93.  
  94. "The file %@ is write protected. Do you want to overwrite?";
  95.  
  96. "There are unsaved files.";
  97. "Review Unsaved";
  98. "Save";
  99. "Don't Save";
  100. "Quit Anyway";
  101.  
  102. /* Class edition */
  103.  
  104. "Class %@ already exists.";
  105. "Outlet %@ already exists in the class %@.";
  106. "%@ is not a valid outlet.";
  107. "Action %@ already exists in the class %@.";
  108. "%@ is not a valid action.";
  109.  
  110. /* while deleting */
  111. "Class %@ is in use. Cannot delete.";
  112. "Do you really want to delete the window?";
  113. "Do you really want to delete the menu?";
  114. "Do you really want to delete all connections from %@?";
  115. "Do you really want to delete all connections to %@?";
  116. "Delete";
  117. "Don't Delete";
  118.  
  119. "A menu must have at least one item.";
  120. "There must be at least one item in the PopUpList.";
  121. "Cannot delete first item of PullDownList.";
  122.  
  123. /* while renaming */
  124.  
  125. "Name already exists.";
  126. "Null name is not acceptable.";
  127.  
  128. /* while pasting */
  129.  
  130. "Only one main menu per application.";
  131.  
  132. /* prefixes for new names */
  133.  
  134. "IMAGE_PREFIX" = "Image";
  135. "SOUND_PREFIX" = "Sound";
  136.  
  137. "SUBCLASS_PREFIX" = "My";
  138. "SUBCLASS_SUFFIX" = "";
  139.  
  140. /* When changing class names */
  141.  
  142. "This operation will break existing connections.";
  143.  
  144. /* Default String used in StringTable Inspector */
  145.  
  146. "A string";
  147.  
  148. /* Project related messages */
  149.  
  150. "Insert file %@ in project?";
  151. "Insert files %@ in project?";
  152. "ProjectBuilder was unable to complete the requested operation.";
  153. "ProjectBuilder Request";
  154.  
  155. /* Class pulldown */
  156. "Subclass" = "&Subclass";
  157. "Add Outlet" = "&Add Outlet";
  158. "Add Action" = "&Add Action";
  159.  
  160. /* Class new outlet / actions */
  161. "myOutlet";
  162. "myAction";
  163.  
  164. "Class Inspector";
  165.  
  166. /* Parser */
  167.  
  168. /* title for alerts */
  169. "Parse";
  170.  
  171. /* alert messages */
  172. "Cannot parse file %@ (line %d).";
  173. "Cannot parse file %@.";
  174. "No superclass for %@.";
  175. "Unknown superclass: %@. Cannot define subclass:%@.";
  176. "Cannot define a category for unknown class %@.";
  177. "Parsed class %@ has different actions or outlets.";
  178. "Class %@ did not change.";
  179. "Parsing this file will cause some actions or outlets to be removed.  Are you sure you want to replace the contents of the parsed classes?";
  180.  
  181. /* button titles for parse alert */
  182. "Replace";
  183. "Merge";
  184.  
  185. /* No superclass when parsing */
  186. "<none>";
  187.  
  188. /* Unparser */
  189. /* title for alerts */
  190. "Create Files";
  191. /* alert messages */
  192. "Files %@ already exist.";
  193. "Create %@?";
  194. /* button titles for unparse alert */
  195. "Overwrite";
  196.  
  197.  
  198. /* Deposit Images */
  199.  
  200. "Deposit Image";
  201. "Unable to read image file.";
  202. "Image %@ already exists.";
  203. "Create Local Image";
  204. "Insert image %@ in project?";
  205.  
  206. /* Deposit Sounds */
  207.  
  208. "Deposit Sound";
  209. "Unable to read sound file.";
  210. "Sound %@ already exists.";
  211. "Create Local Sound";
  212. "Insert sound %@ in project?";
  213.  
  214. /* General deposit. */
  215.  
  216. "Deposit";
  217.