home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / driver / util / iff / iffp.cd < prev    next >
Text File  |  1993-01-08  |  2KB  |  135 lines

  1. ##header LOCALESTR_IFFP
  2. ;
  3. ; Standard iffparse errors
  4. ;
  5. MSG_IFFP_STDFIRST (5000//)
  6. End of file (not an error)
  7. ;
  8. MSG_IFFP_STD2 (//)
  9. End of context (not an error)
  10. ;
  11. MSG_IFFP_STD3 (//)
  12. No lexical scope
  13. ;
  14. MSG_IFFP_STD4 (//)
  15. Insufficient memory
  16. ;
  17. MSG_IFFP_STD5 (//)
  18. Stream read error
  19. ;
  20. MSG_IFFP_STD6 (//)
  21. Stream write error
  22. ;
  23. MSG_IFFP_STD7 (//)
  24. Stream seek error
  25. ;
  26. MSG_IFFP_STD8 (//)
  27. File is corrupt
  28. ;
  29. MSG_IFFP_STD9 (//)
  30. IFF syntax error
  31. ;
  32. MSG_IFFP_STD10 (//)
  33. Not an IFF file
  34. ;
  35. MSG_IFFP_STD11 (//)
  36. Required hook vector missing
  37. ;
  38. MSG_IFFP_STDLAST (//)
  39. Return to client
  40. ;
  41. ; Other iffparse module errors
  42. ;
  43. MSG_IFFP_NOCLIP_D (5020//)
  44. Clipboard open of unit %ld failed\n
  45. ;
  46. MSG_IFFP_NOFILE (//)
  47. File not found\n
  48. ;
  49. MSG_IFFP_NOFILE_S (//)
  50. %s: File open failed\n
  51. ;
  52. MSG_IFFP_NOTOP (//)
  53. Parsing error; no top chunk\n
  54. ;
  55. MSG_IFFP_CLIENTERR (//)
  56. Client error
  57. ;
  58. MSG_IFFP_NOIFFFILE (//)
  59. File not found or wrong type
  60. ;
  61. MSG_IFFP_NOFORM (//)
  62. No FORM
  63. ;
  64. MSG_IFFP_UNKNOWNERR_D (//32)
  65. Unknown parse error %ld
  66. ;
  67. MSG_IFFP_NOMEM (5050//)
  68. Not enough memory\n
  69. ;
  70. MSG_IFFP_NOIFF (//)
  71. Can't AllocIff
  72. ;
  73. MSG_IFFP_NOIFFPARSE (//)
  74. Can't open iffparse.library
  75. ;
  76. MSG_IFFP_NOINTUITION (//)
  77. Can't open intuition.library
  78. ;
  79. MSG_IFFP_NOGRAPHICS (//)
  80. Can't open graphics.library
  81. ;
  82. ;
  83. ; ILBM-specific errors
  84. ;
  85. MSG_ILBM_NOILBM (5100//)
  86. Not an ILBM\n
  87. ;
  88. MSG_ILBM_NOBMHD (//)
  89. No ILBM.BMHD chunk\n
  90. ;
  91. MSG_ILBM_NOBODY (//)
  92. No ILBM.BODY chunk\n
  93. ;
  94. MSG_ILBM_NODISPLAY (//)
  95. Failed to open display\n
  96. ;
  97. MSG_ILBM_NORASTER (//)
  98. Failed to allocate raster\n
  99. ;
  100. MSG_ILBM_NOCOLORS (//)
  101. No colortable allocated\n
  102. ;
  103. MSG_ILBM_HUNTED (//)
  104. ILBM is embedded in complex file
  105. ;
  106. MSG_ILBM_TOODEEP (//)
  107. planes, displaying initial planes
  108. ;
  109. MSG_ILBM_PRTTROUBLE_D (//)
  110. Printer error %ld\n
  111. ;
  112. ;
  113. ; OpenScreen errors
  114. ;
  115. MSG_OSCR_NOMEM (5180//)
  116. Not enough memory
  117. ;
  118. MSG_OSCR_NOCHIPMEM (//)
  119. Not enough chip memory
  120. ;
  121. MSG_OSCR_NOMONITOR (//)
  122. monitor not available
  123. ;
  124. MSG_OSCR_NOCHIPS (//)
  125. required chipset not available
  126. ;
  127. MSG_OSCR_PUBNOTUNIQUE (//)
  128. public screen already open
  129. ;
  130. MSG_OSCR_UNKNOWNMODE (//)
  131. mode ID is unknown
  132. ;
  133. MSG_OSCR_UNKNOWNERR_D (//32)
  134. unknown OpenScreen error %ld
  135.