pnglang.pas
上传用户:ctlcnc
上传日期:2021-12-10
资源大小:4933k
文件大小:18k
源码类别:

2D图形编程

开发平台:

Delphi

  1. {Portable Network Graphics Delphi Language Info (24 July 2002)}
  2. {Feel free to change the text bellow to adapt to your language}
  3. {Also if you have a translation to other languages and want to}
  4. {share it, send me: gubadaud@terra.com.br                     }
  5. unit pnglang;
  6. interface
  7. {$DEFINE English}
  8. {.$DEFINE Portuguese}
  9. {.$DEFINE German}
  10. {.$DEFINE French}
  11. {.$DEFINE Slovenian}
  12. {Language strings for english}
  13. resourcestring
  14.   {$IFDEF English}
  15.   EPngInvalidCRCText = 'This "Portable Network Graphics" image is not valid ' +
  16.       'because it contains invalid pieces of data (crc error)';
  17.   EPNGInvalidIHDRText = 'The "Portable Network Graphics" image could not be ' +
  18.       'loaded because one of its main piece of data (ihdr) might be corrupted';
  19.   EPNGMissingMultipleIDATText = 'This "Portable Network Graphics" image is ' +
  20.     'invalid because it has missing image parts.';
  21.   EPNGZLIBErrorText = 'Could not decompress the image because it contains ' +
  22.     'invalid compressed data.'#13#10 + ' Description: ';
  23.   EPNGInvalidPaletteText = 'The "Portable Network Graphics" image contains ' +
  24.     'an invalid palette.';
  25.   EPNGInvalidFileHeaderText = 'The file being readed is not a valid '+
  26.     '"Portable Network Graphics" image because it contains an invalid header.' +
  27.     ' This file may be corruped, try obtaining it again.';
  28.   EPNGIHDRNotFirstText = 'This "Portable Network Graphics" image is not ' +
  29.     'supported or it might be invalid.'#13#10 + '(IHDR chunk is not the first)';
  30.   EPNGNotExistsText = 'The png file could not be loaded because it does not ' +
  31.     'exists.';
  32.   EPNGSizeExceedsText = 'This "Portable Network Graphics" image is not ' +
  33.     'supported because either it''s width or height exceeds the maximum ' +
  34.     'size, which is 65535 pixels length.';
  35.   EPNGUnknownPalEntryText = 'There is no such palette entry.';
  36.   EPNGMissingPaletteText = 'This "Portable Network Graphics" could not be ' +
  37.     'loaded because it uses a color table which is missing.';
  38.   EPNGUnknownCriticalChunkText = 'This "Portable Network Graphics" image ' +
  39.     'contains an unknown critical part which could not be decoded.';
  40.   EPNGUnknownCompressionText = 'This "Portable Network Graphics" image is ' +
  41.     'encoded with an unknown compression scheme which could not be decoded.';
  42.   EPNGUnknownInterlaceText = 'This "Portable Network Graphics" image uses ' +
  43.     'an unknown interlace scheme which could not be decoded.';
  44.   EPNGCannotAssignChunkText = 'The chunks must be compatible to be assigned.';
  45.   EPNGUnexpectedEndText = 'This "Portable Network Graphics" image is invalid ' +
  46.     'because the decoder found an unexpected end of the file.';
  47.   EPNGNoImageDataText = 'This "Portable Network Graphics" image contains no ' +
  48.     'data.';
  49.   EPNGCannotChangeSizeText = 'The "Portable Network Graphics" image can not ' +
  50.     'be resize by changing width and height properties. Try assigning the ' +
  51.     'image from a bitmap.';
  52.   EPNGCannotAddChunkText = 'The program tried to add a existent critical ' +
  53.     'chunk to the current image which is not allowed.';
  54.   EPNGCannotAddInvalidImageText = 'It''s not allowed to add a new chunk ' +
  55.     'because the current image is invalid.';
  56.   EPNGCouldNotLoadResourceText = 'The png image could not be loaded from the ' +
  57.     'resource ID.';
  58.   EPNGOutMemoryText = 'Some operation could not be performed because the ' +
  59.     'system is out of resources. Close some windows and try again.';
  60.   EPNGCannotChangeTransparentText = 'Setting bit transparency color is not ' +
  61.     'allowed for png images containing alpha value for each pixel ' +
  62.     '(COLOR_RGBALPHA and COLOR_GRAYSCALEALPHA)';
  63.   EPNGHeaderNotPresentText = 'This operation is not valid because the ' +
  64.     'current image contains no valid header.';
  65.   {$ENDIF}
  66.   {$IFDEF Portuguese}
  67.   EPngInvalidCRCText = 'Essa imagem "Portable Network Graphics" n鉶