home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / InterfaceBuilder.app / English.lproj / document.strings < prev    next >
Encoding:
Text File  |  1992-03-03  |  3.2 KB  |  174 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 connectionsA
  122. /* Default String used in StringTable Inspector */
  123.  
  124. "A string";
  125.  
  126. /* Project related messages */
  127.  
  128. "Insert file %@ in project?";
  129. "Insert files %@ in project?";
  130. "ProjectBuilder was unable to complete the requested operation.";
  131.  
  132. /* Parser */
  133.  
  134. /* title for alerts */
  135. "Parse";
  136. /* alert messages */
  137. "Cannot parse file %s (line %d).";
  138. "No superclass for %@.";
  139. "Unknown superclass: %@. Cannot define subclass:%@.";
  140. "Unknown class: %@. Cannot define category:%@.";
  141. "Parsed class %@ has different actions or outlets.";
  142. "Class %@ did not change.";
  143. /* button titles for parse alert */
  144. "Replace";
  145. "Merge";
  146. /* No superclass when parsing */
  147. "<none>";
  148.  
  149. /* Unparser */
  150. /* title for alerts */
  151. "Unparse";
  152. /* alert messages */
  153. "Files %@ already exist.";
  154. "Create %@?";
  155. /* button titles for unparse alert */
  156. "Overwrite";
  157.  
  158.  
  159. /* Deposit Images */
  160.  
  161. "Deposit Image";
  162. "Unable to read image file.";
  163. "Image %@ already exists.";
  164. "Create Local Image";
  165. "Insert image %@ in project?";
  166.  
  167. /* Deposit Sounds */
  168.  
  169. "Deposit Sound";
  170. "Unable to read sound file.";
  171. "Sound %@ already exists.";
  172. "Create Local Sound";
  173. "Insert sound %@ in project?";
  174.