home *** CD-ROM | disk | FTP | other *** search
- /* Localizable.strings for ProjectBuilder */
-
- /* Project (& Subproject) types */
- "Application";
- "Framework";
- "Bundle";
- "Palette";
- "Tool";
- "Library";
- "Aggregate";
- "Legacy";
- "Subproject";
-
- /* Files and resources */
- "Classes";
- "Headers";
- "Other Sources";
- "Interfaces";
- "Images";
- "Other Resources";
- "Subprojects";
- "Supporting Files";
- "Context Help";
- "Libraries";
- "Frameworks";
- "Non Project Files";
-
- /* File description */
- "<File: %@>";
-
- /* Control key bindings */
- "control-x";
- "control-c";
-
- /* Error info */
- "See output text for details";
-
-
- /* Prompt titles and messages displayed by Editor */
-
- /* Open file/project */
- "Open File or Project";
- "Open File:";
-
- /* Close file */
- "Close File";
- "Close File:";
-
- /* View file */
- "View File";
- "View File:";
-
- /* Insert file */
- "Insert File";
- "Insert File:";
-
- /* Man page */
- "Show man page";
- "Show man page for:";
-
-
- /* Status displayed by Editor */
-
- /* Indexing */
- "Indexing ...";
- "Indexing %@";
-
-
- /* Status displayed in Build Window */
-
- /* Building */
- "Building %@";
- "Building.";
-
- /* Cleaning */
- "Cleaning %@";
- "Cleaning";
-
- /* Stopping */
- "Stopping";
-
- /* Build succeeded */
- "Build succeeded";
- "%@ - Build succeeded" = "%@ \320 Build succeeded";
-
- /* Build failed */
- "Build failed";
- "%@ - Build failed" = "%@ \320 Build failed";
-
- /* Build stopped */
- "Build stopped";
- "%@ - Build stopped" = "%@ \320 Build stopped";
-
- /* Couldn't connect to host */
- "Build failed - Couldn't connect to host." = "Build failed \320 Couldn't connect to host.";
-
- /* Couldn't stop */
- "Couldn't stop.";
-
-
- /* Build targets */
- "<Default>";
- "clean";
-
- /* "%@ on host '%@' with args '%@'"; */
- " on host '%@'";
- " with args '%@'";
-
-
- /* Messages displayed in Text View */
-
- /* Indexing done */
- "Done indexing project: %@";
-
- /* Too small to split */
- "View is too small to split.";
-
- /* No framework doc */
- "No framework doc for that symbol.";
-
- /* No manual entry */
- "Manual entry not found.";
-
- /* # of saved files */
- "Number of files saved: %d";
-
- /* Macro already defined */
- "Already defining a keyboard macro.";
-
- /* Macro not defined */
- "Not defining a keyboard macro.";
-
- /* No macro defined */
- "No keyboard macro defined.";
-
- /* Nothing to yank */
- "Nothing to yank.";
-
- /* YankPop not following */
- "\"YankPop\" must follow yank.";
-
- /* Unbound key */
- "Unbound key: %@";
-
- /* Unbound keys */
- "Unbound key: %@, %@";
-
- /* Next keystroke inserted */
- "Next keystroke will be inserted literally.";
-
- /* No such operation for "tear off" window */
- "This operation is not supported in a \"tear off\" window.";
-
- /* Selection tracking off */
- "Selection tracking off.";
-
- /* Selection tracking on */
- "Mark Set (selection tracking on)";
-
- /* Selection in quoted string */
- "Selection is in quoted string.";
-
- /* Wrong selection */
- "Selection must be one of: [ ] { } ( ).";
-
- /* Wrong char selection */
- "Selection must be a single character.";
-
- /* Mismatched char */
- "Mismatched %@.";
-
- /* Mismatched internal char */
- "Mismatched internal %@.";
-
- /* File read only */
- "File is read only.";
-
- /* Unable to open file */
- "Unable to open file.";
-
- /* Beginning of file */
- "Beginning of file.";
-
- /* End of file */
- "At end of file.";
-
- /* No file to revert */
- "No file to revert to.";
-
- /* Indenting */
- "Indenting selection...";
-
- /* Indenting done */
- "Done indenting.";
-
- /* No more undo */
- "Nothing more to undo.";
-
- /* No more redo */
- "Nothing more to redo.";
-
- /* None found */
- "None found.";
-
- /* # of completions */
- "%d possible completions.";
-
- /* # of local completions */
- "%d possible (%@)completions.";
- "local";
- "project";
-
- /* Partial completion */
- "Partial completion (complete again for (%@) 1 alternative).";
-
- /* Partial completions */
- "Partial completion (complete again for (%@) %d alternatives).";
-
- /* Unique completion */
- "Unique (%@) completion.";
-
- /* No completions found */
- "No completions found for: '%@'.";
-
- /* No where to go */
- "No where to go.";
-
- /* No macro */
- "No macro available.";
-
- /* Cannot create breakpoint */
- "Cannot create breakpoint unless inferior is loaded.";
-
- /* Cannot create breakpoint */
- "Cannot create breakpoint when program is running.";
-
-
- /* "Found" messages */
- "%d found";
- "%d found (stopped)";
- "Nothing to find";
- "Stopped";
- "Internal error (see console)";
-
-
- /* Sound preferences */
- "Choose success sound";
- "Choose failure sound";
-
-
- /* Subproject Inspector */
- "Language:";
- "Extension:";
- "Principal Class:";
-
-
- /* Button titles in Save Modified panel */
- "Cancel";
- "%@ anyway";
- "Save and %@";
-
- "quit";
- "close";
- "index";
- "clean";
- "build";
-
-
- /* Debugger status */
- "Debugger process running.";
- "No debugger process.";
- "Debugger died.";
- "Inferior process loaded.";
- "Inferior process running";
- "Inferior process stopped";
- "Inferior process exited.";
-
-
- /* Alert Panel titles, messages and button titles */
-
- /* Common button titles */
- "OK";
- /* "Cancel"; */
- "Yes";
- "No";
-
- /* Common messages */
- "Do you want to overwrite?";
-
- /* File not found at startup */
- "Startup";
- "File %@ does not exist.";
-
- /* No PB.project at open */
- "No PB.project in %@.";
-
- /* Project not opened */
- "The project could not be opened.";
-
- /* Server loss */
- "The connection to the projectServer process was lost. Use the Index command in the Project menu to restart it.";
-
- /* File merged */
- "You've merged file %@.";
- "Open it";
- "Ignore it";
-
- /* FileMerge.app not connected */
- "Unable to communicate with FileMerge.";
-
- /* File not compared */
- "Unable to compare file.";
-
- /* KiiRing */
- "Position must be between zero and %d.";
-
- /* Close on modified project */
- "The project is modified.";
- "Save";
- "Close anyway";
-
- /* Confirm to close */
- "Close window?";
-
- /* Confirm to quit */
- "Quit ProjectBuilder?";
-
- /* Build on modified project */
- "Project is modified. Save before building?";
-
- /* Clean */
- "Really clean project?";
- "Clean";
-
- /* Quit on building project */
- "Build is in progress for project: %@.";
- "Quit anyway";
-
- /* Terminal contact error */
- "Error contacting %@.";
-
- /* Project write-protected */
- "New Project";
- "%@ is write protected.";
-
- /* Close/Quit on edited project */
- "Close";
- "Quit";
- "%@ or one of its subprojects has been edited.";
- /* "Save"; */
- "Don't save";
-
- /* Close on built project */
- /* "Close"; */
- "%@ is being built.";
- "Abort";
-
- /* File already in category */
- "Adding File";
- "%@ is already in the '%@' category.";
-
- /* Overwrite over write-protected file */
- "Save File";
- "The file %@ is write protected. Do you want to overwrite?";
- /* "The file %@ is write protected. %@"; */
-
- /* Save error */
- /* "Save File"; */
- "Write failed for %@";
-
- /* Project/Subproject write-protected */
- "Save Project";
- "Changing Project Type";
- "Cannot perform operation. The directory %@ is write protected.";
-
- /* File write-protected */
- /* "Save Project"; */
- /* "The file %@ is write protected. Do you want to overwrite?"; */
-
- /* Files write-protected */
- /* "Save Project"; */
- "The files %@ are write protected. Do you want to overwrite?";
- /* "The files %@ are write protected. %@"; */
-
- /* Confirm to replace */
- /* "Changing Project Type"; */
- "%@ already exists. Replace?";
-
- /* Invalid subproject name */
- "New Subproject";
- "The name '%@' is invalid.";
-
- /* Subproject already exists */
- /* "New Subproject"; */
- "A project already exists in %@.";
- "Overwrite";
- "Try again";
-
- /* Prefix $(NEXT_ROOT) */
- "Paths";
- "For portability reasons, this path should be prefixed with %@.";
- "Prefix";
- "Don't prefix";
-
- /* Remove file */
- "Remove";
- "Remove %@...";
- "...from Project and Disk";
- "...from Project only";
-
- /* Remove files */
- "Remove files...";
-
- /* Remove subprojects(s) */
- "Remove subproject(s)...";
-
- /* Subproject not added */
- "It is not possible to add this type of subproject.";
-
- /* Not valid file name */
- "%@ is not a valid file name.";
-
- /* Add framework to search order */
- "Add %@ to your Framework Search Order?";
- "Add";
- "Do not add";
-
- /* Add library to search order */
- "Add %@ to your Library Search Order?";
-
- /* Remove header */
- "Also remove %@?";
- /* "Remove"; */
- "Do not remove";
-
- /* Remove headers */
- "Also remove corresponding header files?";
-
- /* Unable to remove app-icon */
- "Can't remove the application icon.";
-
- /* Invalid version name */
- "Please enter a valid version name.";
-
- /* Auto-save file exists */
- "An auto-save file for %@ exists.";
- "Use it";
- "Delete it";
- "Compare it in FileMerge";
-
- /* File is directory */
- "%@ is a directory.";
-
- /* File not editable */
- "%@ is not an editable file.";
-
- /* File not readable */
- "File %@ is not readable.";
-
- /* Externally edited */
- "%@ has been edited externally.";
- "Edit anyway";
- "Allow editing anyway";
- "Save anyway";
-
- /* File not exist */
- /* "File %@ does not exist."; */
-
- /* File readonly */
- "File %@ is readonly.";
-
- /* Confirm to revert */
- "Do you want to revert changes to %@?";
- "Revert";
-
- /* No file for revert */
- "File %@ no longer exists.";
-
- /* Confirm to save */
- "Save changes to %@?";
- /* "Save"; */
- /* "Don't save"; */
-
- /* Rename: file exists */
- "File %@ already exists.";
-
- /* Unable to rename */
- "Unable to rename file to %@.";
-
- /* Save error */
- "Error, unable to save %@.";
-
- /* Not ok to add file */
- "%@ is an invalid name.";
-
- /* Already in project */
- "%@ is already in %@.";
-
- /* Already exists */
- "%@ already exists.";
-
- /* File not removed */
- "Cannot rename modified files, please save it first.";
-
- /* Filename not valid */
- "'%@' is not a valid file name.";
-
- /* Not able to add dragged files */
- "Could not add files to %@.";
-
- /* From Rich text to Plain text */
- "Make Plain Text" = "&Make Plain Text";
- "Convert document to plain text? This will lose fonts, colors, and other text attribute settings.";
-
- /* From Plain text to Rich text */
- "Make Rich Text" = "&Make Rich Text";
- "Convert document to rich text? This will add attributes that may not be recognized by all applications.";
-
- /* Menu items for toggling showing of all chars or just text chars */
- "Show Text Characters" = "&Show Text Characters";
- "Show All Characters" = "&Show All Characters";
-
- /* Paste & indent or Paste only */
- "Indent all %d lines?";
- "Indent";
- "Paste Only";
-
- /* Replace all */
- "Files have been modified since the time this search was performed.";
- "Perform the replace";
- "Cancel the replace";
- "Re-execute the search";
-
- /* Replace 1 match */
- "Replace 1 match?";
- "Replace";
-
- /* Replace n matches */
- "Replace %d matches?";
-
- /* Readonly files for replace */
- "Some (%d) files are readonly.";
- "Replace anyway";
- "Cancel global replace";
-
- /* Two LFindResult's */
- "Found two LFindResult's with the same address! (%@)";
-
- /* Project not indexed */
- "The project is not indexed.";
-
- /* Skip replacement */
- "Found \"%@\", not \"%@\", skipping replacement.";
-
- /* Langage-sensitive replacement */
- "Replacement for language sensitive searches is not implemented (YET).";
-
- /* Undo error */
- "You are attempting to undo past the last point at which this file was saved.";
-
- /* Invalid debugger */
- "Invalid debugger: %@";
-
- /* Invalid program */
- "Invalid target program: %@";
-
- /* Selected range error */
- "Internal error, trying to setSelectedRange to (%d, %d)";
-
- /* Alert panel testing */
- "This is a test...";
- "choice1";
- "choice2";
- "choice3";
-
- /* setTitle: args */
- "%d completions";
-
- "Open Project";
- "Open Files";
-
- "PB Debug";
-
- "Show Tool Bar" = "&Show Tool Bar";
- "Hide Tool Bar" = "&Hide Tool Bar";
- "Documentation";
- "Help";
-
- "New Project";
-
- "Add";
- "Delete";
-
- "Incremental Search";
- "Incremental METHOD Search";
-
- "Index Project" = "&Index Project";
- "Index Subproject" = "&Index Subproject";
-
- "Task Inspector - '%@'";
- "Task Inspector";
-
- "Launch Options - '%@'";
- "Launch Options";
-
- "Rename";
- "Remove";
-
- "Add %@";
-