home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.9 $
- ;
- ; Catalog definitions for module "Graphics" (Graphics.Book)
-
- ; ======================================================================
-
- ; This catalog was generated based on the previous translation
- ; of graphics.msg, revision 1.21.
- ; - 7 translations were kept, since the English text did not change.
- ; - 5 translations were identical to the English text.
- ; Please verify that no translations were forgotten.
-
- ; Note: you *must* use a Latin-1 (ISO 8859) editor. If you are, the following
- ; line will contain three accented versions of each vowel, in order:
- ; ßΓα ΘΩΦ φε∞ ≤⌠≥ ·√∙
-
- ; ======================================================================
-
- VERSION 1
- REVISION 24
- LANGUAGE "NEDERLANDS"
-
- ; ======================================================================
-
- ; The following translations have been kept, since the English text
- ; did not change since the previous translation.
- ; (If needed, you may make any corrections or adjustments
- ; to your translation.)
-
- ; ----------------------------------------------------------------------
-
- ; BITMAP_UnsupportedPrimitive
- ; The primitive isn't supported
- ; English: "The primitive (%1) is not supported."
- MSG 0x06501c01 "De primitieve (%1) wordt niet ondersteund."
- ; ----------
- ; BITMAP_UnsupportedMinterm
- ; Not all methods/operations support all minterms.
- ; English: "Method (%1) does not support minterm (%2)."
- MSG 0x06500402 "Methode (%1) ondersteunt geen minterm (%2)."
- ; ----------
- ; BITMAP_UnsupportedModel
- ; The bitmap model may not be supported by all and everybody
- ; English: "Method (%1) does not support bitmap model (%2)."
- MSG 0x06500802 "Methode (%1) ondersteunt geen bitmap model (%2)."
- ; ----------
- ; BITMAP_UnsupportedOperation
- ; Not all operations between bitmaps are supported.
- ; English: "Unsupported operation (%1)."
- MSG 0x06500c01 "De handeling(%1) wordt niet ondersteund."
- ; ----------
- ; BITMAP_UnsupportedConversion
- ; Conversion between bitmap models not supported
- ; English: "\"%1\" to \"%2\" conversion is not supported."
- MSG 0x06501002 "Conversie van %1 naar %2 wordt niet ondersteund."
- ; ----------
- ; VLIST_NoMatchingMode
- ; No matching mode could be found.
- ; English: "No matching mode was found."
- MSG 0x06501400 "Een overeenkomstige modus is niet gevonden."
- ; ----------
- ; GRAPHICS_AbortFailure
- ; This method does not *abort* the read access, it causes a failure for
- ; the read access.
- ; It is up to the caller of the read access method to interpret this
- ; particular method in any way seen fit.
- ; English: "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
- MSG 0x06502000 "DEBUG: Een fout werd gesimuleerd door Do_GRAPHICS_Abort. Deze foutstring dient nooit getoond te worden."
-
- ; ======================================================================
-
- ; The following translations are identical to the English text.
- ; Please check that this is intentional!
- ; If any messages were missed, please translate them now.
- ; (If it is correct that the translation is identical to the English text,
- ; you do not need to do anything for that message.)
-
- ; ----------------------------------------------------------------------
-
- ; Name of the module as presented to the user:
- ; English: "Graphics"
- NATURALNAME "Graphics"
- ; ----------
- ; BITMAP_Planar
- ; Planar mode. A number of bitplanes define each pixel. We support <= 8
- ; bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24
- ; for planar true color bitmaps. A planar truecolor bitmap is a planar
- ; bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap
- ; can not have a palette and should be forced not to have one by using
- ; the SET_BITMAP_PaletteMapped(FALSE) override key at create time of
- ; the bitmap.
- ; English: "planar"
- MSG 0x06500001 "planar"
- ; ----------
- ; BITMAP_Chunky
- ; One byte one pixel. The simplest of all the bitmap models, IMO.
- ; BITMAP_Depth() is not defined as a set/get query for this model.
- ; English: "chunky"
- MSG 0x06500002 "chunky"
- ; ----------
- ; BITMAP_True
- ; 24 bit three bytes per pixel. Three planes. R, G, B. In light of the
- ; presence of truecolor planar bitmaps it is important to note that
- ; CONST_BITMAP_True exclusively defines a 24bit three channel bitmap
- ; with exactly one byte pr. channel. Eventually we will support higher,
- ; (but not less), bitdepths for this kind of bitmaps.
- ; English: "chunky true color"
- MSG 0x06500004 "chunky true color"
- ; ----------
- ; BITMAP_Nibble
- ; GI bitmap organization. Half a byte per pixel. Now this format is
- ; also supported throughout the system to speed up the use of 4bit
- ; chunky file formats which are quite common on the PC. A Nibble bitmap
- ; in this context has two pixels pr. byte.
- ; English: "nibble"
- MSG 0x06500006 "nibble"
-
- ; ======================================================================
-
-