home *** CD-ROM | disk | FTP | other *** search
- /* Titles for icons that are in the document's window shelf */
-
- "Objects";
- "Instances";
- "Images";
- "Sounds";
- "Classes";
-
- "Object";
- "Instance";
- "Image";
- "Sound";
- "Class";
-
- /* Class Actions and Outlets */
-
- "Action";
- "Outlet";
-
- "Actions";
- "Outlets";
-
- /* Name of root object for each file */
-
- "File's Owner";
-
- /* Name of the First Responder */
-
- "First Responder";
-
- /* Name of the FontManager */
-
- "Font Manager";
-
- /* Titles for Objects in a Connect List */
-
- "%@ (Button)";
- "Button";
-
- "%@ (Menu Item)";
- "Menu Item";
-
- /* Untitled document title */
-
- "UNTITLED";
-
- /* Tool tips. */
-
- "Icon Mode";
- "Outline Mode";
-
- /* Titles for Alerts */
-
- "ALERT_OPEN" = "Open Interface";
- "ALERT_SAVE" = "Save";
- "ALERT_RENAME" = "Rename";
- "ALERT_DELETE" = "Delete";
- "ALERT_PASTE" = "Paste";
- "ALERT_CLOSE" = "Close";
- "ALERT_REVIEW" = "Review";
- "ALERT_REVERT" = "Revert";
- "ALERT_QUIT" = "Quit";
- "ALERT_PARSE" = "Read File";
-
- "Yes";
- "No";
- "OK";
- "Cancel";
-
- /* Errors */
-
- /* while opening nib document */
-
- "Warning: %@ version2" = "Warning: %@ was created under NEXTSTEP 2.0.";
-
- "File %@ is not readable.";
- "File %@ does not exist.";
- "Read error for %@: %@.";
-
- "Cannot open file %@.";
- "Cannot read file %@.";
- "Cannot create file %@.";
- "Cannot write file %@.";
-
- "Class %@ was not found.";
-
- "Unarchiving failure: %@";
-
- "Cannot save file %@.";
- "Do you want to save changes to %@?";
- "If you revert, you'll lose all the changes you made to %@ after it was last saved.";
- "Revert Anyway";
-
- "The file %@ is write protected. Do you want to overwrite?";
-
- "There are unsaved files.";
- "Review Unsaved";
- "Save";
- "Don't Save";
- "Quit Anyway";
-
- /* Class edition */
-
- "Class %@ already exists.";
- "Outlet %@ already exists in the class %@.";
- "%@ is not a valid outlet.";
- "Action %@ already exists in the class %@.";
- "%@ is not a valid action.";
-
- /* while deleting */
- "Class %@ is in use. Cannot delete.";
- "Do you really want to delete the window?";
- "Do you really want to delete the menu?";
- "Do you really want to delete all connections from %@?";
- "Do you really want to delete all connections to %@?";
- "Delete";
- "Don't Delete";
-
- "A menu must have at least one item.";
- "There must be at least one item in the PopUpList.";
- "Cannot delete first item of PullDownList.";
-
- /* while renaming */
-
- "Name already exists.";
- "Null name is not acceptable.";
-
- /* while pasting */
-
- "Only one main menu per application.";
-
- /* prefixes for new names */
-
- "IMAGE_PREFIX" = "Image";
- "SOUND_PREFIX" = "Sound";
-
- "SUBCLASS_PREFIX" = "My";
- "SUBCLASS_SUFFIX" = "";
-
- /* When changing class names */
-
- "This operation will break existing connections.";
-
- /* Default String used in StringTable Inspector */
-
- "A string";
-
- /* Project related messages */
-
- "Insert file %@ in project?";
- "Insert files %@ in project?";
- "ProjectBuilder was unable to complete the requested operation.";
- "ProjectBuilder Request";
-
- /* Class pulldown */
- "Subclass" = "&Subclass";
- "Add Outlet" = "&Add Outlet";
- "Add Action" = "&Add Action";
-
- /* Class new outlet / actions */
- "myOutlet";
- "myAction";
-
- "Class Inspector";
-
- /* Parser */
-
- /* title for alerts */
- "Parse";
-
- /* alert messages */
- "Cannot parse file %@ (line %d).";
- "Cannot parse file %@.";
- "No superclass for %@.";
- "Unknown superclass: %@. Cannot define subclass:%@.";
- "Cannot define a category for unknown class %@.";
- "Parsed class %@ has different actions or outlets.";
- "Class %@ did not change.";
- "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?";
-
- /* button titles for parse alert */
- "Replace";
- "Merge";
-
- /* No superclass when parsing */
- "<none>";
-
- /* Unparser */
- /* title for alerts */
- "Create Files";
- /* alert messages */
- "Files %@ already exist.";
- "Create %@?";
- /* button titles for unparse alert */
- "Overwrite";
-
-
- /* Deposit Images */
-
- "Deposit Image";
- "Unable to read image file.";
- "Image %@ already exists.";
- "Create Local Image";
- "Insert image %@ in project?";
-
- /* Deposit Sounds */
-
- "Deposit Sound";
- "Unable to read sound file.";
- "Sound %@ already exists.";
- "Create Local Sound";
- "Insert sound %@ in project?";
-
- /* General deposit. */
-
- "Deposit";
-