home *** CD-ROM | disk | FTP | other *** search
- /* ALERT */
- /* Title */
- "Nonexistent path";
- /* Message */
- "The path %@ does not exist, create it?";
- /* Default Button */
- "Create";
- /* Alternate Button */
- "Cancel";
-
- /* ALERT */
- /* Message */
- "Couldn't create path.";
-
- /* ALERT */
- /* Title */
- "Unknown User Name";
- /* Message */
- "No such user";
-
- /* ALERT */
- /* Title */
- "Bad path";
- /* Message */
- "%@ is not a directory!";
-
- /* Prompt of the SavePanel. */
- "Name:" = "Name:";
-
- /* Title of the SavePanel. */
- "Save" = "Save";
-
- /* The first argument is the filename, the second argument is the directory. */
- "The file %1$@ in %2$@ exists. Replace it?" = "The file %1$@ in %2$@ exists. Replace it?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Replace";
-
- /* The title of the OpenPanel. */
- "Open" = "Open";
-
-