home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / English.lproj / Localizable.strings < prev   
Encoding:
Text File  |  1995-10-28  |  894 b   |  55 lines

  1. /* 
  2.  * Error Messages
  3.  */
  4. /* Err_OPEN */
  5. "Can't open file";
  6.  
  7. /* Err_FORMAT */
  8. "Illegal image format";
  9.  
  10. /* Err_MEMORY */
  11. "Can't get working memory";
  12.  
  13. /* Err_SHORT */
  14. "Encountered unexpected EOF";
  15.  
  16. /* Err_ILLG */
  17. "Illegal information included";
  18.  
  19. /* Err_IMPLEMENT */
  20. "Unsupported image format";
  21.  
  22. /* Err_SAVE */
  23. "Can't write into file";
  24.  
  25. /* Err_SAV_IMPL */
  26. "Can't save this format";
  27.  
  28. /* Err_EPS_IMPL */
  29. "Can't apply to EPS";
  30.  
  31. /* Err_NOFILE */
  32. "There is no file";
  33.  
  34. /* ERROR */
  35. "ERROR";
  36.  
  37. /* 
  38.  * Color Reduction Messages
  39.  */
  40. /* BMP_Reduction */
  41. "Reduce Color?" = "This image has more than 256 colors.  Do you want to reduce colors to 256 ?";
  42.  
  43. /* BMP_Leave */
  44. "Leave" = "Leave as it is";
  45.  
  46. /* BMP_Reduce */
  47. "Reduce" = "Reduce Colors";
  48.  
  49. /* GIF_Reduction */
  50. "Reduction Start" = "This image has more than 256 colors.  Colors are reduced to 256.";
  51.  
  52. /* Background Window */
  53. "Bring to Front";
  54. "Send to Back";
  55.