home *** CD-ROM | disk | FTP | other *** search
- /* The title of the OpenPanel. */
- "Open" = "Open";
-
- /* Generic name of types to open. */
- "Documents" = "Documents";
-
- /* The argument is the full path of the file to replace. */
- "%@ already exists. Do you want to replace it?" = "%@ already exists. Do you want to replace it?";
-
- /* Button user chooses to overwrite an existing file. */
- "Yes" = "Yes";
-
- /* Button user chooses to not overwrite an existing file. */
- "No" = "No";
-
- /* Filename filter string to filter for all files. */
- "All Files" = "All Files";
-
- /* 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";
-
-