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