{----------------------------------------------------------------------------
|
| Library: Envision
|
| Module: EnMsg
|
| Description: Centralization of exceptions and messages.
|
| History: Nov 28, 1998. Michel Brazeau, first version
|
|---------------------------------------------------------------------------}
unit EnMsg;

{$I Envision.Inc}

interface

const

{$J+}

msgGraphicIsEmpty
        = 'Graphique vide'; //'Graphic is empty';

msgInvalidBitmap
        = 'Bitmap invalide'; // 'Invalid bitmap';

msgTiffCompressionNotSupported
        = 'Compression %s non supportée avec %s images'; //'%s compression not supported with %s images';

msgUnsupportedCompressionTag
        = 'Tag de compression non supporté : %d'; //'Unsupported compression tag, %d';

msgInvalidImageFormat
        = 'Erreur interne : format d''image invalide';//'Internal error: Invalid image format';

msgMethodNotImplemented
        = 'Méthode %s non implementé pour la classe %s';//'Method %s not implemented for %s class';

msgImageDoesNotHavePalette
        = 'L''image n''a pas de palette de couleur';//'The image does not have a palette';

msgUseNewImageToChangeSize
        = 'la taille doit être modifiée avec la méthode NewImage';//'Dimensions must be change with the NewImage method';

msgNotAGrayScaleFormat
        = 'L''image n''est pas dans en tons de gris';//'Not a gray scale image format';

msgCannotAssign
        = 'Impossible d''assigné un %s à un %s';//'Cannot assign a %s to a %s';

msgNotAValidPngFile
        = 'Le fichier PNG n''est pas valide ou corrompu';//'PNG file is not valid or corrupted';

msgInvalidColorTypeForBitDepth
        = 'Type de couleur invalide pour la profondeur de bit';//'Invalid color type for bit depth';

msgInvalidBitDepth
        = 'Profondeur de bit invalide';//'Invalid bit depth';

msgInvalidSampleCount
        = 'Nombre d''échantillonnage invalide';//Invalid number of samples';

msgUnsupportedColorSpace
        = 'Espace couleur non supporté';//Unsupported color space';

msgJpegMustBeTrueColorOrGrayscale
        = 'L''image JPEG doit être en tons de gris ou couleur vraie';//'JPEG image must be gray scale or true color';

msgTGAMustBeTrueColorOr8Bit
        = 'L''image TARGA doit être en couleur vraie ou 8 bit avec palette';

msgFileFormatNotSupported
        = 'Les fichiers graphiques de format %s ne sont pas supportés ou non enregistrés';//'Graphic files of %s format are not supported or not registered';

msgUnsupportedClipboardFormat
        = 'Format du presse-papier inconnu : %d';//'Unknown clipboard format, %d';

msgFrameDoesNotExist
        = 'Le cadre %d n''existe pas';//'Frame %d does not exist';

msgScannerIsBusy
        = 'Numériseur occupé';//Scanner is busy';

msgOnlyOneScannerObjectPermitted
        = 'Un seul numériseur est permis';//'Only one scanner object is permitted';

msgUnableToOpenTWAINSourceManager
        = 'Impossible d''ouvrir le gestionnaire de source TWAIN';//Unable to open TWAIN source manager';

msgInvalidCropParameters
        = 'Paramètres de découpe invalides';//Invalid crop parameters';

msgOutOfResources
        = 'Ressources insuffisantes';//Out of resources';

msgSourceTooSmall
        = 'Le graphique source est trop petit';//Source graphic too small';

msgDestTooSmall
        = 'Le graphique destination est trop petit';//Destination graphic too small';

msgSingleImageFileFormat
        = 'Le format %s ne supporte pas les images multiples';//The %s format does not support multiple images';

msgInvalidDcxHeader
        = 'L''entête du fichier DCX n''est pas valide';//The DCX file header is not valid';

msgDcxHeaderIsFull
        = 'L''entête du fichier DCX est plein';//'The DCX file header is full';

msgGrayScaleTransparentPngNotSupported
        = 'Les images PNG en tons de gris ne sont pas supportées.' + #13 +
          'Utilisez plutôt les formats ifColor16 ou ifColor256.';
{        'Gray scale transparent PNG images are not supported.'#13 +
          'Use the ifColor16 or ifColor256 image format instead.';}

msgRegionNotSelected
        = 'Sélectionnez une région';//'A region is not selected';

msgInvalidRubberBandLineStyle
        = 'Style de ligne invalide pour l''élastique';//Invalid rubberband line style';

msgRubberbandHandlerNotActive
        = 'Le gestionnaire d''élastique est inactif';//Rubberband mouse handler not active';

msgTwainSourceMustBeOpen
        = 'La source TWAIN doit être ouverte; OpenSource non appelé';//TWAIN source must be open; OpenSource not called';

msgDirectoryDoesNotExist
        = 'Le répertoire n''existe pas';//Directory does not exist';

msgEPSFileDoesNotHavePreview
        = 'Le fichier EPS n''a pas de prévisualisation';//EPS file does not have a preview';

msgUnableToGetTwainDefaultSource
        = 'Ne peut obtenir la source TWAIN par défaut';//Unable to get TWAIN default source';

msgUnableToOpenTwainSource
        = 'Impossible d''ouvrir la source TWAIN';//Unable to open TWAIN source';

msgUnableToDetermineGraphicFormat
        = 'Impossible de déterminer le format graphique';// Unable to determine graphic format';

msgInvalidPPMFile
        = 'Fichier PPM invalide';//Not a valid PPM file';

msgPropertiesDialog
        = 'Propriétées...';//Properties...';

msgDelete
        = 'Supprimer';//Delete';

msgOnlyOneTigerOcrEngineInstancePermitted
        = 'Un seul moteur Tiger OCR permis';//Only one Tiger ocr engine instance permitted';

msgUnableToLoadDLL
        = 'Impossible de charger la DLL';//Unable to load DLL';

msgInternalTigerOCRError
        = 'Erreur interne du moteur Tiger OCR';//Internal Tiger OCR Error';

msgFileNotFoundInAppOrSystemDirectory
        = 'Le fichier %s ne se trouve pas dans les répertoires %s ou %s';//File %s not found in %s directory or %s directory';

msgOcrProgramNotSpecified
        = 'Le programme OCR n''a pas été spécifié';//OCR program not specified';

msgOcrInputFileFormatNotSpecified
        = 'Le format du fichier source OCR n''a pas été spécifié';//OCR input file format not specified';

msgUnableToExecuteProgram
        = 'Impossible d''exécuter l''application';//Unable to execute program';

msgGraphicMustBeBlackAndWhite
        = 'Le graphique doit être noir et blanc';//Graphic must be black and white';

msgTIFFInvalidData
        = 'Données TIFF invalides';//Invalid TIFF Data';

msgTIFFInvalidPageNumber
        = 'Numéro de page TIFF invalide'; //'Invalid TIFF Page Number';

msgTIFFTagNotFound
        = 'Étiquette TIFF introuvable: %d';//TIFF Tag Not Found: %d';

msgLZWCompressionNotSupported = 'Compression non supportée';

implementation

{--------------------------------------------------------------------------}

end.









