home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 5 / cdactual5.iso / scala / catalogs / graphics.msg < prev    next >
Encoding:
Text File  |  1996-05-31  |  4.8 KB  |  116 lines

  1. ; cdc 1.8 (24 Apr 1996)
  2. ; CAT Catalog Emitter $Revision: 1.10 $
  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 new English messages need to be translated.
  11.  
  12. ; Note: you *must* use a Latin-1 (ISO 8859) editor.  If you are, the following
  13. ; line will contain three accented versions of each vowel, in order:
  14. ; ßΓα ΘΩΦ φε∞ ≤⌠≥ ·√∙
  15.  
  16. ; ======================================================================
  17.  
  18. VERSION 1
  19. REVISION 24
  20. LANGUAGE "ESPA╤OL"
  21.  
  22. ; ======================================================================
  23.  
  24. ; The following translations have been kept, since the English text
  25. ; did not change since the previous translation.
  26. ; (If needed, you may make any corrections or adjustments
  27. ; to your translation.)
  28.  
  29. ; ----------------------------------------------------------------------
  30.  
  31. ; BITMAP_UnsupportedPrimitive
  32. ;    The primitive isn't supported 
  33. ; English:          "The primitive (%1) is not supported."
  34. MSG 0x06501c01      "El objeto bßsico (%1) es incompatible."
  35. ; ----------
  36. ; BITMAP_UnsupportedMinterm
  37. ;    Not all methods/operations support all minterms. 
  38. ; English:          "Method (%1) does not support minterm (%2)."
  39. MSG 0x06500402      "El mΘtodo (%1) no admite minterm (%2)."
  40. ; ----------
  41. ; BITMAP_UnsupportedModel
  42. ;    The bitmap model may not be supported by all and everybody 
  43. ; English:          "Method (%1) does not support bitmap model (%2)."
  44. MSG 0x06500802      "El mΘtodo (%1) no admite el modelo de mapa de bits (%2)."
  45. ; ----------
  46. ; BITMAP_UnsupportedOperation
  47. ;    Not all operations between bitmaps are supported. 
  48. ; English:          "Unsupported operation (%1)."
  49. MSG 0x06500c01      "Operaci≤n no aceptada (%1)."
  50. ; ----------
  51. ; BITMAP_UnsupportedConversion
  52. ;    Conversion between bitmap models not supported 
  53. ; English:          "\"%1\" to \"%2\" conversion is not supported."
  54. MSG 0x06501002      "No se admite la conversi≤n de %1 a %2."
  55. ; ----------
  56. ; VLIST_NoMatchingMode
  57. ;    No matching mode could be found. 
  58. ; English:          "No matching mode was found."
  59. MSG 0x06501400      "No se ha encontrado ning·n modo coincidente."
  60. ; ----------
  61. ; GRAPHICS_AbortFailure
  62. ;    This method does not *abort* the read access, it causes a failure for 
  63. ;    the read access. 
  64. ;    It is up to the caller of the read access method to interpret this 
  65. ;    particular method in any way seen fit. 
  66. ; English:          "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
  67. MSG 0x06502000      "DEBUG: Do_GRAPICS_Abort ha simulado una anomalφa. Esta cadena de error no deberφa mostrarse nunca."
  68.  
  69. ; ======================================================================
  70.  
  71. ; The following messages are new and need to be translated.
  72.  
  73. ; ----------------------------------------------------------------------
  74.  
  75. ; Name of the module as presented to the user:
  76. ; English:          "Graphics"
  77. NATURALNAME         "Graphics"
  78. ; ----------
  79. ; BITMAP_Planar
  80. ;    Planar mode. A number of bitplanes define each pixel. We support <= 8 
  81. ;    bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24 
  82. ;    for planar true color bitmaps. A planar truecolor bitmap is a planar 
  83. ;    bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap 
  84. ;    can not have a palette and should be forced not to have one by using 
  85. ;    the SET_BITMAP_PaletteMapped(FALSE) override key at create time of 
  86. ;    the bitmap. 
  87. ; English:          "planar"
  88. MSG 0x06500001      "por planos"
  89. ; ----------
  90. ; BITMAP_Chunky
  91. ;    One byte one pixel. The simplest of all the bitmap models, IMO. 
  92. ;    BITMAP_Depth() is not defined as a set/get query for this model. 
  93. ; English:          "chunky"
  94. MSG 0x06500002      "directo"
  95. ; ----------
  96. ; BITMAP_True
  97. ;    24 bit three bytes per pixel. Three planes. R, G, B. In light of the 
  98. ;    presence of truecolor planar bitmaps it is important to note that 
  99. ;    CONST_BITMAP_True exclusively defines a 24bit three channel bitmap 
  100. ;    with exactly one byte pr. channel. Eventually we will support higher, 
  101. ;    (but not less), bitdepths for this kind of bitmaps. 
  102. ; English:          "chunky true color"
  103. MSG 0x06500004      "color verdadero directo"
  104. ; ----------
  105. ; BITMAP_Nibble
  106. ;    GI bitmap organization. Half a byte per pixel. Now this format is 
  107. ;    also supported throughout the system to speed up the use of 4bit 
  108. ;    chunky file formats which are quite common on the PC. A Nibble bitmap 
  109. ;    in this context has two pixels pr. byte. 
  110. ; English:          "nibble"
  111. MSG 0x06500006      "cuarteto"
  112.  
  113. ; ======================================================================
  114.  
  115.