home *** CD-ROM | disk | FTP | other *** search
- /* Titles for icons that are in the document's window shelf */
-
- "Objects";
- "Images";
- "Sounds";
- "Classes";
-
- "Object";
- "Image";
- "Sound";
- "Class";
-
- /* Class Actions and Outlets */
-
- "Action";
- "Outlet";
-
- /* Name of root object for each file */
-
- "File's Owner";
-
- /* Name of the First Responder */
-
- "First Responder";
-
- /* Name of the FontManager */
-
- "FontManager" = "Font Manager";
-
- /* Titles for Objects in a Connect List */
-
- "%s (Button)";
- "Button";
-
- "%s (Menu Item)";
- "Menu Item";
-
- /* Untitled document title */
-
- "UNTITLED";
-
-
- /* Titles for Alerts */
-
- "ALERT_OPEN" = "Open";
- "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" = "Parse";
-
- "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.";
- "Reading error for %s: %s.";
-
- "Cannot open file %@.";
- "Cannot read file %@.";
- "Cannot create file %@.";
- "Cannot write file %@.";
-
-
- "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 %s is write protected. Do you want to overwrite?";
-
- "There are unsaved files.";
- "Review Unsaved";
- "Save";
- "Don't Save";
- "Quit Anyway";
-
-
- /* while deleting */
-
- "Class %s is in use. Cannot delete.";
- "Do you really want to delete window?" = "Do you really want to delete the window?";
- "Do you really want to delete menu?" = "Do you really want to delete the menu?";
- "Delete";
- "Don't Delete";
-
- "At least one item in 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 connectionsA
- /* 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.";
-
- /* Parser */
-
- /* title for alerts */
- "Parse";
- /* alert messages */
- "Cannot parse file %s (line %d).";
- "No superclass for %@.";
- "Unknown superclass: %@. Cannot define subclass:%@.";
- "Unknown class: %@. Cannot define category:%@.";
- "Parsed class %@ has different actions or outlets.";
- "Class %@ did not change.";
- /* button titles for parse alert */
- "Replace";
- "Merge";
- /* No superclass when parsing */
- "<none>";
-
- /* Unparser */
- /* title for alerts */
- "Unparse";
- /* 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?";
-