home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / install / INSTALL / DUTCH / CATALOGS / GRAPHICS.MSG < prev    next >
Encoding:
Text File  |  1996-05-31  |  5.1 KB  |  121 lines

  1. ; cdc 1.8 (24 Apr 1996)
  2. ; CAT Catalog Emitter $Revision: 1.9 $
  3. ; Catalog definitions for module "Graphics" (Graphics.Book)
  4.  
  5. ; ======================================================================
  6.  
  7. ; This catalog was generated based on the previous translation
  8. ; of graphics.msg, revision 1.21.
  9. ; - 7 translations were kept, since the English text did not change.
  10. ; - 5 translations were identical to the English text.
  11. ;   Please verify that no translations were forgotten.
  12.  
  13. ; Note: you *must* use a Latin-1 (ISO 8859) editor.  If you are, the following
  14. ; line will contain three accented versions of each vowel, in order:
  15. ; ßΓα ΘΩΦ φε∞ ≤⌠≥ ·√∙
  16.  
  17. ; ======================================================================
  18.  
  19. VERSION 1
  20. REVISION 24
  21. LANGUAGE "NEDERLANDS"
  22.  
  23. ; ======================================================================
  24.  
  25. ; The following translations have been kept, since the English text
  26. ; did not change since the previous translation.
  27. ; (If needed, you may make any corrections or adjustments
  28. ; to your translation.)
  29.  
  30. ; ----------------------------------------------------------------------
  31.  
  32. ; BITMAP_UnsupportedPrimitive
  33. ;    The primitive isn't supported 
  34. ; English:          "The primitive (%1) is not supported."
  35. MSG 0x06501c01      "De primitieve (%1) wordt niet ondersteund."
  36. ; ----------
  37. ; BITMAP_UnsupportedMinterm
  38. ;    Not all methods/operations support all minterms. 
  39. ; English:          "Method (%1) does not support minterm (%2)."
  40. MSG 0x06500402      "Methode (%1) ondersteunt geen minterm (%2)."
  41. ; ----------
  42. ; BITMAP_UnsupportedModel
  43. ;    The bitmap model may not be supported by all and everybody 
  44. ; English:          "Method (%1) does not support bitmap model (%2)."
  45. MSG 0x06500802      "Methode (%1) ondersteunt geen bitmap model (%2)."
  46. ; ----------
  47. ; BITMAP_UnsupportedOperation
  48. ;    Not all operations between bitmaps are supported. 
  49. ; English:          "Unsupported operation (%1)."
  50. MSG 0x06500c01      "De handeling(%1) wordt niet ondersteund."
  51. ; ----------
  52. ; BITMAP_UnsupportedConversion
  53. ;    Conversion between bitmap models not supported 
  54. ; English:          "\"%1\" to \"%2\" conversion is not supported."
  55. MSG 0x06501002      "Conversie van %1 naar %2 wordt niet ondersteund."
  56. ; ----------
  57. ; VLIST_NoMatchingMode
  58. ;    No matching mode could be found. 
  59. ; English:          "No matching mode was found."
  60. MSG 0x06501400      "Een overeenkomstige modus is niet gevonden."
  61. ; ----------
  62. ; GRAPHICS_AbortFailure
  63. ;    This method does not *abort* the read access, it causes a failure for 
  64. ;    the read access. 
  65. ;    It is up to the caller of the read access method to interpret this 
  66. ;    particular method in any way seen fit. 
  67. ; English:          "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
  68. MSG 0x06502000      "DEBUG: Een fout werd gesimuleerd door Do_GRAPHICS_Abort. Deze foutstring dient nooit getoond te worden."
  69.  
  70. ; ======================================================================
  71.  
  72. ; The following translations are identical to the English text.
  73. ; Please check that this is intentional!
  74. ; If any messages were missed, please translate them now.
  75. ; (If it is correct that the translation is identical to the English text,
  76. ; you do not need to do anything for that message.)
  77.  
  78. ; ----------------------------------------------------------------------
  79.  
  80. ; Name of the module as presented to the user:
  81. ; English:          "Graphics"
  82. NATURALNAME         "Graphics"
  83. ; ----------
  84. ; BITMAP_Planar
  85. ;    Planar mode. A number of bitplanes define each pixel. We support <= 8 
  86. ;    bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24 
  87. ;    for planar true color bitmaps. A planar truecolor bitmap is a planar 
  88. ;    bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap 
  89. ;    can not have a palette and should be forced not to have one by using 
  90. ;    the SET_BITMAP_PaletteMapped(FALSE) override key at create time of 
  91. ;    the bitmap. 
  92. ; English:          "planar"
  93. MSG 0x06500001      "planar"
  94. ; ----------
  95. ; BITMAP_Chunky
  96. ;    One byte one pixel. The simplest of all the bitmap models, IMO. 
  97. ;    BITMAP_Depth() is not defined as a set/get query for this model. 
  98. ; English:          "chunky"
  99. MSG 0x06500002      "chunky"
  100. ; ----------
  101. ; BITMAP_True
  102. ;    24 bit three bytes per pixel. Three planes. R, G, B. In light of the 
  103. ;    presence of truecolor planar bitmaps it is important to note that 
  104. ;    CONST_BITMAP_True exclusively defines a 24bit three channel bitmap 
  105. ;    with exactly one byte pr. channel. Eventually we will support higher, 
  106. ;    (but not less), bitdepths for this kind of bitmaps. 
  107. ; English:          "chunky true color"
  108. MSG 0x06500004      "chunky true color"
  109. ; ----------
  110. ; BITMAP_Nibble
  111. ;    GI bitmap organization. Half a byte per pixel. Now this format is 
  112. ;    also supported throughout the system to speed up the use of 4bit 
  113. ;    chunky file formats which are quite common on the PC. A Nibble bitmap 
  114. ;    in this context has two pixels pr. byte. 
  115. ; English:          "nibble"
  116. MSG 0x06500006      "nibble"
  117.  
  118. ; ======================================================================
  119.  
  120.