home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / palette.strings < prev    next >
Text File  |  1996-09-09  |  745b  |  37 lines

  1.  
  2. /* Error messages when loading a palette. */
  3. "New Palette";
  4. "Unable to find the dynamic palette template.";
  5. "Open Palette...";
  6. "Remove Palette";
  7. "Unable to load palette %@.";
  8. "Cannot remove last palette.";
  9.  
  10. /* An untitled palette */
  11. "Untitled";
  12.  
  13. /* General */
  14. "Cancel";
  15. "OK";
  16.  
  17. /* Revert palette to saved */
  18. "ALERT_REVERT" = "Revert";
  19. "File %@ does not exist.";
  20. "If you revert, you'll lose all the changes you made to %@ after it was last saved.";
  21. "Revert Anyway";
  22.  
  23. /* Close */
  24. "ALERT_CLOSE" = "Close";
  25. "Do you want to save changes to %@?";
  26. "Save";
  27. "Don't Save";
  28.  
  29. /* Review when terminate */
  30. "ALERT_QUIT" = "Quit";
  31. "There are unsaved palettes.";
  32. "Review Unsaved";
  33. "Quit Anyway";
  34. "ALERT_REVIEW" = "Review";
  35. "Do you want to save changes to %@?";
  36.  
  37.