home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / install / INSTALL / GERMAN / CATALOGS / GRAPHICS.MSG < prev    next >
Encoding:
Text File  |  1996-05-30  |  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. ; - 8 translations were kept, since the English text did not change.
  10. ; - 4 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 "DEUTSCH"
  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. ; Name of the module as presented to the user:
  32. ; English:          "Graphics"
  33. NATURALNAME         "Grafik"
  34. ; ----------
  35. ; BITMAP_UnsupportedPrimitive
  36. ;    The primitive isn't supported 
  37. ; English:          "The primitive (%1) is not supported."
  38. MSG 0x06501c01      "Format (%1) wird nicht unterstⁿtzt."
  39. ; ----------
  40. ; BITMAP_UnsupportedMinterm
  41. ;    Not all methods/operations support all minterms. 
  42. ; English:          "Method (%1) does not support minterm (%2)."
  43. MSG 0x06500402      "Methode (%1) unterstⁿtzt kein (%2)."
  44. ; ----------
  45. ; BITMAP_UnsupportedModel
  46. ;    The bitmap model may not be supported by all and everybody 
  47. ; English:          "Method (%1) does not support bitmap model (%2)."
  48. MSG 0x06500802      "Methode (%1) unterstⁿtzt kein Bitmap-Modell (%2)."
  49. ; ----------
  50. ; BITMAP_UnsupportedOperation
  51. ;    Not all operations between bitmaps are supported. 
  52. ; English:          "Unsupported operation (%1)."
  53. MSG 0x06500c01      "Keine Unterstⁿtzung fⁿr Operation(%1)."
  54. ; ----------
  55. ; BITMAP_UnsupportedConversion
  56. ;    Conversion between bitmap models not supported 
  57. ; English:          "\"%1\" to \"%2\" conversion is not supported."
  58. MSG 0x06501002      "Konvertieren von %1 nach %2 nicht unterstⁿtzt."
  59. ; ----------
  60. ; VLIST_NoMatchingMode
  61. ;    No matching mode could be found. 
  62. ; English:          "No matching mode was found."
  63. MSG 0x06501400      "Keinen passenden Modus gefunden."
  64. ; ----------
  65. ; GRAPHICS_AbortFailure
  66. ;    This method does not *abort* the read access, it causes a failure for 
  67. ;    the read access. 
  68. ;    It is up to the caller of the read access method to interpret this 
  69. ;    particular method in any way seen fit. 
  70. ; English:          "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
  71. MSG 0x06502000      "DEBUG: Fehler simuliert durch Do_GRAPHICS_Abort. Diese Fehlermeldung sollte nicht angezeigt werden."
  72.  
  73. ; ======================================================================
  74.  
  75. ; The following messages are new and need to be translated.
  76.  
  77. ; ----------------------------------------------------------------------
  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      "Planar"
  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      "Block"
  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      "Echtfarbenblock"
  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      "Nibble"
  112.  
  113. ; ======================================================================
  114.  
  115.