home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / English.lproj / SavePanel.strings < prev    next >
Encoding:
Text File  |  1996-11-05  |  1.2 KB  |  57 lines

  1. /* The title of the OpenPanel. */
  2. "Open" = "Open";
  3.  
  4. /* Generic name of types to open. */
  5. "Documents" = "Documents";
  6.  
  7. /* The argument is the full path of the file to replace. */
  8. "%@ already exists. Do you want to replace it?" = "%@ already exists. Do you want to replace it?";
  9.  
  10. /* Button user chooses to overwrite an existing file. */
  11. "Yes" = "Yes";
  12.  
  13. /* Button user chooses to not overwrite an existing file. */
  14. "No" = "No";
  15.  
  16. /* Filename filter string to filter for all files. */
  17. "All Files" = "All Files";
  18.  
  19. /* ALERT */
  20. /* Title */
  21. "Nonexistent path";
  22. /* Message */
  23. "The path %@ does not exist, create it?";
  24. /* Default Button */
  25. "Create";
  26. /* Alternate Button */
  27. "Cancel";
  28.  
  29. /* ALERT */
  30. /* Message */
  31. "Couldn't create path.";
  32.  
  33. /* ALERT */
  34. /* Title */
  35. "Unknown User Name";
  36. /* Message */
  37. "No such user";
  38.  
  39. /* ALERT */
  40. /* Title */
  41. "Bad path";
  42. /* Message */
  43. "%@ is not a directory!";
  44.  
  45. /* Prompt of the SavePanel. */
  46. "Name:" = "Name:";
  47.  
  48. /* Title of the SavePanel. */
  49. "Save" = "Save";
  50.  
  51. /* The first argument is the filename, the second argument is the directory. */
  52. "The file %1$@ in %2$@ exists. Replace it?" = "The file %1$@ in %2$@ exists. Replace it?";
  53.  
  54. /* Button user chooses to overwrite an existing file. */
  55. "Replace" = "Replace";
  56.  
  57.