home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Apps / InterfaceBuilder.app / English.lproj / document.strings < prev    next >
Encoding:
Text File  |  1992-03-03  |  3.2 KB  |  175 lines

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