home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.10 $
- ;
- ; 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 new English messages need to be translated.
-
- ; 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 "ESPA╤OL"
-
- ; ======================================================================
-
- ; 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 "El objeto bßsico (%1) es incompatible."
- ; ----------
- ; BITMAP_UnsupportedMinterm
- ; Not all methods/operations support all minterms.
- ; English: "Method (%1) does not support minterm (%2)."
- MSG 0x06500402 "El mΘtodo (%1) no admite 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 "El mΘtodo (%1) no admite el modelo de mapa de bits (%2)."
- ; ----------
- ; BITMAP_UnsupportedOperation
- ; Not all operations between bitmaps are supported.
- ; English: "Unsupported operation (%1)."
- MSG 0x06500c01 "Operaci≤n no aceptada (%1)."
- ; ----------
- ; BITMAP_UnsupportedConversion
- ; Conversion between bitmap models not supported
- ; English: "\"%1\" to \"%2\" conversion is not supported."
- MSG 0x06501002 "No se admite la conversi≤n de %1 a %2."
- ; ----------
- ; VLIST_NoMatchingMode
- ; No matching mode could be found.
- ; English: "No matching mode was found."
- MSG 0x06501400 "No se ha encontrado ning·n modo coincidente."
- ; ----------
- ; 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: Do_GRAPICS_Abort ha simulado una anomalφa. Esta cadena de error no deberφa mostrarse nunca."
-
- ; ======================================================================
-
- ; The following messages are new and need to be translated.
-
- ; ----------------------------------------------------------------------
-
- ; 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 "por planos"
- ; ----------
- ; 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 "directo"
- ; ----------
- ; 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 "color verdadero directo"
- ; ----------
- ; 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 "cuarteto"
-
- ; ======================================================================
-
-