home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / USER.Z / SavePanel.strings < prev    next >
Text File  |  1996-09-09  |  774b  |  42 lines

  1. /* ALERT */
  2. /* Title */
  3. "Nonexistent path";
  4. /* Message */
  5. "The path %@ does not exist, create it?";
  6. /* Default Button */
  7. "Create";
  8. /* Alternate Button */
  9. "Cancel";
  10.  
  11. /* ALERT */
  12. /* Message */
  13. "Couldn't create path.";
  14.  
  15. /* ALERT */
  16. /* Title */
  17. "Unknown User Name";
  18. /* Message */
  19. "No such user";
  20.  
  21. /* ALERT */
  22. /* Title */
  23. "Bad path";
  24. /* Message */
  25. "%@ is not a directory!";
  26.  
  27. /* Prompt of the SavePanel. */
  28. "Name:" = "Name:";
  29.  
  30. /* Title of the SavePanel. */
  31. "Save" = "Save";
  32.  
  33. /* The first argument is the filename, the second argument is the directory. */
  34. "The file %1$@ in %2$@ exists. Replace it?" = "The file %1$@ in %2$@ exists. Replace it?";
  35.  
  36. /* Button user chooses to overwrite an existing file. */
  37. "Replace" = "Replace";
  38.  
  39. /* The title of the OpenPanel. */
  40. "Open" = "Open";
  41.  
  42.