(* ImageEn Build 7.0.0.06.2637 @ 7-4-17 14:58:42.679 *) (* Copyright (c) 1998-2017 by Carlotta Calandra. All rights reserved. Copyright (c) 2011-2017 by Xequte Software. This software comes without express or implied warranty. In no case shall the author be liable for any damage or unwanted behavior of any computer hardware and/or software. Author grants you the right to include the component in your application, whether COMMERCIAL, SHAREWARE, or FREEWARE. ImageEn, IEvolution and ImageEn ActiveX may not be included in any commercial, shareware or freeware libraries or components. www.ImageEn.com *) (* File version 1016 *) unit iewords; {$R-} {$Q-} {$I ie.inc} interface procedure IESetDefaultTranslationWords; const Menu_Ellipses = '...'; implementation uses hyiedefs, hyieutils; {$R-} resourcestring Str_IEMSG_PREVIEW = 'Preview'; Str_IEMSG_SOURCE = 'Original'; Str_IEMSG_RESULT = 'Result'; Str_IEMSG_OK = 'OK'; Str_IEMSG_CANCEL = 'Cancel'; Str_IEMSG_LOCKPREVIEW = 'Lock preview'; Str_IEMSG_COPYRESULTTOSOURCE = 'Copy Result to Original'; Str_IEMSG_CONTRAST = 'Contrast'; Str_IEMSG_BRIGHTNESS = 'Brightness'; Str_IEMSG_HUE = 'Hue'; Str_IEMSG_SATURATION = 'Saturation'; Str_IEMSG_VALUE = 'Value'; Str_IEMSG_BASECOLOR = 'Base color'; Str_IEMSG_NEWCOLOR = 'New color'; Str_IEMSG_LUMINOSITY = 'Luminosity'; Str_IEMSG_RED = 'Red'; Str_IEMSG_GREEN = 'Green'; Str_IEMSG_BLUE = 'Blue'; Str_IEMSG_FILTERVALUES = 'Filter values'; Str_IEMSG_PRESETS = 'Presets'; Str_IEMSG_DIVISOR = 'Divisor'; Str_IEMSG_LOAD = 'Load'; Str_IEMSG_SAVE = 'Save'; Str_IEMSG_EQUALIZATION = 'Equalization'; Str_IEMSG_THRESHOLD = 'Threshold'; Str_IEMSG_EQUALIZE = 'Equalize'; Str_IEMSG_HISTOGRAM = 'Histogram'; Str_IEMSG_GRAY = 'Gray'; Str_IEMSG_LIGHT = 'Light'; Str_IEMSG_LEFT = 'Left'; Str_IEMSG_TOP = 'Top'; Str_IEMSG_WIDTH = 'Width'; Str_IEMSG_HEIGHT = 'Height'; Str_IEMSG_COLOR = 'Color'; Str_IEMSG_SOURCEIMAGEQUANTITY = 'Original image quantity'; Str_IEMSG_LENS = 'Lens'; Str_IEMSG_REFRACTION = 'Refraction'; Str_IEMSG_PARAMETERSPREVIEW = 'Parameters Preview'; Str_IEMSG_QUALITY = 'Quality'; Str_IEMSG_DCTMETHOD = 'DCT method'; Str_IEMSG_SMOOTHINGFACTOR = 'Smoothing factor'; Str_IEMSG_GRAYSCALE = 'Gray scale'; Str_IEMSG_OPTIMALHUFFMAN = 'Optimal Huffman'; Str_IEMSG_ORIGINALSIZE = 'Original size'; Str_IEMSG_COMPRESSEDSIZE = 'Compressed size'; Str_IEMSG_ADVANCED = 'Advanced'; Str_IEMSG_PROGRESSIVE = 'Progressive'; Str_IEMSG_COMPRESSION = 'Compression'; Str_IEMSG_IMAGEINDEX = 'Image index'; Str_IEMSG_PHOTOMETRIC = 'Photometric'; Str_IEMSG_SCANNDEDDOCUMENTINFO = 'Scanned document info'; Str_IEMSG_NAME = 'Name'; Str_IEMSG_DESCRIPTION = 'Description'; Str_IEMSG_PAGENAME = 'Page name'; Str_IEMSG_PAGENUMBER = 'Page number'; Str_IEMSG_OF = 'of'; Str_IEMSG_HORIZPOSITIONINCH = 'Horz. Position (inch)'; Str_IEMSG_VERTPOSITIONINCH = 'Vert. Position (inch)'; Str_IEMSG_COLORS = 'Colors'; Str_IEMSG_TRANSPARENT = 'Transparent'; Str_IEMSG_TRANSPARENTCOLOR = 'Transparent color'; Str_IEMSG_INTERLACED = 'Interlaced'; Str_IEMSG_BACKGROUND = 'Background'; Str_IEMSG_HORIZPOSITION = 'Horz. Position'; Str_IEMSG_VERTPOSITION = 'Vert. Position'; Str_IEMSG_DELAYTIME = 'Delay time'; Str_IEMSG_FILTER = 'Filter'; Str_IEMSG_WAVE = 'Wave'; Str_IEMSG_AMPLITUDE = 'Amplitude'; Str_IEMSG_WAVELENGTH = 'Wave length'; Str_IEMSG_PHASE = 'Phase'; Str_IEMSG_REFLECTIVE = 'Reflective'; Str_IEMSG_USERFILTER = 'User filter'; Str_IEMSG_MORPHFILTER = 'Morphing filter'; Str_IEMSG_WINDOWSIZE = 'Window Size'; Str_IEMSG_MAXIMUM = 'Maximum'; Str_IEMSG_MINIMUM = 'Minimum'; Str_IEMSG_OPEN = 'Opening'; Str_IEMSG_CLOSE = 'Closing'; Str_IEMSG_ROTATE = 'Rotate'; Str_IEMSG_FLIP = 'Flip'; Str_IEMSG_FLIPHOR = 'Horizontal'; Str_IEMSG_FLIPVER = 'Vertical'; Str_IEMSG_FREQUENCYDOMAINIMAGE = 'Frequency domain image'; Str_IEMSG_SELECTTHEREGIONTOCLEAR = 'Select region to clean'; Str_IEMSG_CLEAR = 'Clear'; Str_IEMSG_RESET = 'Reset'; Str_IEMSG_ANIMATE = 'Animate'; Str_IEMSG_LOADFILTER = 'Load filter'; Str_IEMSG_SAVEFILTER = 'Save filter'; Str_IEMSG_BUMPMAP = 'Bump Map'; Str_IEMSG_PRINT = 'Print'; Str_IEMSG_MARGINS = 'Margins'; Str_IEMSG_INCHES = 'inches'; Str_IEMSG_RIGHT = 'Right'; Str_IEMSG_BOTTOM = 'Bottom'; Str_IEMSG_POSITION = 'Position'; Str_IEMSG_SIZE = 'Size'; Str_IEMSG_NORMAL = 'Normal'; Str_IEMSG_FITTOPAGE = 'Fit to page'; Str_IEMSG_STRETCHTOPAGE = 'Stretch to page'; Str_IEMSG_SPECIFIEDSIZE = 'Specified size'; Str_IEMSG_GAMMACORRECTION = 'Gamma correction'; Str_IEMSG_VALUE2 = 'Value'; Str_IEMSG_PRINTSETUP = 'Print Setup'; Str_IEMSG_LEFTMARGIN = 'Left Margin'; Str_IEMSG_TOPMARGIN = 'Top Margin'; Str_IEMSG_RIGHTMARGIN = 'Right Margin'; Str_IEMSG_BOTTOMMARGIN = 'Bottom Margin'; Str_IEMSG_LOCATIONSIZE = 'Size and Location'; Str_IEMSG_TOPLEFT = 'Top Left'; Str_IEMSG_TOPCENTER = 'Top Center'; Str_IEMSG_TOPRIGHT = 'Top Right'; Str_IEMSG_CENTERLEFT = 'Center Left'; Str_IEMSG_CENTER = 'Center'; Str_IEMSG_CENTERRIGHT = 'Center Right'; Str_IEMSG_BOTTOMLEFT = 'Bottom Left'; Str_IEMSG_BOTTOMCENTER = 'Bottom Center'; Str_IEMSG_BOTTOMRIGHT = 'Bottom Right'; Str_IEMSG_CLOSE2 = 'Close'; Str_IEMSG_APPLY = 'Apply'; Str_IEMSG_MEASUREUNITS = 'Measurement'; Str_IEMSG_UNITS = 'Units'; Str_IEMSG_RATE = 'Rate'; Str_IEMSG_ALLGRAPHICS = 'All graphics'; Str_IEMSG_VIDEOFORWINDOWS = 'Video for Windows'; Str_IEMSG_FILE = 'File'; Str_IEMSG_MEM = 'Mem'; // Mem.ory Str_IEMSG_LOCKPREVIEWHINT = 'Automatically updates your preview with the changes you have selected'; Str_IEMSG_PRINTALL = 'Print All'; Str_IEMSG_PRINTSELECTED = 'Print Selected'; Str_IEMSG_ALLCOMMONGRAPHICFILES = 'All Common Graphic Files'; Str_IEMSG_ALLFILES = 'All Files'; Str_IEMSG_HSV = 'HSV'; Str_IEMSG_HSL = 'HSL'; Str_IEMSG_RGB = 'RGB'; Str_IEMSG_FFT = 'FFT'; Str_IEMSG_SHARPEN = 'Sharpen'; Str_IEMSG_CHANNELS = 'Channels'; Str_IEMSG_PIXELS = 'pixels'; Str_IEMSG_FRAMES = 'frames'; Str_IEMSG_BIT = 'bit'; Str_IEMSG_BYTE = 'byte'; Str_IEMSG_DPI = 'dpi'; Str_IEMSG_KB = 'KB'; // kilobyte (KB) Str_IEMSG_FIT = 'Fit'; Str_IEMSG_OTHER = 'Other'; Str_IEMSG_COLUMNS = 'Columns'; Str_IEMSG_ROWS = 'Rows'; Str_IEMSG_STYLE = 'Style'; Str_IEMSG_SPACING = 'Spacing'; Str_IEMSG_SELECTACQUIREDEVICE = 'Select Acquire Device'; Str_IEMSG_SELECTANACQUISITIONDEVICE = 'Select an Acquisition Device'; str_IEMSG_Page_X_of_X = 'Page %d of %d'; str_IEMSG_X_Pages = '%d pages'; str_IEMSG_Previous = 'Previous'; str_IEMSG_Next = 'Next'; str_IEMSG_THUMBNAILS = 'Thumbnails'; Str_IEMsg_Acquire = 'Acquire'; Str_IEMsg_AddFromFile = 'Add from File'; Str_IEMsg_AddLayer = 'Add Layer'; Str_IEMsg_AdjustColors = 'Adjust Colors'; Str_IEMsg_AutoEqualizeColors = 'Auto Equalize Colors'; Str_IEMsg_AutoRotateDisplay = 'Auto-Rotate Display'; Str_IEMsg_AutoShrink = 'Auto-Shrink'; Str_IEMsg_AutoStretch = 'Auto-Stretch'; Str_IEMsg_BringForward = 'Bring Forward'; Str_IEMsg_BringToFront = 'Bring to Front'; Str_IEMsg_CircularSelect = 'Circular Select'; Str_IEMsg_ConvertToGray = 'Convert to Gray'; Str_IEMsg_CopyImage = 'Copy Image'; Str_IEMsg_CopySelection = 'Copy Selection'; Str_IEMsg_Copy = 'Copy'; Str_IEMsg_CropImageToObjects = 'Crop Image to Objects'; Str_IEMsg_CropToSelection = 'Crop to Selection'; Str_IEMsg_CropTransparency = 'Crop Transparency'; Str_IEMsg_CutSelection = 'Cut Selection'; Str_IEMsg_Cut = 'Cut'; Str_IEMsg_DeleteAll = 'Delete All'; Str_IEMsg_Delete = 'Delete'; Str_IEMsg_DeselectAll = 'Deselect All'; Str_IEMsg_Deselect = 'Deselect'; Str_IEMsg_EditPolyline = 'Edit Polyline'; Str_IEMsg_FirstFrame = 'First Frame'; Str_IEMsg_FitImageToHeight = 'Fit Image to Height'; Str_IEMsg_FitImageToWidth = 'Fit Image to Width'; Str_IEMsg_FitImage = 'Fit Image'; Str_IEMsg_FlipHorizontal = 'Flip Horizontal'; Str_IEMsg_FlipVertical = 'Flip Vertical'; Str_IEMsg_ImageEffects = 'Image Effects'; Str_IEMsg_ImageSaveProperties = 'Image Save Properties'; Str_IEMsg_InsertAngle = 'Insert Angle'; Str_IEMsg_InsertEllipse = 'Insert Ellipse'; Str_IEMsg_InsertImage = 'Insert Image'; Str_IEMsg_InsertLabelWithLine = 'Insert Label with Line'; Str_IEMsg_InsertLine = 'Insert Line'; Str_IEMsg_InsertMemo = 'Insert Memo'; Str_IEMsg_InsertPolyline = 'Insert Polyline'; Str_IEMsg_InsertRectangle = 'Insert Rectangle'; Str_IEMsg_InsertRuler = 'Insert Ruler'; Str_IEMsg_InsertText = 'Insert Text'; Str_IEMsg_LassoSelect = 'Lasso Select'; Str_IEMsg_LastFrame = 'Last Frame'; Str_IEMsg_LoadFileAsLayer = 'Load File as Layer'; Str_IEMsg_LoopPlayback = 'Loop Playback'; Str_IEMsg_MeasureArea = 'Measure Area'; Str_IEMsg_MeasureDistance = 'Measure Distance'; Str_IEMsg_MeasureLength = 'Measure Length'; Str_IEMsg_MergeAllLayers = 'Merge All Layers'; Str_IEMsg_MergeAllToBackground = 'Merge All to Background'; Str_IEMsg_MergeToBackground = 'Merge to Background'; Str_IEMsg_MoveLayers = 'Move Layers'; Str_IEMsg_Negative = 'Negative'; Str_IEMsg_NextFrame = 'Next Frame'; Str_IEMsg_PasteAsLayer = 'Paste as Layer'; Str_IEMsg_Paste = 'Paste'; Str_IEMsg_PolygonSelect = 'Polygon Select'; Str_IEMsg_PreviousFrame = 'Previous Frame'; Str_IEMsg_PrintAllThumbnails = 'Print All Thumbnails'; Str_IEMsg_PrintPreview = 'Print Preview'; Str_IEMsg_PrintThumbnails = 'Print Thumbnails'; Str_IEMsg_PrintToPage = 'Print to Page'; Str_IEMsg_RectangularSelect = 'Rectangular Select'; Str_IEMsg_Redo = 'Redo'; Str_IEMsg_RemoveLayer = 'Remove Layer'; Str_IEMsg_RemoveRedEyes = 'Remove Red-Eyes'; Str_IEMsg_ResizeLayers = 'Resize Layers'; Str_IEMsg_Rotate180 = 'Rotate 180°'; Str_IEMsg_RotateLayers = 'Rotate Layers'; Str_IEMsg_RotateLeft = 'Rotate Left'; Str_IEMsg_RotateRight = 'Rotate Right'; Str_IEMsg_SaveAs = 'Save as'; Str_IEMsg_SaveProperties = 'Save Properties'; Str_IEMsg_ScrollImage = 'Scroll Image'; Str_IEMsg_ScrollToCursor = 'Scroll to Cursor'; Str_IEMsg_SelectAcquisitionSource = 'Select Acquisition Source'; Str_IEMsg_SelectAll = 'Select All'; Str_IEMsg_SelectByColor = 'Select by Color'; Str_IEMsg_Select = 'Select'; Str_IEMsg_SendBackward = 'Send Backward'; Str_IEMsg_SendToBack = 'Send to Back'; Str_IEMsg_SingleFrameOnly = 'Single Frame Only'; Str_IEMsg_Undo = 'Undo'; Str_IEMsg_Unstamp = 'Unstamp'; Str_IEMsg_ZoomIn = 'Zoom In'; Str_IEMsg_ZoomOut = 'Zoom Out'; Str_IEMsg_ZoomToFullSize = 'Zoom to Full Size'; Str_IEMsg_ZoomToSelection = 'Zoom to Selection'; Str_IEMsg_Zoom = 'Zoom'; Str_IEMsg_AddALineObject = 'Add a line object'; Str_IEMsg_AddAMultiLineTextObject = 'Add a multi-line text object'; Str_IEMsg_AddANewLabelObjectWithALine = 'Add a new label object with a line'; Str_IEMsg_AddANewLayerToThisImage = 'Add a new layer to this image'; Str_IEMsg_AddARulerObject = 'Add a ruler object'; Str_IEMsg_AddATextObject = 'Add a text object'; Str_IEMsg_AddAnAngleMeasurementObject = 'Add an angle measurement object (requires three clicks)'; Str_IEMsg_AddAnEllipticalObject = 'Add an elliptical object'; Str_IEMsg_AddAnImageObject = 'Add an image object'; Str_IEMsg_AddAnImageToTheGridFromFile = 'Add an image to the grid from file'; Str_IEMsg_AddAnRectangularObject = 'Add an rectangular object'; Str_IEMsg_ApplyASharpeningFilterToTheImage = 'Apply a sharpening filter to the image'; Str_IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation = 'Automatically display image with the correct orientation'; Str_IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation = 'Automatically display images with the correct orientation'; Str_IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers = 'Bring the selected layer to the front of all others'; Str_IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects = 'Bring the selected object to the front of all other objects'; Str_IEMsg_ClearAllImages = 'Clear all images'; Str_IEMsg_ClearAll = 'Clear All'; Str_IEMsg_ClearThisImage = 'Clear this image'; Str_IEMsg_ClearYourSelection = 'Clear your selection'; Str_IEMsg_ClickTheImageAndDragTheMouseToScroll = 'Click the image and drag the mouse to scroll'; Str_IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile = 'Continuously loop the playback of a GIF or AVI file'; Str_IEMsg_CopyImageToTheClipboard = 'Copy image to the clipboard'; Str_IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard = 'Copy the current image or selection to the clipboard'; Str_IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt = 'Copy the current image to the clipboard and remove it'; Str_IEMsg_CopyTheCurrentImageToTheClipboard = 'Copy the current image to the clipboard'; Str_IEMsg_CutTheSelectionToTheClipboard = 'Cut the current selection to the clipboard'; Str_IEMsg_CopyTheCurrentSelectionToTheClipboard = 'Copy the current selection to the clipboard'; Str_IEMsg_CopyTheSelectedObjectToTheClipboard = 'Copy the selected object to the clipboard'; Str_IEMsg_DeselectAllObjects = 'Deselect all objects'; Str_IEMsg_DisplayAPreviewOfThisImageForPrinting = 'Display a preview of this image for printing'; Str_IEMsg_DisplayAPreviewOfYourPrinting = 'Display a preview of your printing'; Str_IEMsg_DisplayLargeImagesAtTheWindowSize = 'Display large images at the window size'; Str_IEMsg_DisplayOnlyTheActiveFrame = 'Display only the active frame'; Str_IEMsg_DisplaySmallImagesAtTheWindowSize = 'Display small images at the window size'; Str_IEMsg_DisplayTheAnimationOfAGIFOrAVIFile = 'Display the animation of a GIF or AVI file'; Str_IEMsg_DisplayTheFirstFrameOfThisImage = 'Display the first frame of this image'; Str_IEMsg_DisplayTheImageAtFullSize = 'Display the image at full size (100% zoom)'; Str_IEMsg_DisplayTheImageAtTheHeightOfTheWindow = 'Display the image at the height of the window'; Str_IEMsg_DisplayTheImageAtTheSizeOfTheWindow = 'Display the image at the size of the window'; Str_IEMsg_DisplayTheImageAtTheWidthOfTheWindow = 'Display the image at the width of the window'; Str_IEMsg_DisplayTheImageLarger = 'Display the image larger'; Str_IEMsg_DisplayTheImageSmaller = 'Display the image smaller'; Str_IEMsg_DisplayTheLastFrameOfThisImage = 'Display the last frame of this image'; Str_IEMsg_DisplayTheNextFrameOfThisImage = 'Display the next frame of this image'; Str_IEMsg_DisplayThePriorFrameOfThisImage = 'Display the prior frame of this image'; Str_IEMsg_DynamicallyMeasureADistance = 'Dynamically measure a distance'; Str_IEMsg_EditPointsOfAPolyline = 'Edit points of a polyline (hold Ctrl to remove a point)'; Str_IEMsg_EqualizesTheColorHistogramForTheSelectedRegion = 'Equalizes the color histogram for the selected region'; Str_IEMsg_FlipTheImageFromLeftToRight = 'Flip the image from left to right'; Str_IEMsg_FlipTheImageFromTopToBottom = 'Flip the image from top to bottom'; Str_IEMsg_FlipTheSelectedImageFromLeftToRight = 'Flip the selected image from left to right'; Str_IEMsg_FlipTheSelectedImageFromTopToBottom = 'Flip the selected image from top to bottom'; Str_IEMsg_FreeHandPaintAnOpenPolygon = 'Free-hand paint an open polygon'; Str_IEMsg_InvertTheColorsOfTheImage = 'Invert the colors of the image'; Str_IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut = 'Left-click the image to Zoom In. Right-click to Zoom Out'; Str_IEMsg_LoadAnImageFromFile = 'Load an image from file'; Str_IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains = 'Match the size of the background image to all of the objects it contains'; Str_IEMsg_MeasureARectangularArea = 'Measure a rectangular area'; Str_IEMsg_MeasureTheDistanceBetweenTwoPoints = 'Measure the distance between two points'; Str_IEMsg_MergeAllObjectsWithTheBackgroundLayer = 'Merge all objects with the background layer'; Str_IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer = 'Merge the selected object with the background layer'; Str_IEMsg_MergeAllLayersOfTheImageIntoASingleOne = 'Merge all layers of the image into a single layer'; Str_IEMsg_MoveTheMouseToScrollTheImage = 'Move the mouse to scroll the image'; Str_IEMsg_MoveTheSelectedLayerBackward = 'Move the selected layer backward'; Str_IEMsg_MoveTheSelectedLayerForward = 'Move the selected layer forward'; Str_IEMsg_MoveTheSelectedObjectBackward = 'Move the selected object backward'; Str_IEMsg_MoveTheSelectedObjectForward = 'Move the selected object forward'; Str_IEMsg_MoveTheSelectedObjectToTheClipboard = 'Move the selected object to the clipboard'; Str_IEMsg_PasteFromTheClipboard = 'Paste from the clipboard'; Str_IEMsg_PasteObjectFromTheClipboard = 'Paste object from the clipboard'; Str_IEMsg_PasteTheContentOfTheClipboardAsANewLayer = 'Paste the content of the clipboard as a new layer'; Str_IEMsg_PerformColorEnhancementFunctionsOnTheImage = 'Perform color enhancement functions on the image'; Str_IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage = 'Perform color enhancement functions on the selected image'; Str_IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse = 'Perform an irregular selection of your image by clicking the mouse'; Str_IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse = 'Perform an irregular selection of your image by dragging the mouse'; Str_IEMsg_PerformEffectsOnTheImage = 'Perform effects on the image'; Str_IEMsg_PerformEffectsOnTheSelectedImage = 'Perform effects on the selected image'; Str_IEMsg_PlaybackTheseFramesInSequence = 'Playback these frames in sequence'; Str_IEMsg_PositionTheSelectedLayerBehindAllOthers = 'Position the selected layer behind all others'; Str_IEMsg_PositionTheSelectedObjectBehindAllOtherObjects = 'Position the selected object behind all other objects'; Str_IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails = 'Print all images of the grid as a sheet of thumbnails'; Str_IEMsg_PrintTheSelectedImageAtItsOriginalSize = 'Print the selected image at its original size'; Str_IEMsg_PrintTheSelectedImageToFitThePage = 'Print the selected image to fit the page'; Str_IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails = 'Print the selected images as a sheet of thumbnails'; Str_IEMsg_PrintThisImageAtItsOriginalSize = 'Print this image at its original size'; Str_IEMsg_PrintThisImageToFitThePage = 'Print this image to fit the page'; Str_IEMsg_PromptForAnImageFileToLoadAsANewLayer = 'Prompt for an image file to load as a new layer'; Str_IEMsg_RedoTheLastActionThatWasUndone = 'Redo the last action that was undone'; Str_IEMsg_ReduceTheColorsOfTheImageToGrayscale = 'Reduce the colors of the image to grayscale'; Str_IEMsg_RemoveAllObjectsFromTheImage = 'Remove all objects from the image'; Str_IEMsg_CropTheImageToTheCurrentSelection = 'Crop the image to the current selection'; Str_IEMsg_RemoveTheRedEyeEffectFromTheSelection = 'Remove the red-eye effect from the selection'; Str_IEMsg_RemoveTheSelectedImage = 'Remove the selected image'; Str_IEMsg_RemoveTheSelectedLayersFromTheImage = 'Remove the selected layers from the image'; Str_IEMsg_RemoveTheSelectedObjectFromTheImage = 'Remove the selected object from the image'; Str_IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers = 'Remove the transparent borders from the selected layers'; Str_IEMsg_RestartPlaybackAfterItCompletes = 'Restart playback after it completes'; Str_IEMsg_RetrieveAnImageFromACameraOrScanner = 'Retrieve an image from a camera or scanner'; Str_IEMsg_RetrieveImagesFromACameraOrScanner = 'Retrieve images from a camera or scanner'; Str_IEMsg_RotateTheImage180Clockwise = 'Rotate the image 180° clockwise'; Str_IEMsg_RotateTheImage90Clockwise = 'Rotate the image 90° clockwise'; Str_IEMsg_RotateTheImage90CounterClockwise = 'Rotate the image 90° counter-clockwise'; Str_IEMsg_RotateTheSelectedImage180Clockwise = 'Rotate the selected image 180° clockwise'; Str_IEMsg_RotateTheSelectedImage90Clockwise = 'Rotate the selected image 90° clockwise'; Str_IEMsg_RotateTheSelectedImage90CounterClockwise = 'Rotate the selected image 90° counter-clockwise'; Str_IEMsg_RotateTheSelectedObject180Clockwise = 'Rotate the selected object 180° clockwise'; Str_IEMsg_RotateTheSelectedObject90Clockwise = 'Rotate the selected object 90° clockwise'; Str_IEMsg_RotateTheSelectedObject90CounterClockwise = 'Rotate the selected object 90° counter-clockwise'; Str_IEMsg_SaveChangesToThisImageToFile = 'Save changes to this image to file'; Str_IEMsg_SaveThisImageToANewFilename = 'Save this image to a new filename'; Str_IEMsg_SelectACircularAreaOfYourImage = 'Select a circular area of your image'; Str_IEMsg_SelectAPortionOfYourImageOfASimilarColor = 'Select a portion of your image of a similar color'; Str_IEMsg_SelectARectangularAreaOfYourImage = 'Select a rectangular area of your image'; Str_IEMsg_SelectAllImagesInTheGrid = 'Select all images in the grid'; Str_IEMsg_SelectAllObjectsOfImage = 'Select all objects of image'; Str_IEMsg_SelectAnAreaOfTheImageToZoomInto = 'Select an area of the image to zoom into'; Str_IEMsg_SelectOrResizeAnObject = 'Select or resize an object (hold Alt to maintain the aspect ratio)'; Str_IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom = 'Select the camera or scanner to acquire images from'; Str_IEMsg_SelectTheFirstFrame = 'Select the first frame'; Str_IEMsg_SelectTheLastFrame = 'Select the last frame'; Str_IEMsg_SelectTheNextFrame = 'Select the next frame'; Str_IEMsg_SelectThePreviousFrame = 'Select the previous frame'; Str_IEMsg_SingleClickingWillNotInsertANewObject = 'Single-clicking will not insert a new object'; Str_IEMsg_SpecifyAdvancedPropertiesForAllImages = 'Specify advanced properties for all images'; Str_IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage = 'Specify advanced properties for the selected image'; Str_IEMsg_SpecifyAdvancedPropertiesForThisImage = 'Specify advanced properties for this image'; Str_IEMsg_UndoTheLastAction = 'Undo the last action'; Str_IEMsg_UndoTheLastEdit = 'Undo the last edit'; Str_IEMsg_UseTheMouseToMoveImageLayers = 'Use the mouse to move image layers'; Str_IEMsg_UseTheMouseToResizeImageLayers = 'Use the mouse to resize image layers'; Str_IEMsg_UseTheMouseToRotateImageLayers = 'Use the mouse to rotate image layers'; Str_IEMsg_ZoomImage = 'Zoom Image'; Str_IEMsg_DisplayImageAtCustomZoom = 'Display image at custom zoom'; Str_IEMsg_CustomRotate = 'Custom Rotate'; Str_IEMsg_RotateImageByACustomAngle = 'Rotate the image by a custom angle'; Str_IEMsg_ResizeImage = 'Resize Image'; Str_IEMsg_SpecifyANewSizeForTheImage = 'Specify a new size for the image'; Str_IEMsg_Resize = 'Resize'; Str_IEMsg_Current = 'Current'; Str_IEMsg_New = 'New'; Str_IEMsg_Scale = 'Scale'; Str_IEMsg_MaintainAspectRatio = 'Maintain Aspect Ratio'; Str_IEMSG_Folder = 'Folder'; Str_IEMSG_Dimensions = 'Dimensions'; Str_IEMSG_Type = 'Type'; Str_IEMSG_Created = 'Created'; Str_IEMSG_Modified = 'Modified'; Str_IEMsg_CopyFiles = 'Copy to Folder' ; Str_IEMsg_CopyFilesToClipboard = 'Copy Files to Clipboard'; Str_IEMsg_CopyTheSelectedFilesToANewFolder = 'Copy the selected files to a new folder'; Str_IEMsg_CopyTheSelectedFilesToTheClipboard = 'Copy the selected files to the clipboard'; Str_IEMsg_CutFilesToClipboard = 'Cut Files to Clipboard'; Str_IEMsg_CutTheSelectedFilesToTheClipboard = 'Cut the selected files to the clipboard'; Str_IEMsg_DeleteFiles = 'Delete Files'; Str_IEMsg_DeleteTheSelectedFilesFromTheFolder = 'Delete the selected files from the folder'; Str_IEMsg_GoUp = 'Go Up'; Str_IEMsg_MoveFiles = 'Move to Folder' ; Str_IEMsg_MoveTheSelectedFilesToANewFolder = 'Move the selected files to a new folder'; Str_IEMsg_OpenFile = 'Open File'; Str_IEMsg_OpenTheParentOfTheCurrentFolder = 'Open the parent of the current folder'; Str_IEMsg_OpenTheSelectedFileInTheDefaultViewer = 'Open the selected file in the default viewer'; Str_IEMsg_PasteFilesFromClipboard = 'Paste Files from Clipboard'; Str_IEMsg_PasteFilesFromTheClipboardToThisFolder = 'Paste files from the clipboard to this folder'; Str_IEMsg_Refresh = 'Refresh'; Str_IEMsg_RefreshTheFileListing = 'Refresh the file listing'; Str_IEMsg_WhereDoYouWantToMoveTheseFiles = 'Where do you want to move these files?'; Str_IEMsg_WhereDoYouWantToCopyTheseFiles = 'Where do you want to copy these files?'; Str_IEMsg_XIsNotAValidFolder = '"%s" is not a valid folder'; Str_IEMsg_RenameFile = 'Rename File'; Str_IEMsg_SpecifyANewNameForTheSelectedFile = 'Specify a new name for the selected file'; Str_IEMsg_SpecifyANewNameForX = 'Specify a new name for "%s"'; Str_IEMsg_SelectAFolderToOpen = 'Select a folder to open'; Str_IEMsg_SelectFolder = 'Select Folder' ; Str_IEMsg_CreateFolder = 'Create Folder'; Str_IEMsg_CreateANewFolderAtTheCurrentLocation = 'Create a new folder at the current location'; Str_IEMsg_SpecifyTheNameOfYourNewFolder = 'Specify the name of your new folder'; Str_IEMsg_SoftShadow = 'Soft Shadow'; Str_IEMsg_AddSoftShadow = 'Add Soft Shadow'; Str_IEMsg_Radius = 'Radius'; Str_IEMsg_Offset = 'Offset'; Str_IEMsg_All_Glow = 'All (Glow)'; Str_IEMsg_FillPage = 'Fill page'; Str_IEMsg_AutoEnhance = 'Auto-Enhance'; Str_IEMsg_AutoEnhanceMethod = 'Auto-Enhance Method'; Str_IEMsg_General = 'General'; Str_IEMsg_ToneMapping = 'Tone Mapping'; Str_IEMsg_Slope = 'Slope'; Str_IEMsg_Range = 'Range'; Str_IEMsg_Gamma = 'Gamma'; Str_IEMsg_Crop = 'Crop'; Str_IEMsg_CropImage = 'Crop Image'; Str_IEMsg_EditImage = 'Edit Image'; Str_IEMsg_PerformEditingFunctionsOnTheImage = 'Perform editing functions on the image'; Str_IEMsg_PreviewEffects = 'Preview Effects'; Str_IEMsg_PreviewEffectsToEditAndEnhanceTheImage = 'Preview effects to edit and enhance the image'; Str_IEMsg_ThumbnailView = 'Thumbnail View'; Str_IEMsg_DisplayLargeThumbnails = 'Display large thumbnails'; Str_IEMsg_DetailView = 'Detail View'; Str_IEMsg_DisplayFileDetails = 'Display file details'; Str_IEMsg_Filename = 'Filename'; Str_IEMsg_FileType = 'File Type'; Str_IEMsg_FileSize = 'File Size'; Str_IEMsg_CreateDate = 'Create Date'; Str_IEMsg_EditDate = 'Edit Date'; Str_IEMsg_ImageSize = 'Dimensions'; Str_IEMsg_SortByX = 'Sort by %s'; // e.g. Sort by Filename Str_IEMsg_Ascending = 'Ascending'; Str_IEMsg_Descending = 'Descending'; Str_IEMsg_SortX = 'Sort %s'; // e.g. Sort Ascending Str_IEMsg_MultiplePages = 'Poster'; Str_IEMsg_PagesAcross = 'Pages Across'; Str_IEMsg_PagesDown = 'Pages Down'; Str_IEMsg_SelectAllLayers = 'Select All Layers'; Str_IEMsg_SelectAllLayersOfTheImage = 'Select all layers of the image'; Str_IEMsg_DeselectAllLayers = 'Deselect All Layers'; Str_IEMsg_DeselectAllLayersOfTheImage = 'Deselect all layers of the image'; Str_IEMsg_GroupLayers = 'Group Layers'; Str_IEMsg_AddSelectedLayersToASelectionGroup = 'Add selected layers to a selection group'; Str_IEMsg_UngroupLayers = 'Ungroup Layers'; Str_IEMsg_RemoveSelectedLayersFromSelectionGroup = 'Remove selected layers from selection group'; Str_IEMsg_MergeLayers = 'Merge Layers'; Str_IEMsg_MergeSelectedLayersIntoASingleLayer = 'Merge selected layers into a single layer'; Str_IEMsg_ColumnView = 'Column View'; Str_IEMsg_DisplayFileColumns = 'Display file columns view'; Str_IEMsg_LargeThumbnailView = 'Large thumbnail View'; Str_IEMsg_DisplayThumbnails = 'Display thumbnails'; Str_IEMsg_FileListView = 'File List View'; Str_IEMsg_DisplayFileList = 'Display file list view'; Str_IEMsg_ShowColumnX = 'Show %s Column'; Str_IEMsg_Path = 'Path'; Str_IEMsg_ImageProperties = 'Properties'; Str_IEMsg_Caption = 'Caption'; Str_IEMsg_ADDINNERSHADOW = 'Add Inner Shadow'; Str_IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION = 'Adjust Brightness/Contrast/Saturation'; Str_IEMsg_ADJUSTGAINOFFSET = 'Adjust Gain Offset'; Str_IEMsg_AdjustLuminanceSaturation = 'Adjust Luminance/Saturation'; Str_IEMsg_ADJUSTTEMPERATURE = 'Adjust Temperature'; Str_IEMsg_ADJUSTTINT = 'Adjust Tint'; Str_IEMsg_Automatic = 'Automatic'; Str_IEMsg_AUTOSHARPEN = 'Auto Sharpen'; Str_IEMsg_BLUR = 'Blur'; Str_IEMsg_CASTALPHA = 'Cast Alpha'; Str_IEMsg_CASTCOLOR = 'Cast Color'; Str_IEMsg_CASTCOLORRANGE = 'Cast Color Range'; Str_IEMsg_CLEARSEL = 'Clear Selection'; Str_IEMsg_COLORIZE = 'Colorize'; Str_IEMsg_CONVERTTO = 'Convert Pixels'; Str_IEMsg_CONVERTTO24BIT = 'Convert to 24bit'; Str_IEMsg_CONVERTTOPALETTE = 'Convert to Palette'; Str_IEMsg_CONVERTTOSEPIA = 'Sepia'; Str_IEMsg_CONVOLVE = 'Convolve'; Str_IEMsg_DECRYPT = 'Decrypt'; Str_IEMsg_DEINTERLACE = 'Deinterlace'; Str_IEMsg_ReorderColorChannels = 'Reorder Color Channels'; Str_IEMsg_EDGEDETECT = 'Edge Detection'; Str_IEMsg_ENCRYPT = 'Encrypt'; Str_IEMsg_FEATHEREDGES = 'Feather Edges'; Str_IEMsg_FILL = 'Fill'; Str_IEMsg_FTCLEARZONE = 'Clear FFT Zone'; Str_IEMsg_HISTAUTOEQUALIZE = 'Auto-Equalization'; Str_IEMsg_INTENSITY = 'Intensity'; Str_IEMsg_AdjustHistogram = 'Adjust Histogram'; Str_IEMsg_MAPGRAYTOCOLOR = 'Map Gray to Color'; Str_IEMsg_MATCHHSVRANGE = 'Match HSV Range'; Str_IEMsg_MEDIANFILTER = 'Median Filter'; Str_IEMsg_MERGEWITHMASK = 'Merge with Mask'; Str_IEMsg_MERGE = 'Merge'; Str_IEMsg_Monochrome = 'Monochrome'; Str_IEMsg_MOTIONBLUR = 'Motion Blur'; Str_IEMsg_PAINTMARK = 'Paint Mark'; Str_IEMsg_PERSPECTIVEDRAW = 'Perspective Draw'; Str_IEMsg_ConvolutionFilter = 'Convolution Filter'; Str_IEMsg_PROJECTDRAW = 'Project Draw'; Str_IEMsg_RADIALSTRETCH = 'Radial Stretch'; Str_IEMsg_RANDOMIZE = 'Randomize'; Str_IEMsg_REFLECTION = 'Reflection'; Str_IEMsg_REMOVECHROMAKEY = 'Remove Chroma-Key'; Str_IEMsg_REMOVEISOLATEDPIXELS = 'Remove Isolated Pixels'; Str_IEMsg_REMOVENOISE = 'Remove Noise'; Str_IEMsg_RESIZECANVASXX = 'Resize Canvas to %dx%d'; Str_IEMsg_ROTATEANDCROP = 'Rotate and Crop'; Str_IEMsg_ROUNDIMAGE = 'Round Image'; Str_IEMSG_ConvertToXColors = 'Convert to %d colors'; Str_IEMsg_SHIFTCHANNEL = 'Shift Channel'; Str_IEMSG_TileImage = 'Tile Image'; Str_IEMsg_UNSHARPEN = 'Unsharpen'; Str_IEMsg_WALLISFILTER = 'Wallis Filter'; Str_IEMsg_WHITEBALANCE = 'White Balance'; Str_IEMsg_WRITEHIDDENDATA = 'Write Hidden Data'; Str_IEMsg_AdjustHSV = 'Adjust HSV'; Str_IEMsg_AdjustHSL = 'Adjust HSL'; Str_IEMsg_AdjustRGB = 'Adjust RGB'; Str_IEMsg_ShowRulers = 'Show Rulers'; Str_IEMsg_ShowMeasurementRulersBesideImage = 'Show measurement rulers beside image'; Str_IEMsg_CapPixels = 'Pixels'; Str_IEMsg_ShowRulerInPixels = 'Show ruler in pixels'; Str_IEMsg_CapInches = 'Inches'; Str_IEMsg_ShowRulerInInches = 'Show ruler in inches'; Str_IEMsg_Millimeters = 'Millimeters'; Str_IEMsg_ShowRulerInMillimeters = 'Show ruler in millimeters'; Str_IEMsg_Centimeters = 'Centimeters'; Str_IEMsg_ShowRulerInCentimeters = 'Show ruler in centimeters'; Str_IEMsg_SymmetricNearestNeighbour = 'Symmetric Nearest Neighbour'; Str_IEMsg_Pixelize = 'Pixelize'; Str_IEMsg_PencilSketch = 'Pencil Sketch'; Str_IEMsg_PasteAnImageFromTheClipboard = 'Paste an image from the clipboard'; Str_IEMsg_Linear = 'Linear'; Str_IEMsg_LinearClipped = 'Linear (Clipped)'; Str_IEMsg_Logarithmic = 'Logarithmic'; Str_IEMsg_IncludeSubFolders = 'Include Subfolders'; Str_IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder = 'Also display files found in subfolders of this folder'; Str_IEMsg_EnableCropping = 'Enable Cropping'; Str_IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain = 'Enable cropping mode to select an area of the image to maintain'; Str_IEMsg_CancelCropping = 'Cancel Cropping'; Str_IEMsg_ClearTheCurrentCropSelection = 'Clear the current crop selection'; Str_IEMsg_AddImageLayers = 'Add Image Layer'; Str_IEMsg_ClickAndDragToCreateAnImageLayer = 'Click and drag to create an image layer'; Str_IEMsg_AddShapeLayers = 'Add Shape Layer'; Str_IEMsg_ClickAndDragToCreateAShapeLayer = 'Click and drag to create a shape layer'; Str_IEMsg_AddLineLayers = 'Add Line Layer'; Str_IEMsg_ClickAndDragToCreateALineLayer = 'Click and drag to create a line layer'; Str_IEMsg_AddPolylineLayers = 'Add Polyline Layer'; Str_IEMsg_ClickAndDragToCreateAPolylineLayer = 'Click and drag to create a polyline layer'; Str_IEMsg_AddTextLayers = 'Add Text Layer'; Str_IEMsg_ClickAndDragToCreateATextLayer = 'Click and drag to create a text layer'; Str_IEMsg_AlignLeftEdges = 'Align on Left'; Str_IEMsg_AlignRightEdges = 'Align on Right'; Str_IEMsg_AlignTopEdges = 'Align Tops'; Str_IEMsg_AlignBottomEdges = 'Align Bottoms'; Str_IEMsg_AlignHorizontalCenters = 'Align Horizontal Centers'; Str_IEMsg_AlignVerticalCenters = 'Align Vertical Centers'; Str_IEMsg_MatchWidth = 'Match Widths'; Str_IEMsg_MatchHeight = 'Match Heights'; Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer = ' Align selected layers to the edge of the left-most layer'; Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer = ' Align selected layers to the edge of the right-most layer'; Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer = ' Align selected layers to the edge of the top-most layer'; Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer = ' Align selected layers to the edge of the bottom-most layer'; Str_IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter = ' Align selected layers to have the same horizontal center'; Str_IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter = ' Align selected layers to have the same vertical center'; Str_IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer = ' Resize all selected layers to the width of the widest layer'; Str_IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer = ' Resize all selected layers to the height of the tallest layer'; Str_IEMsg_CropBackgroundToSelection = 'Crop Background to Selection'; Str_IEMsg_CropTheBackgroundImageToMatchSelectedLayers = 'Crop the background image to match selected layers'; Str_IEMsg_FastPreview = 'Fast Preview'; Str_IEMsg_ReducePreviewQualityToImprovePerformance = 'Reduce preview quality to improve performance'; Str_IEMsg_LockAspectRatio = 'Lock Aspect Ratio'; Str_IEMsg_LockPosition = 'Lock Position'; Str_IEMsg_RestoreAspectRatio = 'Restore Aspect Ratio'; Str_IEMsg_SizeToFit = 'Size to Fit'; Str_IEMsg_Visible = 'Visible'; Str_IEMsg_ResetSize = 'Reset Size'; Str_IEMsg_SelectImage = 'Select Image'; Str_IEMsg_ClosePolyline = 'Close Polyline'; Str_IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer = 'Prevent resizing from affecting the aspect ratio of the selected layer'; Str_IEMsg_PreventMovementOfTheSelectedLayer = 'Prevent movement of the selected layer'; Str_IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer = 'Restore the original aspect ratio of the selected layer'; Str_IEMsg_ResizeTheLayerToMatchItsContent = 'Resize the layer to match its content'; Str_IEMsg_AddASoftShadowToTheSelectedLayer = 'Add a soft shadow to the selected layer'; Str_IEMsg_DisplayTheCurrentLayer = 'Display the current layer'; Str_IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer = 'Restore the original size of the selected layer'; Str_IEMsg_BrowseForAnImageToLoadIntoTheLayer = 'Browse for an image to load into the layer'; Str_IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon = 'Join the first and last points of the polyline to create a polygon'; Str_IEMsg_AddImageLayer = 'Add Image Layer'; Str_IEMsg_AddShapeLayer = 'Add Shape Layer'; Str_IEMsg_AddLineLayer = 'Add Line Layer'; Str_IEMsg_AddPolylineLayer = 'Add Polyline Layer'; Str_IEMsg_AddTextLayer = 'Add Text Layer'; Str_IEMsg_RotateTheLayerCounterClockwise = 'Rotate the layer counter-clockwise'; Str_IEMsg_RotateTheLayerClockwise = 'Rotate the layer clockwise'; Str_IEMsg_ConvertToImageLayer = 'Convert to Image Layer'; Str_IEMsg_ConvertTheLayerToAnImage = 'Convert the layer to an image'; Str_IEMsg_ArrangeLayers = 'Arrange Layers'; Str_IEMsg_SetLayerProperties = 'Set Layer Properties'; Str_IEMsg_CropLayerToBackground = 'Crop Layer to Background'; Str_IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground = 'Hide any part of the selected layer outside the background'; Str_IEMsg_ShowLabel = 'Show Label'; Str_IEMsg_AttachATextLabelToThisLine = 'Attach a text label to this line'; Str_IEMsg_EditLayerText = 'Edit Layer Text'; Str_IEMsg_EditTheTextOfTheSelectedLayer = 'Edit the text of the selected layer'; Str_IEMsg_ResetRotation = 'Reset Rotation'; Str_IEMsg_ResetTheRotationOfTheSelectedLayer = 'Reset the rotation of the selected layer'; procedure IESetDefaultTranslationWords_English; // For using Resourcestrings English must be enabled "$DEFINE IESUPPORTENGLISH" // All other language support could be disabled in "ie.inc" so the language array // is a little bit smaller. // The "IESetTranslationWord" is a local copy because with resourcestrings no // codepage etc. is needed and is working in Ansi and unicode delphi. // If anyone want share the translation resource mail to nigel@xequte.com procedure IESetTranslationWord(const lang: TMsgLanguage; const msg: TMsgLanguageWords; const trans: AnsiString); begin ieMessages[lang][msg] := string(trans); end; begin /////// msEnglish {$IFDEF IESUPPORTENGLISH} IESetTranslationWordU(msEnglish, IEMSG_PREVIEW, Str_IEMSG_PREVIEW); IESetTranslationWordU(msEnglish, IEMSG_SOURCE, Str_IEMSG_SOURCE); IESetTranslationWordU(msEnglish, IEMSG_RESULT, Str_IEMSG_RESULT); IESetTranslationWordU(msEnglish, IEMSG_OK, Str_IEMSG_OK); IESetTranslationWordU(msEnglish, IEMSG_CANCEL, Str_IEMSG_CANCEL); IESetTranslationWordU(msEnglish, IEMSG_LOCKPREVIEW, Str_IEMSG_LOCKPREVIEW); IESetTranslationWordU(msEnglish, IEMSG_COPYRESULTTOSOURCE, Str_IEMSG_COPYRESULTTOSOURCE); IESetTranslationWordU(msEnglish, IEMSG_CONTRAST, Str_IEMSG_CONTRAST); IESetTranslationWordU(msEnglish, IEMSG_BRIGHTNESS, Str_IEMSG_BRIGHTNESS); IESetTranslationWordU(msEnglish, IEMSG_HUE, Str_IEMSG_HUE); IESetTranslationWordU(msEnglish, IEMSG_SATURATION, Str_IEMSG_SATURATION); IESetTranslationWordU(msEnglish, IEMSG_VALUE, Str_IEMSG_VALUE); IESetTranslationWordU(msEnglish, IEMSG_BASECOLOR, Str_IEMSG_BASECOLOR); IESetTranslationWordU(msEnglish, IEMSG_NEWCOLOR, Str_IEMSG_NEWCOLOR); IESetTranslationWordU(msEnglish, IEMSG_LUMINOSITY, Str_IEMSG_LUMINOSITY); IESetTranslationWordU(msEnglish, IEMSG_RED, Str_IEMSG_RED); IESetTranslationWordU(msEnglish, IEMSG_GREEN, Str_IEMSG_GREEN); IESetTranslationWordU(msEnglish, IEMSG_BLUE, Str_IEMSG_BLUE); IESetTranslationWordU(msEnglish, IEMSG_FILTERVALUES, Str_IEMSG_FILTERVALUES); IESetTranslationWordU(msEnglish, IEMSG_PRESETS, Str_IEMSG_PRESETS); IESetTranslationWordU(msEnglish, IEMSG_DIVISOR, Str_IEMSG_DIVISOR); IESetTranslationWordU(msEnglish, IEMSG_LOAD, Str_IEMSG_LOAD); IESetTranslationWordU(msEnglish, IEMSG_SAVE, Str_IEMSG_SAVE); IESetTranslationWordU(msEnglish, IEMSG_EQUALIZATION, Str_IEMSG_EQUALIZATION); IESetTranslationWordU(msEnglish, IEMSG_THRESHOLD, Str_IEMSG_THRESHOLD); IESetTranslationWordU(msEnglish, IEMSG_EQUALIZE, Str_IEMSG_EQUALIZE); IESetTranslationWordU(msEnglish, IEMSG_HISTOGRAM, Str_IEMSG_HISTOGRAM); IESetTranslationWordU(msEnglish, IEMSG_GRAY, Str_IEMSG_GRAY); IESetTranslationWordU(msEnglish, IEMSG_LIGHT, Str_IEMSG_LIGHT); IESetTranslationWordU(msEnglish, IEMSG_LEFT, Str_IEMSG_LEFT); IESetTranslationWordU(msEnglish, IEMSG_TOP, Str_IEMSG_TOP); IESetTranslationWordU(msEnglish, IEMSG_WIDTH, Str_IEMSG_WIDTH); IESetTranslationWordU(msEnglish, IEMSG_HEIGHT, Str_IEMSG_HEIGHT); IESetTranslationWordU(msEnglish, IEMSG_COLOR, Str_IEMSG_COLOR); IESetTranslationWordU(msEnglish, IEMSG_SOURCEIMAGEQUANTITY, Str_IEMSG_SOURCEIMAGEQUANTITY); IESetTranslationWordU(msEnglish, IEMSG_LENS, Str_IEMSG_LENS); IESetTranslationWordU(msEnglish, IEMSG_REFRACTION, Str_IEMSG_REFRACTION); IESetTranslationWordU(msEnglish, IEMSG_PARAMETERSPREVIEW, Str_IEMSG_PARAMETERSPREVIEW); IESetTranslationWordU(msEnglish, IEMSG_QUALITY, Str_IEMSG_QUALITY); IESetTranslationWordU(msEnglish, IEMSG_DCTMETHOD, Str_IEMSG_DCTMETHOD); IESetTranslationWordU(msEnglish, IEMSG_SMOOTHINGFACTOR, Str_IEMSG_SMOOTHINGFACTOR); IESetTranslationWordU(msEnglish, IEMSG_GRAYSCALE, Str_IEMSG_GRAYSCALE); IESetTranslationWordU(msEnglish, IEMSG_OPTIMALHUFFMAN, Str_IEMSG_OPTIMALHUFFMAN); IESetTranslationWordU(msEnglish, IEMSG_ORIGINALSIZE, Str_IEMSG_ORIGINALSIZE); IESetTranslationWordU(msEnglish, IEMSG_COMPRESSEDSIZE, Str_IEMSG_COMPRESSEDSIZE); IESetTranslationWordU(msEnglish, IEMSG_ADVANCED, Str_IEMSG_ADVANCED); IESetTranslationWordU(msEnglish, IEMSG_PROGRESSIVE, Str_IEMSG_PROGRESSIVE); IESetTranslationWordU(msEnglish, IEMSG_COMPRESSION, Str_IEMSG_COMPRESSION); IESetTranslationWordU(msEnglish, IEMSG_IMAGEINDEX, Str_IEMSG_IMAGEINDEX); IESetTranslationWordU(msEnglish, IEMSG_PHOTOMETRIC, Str_IEMSG_PHOTOMETRIC); IESetTranslationWordU(msEnglish, IEMSG_SCANNDEDDOCUMENTINFO, Str_IEMSG_SCANNDEDDOCUMENTINFO); IESetTranslationWordU(msEnglish, IEMSG_NAME, Str_IEMSG_NAME); IESetTranslationWordU(msEnglish, IEMSG_DESCRIPTION, Str_IEMSG_DESCRIPTION); IESetTranslationWordU(msEnglish, IEMSG_PAGENAME, Str_IEMSG_PAGENAME); IESetTranslationWordU(msEnglish, IEMSG_PAGENUMBER, Str_IEMSG_PAGENUMBER); IESetTranslationWordU(msEnglish, IEMSG_OF, Str_IEMSG_OF); IESetTranslationWordU(msEnglish, IEMSG_HORIZPOSITIONINCH, Str_IEMSG_HORIZPOSITIONINCH); IESetTranslationWordU(msEnglish, IEMSG_VERTPOSITIONINCH, Str_IEMSG_VERTPOSITIONINCH); IESetTranslationWordU(msEnglish, IEMSG_COLORS, Str_IEMSG_COLORS); IESetTranslationWordU(msEnglish, IEMSG_TRANSPARENT, Str_IEMSG_TRANSPARENT); IESetTranslationWordU(msEnglish, IEMSG_TRANSPARENTCOLOR, Str_IEMSG_TRANSPARENTCOLOR); IESetTranslationWordU(msEnglish, IEMSG_INTERLACED, Str_IEMSG_INTERLACED); IESetTranslationWordU(msEnglish, IEMSG_BACKGROUND, Str_IEMSG_BACKGROUND); IESetTranslationWordU(msEnglish, IEMSG_HORIZPOSITION, Str_IEMSG_HORIZPOSITION); IESetTranslationWordU(msEnglish, IEMSG_VERTPOSITION, Str_IEMSG_VERTPOSITION); IESetTranslationWordU(msEnglish, IEMSG_DELAYTIME, Str_IEMSG_DELAYTIME); IESetTranslationWordU(msEnglish, IEMSG_FILTER, Str_IEMSG_FILTER); IESetTranslationWordU(msEnglish, IEMSG_WAVE, Str_IEMSG_WAVE); IESetTranslationWordU(msEnglish, IEMSG_AMPLITUDE, Str_IEMSG_AMPLITUDE); IESetTranslationWordU(msEnglish, IEMSG_WAVELENGTH, Str_IEMSG_WAVELENGTH); IESetTranslationWordU(msEnglish, IEMSG_PHASE, Str_IEMSG_PHASE); IESetTranslationWordU(msEnglish, IEMSG_REFLECTIVE, Str_IEMSG_REFLECTIVE); IESetTranslationWordU(msEnglish, IEMSG_USERFILTER, Str_IEMSG_USERFILTER); IESetTranslationWordU(msEnglish, IEMSG_MORPHFILTER, Str_IEMSG_MORPHFILTER); IESetTranslationWordU(msEnglish, IEMSG_WINDOWSIZE, Str_IEMSG_WINDOWSIZE); IESetTranslationWordU(msEnglish, IEMSG_MAXIMUM, Str_IEMSG_MAXIMUM); IESetTranslationWordU(msEnglish, IEMSG_MINIMUM, Str_IEMSG_MINIMUM); IESetTranslationWordU(msEnglish, IEMSG_OPEN, Str_IEMSG_OPEN); IESetTranslationWordU(msEnglish, IEMSG_CLOSE, Str_IEMSG_CLOSE); IESetTranslationWordU(msEnglish, IEMSG_ROTATE, Str_IEMSG_ROTATE); IESetTranslationWordU(msEnglish, IEMSG_FLIP, Str_IEMSG_FLIP); IESetTranslationWordU(msEnglish, IEMSG_FLIPHOR, Str_IEMSG_FLIPHOR); IESetTranslationWordU(msEnglish, IEMSG_FLIPVER, Str_IEMSG_FLIPVER); IESetTranslationWordU(msEnglish, IEMSG_FREQUENCYDOMAINIMAGE, Str_IEMSG_FREQUENCYDOMAINIMAGE); IESetTranslationWordU(msEnglish, IEMSG_SELECTTHEREGIONTOCLEAR, Str_IEMSG_SELECTTHEREGIONTOCLEAR); IESetTranslationWordU(msEnglish, IEMSG_CLEAR, Str_IEMSG_CLEAR); IESetTranslationWordU(msEnglish, IEMSG_RESET, Str_IEMSG_RESET); IESetTranslationWordU(msEnglish, IEMSG_ANIMATE, Str_IEMSG_ANIMATE); IESetTranslationWordU(msEnglish, IEMSG_LOADFILTER, Str_IEMSG_LOADFILTER); IESetTranslationWordU(msEnglish, IEMSG_SAVEFILTER, Str_IEMSG_SAVEFILTER); IESetTranslationWordU(msEnglish, IEMSG_BUMPMAP, Str_IEMSG_BUMPMAP); IESetTranslationWordU(msEnglish, IEMSG_PRINT, Str_IEMSG_PRINT); IESetTranslationWordU(msEnglish, IEMSG_MARGINS, Str_IEMSG_MARGINS); IESetTranslationWordU(msEnglish, IEMSG_INCHES, Str_IEMSG_INCHES); IESetTranslationWordU(msEnglish, IEMSG_RIGHT, Str_IEMSG_RIGHT); IESetTranslationWordU(msEnglish, IEMSG_BOTTOM, Str_IEMSG_BOTTOM); IESetTranslationWordU(msEnglish, IEMSG_POSITION, Str_IEMSG_POSITION); IESetTranslationWordU(msEnglish, IEMSG_SIZE, Str_IEMSG_SIZE); IESetTranslationWordU(msEnglish, IEMSG_NORMAL, Str_IEMSG_NORMAL); IESetTranslationWordU(msEnglish, IEMSG_FITTOPAGE, Str_IEMSG_FITTOPAGE); IESetTranslationWordU(msEnglish, IEMSG_STRETCHTOPAGE, Str_IEMSG_STRETCHTOPAGE); IESetTranslationWordU(msEnglish, IEMSG_SPECIFIEDSIZE, Str_IEMSG_SPECIFIEDSIZE); IESetTranslationWordU(msEnglish, IEMSG_GAMMACORRECTION, Str_IEMSG_GAMMACORRECTION); IESetTranslationWordU(msEnglish, IEMSG_VALUE2, Str_IEMSG_VALUE2); IESetTranslationWordU(msEnglish, IEMSG_PRINTSETUP, Str_IEMSG_PRINTSETUP); IESetTranslationWordU(msEnglish, IEMSG_LEFTMARGIN, Str_IEMSG_LEFTMARGIN); IESetTranslationWordU(msEnglish, IEMSG_TOPMARGIN, Str_IEMSG_TOPMARGIN); IESetTranslationWordU(msEnglish, IEMSG_RIGHTMARGIN, Str_IEMSG_RIGHTMARGIN); IESetTranslationWordU(msEnglish, IEMSG_BOTTOMMARGIN, Str_IEMSG_BOTTOMMARGIN); IESetTranslationWordU(msEnglish, IEMSG_LOCATIONSIZE, Str_IEMSG_LOCATIONSIZE); IESetTranslationWordU(msEnglish, IEMSG_TOPLEFT, Str_IEMSG_TOPLEFT); IESetTranslationWordU(msEnglish, IEMSG_TOPCENTER, Str_IEMSG_TOPCENTER); IESetTranslationWordU(msEnglish, IEMSG_TOPRIGHT, Str_IEMSG_TOPRIGHT); IESetTranslationWordU(msEnglish, IEMSG_CENTERLEFT, Str_IEMSG_CENTERLEFT); IESetTranslationWordU(msEnglish, IEMSG_CENTER, Str_IEMSG_CENTER); IESetTranslationWordU(msEnglish, IEMSG_CENTERRIGHT, Str_IEMSG_CENTERRIGHT); IESetTranslationWordU(msEnglish, IEMSG_BOTTOMLEFT, Str_IEMSG_BOTTOMLEFT); IESetTranslationWordU(msEnglish, IEMSG_BOTTOMCENTER, Str_IEMSG_BOTTOMCENTER); IESetTranslationWordU(msEnglish, IEMSG_BOTTOMRIGHT, Str_IEMSG_BOTTOMRIGHT); IESetTranslationWordU(msEnglish, IEMSG_CLOSE2, Str_IEMSG_CLOSE2); IESetTranslationWordU(msEnglish, IEMSG_APPLY, Str_IEMSG_APPLY); IESetTranslationWordU(msEnglish, IEMSG_MEASUREUNITS, Str_IEMSG_MEASUREUNITS); IESetTranslationWordU(msEnglish, IEMSG_UNITS, Str_IEMSG_UNITS); IESetTranslationWordU(msEnglish, IEMSG_RATE, Str_IEMSG_RATE); IESetTranslationWordU(msEnglish, IEMSG_ALLGRAPHICS, Str_IEMSG_ALLGRAPHICS); IESetTranslationWordU(msEnglish, IEMSG_VIDEOFORWINDOWS, Str_IEMSG_VIDEOFORWINDOWS); IESetTranslationWordU(msEnglish, IEMSG_FILE, Str_IEMSG_FILE); IESetTranslationWordU(msEnglish, IEMSG_MEM, Str_IEMSG_MEM); IESetTranslationWordU(msEnglish, IEMSG_LOCKPREVIEWHINT, Str_IEMSG_LOCKPREVIEWHINT); IESetTranslationWordU(msEnglish, IEMSG_PRINTALL, Str_IEMSG_PRINTALL); IESetTranslationWordU(msEnglish, IEMSG_PRINTSELECTED, Str_IEMSG_PRINTSELECTED); IESetTranslationWordU(msEnglish, IEMSG_ALLCOMMONGRAPHICFILES, Str_IEMSG_ALLCOMMONGRAPHICFILES); IESetTranslationWordU(msEnglish, IEMSG_ALLFILES, Str_IEMSG_ALLFILES); IESetTranslationWordU(msEnglish, IEMSG_HSV, Str_IEMSG_HSV); IESetTranslationWordU(msEnglish, IEMSG_HSL, Str_IEMSG_HSL); IESetTranslationWordU(msEnglish, IEMSG_RGB, Str_IEMSG_RGB); IESetTranslationWordU(msEnglish, IEMSG_FFT, Str_IEMSG_FFT); IESetTranslationWordU(msEnglish, IEMSG_SHARPEN, Str_IEMSG_SHARPEN); IESetTranslationWordU(msEnglish, IEMSG_CHANNELS, Str_IEMSG_CHANNELS); IESetTranslationWordU(msEnglish, IEMSG_PIXELS, Str_IEMSG_PIXELS); IESetTranslationWordU(msEnglish, IEMSG_FRAMES, Str_IEMSG_FRAMES); IESetTranslationWordU(msEnglish, IEMSG_BIT, Str_IEMSG_BIT); IESetTranslationWordU(msEnglish, IEMSG_BYTE, Str_IEMSG_BYTE); IESetTranslationWordU(msEnglish, IEMSG_DPI, Str_IEMSG_DPI); IESetTranslationWordU(msEnglish, IEMSG_KB, Str_IEMSG_KB); IESetTranslationWordU(msEnglish, IEMSG_FIT, Str_IEMSG_FIT); IESetTranslationWordU(msEnglish, IEMSG_OTHER, Str_IEMSG_OTHER); IESetTranslationWordU(msEnglish, IEMSG_COLUMNS, Str_IEMSG_COLUMNS); IESetTranslationWordU(msEnglish, IEMSG_ROWS, Str_IEMSG_ROWS); IESetTranslationWordU(msEnglish, IEMSG_STYLE, Str_IEMSG_STYLE); IESetTranslationWordU(msEnglish, IEMSG_SPACING, Str_IEMSG_SPACING); IESetTranslationWordU(msEnglish, IEMSG_SELECTACQUIREDEVICE, Str_IEMSG_SELECTACQUIREDEVICE); IESetTranslationWordU(msEnglish, IEMSG_SELECTANACQUISITIONDEVICE, Str_IEMSG_SELECTANACQUISITIONDEVICE); IESetTranslationWordU(msEnglish, IEMSG_Page_X_of_X, str_IEMSG_Page_X_of_X); IESetTranslationWordU(msEnglish, IEMSG_X_Pages, str_IEMSG_X_Pages); IESetTranslationWordU(msEnglish, IEMSG_Previous, str_IEMSG_Previous); IESetTranslationWordU(msEnglish, IEMSG_Next, str_IEMSG_Next); IESetTranslationWordU(msEnglish, IEMSG_THUMBNAILS, str_IEMSG_THUMBNAILS); IESetTranslationWordU(msEnglish, IEMsg_Acquire, Str_IEMsg_Acquire); IESetTranslationWordU(msEnglish, IEMsg_AddFromFile, Str_IEMsg_AddFromFile); IESetTranslationWordU(msEnglish, IEMsg_AddLayer, Str_IEMsg_AddLayer); IESetTranslationWordU(msEnglish, IEMsg_AdjustColors, Str_IEMsg_AdjustColors); IESetTranslationWordU(msEnglish, IEMsg_AutoEqualizeColors, Str_IEMsg_AutoEqualizeColors); IESetTranslationWordU(msEnglish, IEMsg_AutoRotateDisplay, Str_IEMsg_AutoRotateDisplay); IESetTranslationWordU(msEnglish, IEMsg_AutoShrink, Str_IEMsg_AutoShrink); IESetTranslationWordU(msEnglish, IEMsg_AutoStretch, Str_IEMsg_AutoStretch); IESetTranslationWordU(msEnglish, IEMsg_BringForward, Str_IEMsg_BringForward); IESetTranslationWordU(msEnglish, IEMsg_BringToFront, Str_IEMsg_BringToFront); IESetTranslationWordU(msEnglish, IEMsg_CircularSelect, Str_IEMsg_CircularSelect); IESetTranslationWordU(msEnglish, IEMsg_ConvertToGray, Str_IEMsg_ConvertToGray); IESetTranslationWordU(msEnglish, IEMsg_CopyImage, Str_IEMsg_CopyImage); IESetTranslationWordU(msEnglish, IEMsg_CopySelection, Str_IEMsg_CopySelection); IESetTranslationWordU(msEnglish, IEMsg_Copy, Str_IEMsg_Copy); IESetTranslationWordU(msEnglish, IEMsg_CropImageToObjects, Str_IEMsg_CropImageToObjects); IESetTranslationWordU(msEnglish, IEMsg_CropToSelection, Str_IEMsg_CropToSelection); IESetTranslationWordU(msEnglish, IEMsg_CropTransparency, Str_IEMsg_CropTransparency); IESetTranslationWordU(msEnglish, IEMsg_CutSelection, Str_IEMsg_CutSelection); IESetTranslationWordU(msEnglish, IEMsg_Cut, Str_IEMsg_Cut); IESetTranslationWordU(msEnglish, IEMsg_DeleteAll, Str_IEMsg_DeleteAll); IESetTranslationWordU(msEnglish, IEMsg_Delete, Str_IEMsg_Delete); IESetTranslationWordU(msEnglish, IEMsg_DeselectAll, Str_IEMsg_DeselectAll); IESetTranslationWordU(msEnglish, IEMsg_Deselect, Str_IEMsg_Deselect); IESetTranslationWordU(msEnglish, IEMsg_EditPolyline, Str_IEMsg_EditPolyline); IESetTranslationWordU(msEnglish, IEMsg_FirstFrame, Str_IEMsg_FirstFrame); IESetTranslationWordU(msEnglish, IEMsg_FitImageToHeight, Str_IEMsg_FitImageToHeight); IESetTranslationWordU(msEnglish, IEMsg_FitImageToWidth, Str_IEMsg_FitImageToWidth); IESetTranslationWordU(msEnglish, IEMsg_FitImage, Str_IEMsg_FitImage); IESetTranslationWordU(msEnglish, IEMsg_FlipHorizontal, Str_IEMsg_FlipHorizontal); IESetTranslationWordU(msEnglish, IEMsg_FlipVertical, Str_IEMsg_FlipVertical); IESetTranslationWordU(msEnglish, IEMsg_ImageEffects, Str_IEMsg_ImageEffects); IESetTranslationWordU(msEnglish, IEMsg_ImageSaveProperties, Str_IEMsg_ImageSaveProperties); IESetTranslationWordU(msEnglish, IEMsg_InsertAngle, Str_IEMsg_InsertAngle); IESetTranslationWordU(msEnglish, IEMsg_InsertEllipse, Str_IEMsg_InsertEllipse); IESetTranslationWordU(msEnglish, IEMsg_InsertImage, Str_IEMsg_InsertImage); IESetTranslationWordU(msEnglish, IEMsg_InsertLabelWithLine, Str_IEMsg_InsertLabelWithLine); IESetTranslationWordU(msEnglish, IEMsg_InsertLine, Str_IEMsg_InsertLine); IESetTranslationWordU(msEnglish, IEMsg_InsertMemo, Str_IEMsg_InsertMemo); IESetTranslationWordU(msEnglish, IEMsg_InsertPolyline, Str_IEMsg_InsertPolyline); IESetTranslationWordU(msEnglish, IEMsg_InsertRectangle, Str_IEMsg_InsertRectangle); IESetTranslationWordU(msEnglish, IEMsg_InsertRuler, Str_IEMsg_InsertRuler); IESetTranslationWordU(msEnglish, IEMsg_InsertText, Str_IEMsg_InsertText); IESetTranslationWordU(msEnglish, IEMsg_LassoSelect, Str_IEMsg_LassoSelect); IESetTranslationWordU(msEnglish, IEMsg_LastFrame, Str_IEMsg_LastFrame); IESetTranslationWordU(msEnglish, IEMsg_LoadFileAsLayer, Str_IEMsg_LoadFileAsLayer); IESetTranslationWordU(msEnglish, IEMsg_LoopPlayback, Str_IEMsg_LoopPlayback); IESetTranslationWordU(msEnglish, IEMsg_MeasureArea, Str_IEMsg_MeasureArea); IESetTranslationWordU(msEnglish, IEMsg_MeasureDistance, Str_IEMsg_MeasureDistance); IESetTranslationWordU(msEnglish, IEMsg_MeasureLength, Str_IEMsg_MeasureLength); IESetTranslationWordU(msEnglish, IEMsg_MergeAllLayers, Str_IEMsg_MergeAllLayers); IESetTranslationWordU(msEnglish, IEMsg_MergeAllToBackground, Str_IEMsg_MergeAllToBackground); IESetTranslationWordU(msEnglish, IEMsg_MergeToBackground, Str_IEMsg_MergeToBackground); IESetTranslationWordU(msEnglish, IEMsg_MoveLayers, Str_IEMsg_MoveLayers); IESetTranslationWordU(msEnglish, IEMsg_Negative, Str_IEMsg_Negative); IESetTranslationWordU(msEnglish, IEMsg_NextFrame, Str_IEMsg_NextFrame); IESetTranslationWordU(msEnglish, IEMsg_PasteAsLayer, Str_IEMsg_PasteAsLayer); IESetTranslationWordU(msEnglish, IEMsg_Paste, Str_IEMsg_Paste); IESetTranslationWordU(msEnglish, IEMsg_PolygonSelect, Str_IEMsg_PolygonSelect); IESetTranslationWordU(msEnglish, IEMsg_PreviousFrame, Str_IEMsg_PreviousFrame); IESetTranslationWordU(msEnglish, IEMsg_PrintAllThumbnails, Str_IEMsg_PrintAllThumbnails); IESetTranslationWordU(msEnglish, IEMsg_PrintPreview, Str_IEMsg_PrintPreview); IESetTranslationWordU(msEnglish, IEMsg_PrintThumbnails, Str_IEMsg_PrintThumbnails); IESetTranslationWordU(msEnglish, IEMsg_PrintToPage, Str_IEMsg_PrintToPage); IESetTranslationWordU(msEnglish, IEMsg_RectangularSelect, Str_IEMsg_RectangularSelect); IESetTranslationWordU(msEnglish, IEMsg_Redo, Str_IEMsg_Redo); IESetTranslationWordU(msEnglish, IEMsg_RemoveLayer, Str_IEMsg_RemoveLayer); IESetTranslationWordU(msEnglish, IEMsg_RemoveRedEyes, Str_IEMsg_RemoveRedEyes); IESetTranslationWordU(msEnglish, IEMsg_ResizeLayers, Str_IEMsg_ResizeLayers); IESetTranslationWordU(msEnglish, IEMsg_Rotate180, Str_IEMsg_Rotate180); IESetTranslationWordU(msEnglish, IEMsg_RotateLayers, Str_IEMsg_RotateLayers); IESetTranslationWordU(msEnglish, IEMsg_RotateLeft, Str_IEMsg_RotateLeft); IESetTranslationWordU(msEnglish, IEMsg_RotateRight, Str_IEMsg_RotateRight); IESetTranslationWordU(msEnglish, IEMsg_SaveAs, Str_IEMsg_SaveAs); IESetTranslationWordU(msEnglish, IEMsg_SaveProperties, Str_IEMsg_SaveProperties); IESetTranslationWordU(msEnglish, IEMsg_ScrollImage, Str_IEMsg_ScrollImage); IESetTranslationWordU(msEnglish, IEMsg_ScrollToCursor, Str_IEMsg_ScrollToCursor); IESetTranslationWordU(msEnglish, IEMsg_SelectAcquisitionSource, Str_IEMsg_SelectAcquisitionSource); IESetTranslationWordU(msEnglish, IEMsg_SelectAll, Str_IEMsg_SelectAll); IESetTranslationWordU(msEnglish, IEMsg_SelectByColor, Str_IEMsg_SelectByColor); IESetTranslationWordU(msEnglish, IEMsg_Select, Str_IEMsg_Select); IESetTranslationWordU(msEnglish, IEMsg_SendBackward, Str_IEMsg_SendBackward); IESetTranslationWordU(msEnglish, IEMsg_SendToBack, Str_IEMsg_SendToBack); IESetTranslationWordU(msEnglish, IEMsg_SingleFrameOnly, Str_IEMsg_SingleFrameOnly); IESetTranslationWordU(msEnglish, IEMsg_Undo, Str_IEMsg_Undo); IESetTranslationWordU(msEnglish, IEMsg_Unstamp, Str_IEMsg_Unstamp); IESetTranslationWordU(msEnglish, IEMsg_ZoomIn, Str_IEMsg_ZoomIn); IESetTranslationWordU(msEnglish, IEMsg_ZoomOut, Str_IEMsg_ZoomOut); IESetTranslationWordU(msEnglish, IEMsg_ZoomToFullSize, Str_IEMsg_ZoomToFullSize); IESetTranslationWordU(msEnglish, IEMsg_ZoomToSelection, Str_IEMsg_ZoomToSelection); IESetTranslationWordU(msEnglish, IEMsg_Zoom, Str_IEMsg_Zoom); IESetTranslationWordU(msEnglish, IEMsg_AddALineObject, Str_IEMsg_AddALineObject); IESetTranslationWordU(msEnglish, IEMsg_AddAMultiLineTextObject, Str_IEMsg_AddAMultiLineTextObject); IESetTranslationWordU(msEnglish, IEMsg_AddANewLabelObjectWithALine, Str_IEMsg_AddANewLabelObjectWithALine); IESetTranslationWordU(msEnglish, IEMsg_AddANewLayerToThisImage, Str_IEMsg_AddANewLayerToThisImage); IESetTranslationWordU(msEnglish, IEMsg_AddARulerObject, Str_IEMsg_AddARulerObject); IESetTranslationWordU(msEnglish, IEMsg_AddATextObject, Str_IEMsg_AddATextObject); IESetTranslationWordU(msEnglish, IEMsg_AddAnAngleMeasurementObject, Str_IEMsg_AddAnAngleMeasurementObject); IESetTranslationWordU(msEnglish, IEMsg_AddAnEllipticalObject, Str_IEMsg_AddAnEllipticalObject); IESetTranslationWordU(msEnglish, IEMsg_AddAnImageObject, Str_IEMsg_AddAnImageObject); IESetTranslationWordU(msEnglish, IEMsg_AddAnImageToTheGridFromFile, Str_IEMsg_AddAnImageToTheGridFromFile); IESetTranslationWordU(msEnglish, IEMsg_AddAnRectangularObject, Str_IEMsg_AddAnRectangularObject); IESetTranslationWordU(msEnglish, IEMsg_ApplyASharpeningFilterToTheImage, Str_IEMsg_ApplyASharpeningFilterToTheImage); IESetTranslationWordU(msEnglish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, Str_IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation); IESetTranslationWordU(msEnglish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, Str_IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation); IESetTranslationWordU(msEnglish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, Str_IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers); IESetTranslationWordU(msEnglish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, Str_IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects); IESetTranslationWordU(msEnglish, IEMsg_ClearAllImages, Str_IEMsg_ClearAllImages); IESetTranslationWordU(msEnglish, IEMsg_ClearAll, Str_IEMsg_ClearAll); IESetTranslationWordU(msEnglish, IEMsg_ClearThisImage, Str_IEMsg_ClearThisImage); IESetTranslationWordU(msEnglish, IEMsg_ClearYourSelection, Str_IEMsg_ClearYourSelection); IESetTranslationWordU(msEnglish, IEMsg_ClickTheImageAndDragTheMouseToScroll, Str_IEMsg_ClickTheImageAndDragTheMouseToScroll); IESetTranslationWordU(msEnglish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, Str_IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile); IESetTranslationWordU(msEnglish, IEMsg_CopyImageToTheClipboard, Str_IEMsg_CopyImageToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, Str_IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, Str_IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt); IESetTranslationWordU(msEnglish, IEMsg_CopyTheCurrentImageToTheClipboard, Str_IEMsg_CopyTheCurrentImageToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_CutTheSelectionToTheClipboard, Str_IEMsg_CutTheSelectionToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_CopyTheCurrentSelectionToTheClipboard, Str_IEMsg_CopyTheCurrentSelectionToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_CopyTheSelectedObjectToTheClipboard, Str_IEMsg_CopyTheSelectedObjectToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_DeselectAllObjects, Str_IEMsg_DeselectAllObjects); IESetTranslationWordU(msEnglish, IEMsg_DisplayAPreviewOfThisImageForPrinting, Str_IEMsg_DisplayAPreviewOfThisImageForPrinting); IESetTranslationWordU(msEnglish, IEMsg_DisplayAPreviewOfYourPrinting, Str_IEMsg_DisplayAPreviewOfYourPrinting); IESetTranslationWordU(msEnglish, IEMsg_DisplayLargeImagesAtTheWindowSize, Str_IEMsg_DisplayLargeImagesAtTheWindowSize); IESetTranslationWordU(msEnglish, IEMsg_DisplayOnlyTheActiveFrame, Str_IEMsg_DisplayOnlyTheActiveFrame); IESetTranslationWordU(msEnglish, IEMsg_DisplaySmallImagesAtTheWindowSize, Str_IEMsg_DisplaySmallImagesAtTheWindowSize); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, Str_IEMsg_DisplayTheAnimationOfAGIFOrAVIFile); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheFirstFrameOfThisImage, Str_IEMsg_DisplayTheFirstFrameOfThisImage); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageAtFullSize, Str_IEMsg_DisplayTheImageAtFullSize); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, Str_IEMsg_DisplayTheImageAtTheHeightOfTheWindow); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, Str_IEMsg_DisplayTheImageAtTheSizeOfTheWindow); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, Str_IEMsg_DisplayTheImageAtTheWidthOfTheWindow); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageLarger, Str_IEMsg_DisplayTheImageLarger); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheImageSmaller, Str_IEMsg_DisplayTheImageSmaller); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheLastFrameOfThisImage, Str_IEMsg_DisplayTheLastFrameOfThisImage); IESetTranslationWordU(msEnglish, IEMsg_DisplayTheNextFrameOfThisImage, Str_IEMsg_DisplayTheNextFrameOfThisImage); IESetTranslationWordU(msEnglish, IEMsg_DisplayThePriorFrameOfThisImage, Str_IEMsg_DisplayThePriorFrameOfThisImage); IESetTranslationWordU(msEnglish, IEMsg_DynamicallyMeasureADistance, Str_IEMsg_DynamicallyMeasureADistance); IESetTranslationWordU(msEnglish, IEMsg_EditPointsOfAPolyline, Str_IEMsg_EditPointsOfAPolyline); IESetTranslationWordU(msEnglish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, Str_IEMsg_EqualizesTheColorHistogramForTheSelectedRegion); IESetTranslationWordU(msEnglish, IEMsg_FlipTheImageFromLeftToRight, Str_IEMsg_FlipTheImageFromLeftToRight); IESetTranslationWordU(msEnglish, IEMsg_FlipTheImageFromTopToBottom, Str_IEMsg_FlipTheImageFromTopToBottom); IESetTranslationWordU(msEnglish, IEMsg_FlipTheSelectedImageFromLeftToRight, Str_IEMsg_FlipTheSelectedImageFromLeftToRight); IESetTranslationWordU(msEnglish, IEMsg_FlipTheSelectedImageFromTopToBottom, Str_IEMsg_FlipTheSelectedImageFromTopToBottom); IESetTranslationWordU(msEnglish, IEMsg_FreeHandPaintAnOpenPolygon, Str_IEMsg_FreeHandPaintAnOpenPolygon); IESetTranslationWordU(msEnglish, IEMsg_InvertTheColorsOfTheImage, Str_IEMsg_InvertTheColorsOfTheImage); IESetTranslationWordU(msEnglish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, Str_IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut); IESetTranslationWordU(msEnglish, IEMsg_LoadAnImageFromFile, Str_IEMsg_LoadAnImageFromFile); IESetTranslationWordU(msEnglish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, Str_IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains); IESetTranslationWordU(msEnglish, IEMsg_MeasureARectangularArea, Str_IEMsg_MeasureARectangularArea); IESetTranslationWordU(msEnglish, IEMsg_MeasureTheDistanceBetweenTwoPoints, Str_IEMsg_MeasureTheDistanceBetweenTwoPoints); IESetTranslationWordU(msEnglish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, Str_IEMsg_MergeAllObjectsWithTheBackgroundLayer); IESetTranslationWordU(msEnglish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, Str_IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer); IESetTranslationWordU(msEnglish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, Str_IEMsg_MergeAllLayersOfTheImageIntoASingleOne); IESetTranslationWordU(msEnglish, IEMsg_MoveTheMouseToScrollTheImage, Str_IEMsg_MoveTheMouseToScrollTheImage); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedLayerBackward, Str_IEMsg_MoveTheSelectedLayerBackward); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedLayerForward, Str_IEMsg_MoveTheSelectedLayerForward); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedObjectBackward, Str_IEMsg_MoveTheSelectedObjectBackward); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedObjectForward, Str_IEMsg_MoveTheSelectedObjectForward); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedObjectToTheClipboard, Str_IEMsg_MoveTheSelectedObjectToTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_PasteFromTheClipboard, Str_IEMsg_PasteFromTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_PasteObjectFromTheClipboard, Str_IEMsg_PasteObjectFromTheClipboard); IESetTranslationWordU(msEnglish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, Str_IEMsg_PasteTheContentOfTheClipboardAsANewLayer); IESetTranslationWordU(msEnglish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, Str_IEMsg_PerformColorEnhancementFunctionsOnTheImage); IESetTranslationWordU(msEnglish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, Str_IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage); IESetTranslationWordU(msEnglish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, Str_IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse); IESetTranslationWordU(msEnglish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, Str_IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse); IESetTranslationWordU(msEnglish, IEMsg_PerformEffectsOnTheImage, Str_IEMsg_PerformEffectsOnTheImage); IESetTranslationWordU(msEnglish, IEMsg_PerformEffectsOnTheSelectedImage, Str_IEMsg_PerformEffectsOnTheSelectedImage); IESetTranslationWordU(msEnglish, IEMsg_PlaybackTheseFramesInSequence, Str_IEMsg_PlaybackTheseFramesInSequence); IESetTranslationWordU(msEnglish, IEMsg_PositionTheSelectedLayerBehindAllOthers, Str_IEMsg_PositionTheSelectedLayerBehindAllOthers); IESetTranslationWordU(msEnglish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, Str_IEMsg_PositionTheSelectedObjectBehindAllOtherObjects); IESetTranslationWordU(msEnglish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, Str_IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails); IESetTranslationWordU(msEnglish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, Str_IEMsg_PrintTheSelectedImageAtItsOriginalSize); IESetTranslationWordU(msEnglish, IEMsg_PrintTheSelectedImageToFitThePage, Str_IEMsg_PrintTheSelectedImageToFitThePage); IESetTranslationWordU(msEnglish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, Str_IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails); IESetTranslationWordU(msEnglish, IEMsg_PrintThisImageAtItsOriginalSize, Str_IEMsg_PrintThisImageAtItsOriginalSize); IESetTranslationWordU(msEnglish, IEMsg_PrintThisImageToFitThePage, Str_IEMsg_PrintThisImageToFitThePage); IESetTranslationWordU(msEnglish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, Str_IEMsg_PromptForAnImageFileToLoadAsANewLayer); IESetTranslationWordU(msEnglish, IEMsg_RedoTheLastActionThatWasUndone, Str_IEMsg_RedoTheLastActionThatWasUndone); IESetTranslationWordU(msEnglish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, Str_IEMsg_ReduceTheColorsOfTheImageToGrayscale); IESetTranslationWordU(msEnglish, IEMsg_RemoveAllObjectsFromTheImage, Str_IEMsg_RemoveAllObjectsFromTheImage); IESetTranslationWordU(msEnglish, IEMsg_CropTheImageToTheCurrentSelection, Str_IEMsg_CropTheImageToTheCurrentSelection); IESetTranslationWordU(msEnglish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, Str_IEMsg_RemoveTheRedEyeEffectFromTheSelection); IESetTranslationWordU(msEnglish, IEMsg_RemoveTheSelectedImage, Str_IEMsg_RemoveTheSelectedImage); IESetTranslationWordU(msEnglish, IEMsg_RemoveTheSelectedLayersFromTheImage, Str_IEMsg_RemoveTheSelectedLayersFromTheImage); IESetTranslationWordU(msEnglish, IEMsg_RemoveTheSelectedObjectFromTheImage, Str_IEMsg_RemoveTheSelectedObjectFromTheImage); IESetTranslationWordU(msEnglish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, Str_IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers); IESetTranslationWordU(msEnglish, IEMsg_RestartPlaybackAfterItCompletes, Str_IEMsg_RestartPlaybackAfterItCompletes); IESetTranslationWordU(msEnglish, IEMsg_RetrieveAnImageFromACameraOrScanner, Str_IEMsg_RetrieveAnImageFromACameraOrScanner); IESetTranslationWordU(msEnglish, IEMsg_RetrieveImagesFromACameraOrScanner, Str_IEMsg_RetrieveImagesFromACameraOrScanner); IESetTranslationWordU(msEnglish, IEMsg_RotateTheImage180Clockwise, Str_IEMsg_RotateTheImage180Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheImage90Clockwise, Str_IEMsg_RotateTheImage90Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheImage90CounterClockwise, Str_IEMsg_RotateTheImage90CounterClockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedImage180Clockwise, Str_IEMsg_RotateTheSelectedImage180Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedImage90Clockwise, Str_IEMsg_RotateTheSelectedImage90Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedImage90CounterClockwise, Str_IEMsg_RotateTheSelectedImage90CounterClockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedObject180Clockwise, Str_IEMsg_RotateTheSelectedObject180Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedObject90Clockwise, Str_IEMsg_RotateTheSelectedObject90Clockwise); IESetTranslationWordU(msEnglish, IEMsg_RotateTheSelectedObject90CounterClockwise, Str_IEMsg_RotateTheSelectedObject90CounterClockwise); IESetTranslationWordU(msEnglish, IEMsg_SaveChangesToThisImageToFile, Str_IEMsg_SaveChangesToThisImageToFile); IESetTranslationWordU(msEnglish, IEMsg_SaveThisImageToANewFilename, Str_IEMsg_SaveThisImageToANewFilename); IESetTranslationWordU(msEnglish, IEMsg_SelectACircularAreaOfYourImage, Str_IEMsg_SelectACircularAreaOfYourImage); IESetTranslationWordU(msEnglish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, Str_IEMsg_SelectAPortionOfYourImageOfASimilarColor); IESetTranslationWordU(msEnglish, IEMsg_SelectARectangularAreaOfYourImage, Str_IEMsg_SelectARectangularAreaOfYourImage); IESetTranslationWordU(msEnglish, IEMsg_SelectAllImagesInTheGrid, Str_IEMsg_SelectAllImagesInTheGrid); IESetTranslationWordU(msEnglish, IEMsg_SelectAllObjectsOfImage, Str_IEMsg_SelectAllObjectsOfImage); IESetTranslationWordU(msEnglish, IEMsg_SelectAnAreaOfTheImageToZoomInto, Str_IEMsg_SelectAnAreaOfTheImageToZoomInto); IESetTranslationWordU(msEnglish, IEMsg_SelectOrResizeAnObject, Str_IEMsg_SelectOrResizeAnObject); IESetTranslationWordU(msEnglish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, Str_IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom); IESetTranslationWordU(msEnglish, IEMsg_SelectTheFirstFrame, Str_IEMsg_SelectTheFirstFrame); IESetTranslationWordU(msEnglish, IEMsg_SelectTheLastFrame, Str_IEMsg_SelectTheLastFrame); IESetTranslationWordU(msEnglish, IEMsg_SelectTheNextFrame, Str_IEMsg_SelectTheNextFrame); IESetTranslationWordU(msEnglish, IEMsg_SelectThePreviousFrame, Str_IEMsg_SelectThePreviousFrame); IESetTranslationWordU(msEnglish, IEMsg_SingleClickingWillNotInsertANewObject, Str_IEMsg_SingleClickingWillNotInsertANewObject); IESetTranslationWordU(msEnglish, IEMsg_SpecifyAdvancedPropertiesForAllImages, Str_IEMsg_SpecifyAdvancedPropertiesForAllImages); IESetTranslationWordU(msEnglish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, Str_IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage); IESetTranslationWordU(msEnglish, IEMsg_SpecifyAdvancedPropertiesForThisImage, Str_IEMsg_SpecifyAdvancedPropertiesForThisImage); IESetTranslationWordU(msEnglish, IEMsg_UndoTheLastAction, Str_IEMsg_UndoTheLastAction); IESetTranslationWordU(msEnglish, IEMsg_UndoTheLastEdit, Str_IEMsg_UndoTheLastEdit); IESetTranslationWordU(msEnglish, IEMsg_UseTheMouseToMoveImageLayers, Str_IEMsg_UseTheMouseToMoveImageLayers); IESetTranslationWordU(msEnglish, IEMsg_UseTheMouseToResizeImageLayers, Str_IEMsg_UseTheMouseToResizeImageLayers); IESetTranslationWordU(msEnglish, IEMsg_UseTheMouseToRotateImageLayers, Str_IEMsg_UseTheMouseToRotateImageLayers); IESetTranslationWordU(msEnglish, IEMsg_ZoomImage , Str_IEMsg_ZoomImage ); IESetTranslationWordU(msEnglish, IEMsg_DisplayImageAtCustomZoom , Str_IEMsg_DisplayImageAtCustomZoom ); IESetTranslationWordU(msEnglish, IEMsg_CustomRotate , Str_IEMsg_CustomRotate ); IESetTranslationWordU(msEnglish, IEMsg_RotateImageByACustomAngle , Str_IEMsg_RotateImageByACustomAngle ); IESetTranslationWordU(msEnglish, IEMsg_ResizeImage , Str_IEMsg_ResizeImage ); IESetTranslationWordU(msEnglish, IEMsg_SpecifyANewSizeForTheImage, Str_IEMsg_SpecifyANewSizeForTheImage ); IESetTranslationWordU(msEnglish, IEMSG_RESIZE, Str_IEMsg_Resize); IESetTranslationWordU(msEnglish, IEMSG_CURRENT, Str_IEMsg_Current); IESetTranslationWordU(msEnglish, IEMSG_NEW, Str_IEMsg_New); IESetTranslationWordU(msEnglish, IEMSG_SCALE, Str_IEMsg_Scale); IESetTranslationWordU(msEnglish, IEMSG_MAINTAINASPECTRATIO, Str_IEMsg_MaintainAspectRatio); IESetTranslationWordU(msEnglish, IEMSG_Folder , Str_IEMSG_Folder ); IESetTranslationWordU(msEnglish, IEMSG_Dimensions, Str_IEMSG_Dimensions); IESetTranslationWordU(msEnglish, IEMSG_Type , Str_IEMSG_Type ); IESetTranslationWordU(msEnglish, IEMSG_Created , Str_IEMSG_Created ); IESetTranslationWordU(msEnglish, IEMSG_Modified , Str_IEMSG_Modified ); IESetTranslationWordU(msEnglish, IEMsg_CopyFiles , Str_IEMsg_CopyFiles ); IESetTranslationWordU(msEnglish, IEMsg_CopyFilesToClipboard , Str_IEMsg_CopyFilesToClipboard ); IESetTranslationWordU(msEnglish, IEMsg_CopyTheSelectedFilesToANewFolder , Str_IEMsg_CopyTheSelectedFilesToANewFolder ); IESetTranslationWordU(msEnglish, IEMsg_CopyTheSelectedFilesToTheClipboard , Str_IEMsg_CopyTheSelectedFilesToTheClipboard ); IESetTranslationWordU(msEnglish, IEMsg_CutFilesToClipboard , Str_IEMsg_CutFilesToClipboard ); IESetTranslationWordU(msEnglish, IEMsg_CutTheSelectedFilesToTheClipboard , Str_IEMsg_CutTheSelectedFilesToTheClipboard ); IESetTranslationWordU(msEnglish, IEMsg_DeleteFiles , Str_IEMsg_DeleteFiles ); IESetTranslationWordU(msEnglish, IEMsg_DeleteTheSelectedFilesFromTheFolder , Str_IEMsg_DeleteTheSelectedFilesFromTheFolder ); IESetTranslationWordU(msEnglish, IEMsg_GoUp , Str_IEMsg_GoUp ); IESetTranslationWordU(msEnglish, IEMsg_MoveFiles , Str_IEMsg_MoveFiles ); IESetTranslationWordU(msEnglish, IEMsg_MoveTheSelectedFilesToANewFolder , Str_IEMsg_MoveTheSelectedFilesToANewFolder ); IESetTranslationWordU(msEnglish, IEMsg_OpenFile , Str_IEMsg_OpenFile ); IESetTranslationWordU(msEnglish, IEMsg_OpenTheParentOfTheCurrentFolder , Str_IEMsg_OpenTheParentOfTheCurrentFolder ); IESetTranslationWordU(msEnglish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , Str_IEMsg_OpenTheSelectedFileInTheDefaultViewer ); IESetTranslationWordU(msEnglish, IEMsg_PasteFilesFromClipboard , Str_IEMsg_PasteFilesFromClipboard ); IESetTranslationWordU(msEnglish, IEMsg_PasteFilesFromTheClipboardToThisFolder, Str_IEMsg_PasteFilesFromTheClipboardToThisFolder ); IESetTranslationWordU(msEnglish, IEMsg_Refresh , Str_IEMsg_Refresh ); IESetTranslationWordU(msEnglish, IEMsg_RefreshTheFileListing , Str_IEMsg_RefreshTheFileListing ); IESetTranslationWordU(msEnglish, IEMsg_WhereDoYouWantToMoveTheseFiles , Str_IEMsg_WhereDoYouWantToMoveTheseFiles ); IESetTranslationWordU(msEnglish, IEMsg_WhereDoYouWantToCopyTheseFiles , Str_IEMsg_WhereDoYouWantToCopyTheseFiles ); IESetTranslationWordU(msEnglish, IEMsg_XIsNotAValidFolder , Str_IEMsg_XIsNotAValidFolder ); IESetTranslationWordU(msEnglish, IEMsg_RenameFile , Str_IEMsg_RenameFile ); IESetTranslationWordU(msEnglish, IEMsg_SpecifyANewNameForTheSelectedFile , Str_IEMsg_SpecifyANewNameForTheSelectedFile ); IESetTranslationWordU(msEnglish, IEMsg_SpecifyANewNameForX , Str_IEMsg_SpecifyANewNameForX ); IESetTranslationWordU(msEnglish, IEMsg_SelectAFolderToOpen , Str_IEMsg_SelectAFolderToOpen ); IESetTranslationWordU(msEnglish, IEMsg_SelectFolder , Str_IEMsg_SelectFolder ); IESetTranslationWordU(msEnglish, IEMsg_CreateFolder , Str_IEMsg_CreateFolder ); IESetTranslationWordU(msEnglish, IEMsg_CreateANewFolderAtTheCurrentLocation , Str_IEMsg_CreateANewFolderAtTheCurrentLocation ); IESetTranslationWordU(msEnglish, IEMsg_SpecifyTheNameOfYourNewFolder , Str_IEMsg_SpecifyTheNameOfYourNewFolder ); IESetTranslationWordU(msEnglish, IEMsg_SoftShadow , Str_IEMsg_SoftShadow ); IESetTranslationWordU(msEnglish, IEMsg_AddSoftShadow , Str_IEMsg_AddSoftShadow ); IESetTranslationWordU(msEnglish, IEMsg_Radius , Str_IEMsg_Radius ); IESetTranslationWordU(msEnglish, IEMsg_Offset , Str_IEMsg_Offset ); IESetTranslationWordU(msEnglish, IEMsg_All_Glow , Str_IEMsg_All_Glow ); IESetTranslationWordU(msEnglish, IEMsg_FillPage , Str_IEMsg_FillPage ); IESetTranslationWordU(msEnglish, IEMsg_AutoEnhance , Str_IEMsg_AutoEnhance ); IESetTranslationWordU(msEnglish, IEMsg_AutoEnhanceMethod , Str_IEMsg_AutoEnhanceMethod ); IESetTranslationWordU(msEnglish, IEMsg_General , Str_IEMsg_General ); IESetTranslationWordU(msEnglish, IEMsg_ToneMapping , Str_IEMsg_ToneMapping ); IESetTranslationWordU(msEnglish, IEMsg_Slope , Str_IEMsg_Slope ); IESetTranslationWordU(msEnglish, IEMsg_Range , Str_IEMsg_Range ); IESetTranslationWordU(msEnglish, IEMsg_Gamma , Str_IEMsg_Gamma ); IESetTranslationWordU(msEnglish, IEMsg_Crop , Str_IEMsg_Crop ); IESetTranslationWordU(msEnglish, IEMsg_CropImage , Str_IEMsg_CropImage ); IESetTranslationWordU(msEnglish, IEMsg_EditImage , Str_IEMsg_EditImage ); IESetTranslationWordU(msEnglish, IEMsg_PerformEditingFunctionsOnTheImage , Str_IEMsg_PerformEditingFunctionsOnTheImage ); IESetTranslationWordU(msEnglish, IEMsg_PreviewEffects , Str_IEMsg_PreviewEffects ); IESetTranslationWordU(msEnglish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, Str_IEMsg_PreviewEffectsToEditAndEnhanceTheImage ); IESetTranslationWordU(msEnglish, IEMsg_ThumbnailView , Str_IEMsg_ThumbnailView ); IESetTranslationWordU(msEnglish, IEMsg_DisplayLargeThumbnails , Str_IEMsg_DisplayLargeThumbnails ); IESetTranslationWordU(msEnglish, IEMsg_DetailView , Str_IEMsg_DetailView ); IESetTranslationWordU(msEnglish, IEMsg_DisplayFileDetails , Str_IEMsg_DisplayFileDetails ); IESetTranslationWordU(msEnglish, IEMsg_Filename , Str_IEMsg_Filename ); IESetTranslationWordU(msEnglish, IEMsg_FileType , Str_IEMsg_FileType ); IESetTranslationWordU(msEnglish, IEMsg_FileSize , Str_IEMsg_FileSize ); IESetTranslationWordU(msEnglish, IEMsg_CreateDate , Str_IEMsg_CreateDate ); IESetTranslationWordU(msEnglish, IEMsg_EditDate , Str_IEMsg_EditDate ); IESetTranslationWordU(msEnglish, IEMsg_ImageSize , Str_IEMsg_ImageSize ); IESetTranslationWordU(msEnglish, IEMsg_SortByX , Str_IEMsg_SortByX ); IESetTranslationWordU(msEnglish, IEMsg_Ascending , Str_IEMsg_Ascending ); IESetTranslationWordU(msEnglish, IEMsg_Descending , Str_IEMsg_Descending ); IESetTranslationWordU(msEnglish, IEMsg_SortX , Str_IEMsg_SortX ); IESetTranslationWordU(msEnglish, IEMsg_MultiplePages , Str_IEMsg_MultiplePages ); IESetTranslationWordU(msEnglish, IEMsg_PagesAcross , Str_IEMsg_PagesAcross ); IESetTranslationWordU(msEnglish, IEMsg_PagesDown , Str_IEMsg_PagesDown ); IESetTranslationWordU(msEnglish, IEMsg_SelectAllLayers , Str_IEMsg_SelectAllLayers ); IESetTranslationWordU(msEnglish, IEMsg_SelectAllLayersOfTheImage , Str_IEMsg_SelectAllLayersOfTheImage ); IESetTranslationWordU(msEnglish, IEMsg_DeselectAllLayers , Str_IEMsg_DeselectAllLayers ); IESetTranslationWordU(msEnglish, IEMsg_DeselectAllLayersOfTheImage , Str_IEMsg_DeselectAllLayersOfTheImage ); IESetTranslationWordU(msEnglish, IEMsg_GroupLayers , Str_IEMsg_GroupLayers ); IESetTranslationWordU(msEnglish, IEMsg_AddSelectedLayersToASelectionGroup , Str_IEMsg_AddSelectedLayersToASelectionGroup ); IESetTranslationWordU(msEnglish, IEMsg_UngroupLayers , Str_IEMsg_UngroupLayers ); IESetTranslationWordU(msEnglish, IEMsg_RemoveSelectedLayersFromSelectionGroup, Str_IEMsg_RemoveSelectedLayersFromSelectionGroup ); IESetTranslationWordU(msEnglish, IEMsg_MergeLayers , Str_IEMsg_MergeLayers ); IESetTranslationWordU(msEnglish, IEMsg_MergeSelectedLayersIntoASingleLayer , Str_IEMsg_MergeSelectedLayersIntoASingleLayer ); IESetTranslationWordU(msEnglish, IEMsg_ColumnView , Str_IEMsg_ColumnView ); IESetTranslationWordU(msEnglish, IEMsg_DisplayFileColumns , Str_IEMsg_DisplayFileColumns ); IESetTranslationWordU(msEnglish, IEMsg_LargeThumbnailView , Str_IEMsg_LargeThumbnailView ); IESetTranslationWordU(msEnglish, IEMsg_DisplayThumbnails , Str_IEMsg_DisplayThumbnails ); IESetTranslationWordU(msEnglish, IEMsg_FileListView , Str_IEMsg_FileListView ); IESetTranslationWordU(msEnglish, IEMsg_DisplayFileList , Str_IEMsg_DisplayFileList ); IESetTranslationWordU(msEnglish, IEMsg_ShowColumnX , Str_IEMsg_ShowColumnX ); IESetTranslationWordU(msEnglish, IEMsg_Path , Str_IEMsg_Path ); IESetTranslationWordU(msEnglish, IEMsg_ImageProperties , Str_IEMsg_ImageProperties ); IESetTranslationWordU(msEnglish, IEMsg_Caption , Str_IEMsg_Caption ); IESetTranslationWordU(msEnglish, IEMsg_ADDINNERSHADOW , Str_IEMsg_ADDINNERSHADOW ); IESetTranslationWordU(msEnglish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , Str_IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION ); IESetTranslationWordU(msEnglish, IEMsg_ADJUSTGAINOFFSET , Str_IEMsg_ADJUSTGAINOFFSET ); IESetTranslationWordU(msEnglish, IEMsg_AdjustLuminanceSaturation , Str_IEMsg_AdjustLuminanceSaturation ); IESetTranslationWordU(msEnglish, IEMsg_ADJUSTTEMPERATURE , Str_IEMsg_ADJUSTTEMPERATURE ); IESetTranslationWordU(msEnglish, IEMsg_ADJUSTTINT , Str_IEMsg_ADJUSTTINT ); IESetTranslationWordU(msEnglish, IEMsg_Automatic , Str_IEMsg_Automatic ); IESetTranslationWordU(msEnglish, IEMsg_AUTOSHARPEN , Str_IEMsg_AUTOSHARPEN ); IESetTranslationWordU(msEnglish, IEMsg_BLUR , Str_IEMsg_BLUR ); IESetTranslationWordU(msEnglish, IEMsg_CASTALPHA , Str_IEMsg_CASTALPHA ); IESetTranslationWordU(msEnglish, IEMsg_CASTCOLOR , Str_IEMsg_CASTCOLOR ); IESetTranslationWordU(msEnglish, IEMsg_CASTCOLORRANGE , Str_IEMsg_CASTCOLORRANGE ); IESetTranslationWordU(msEnglish, IEMsg_CLEARSEL , Str_IEMsg_CLEARSEL ); IESetTranslationWordU(msEnglish, IEMsg_COLORIZE , Str_IEMsg_COLORIZE ); IESetTranslationWordU(msEnglish, IEMsg_CONVERTTO , Str_IEMsg_CONVERTTO ); IESetTranslationWordU(msEnglish, IEMsg_CONVERTTO24BIT , Str_IEMsg_CONVERTTO24BIT ); IESetTranslationWordU(msEnglish, IEMsg_CONVERTTOPALETTE , Str_IEMsg_CONVERTTOPALETTE ); IESetTranslationWordU(msEnglish, IEMsg_CONVERTTOSEPIA , Str_IEMsg_CONVERTTOSEPIA ); IESetTranslationWordU(msEnglish, IEMsg_CONVOLVE , Str_IEMsg_CONVOLVE ); IESetTranslationWordU(msEnglish, IEMsg_DECRYPT , Str_IEMsg_DECRYPT ); IESetTranslationWordU(msEnglish, IEMsg_DEINTERLACE , Str_IEMsg_DEINTERLACE ); IESetTranslationWordU(msEnglish, IEMsg_ReorderColorChannels , Str_IEMsg_ReorderColorChannels ); IESetTranslationWordU(msEnglish, IEMsg_EDGEDETECT , Str_IEMsg_EDGEDETECT ); IESetTranslationWordU(msEnglish, IEMsg_ENCRYPT , Str_IEMsg_ENCRYPT ); IESetTranslationWordU(msEnglish, IEMsg_FEATHEREDGES , Str_IEMsg_FEATHEREDGES ); IESetTranslationWordU(msEnglish, IEMsg_FILL , Str_IEMsg_FILL ); IESetTranslationWordU(msEnglish, IEMsg_FTCLEARZONE , Str_IEMsg_FTCLEARZONE ); IESetTranslationWordU(msEnglish, IEMsg_HISTAUTOEQUALIZE , Str_IEMsg_HISTAUTOEQUALIZE ); IESetTranslationWordU(msEnglish, IEMsg_INTENSITY , Str_IEMsg_INTENSITY ); IESetTranslationWordU(msEnglish, IEMsg_AdjustHistogram , Str_IEMsg_AdjustHistogram ); IESetTranslationWordU(msEnglish, IEMsg_MAPGRAYTOCOLOR , Str_IEMsg_MAPGRAYTOCOLOR ); IESetTranslationWordU(msEnglish, IEMsg_MATCHHSVRANGE , Str_IEMsg_MATCHHSVRANGE ); IESetTranslationWordU(msEnglish, IEMsg_MEDIANFILTER , Str_IEMsg_MEDIANFILTER ); IESetTranslationWordU(msEnglish, IEMsg_MERGEWITHMASK , Str_IEMsg_MERGEWITHMASK ); IESetTranslationWordU(msEnglish, IEMsg_MERGE , Str_IEMsg_MERGE ); IESetTranslationWordU(msEnglish, IEMsg_Monochrome , Str_IEMsg_Monochrome ); IESetTranslationWordU(msEnglish, IEMsg_MOTIONBLUR , Str_IEMsg_MOTIONBLUR ); IESetTranslationWordU(msEnglish, IEMsg_PAINTMARK , Str_IEMsg_PAINTMARK ); IESetTranslationWordU(msEnglish, IEMsg_PERSPECTIVEDRAW , Str_IEMsg_PERSPECTIVEDRAW ); IESetTranslationWordU(msEnglish, IEMsg_ConvolutionFilter , Str_IEMsg_ConvolutionFilter ); IESetTranslationWordU(msEnglish, IEMsg_PROJECTDRAW , Str_IEMsg_PROJECTDRAW ); IESetTranslationWordU(msEnglish, IEMsg_RADIALSTRETCH , Str_IEMsg_RADIALSTRETCH ); IESetTranslationWordU(msEnglish, IEMsg_RANDOMIZE , Str_IEMsg_RANDOMIZE ); IESetTranslationWordU(msEnglish, IEMsg_REFLECTION , Str_IEMsg_REFLECTION ); IESetTranslationWordU(msEnglish, IEMsg_REMOVECHROMAKEY , Str_IEMsg_REMOVECHROMAKEY ); IESetTranslationWordU(msEnglish, IEMsg_REMOVEISOLATEDPIXELS , Str_IEMsg_REMOVEISOLATEDPIXELS ); IESetTranslationWordU(msEnglish, IEMsg_REMOVENOISE , Str_IEMsg_REMOVENOISE ); IESetTranslationWordU(msEnglish, IEMsg_RESIZECANVASXX , Str_IEMsg_RESIZECANVASXX ); IESetTranslationWordU(msEnglish, IEMsg_ROTATEANDCROP , Str_IEMsg_ROTATEANDCROP ); IESetTranslationWordU(msEnglish, IEMsg_ROUNDIMAGE , Str_IEMsg_ROUNDIMAGE ); IESetTranslationWordU(msEnglish, IEMSG_ConvertToXColors , Str_IEMSG_ConvertToXColors ); IESetTranslationWordU(msEnglish, IEMsg_SHIFTCHANNEL , Str_IEMsg_SHIFTCHANNEL ); IESetTranslationWordU(msEnglish, IEMSG_TileImage , Str_IEMSG_TileImage ); IESetTranslationWordU(msEnglish, IEMsg_UNSHARPEN , Str_IEMsg_UNSHARPEN ); IESetTranslationWordU(msEnglish, IEMsg_WALLISFILTER , Str_IEMsg_WALLISFILTER ); IESetTranslationWordU(msEnglish, IEMsg_WHITEBALANCE , Str_IEMsg_WHITEBALANCE ); IESetTranslationWordU(msEnglish, IEMsg_WRITEHIDDENDATA , Str_IEMsg_WRITEHIDDENDATA ); IESetTranslationWordU(msEnglish, IEMsg_AdjustHSV , Str_IEMsg_AdjustHSV ); IESetTranslationWordU(msEnglish, IEMsg_AdjustHSL , Str_IEMsg_AdjustHSL ); IESetTranslationWordU(msEnglish, IEMsg_AdjustRGB , Str_IEMsg_AdjustRGB ); IESetTranslationWordU(msEnglish, IEMsg_ShowRulers , Str_IEMsg_ShowRulers ); IESetTranslationWordU(msEnglish, IEMsg_ShowMeasurementRulersBesideImage , Str_IEMsg_ShowMeasurementRulersBesideImage ); IESetTranslationWordU(msEnglish, IEMsg_CapPixels , Str_IEMsg_CapPixels ); IESetTranslationWordU(msEnglish, IEMsg_ShowRulerInPixels , Str_IEMsg_ShowRulerInPixels ); IESetTranslationWordU(msEnglish, IEMsg_CapInches , Str_IEMsg_CapInches ); IESetTranslationWordU(msEnglish, IEMsg_ShowRulerInInches , Str_IEMsg_ShowRulerInInches ); IESetTranslationWordU(msEnglish, IEMsg_Millimeters , Str_IEMsg_Millimeters ); IESetTranslationWordU(msEnglish, IEMsg_ShowRulerInMillimeters , Str_IEMsg_ShowRulerInMillimeters ); IESetTranslationWordU(msEnglish, IEMsg_Centimeters , Str_IEMsg_Centimeters ); IESetTranslationWordU(msEnglish, IEMsg_ShowRulerInCentimeters , Str_IEMsg_ShowRulerInCentimeters ); IESetTranslationWordU(msEnglish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , Str_IEMSG_SYMMETRICNEARESTNEIGHBOUR ); IESetTranslationWordU(msEnglish, IEMSG_PIXELIZE , Str_IEMSG_PIXELIZE ); IESetTranslationWordU(msEnglish, IEMSG_PENCILSKETCH , Str_IEMSG_PENCILSKETCH ); IESetTranslationWordU(msEnglish, IEMsg_PasteAnImageFromTheClipboard , Str_IEMsg_PasteAnImageFromTheClipboard ); IESetTranslationWordU(msEnglish, IEMsg_Linear , Str_IEMsg_Linear ); IESetTranslationWordU(msEnglish, IEMsg_LinearClipped , Str_IEMsg_LinearClipped ); IESetTranslationWordU(msEnglish, IEMsg_Logarithmic , Str_IEMsg_Logarithmic ); IESetTranslationWordU( msEnglish, IEMsg_IncludeSubFolders , Str_IEMsg_IncludeSubFolders ); IESetTranslationWordU( msEnglish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, Str_IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder ); IESetTranslationWordU( msEnglish, IEMsg_EnableCropping , Str_IEMsg_EnableCropping ); IESetTranslationWordU( msEnglish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, Str_IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain ); IESetTranslationWordU( msEnglish, IEMsg_CancelCropping , Str_IEMsg_CancelCropping ); IESetTranslationWordU( msEnglish, IEMsg_ClearTheCurrentCropSelection, Str_IEMsg_ClearTheCurrentCropSelection ); IESetTranslationWordU( msEnglish, IEMsg_AddImageLayers , Str_IEMsg_AddImageLayers ); IESetTranslationWordU( msEnglish, IEMsg_ClickAndDragToCreateAnImageLayer , Str_IEMsg_ClickAndDragToCreateAnImageLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddShapeLayers , Str_IEMsg_AddShapeLayers ); IESetTranslationWordU( msEnglish, IEMsg_ClickAndDragToCreateAShapeLayer , Str_IEMsg_ClickAndDragToCreateAShapeLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddLineLayers , Str_IEMsg_AddLineLayers ); IESetTranslationWordU( msEnglish, IEMsg_ClickAndDragToCreateALineLayer , Str_IEMsg_ClickAndDragToCreateALineLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddPolylineLayers , Str_IEMsg_AddPolylineLayers ); IESetTranslationWordU( msEnglish, IEMsg_ClickAndDragToCreateAPolylineLayer , Str_IEMsg_ClickAndDragToCreateAPolylineLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddTextLayers , Str_IEMsg_AddTextLayers ); IESetTranslationWordU( msEnglish, IEMsg_ClickAndDragToCreateATextLayer , Str_IEMsg_ClickAndDragToCreateATextLayer ); IESetTranslationWordU( msEnglish, IEMsg_AlignLeftEdges , Str_IEMsg_AlignLeftEdges ); IESetTranslationWordU( msEnglish, IEMsg_AlignRightEdges , Str_IEMsg_AlignRightEdges ); IESetTranslationWordU( msEnglish, IEMsg_AlignTopEdges , Str_IEMsg_AlignTopEdges ); IESetTranslationWordU( msEnglish, IEMsg_AlignBottomEdges , Str_IEMsg_AlignBottomEdges ); IESetTranslationWordU( msEnglish, IEMsg_AlignHorizontalCenters , Str_IEMsg_AlignHorizontalCenters ); IESetTranslationWordU( msEnglish, IEMsg_AlignVerticalCenters , Str_IEMsg_AlignVerticalCenters ); IESetTranslationWordU( msEnglish, IEMsg_MatchWidth , Str_IEMsg_MatchWidth ); IESetTranslationWordU( msEnglish, IEMsg_MatchHeight , Str_IEMsg_MatchHeight ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , Str_IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , Str_IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter ); IESetTranslationWordU( msEnglish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , Str_IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter ); IESetTranslationWordU( msEnglish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , Str_IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer ); IESetTranslationWordU( msEnglish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer, Str_IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer ); IESetTranslationWordU( msEnglish, IEMsg_CropBackgroundToSelection , Str_IEMsg_CropBackgroundToSelection ); IESetTranslationWordU( msEnglish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers, Str_IEMsg_CropTheBackgroundImageToMatchSelectedLayers ); IESetTranslationWordU( msEnglish, IEMsg_FastPreview , Str_IEMsg_FastPreview ); IESetTranslationWordU( msEnglish, IEMsg_ReducePreviewQualityToImprovePerformance , Str_IEMsg_ReducePreviewQualityToImprovePerformance ); IESetTranslationWordU( msEnglish, IEMsg_LockAspectRatio , Str_IEMsg_LockAspectRatio ); IESetTranslationWordU( msEnglish, IEMsg_LockPosition , Str_IEMsg_LockPosition ); IESetTranslationWordU( msEnglish, IEMsg_RestoreAspectRatio , Str_IEMsg_RestoreAspectRatio ); IESetTranslationWordU( msEnglish, IEMsg_SizeToFit , Str_IEMsg_SizeToFit ); IESetTranslationWordU( msEnglish, IEMsg_Visible , Str_IEMsg_Visible ); IESetTranslationWordU( msEnglish, IEMsg_ResetSize , Str_IEMsg_ResetSize ); IESetTranslationWordU( msEnglish, IEMsg_SelectImage , Str_IEMsg_SelectImage ); IESetTranslationWordU( msEnglish, IEMsg_ClosePolyline , Str_IEMsg_ClosePolyline ); IESetTranslationWordU( msEnglish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , Str_IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_PreventMovementOfTheSelectedLayer , Str_IEMsg_PreventMovementOfTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer, Str_IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_ResizeTheLayerToMatchItsContent , Str_IEMsg_ResizeTheLayerToMatchItsContent ); IESetTranslationWordU( msEnglish, IEMsg_AddASoftShadowToTheSelectedLayer , Str_IEMsg_AddASoftShadowToTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_DisplayTheCurrentLayer , Str_IEMsg_DisplayTheCurrentLayer ); IESetTranslationWordU( msEnglish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , Str_IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , Str_IEMsg_BrowseForAnImageToLoadIntoTheLayer ); IESetTranslationWordU( msEnglish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, Str_IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon ); IESetTranslationWordU( msEnglish, IEMsg_AddImageLayer , Str_IEMsg_AddImageLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddShapeLayer , Str_IEMsg_AddShapeLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddLineLayer , Str_IEMsg_AddLineLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddPolylineLayer , Str_IEMsg_AddPolylineLayer ); IESetTranslationWordU( msEnglish, IEMsg_AddTextLayer , Str_IEMsg_AddTextLayer ); IESetTranslationWordU( msEnglish, IEMsg_RotateTheLayerCounterClockwise , Str_IEMsg_RotateTheLayerCounterClockwise ); IESetTranslationWordU( msEnglish, IEMsg_RotateTheLayerClockwise , Str_IEMsg_RotateTheLayerClockwise ); IESetTranslationWordU( msEnglish, IEMsg_ConvertToImageLayer , Str_IEMsg_ConvertToImageLayer ); IESetTranslationWordU( msEnglish, IEMsg_ConvertTheLayerToAnImage , Str_IEMsg_ConvertTheLayerToAnImage ); IESetTranslationWordU( msEnglish, IEMsg_ArrangeLayers , Str_IEMsg_ArrangeLayers ); IESetTranslationWordU( msEnglish, IEMsg_SetLayerProperties , Str_IEMsg_SetLayerProperties ); IESetTranslationWordU( msEnglish, IEMsg_CropLayerToBackground , Str_IEMsg_CropLayerToBackground ); IESetTranslationWordU( msEnglish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, Str_IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground ); IESetTranslationWordU( msEnglish, IEMsg_ShowLabel , Str_IEMsg_ShowLabel ); IESetTranslationWordU( msEnglish, IEMsg_AttachATextLabelToThisLine , Str_IEMsg_AttachATextLabelToThisLine ); IESetTranslationWordU( msEnglish, IEMsg_EditLayerText , Str_IEMsg_EditLayerText ); IESetTranslationWordU( msEnglish, IEMsg_EditTheTextOfTheSelectedLayer , Str_IEMsg_EditTheTextOfTheSelectedLayer ); IESetTranslationWordU( msEnglish, IEMsg_ResetRotation , Str_IEMsg_ResetRotation ); IESetTranslationWordU( msEnglish, IEMsg_ResetTheRotationOfTheSelectedLayer , Str_IEMsg_ResetTheRotationOfTheSelectedLayer ); {$ENDIF} end; procedure IESetDefaultTranslationWords_Italian; begin /////// msItalian {$IFDEF IESUPPORTITALIAN} IESetTranslationWord(msItalian, IEMSG_PREVIEW, 'Anteprima'); IESetTranslationWord(msItalian, IEMSG_SOURCE, 'Originale'); IESetTranslationWord(msItalian, IEMSG_RESULT, 'Elaborata'); IESetTranslationWord(msItalian, IEMSG_OK, 'OK'); IESetTranslationWord(msItalian, IEMSG_CANCEL, 'Annulla'); IESetTranslationWord(msItalian, IEMSG_LOCKPREVIEW, 'Blocca anteprima'); IESetTranslationWord(msItalian, IEMSG_COPYRESULTTOSOURCE, 'Copia Risultato nell''Originale'); IESetTranslationWord(msItalian, IEMSG_CONTRAST, 'Contrasto'); IESetTranslationWord(msItalian, IEMSG_BRIGHTNESS, 'Luminosità'); IESetTranslationWord(msItalian, IEMSG_HUE, 'Tonalità'); IESetTranslationWord(msItalian, IEMSG_SATURATION, 'Saturazione'); IESetTranslationWord(msItalian, IEMSG_VALUE, 'Brillantezza'); IESetTranslationWord(msItalian, IEMSG_BASECOLOR, 'Colore base'); IESetTranslationWord(msItalian, IEMSG_NEWCOLOR, 'Nuovo colore'); IESetTranslationWord(msItalian, IEMSG_LUMINOSITY, 'Luminosità'); IESetTranslationWord(msItalian, IEMSG_RED, 'Rosso'); IESetTranslationWord(msItalian, IEMSG_GREEN, 'Verde'); IESetTranslationWord(msItalian, IEMSG_BLUE, 'Blu'); IESetTranslationWord(msItalian, IEMSG_FILTERVALUES, 'Valori filtro'); IESetTranslationWord(msItalian, IEMSG_PRESETS, 'Presettati'); IESetTranslationWord(msItalian, IEMSG_DIVISOR, 'Divisore'); IESetTranslationWord(msItalian, IEMSG_LOAD, 'Carica'); IESetTranslationWord(msItalian, IEMSG_SAVE, 'Salva'); IESetTranslationWord(msItalian, IEMSG_EQUALIZATION, 'Equalizzazione'); IESetTranslationWord(msItalian, IEMSG_THRESHOLD, 'Soglia'); IESetTranslationWord(msItalian, IEMSG_EQUALIZE, 'Equalizza'); IESetTranslationWord(msItalian, IEMSG_HISTOGRAM, 'Istogramma'); IESetTranslationWord(msItalian, IEMSG_GRAY, 'Grigio'); IESetTranslationWord(msItalian, IEMSG_LIGHT, 'Luce'); IESetTranslationWord(msItalian, IEMSG_LEFT, 'Sinistra'); IESetTranslationWord(msItalian, IEMSG_TOP, 'Alto'); IESetTranslationWord(msItalian, IEMSG_WIDTH, 'Larghezza'); IESetTranslationWord(msItalian, IEMSG_HEIGHT, 'Altezza'); IESetTranslationWord(msItalian, IEMSG_COLOR, 'Colore'); IESetTranslationWord(msItalian, IEMSG_SOURCEIMAGEQUANTITY, 'Quantità immagine orig.'); IESetTranslationWord(msItalian, IEMSG_LENS, 'Lente'); IESetTranslationWord(msItalian, IEMSG_REFRACTION, 'Rifrazione'); IESetTranslationWord(msItalian, IEMSG_PARAMETERSPREVIEW, 'Anteprima parametri'); IESetTranslationWord(msItalian, IEMSG_QUALITY, 'Qualità'); IESetTranslationWord(msItalian, IEMSG_DCTMETHOD, 'Metodo DCT'); IESetTranslationWord(msItalian, IEMSG_SMOOTHINGFACTOR, 'Fattore di smooth'); IESetTranslationWord(msItalian, IEMSG_GRAYSCALE, 'Scala di grigi'); IESetTranslationWord(msItalian, IEMSG_OPTIMALHUFFMAN, 'Huffman ottimizzato'); IESetTranslationWord(msItalian, IEMSG_ORIGINALSIZE, 'Dim. originale'); IESetTranslationWord(msItalian, IEMSG_COMPRESSEDSIZE, 'Dim. compressa'); IESetTranslationWord(msItalian, IEMSG_ADVANCED, 'Avanzate'); IESetTranslationWord(msItalian, IEMSG_PROGRESSIVE, 'Progressiva'); IESetTranslationWord(msItalian, IEMSG_COMPRESSION, 'Compressione'); IESetTranslationWord(msItalian, IEMSG_IMAGEINDEX, 'Indice'); IESetTranslationWord(msItalian, IEMSG_PHOTOMETRIC, 'Fotometrica'); IESetTranslationWord(msItalian, IEMSG_SCANNDEDDOCUMENTINFO, 'Informazioni documento sorgente'); IESetTranslationWord(msItalian, IEMSG_NAME, 'Nome'); IESetTranslationWord(msItalian, IEMSG_DESCRIPTION, 'Descrizione'); IESetTranslationWord(msItalian, IEMSG_PAGENAME, 'Nome pagina'); IESetTranslationWord(msItalian, IEMSG_PAGENUMBER, 'Numero pagina'); IESetTranslationWord(msItalian, IEMSG_OF, 'di'); IESetTranslationWord(msItalian, IEMSG_HORIZPOSITIONINCH, 'Pos.Orizz. (inch)'); IESetTranslationWord(msItalian, IEMSG_VERTPOSITIONINCH, 'Pos.Vert. (inch)'); IESetTranslationWord(msItalian, IEMSG_COLORS, 'Colori'); IESetTranslationWord(msItalian, IEMSG_TRANSPARENT, 'Trasparente'); IESetTranslationWord(msItalian, IEMSG_TRANSPARENTCOLOR, 'Colore trasparente'); IESetTranslationWord(msItalian, IEMSG_INTERLACED, 'Interlacciata'); IESetTranslationWord(msItalian, IEMSG_BACKGROUND, 'Sottofondo'); IESetTranslationWord(msItalian, IEMSG_HORIZPOSITION, 'Pos. Orizzontale'); IESetTranslationWord(msItalian, IEMSG_VERTPOSITION, 'Pos. Verticale'); IESetTranslationWord(msItalian, IEMSG_DELAYTIME, 'Tempo immagine'); IESetTranslationWord(msItalian, IEMSG_FILTER, 'Filtro'); IESetTranslationWord(msItalian, IEMSG_WAVE, 'Onda'); IESetTranslationWord(msItalian, IEMSG_AMPLITUDE, 'Ampiezza'); IESetTranslationWord(msItalian, IEMSG_WAVELENGTH, 'Lunghezza onda'); IESetTranslationWord(msItalian, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msItalian, IEMSG_REFLECTIVE, 'Riflettente'); IESetTranslationWord(msItalian, IEMSG_USERFILTER, 'Filtri utente'); IESetTranslationWord(msItalian, IEMSG_MORPHFILTER, 'Filtri morphing'); IESetTranslationWord(msItalian, IEMSG_WINDOWSIZE, 'Dimensione finestra'); IESetTranslationWord(msItalian, IEMSG_MAXIMUM, 'Massimo'); IESetTranslationWord(msItalian, IEMSG_MINIMUM, 'Minimo'); IESetTranslationWord(msItalian, IEMSG_OPEN, 'Apertura'); IESetTranslationWord(msItalian, IEMSG_CLOSE, 'Chiusura'); IESetTranslationWord(msItalian, IEMSG_ROTATE, 'Rotazione'); IESetTranslationWord(msItalian, IEMSG_FLIP, 'Rifletti'); IESetTranslationWord(msItalian, IEMSG_FLIPHOR, 'Orizzontale'); IESetTranslationWord(msItalian, IEMSG_FLIPVER, 'Verticale'); IESetTranslationWord(msItalian, IEMSG_FREQUENCYDOMAINIMAGE, 'Immagine in frequenza'); IESetTranslationWord(msItalian, IEMSG_SELECTTHEREGIONTOCLEAR, 'Seleziona regione da azzerare'); IESetTranslationWord(msItalian, IEMSG_CLEAR, 'Azzera'); IESetTranslationWord(msItalian, IEMSG_RESET, 'Ripristina'); IESetTranslationWord(msItalian, IEMSG_ANIMATE, 'Animazione'); IESetTranslationWord(msItalian, IEMSG_LOADFILTER, 'Carica filtro'); IESetTranslationWord(msItalian, IEMSG_SAVEFILTER, 'Salva filtro'); IESetTranslationWord(msItalian, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msItalian, IEMSG_PRINT, 'Stampa'); IESetTranslationWord(msItalian, IEMSG_MARGINS, 'Margini'); IESetTranslationWord(msItalian, IEMSG_INCHES, 'pollici'); IESetTranslationWord(msItalian, IEMSG_RIGHT, 'Destra'); IESetTranslationWord(msItalian, IEMSG_BOTTOM, 'Basso'); IESetTranslationWord(msItalian, IEMSG_POSITION, 'Posizione'); IESetTranslationWord(msItalian, IEMSG_SIZE, 'Dimensione'); IESetTranslationWord(msItalian, IEMSG_NORMAL, 'Normale'); IESetTranslationWord(msItalian, IEMSG_FITTOPAGE, 'Adatta alla pagina'); IESetTranslationWord(msItalian, IEMSG_STRETCHTOPAGE, 'Estendi su pagina'); IESetTranslationWord(msItalian, IEMSG_SPECIFIEDSIZE, 'Specifica dimensioni'); IESetTranslationWord(msItalian, IEMSG_GAMMACORRECTION, 'Correzione Gamma'); IESetTranslationWord(msItalian, IEMSG_VALUE2, 'Valore'); IESetTranslationWord(msItalian, IEMSG_PRINTSETUP, 'Setup stampante'); IESetTranslationWord(msItalian, IEMSG_LEFTMARGIN, 'Margine sinistro'); IESetTranslationWord(msItalian, IEMSG_TOPMARGIN, 'Margine superiore'); IESetTranslationWord(msItalian, IEMSG_RIGHTMARGIN, 'Margine destro'); IESetTranslationWord(msItalian, IEMSG_BOTTOMMARGIN, 'Margine inferiore'); IESetTranslationWord(msItalian, IEMSG_LOCATIONSIZE, 'Posizione/dimensione'); IESetTranslationWord(msItalian, IEMSG_TOPLEFT, 'In alto a sinistra'); IESetTranslationWord(msItalian, IEMSG_TOPCENTER, 'In alto al centro'); IESetTranslationWord(msItalian, IEMSG_TOPRIGHT, 'In alto a destra'); IESetTranslationWord(msItalian, IEMSG_CENTERLEFT, 'Al centro sinistra'); IESetTranslationWord(msItalian, IEMSG_CENTER, 'Centrale'); IESetTranslationWord(msItalian, IEMSG_CENTERRIGHT, 'Al centro destra'); IESetTranslationWord(msItalian, IEMSG_BOTTOMLEFT, 'In basso a sinistra'); IESetTranslationWord(msItalian, IEMSG_BOTTOMCENTER, 'In basso al centro'); IESetTranslationWord(msItalian, IEMSG_BOTTOMRIGHT, 'In basso a destra'); IESetTranslationWord(msItalian, IEMSG_CLOSE2, 'Chiudi'); IESetTranslationWord(msItalian, IEMSG_APPLY, 'Applica'); IESetTranslationWord(msItalian, IEMSG_MEASUREUNITS, 'Unità di misura'); IESetTranslationWord(msItalian, IEMSG_UNITS, 'Unità'); IESetTranslationWord(msItalian, IEMSG_RATE, 'Qualità'); IESetTranslationWord(msItalian, IEMSG_ALLGRAPHICS, 'Tutti'); IESetTranslationWord(msItalian, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msItalian, IEMSG_FILE, 'File'); IESetTranslationword(msItalian, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msItalian, IEMSG_LOCKPREVIEWHINT, 'Aggiorna automaticamente l''anteprima'); IESetTranslationword(msItalian, IEMSG_PRINTALL, 'Stampa Tutto'); IESetTranslationword(msItalian, IEMSG_PRINTSELECTED, 'Stampa Selezionate'); IESetTranslationWord(msItalian, IEMSG_ALLCOMMONGRAPHICFILES, 'File grafici comuni'); IESetTranslationWord(msItalian, IEMSG_ALLFILES, 'Tutti'); IESetTranslationWord(msItalian, IEMSG_HSV, 'HSV'); IESetTranslationWord(msItalian, IEMSG_HSL, 'HSL'); IESetTranslationWord(msItalian, IEMSG_RGB, 'RGB'); IESetTranslationWord(msItalian, IEMSG_FFT, 'FFT'); IESetTranslationWord(msItalian, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msItalian, IEMSG_CHANNELS, 'Canali'); IESetTranslationWord(msItalian, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msItalian, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msItalian, IEMSG_BIT, 'bit'); IESetTranslationWord(msItalian, IEMSG_BYTE, 'byte'); IESetTranslationWord(msItalian, IEMSG_DPI, 'dpi'); IESetTranslationWord(msItalian, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msItalian, IEMSG_FIT, 'Adatta'); IESetTranslationWord(msItalian, IEMSG_OTHER, 'Altro'); IESetTranslationWord(msItalian, IEMSG_COLUMNS, 'Colonne'); IESetTranslationWord(msItalian, IEMSG_ROWS, 'Righe'); IESetTranslationWord(msItalian, IEMSG_STYLE, 'Stile'); IESetTranslationWord(msItalian, IEMSG_SPACING, 'Spaziatura'); IESetTranslationWord(msItalian, IEMSG_SELECTACQUIREDEVICE, 'Selezione dispositivo acquisizione'); IESetTranslationWord(msItalian, IEMSG_SELECTANACQUISITIONDEVICE, 'Seleziona un dispositivo di acquisizione'); IESetTranslationWord(msItalian, IEMSG_Page_X_of_X, 'Pagina %d di %d'); IESetTranslationWord(msItalian, IEMSG_X_Pages, '%d pagine'); IESetTranslationWord(msItalian, IEMSG_Previous, 'Precedente'); IESetTranslationWord(msItalian, IEMSG_Next, 'Successiva'); IESetTranslationWord(msItalian, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msItalian, IEMsg_Acquire, 'Acquisisci'); IESetTranslationWord(msItalian, IEMsg_AddFromFile, 'Carica livello da file'); IESetTranslationWord(msItalian, IEMsg_AddLayer, 'Aggiungi livello'); IESetTranslationWord(msItalian, IEMsg_AdjustColors, 'Modifica colori'); IESetTranslationWord(msItalian, IEMsg_AutoEqualizeColors, 'Auto-equalizza colori'); IESetTranslationWord(msItalian, IEMsg_AutoRotateDisplay, 'Auto-ruota display'); IESetTranslationWord(msItalian, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msItalian, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msItalian, IEMsg_BringForward, 'Porta avanti'); IESetTranslationWord(msItalian, IEMsg_BringToFront, 'Porta sopra a'); IESetTranslationWord(msItalian, IEMsg_CircularSelect, 'Selezione circolare'); IESetTranslationWord(msItalian, IEMsg_ConvertToGray, 'Converti in scala di grigi'); IESetTranslationWord(msItalian, IEMsg_CopyImage, 'Copia immagine'); IESetTranslationWord(msItalian, IEMsg_CopySelection, 'Copia selezione'); IESetTranslationWord(msItalian, IEMsg_Copy, 'Copia'); IESetTranslationWord(msItalian, IEMsg_CropImageToObjects, 'Adatta immagine agli oggetti'); IESetTranslationWord(msItalian, IEMsg_CropToSelection, 'Adatta immagine alla selezione'); IESetTranslationWord(msItalian, IEMsg_CropTransparency, 'Rimuovi bordi trasparenti'); IESetTranslationWord(msItalian, IEMsg_CutSelection, 'Taglia alla selezione'); IESetTranslationWord(msItalian, IEMsg_Cut, 'Taglia'); IESetTranslationWord(msItalian, IEMsg_DeleteAll, 'Rimuovi tutto'); IESetTranslationWord(msItalian, IEMsg_Delete, 'Rimuovi'); IESetTranslationWord(msItalian, IEMsg_DeselectAll, 'Deselziona tutto'); IESetTranslationWord(msItalian, IEMsg_Deselect, 'Deseleziona'); IESetTranslationWord(msItalian, IEMsg_EditPolyline, 'Modifica poligono'); IESetTranslationWord(msItalian, IEMsg_FirstFrame, 'Primo frame'); IESetTranslationWord(msItalian, IEMsg_FitImageToHeight, 'Adatta immagine all''altezza'); IESetTranslationWord(msItalian, IEMsg_FitImageToWidth, 'Adatta immagine alla larghezza'); IESetTranslationWord(msItalian, IEMsg_FitImage, 'Adatta immagine'); IESetTranslationWord(msItalian, IEMsg_FlipHorizontal, 'Flip orizzontale'); IESetTranslationWord(msItalian, IEMsg_FlipVertical, 'Flip verticale'); IESetTranslationWord(msItalian, IEMsg_ImageEffects, 'Effetti immagine'); IESetTranslationWord(msItalian, IEMsg_ImageSaveProperties, 'Proprietà salvataggio'); IESetTranslationWord(msItalian, IEMsg_InsertAngle, 'Inserisci angolo'); IESetTranslationWord(msItalian, IEMsg_InsertEllipse, 'Inserisci ellisse'); IESetTranslationWord(msItalian, IEMsg_InsertImage, 'Inserisci immagine'); IESetTranslationWord(msItalian, IEMsg_InsertLabelWithLine, 'Inserisci etichetta con linea'); IESetTranslationWord(msItalian, IEMsg_InsertLine, 'Inserisci linea'); IESetTranslationWord(msItalian, IEMsg_InsertMemo, 'Inserisci memo'); IESetTranslationWord(msItalian, IEMsg_InsertPolyline, 'Inserisci poligono'); IESetTranslationWord(msItalian, IEMsg_InsertRectangle, 'Inserisci rettangolo'); IESetTranslationWord(msItalian, IEMsg_InsertRuler, 'Inserisci righello'); IESetTranslationWord(msItalian, IEMsg_InsertText, 'Inserisci testo'); IESetTranslationWord(msItalian, IEMsg_LassoSelect, 'Selezione al laccio'); IESetTranslationWord(msItalian, IEMsg_LastFrame, 'Ultimo frame'); IESetTranslationWord(msItalian, IEMsg_LoadFileAsLayer, 'Carica file come livello'); IESetTranslationWord(msItalian, IEMsg_LoopPlayback, 'Playback continuo'); IESetTranslationWord(msItalian, IEMsg_MeasureArea, 'Misura area'); IESetTranslationWord(msItalian, IEMsg_MeasureDistance, 'Misura distanza'); IESetTranslationWord(msItalian, IEMsg_MeasureLength, 'Misura lunghezza'); IESetTranslationWord(msItalian, IEMsg_MergeAllLayers, 'Fondi livelli'); IESetTranslationWord(msItalian, IEMsg_MergeAllToBackground, 'Rasterizza oggetti'); IESetTranslationWord(msItalian, IEMsg_MergeToBackground, 'Rasterizza oggetto'); IESetTranslationWord(msItalian, IEMsg_MoveLayers, 'Muovi livelli'); IESetTranslationWord(msItalian, IEMsg_Negative, 'Negativo'); IESetTranslationWord(msItalian, IEMsg_NextFrame, 'Frame successivo'); IESetTranslationWord(msItalian, IEMsg_PasteAsLayer, 'Incolla come livello'); IESetTranslationWord(msItalian, IEMsg_Paste, 'Incolla'); IESetTranslationWord(msItalian, IEMsg_PolygonSelect, 'Selezione poligono'); IESetTranslationWord(msItalian, IEMsg_PreviousFrame, 'Frame precedente'); IESetTranslationWord(msItalian, IEMsg_PrintAllThumbnails, 'Stampa tutte le miniature'); IESetTranslationWord(msItalian, IEMsg_PrintPreview, 'Anteprima di stampa'); IESetTranslationWord(msItalian, IEMsg_PrintThumbnails, 'Stampa miniature'); IESetTranslationWord(msItalian, IEMsg_PrintToPage, 'Stampa pagina'); IESetTranslationWord(msItalian, IEMsg_RectangularSelect, 'Selezione rettangolare'); IESetTranslationWord(msItalian, IEMsg_Redo, 'Ripeti'); IESetTranslationWord(msItalian, IEMsg_RemoveLayer, 'Rimuovi livello'); IESetTranslationWord(msItalian, IEMsg_RemoveRedEyes, 'Rimuovi occhi rossi'); IESetTranslationWord(msItalian, IEMsg_ResizeLayers, 'Ridimensiona livelli'); IESetTranslationWord(msItalian, IEMsg_Rotate180, 'Ruota 180°'); IESetTranslationWord(msItalian, IEMsg_RotateLayers, 'Ruota livelli'); IESetTranslationWord(msItalian, IEMsg_RotateLeft, 'Ruota a sinistra'); IESetTranslationWord(msItalian, IEMsg_RotateRight, 'Ruota a destra'); IESetTranslationWord(msItalian, IEMsg_SaveAs, 'Salva come'); IESetTranslationWord(msItalian, IEMsg_SaveProperties, 'Proprietà salvataggio'); IESetTranslationWord(msItalian, IEMsg_ScrollImage, 'Scroll immagine'); IESetTranslationWord(msItalian, IEMsg_ScrollToCursor, 'Scroll al puntatore'); IESetTranslationWord(msItalian, IEMsg_SelectAcquisitionSource, 'Seleziona sorgente acquisizione'); IESetTranslationWord(msItalian, IEMsg_SelectAll, 'Seleziona tutto'); IESetTranslationWord(msItalian, IEMsg_SelectByColor, 'Seleziona per colore'); IESetTranslationWord(msItalian, IEMsg_Select, 'Seleziona'); IESetTranslationWord(msItalian, IEMsg_SendBackward, 'Muovi dietro'); IESetTranslationWord(msItalian, IEMsg_SendToBack, 'Imposta come sfondo'); IESetTranslationWord(msItalian, IEMsg_SingleFrameOnly, 'Solo un singolo frame'); IESetTranslationWord(msItalian, IEMsg_Undo, 'Annulla'); IESetTranslationWord(msItalian, IEMsg_Unstamp, 'Modalità Unstamp'); IESetTranslationWord(msItalian, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msItalian, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msItalian, IEMsg_ZoomToFullSize, 'Dimensioni reali'); IESetTranslationWord(msItalian, IEMsg_ZoomToSelection, 'Zoom alla selezione'); IESetTranslationWord(msItalian, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msItalian, IEMsg_AddALineObject, 'Aggiungi oggetto linea'); IESetTranslationWord(msItalian, IEMsg_AddAMultiLineTextObject, 'Aggiungi oggetto multi-linea'); IESetTranslationWord(msItalian, IEMsg_AddANewLabelObjectWithALine, 'Aggiungi una nuova etichetta con linea'); IESetTranslationWord(msItalian, IEMsg_AddANewLayerToThisImage, 'Aggiungi nuovo livello a questa immagine'); IESetTranslationWord(msItalian, IEMsg_AddARulerObject, 'Aggiungi oggetto righello'); IESetTranslationWord(msItalian, IEMsg_AddATextObject, 'Aggiungi oggetto testo'); IESetTranslationWord(msItalian, IEMsg_AddAnAngleMeasurementObject, 'Aggiungi un oggetto misura-angolo (richiede tre click)'); IESetTranslationWord(msItalian, IEMsg_AddAnEllipticalObject, 'Aggiungi oggetto ellisse'); IESetTranslationWord(msItalian, IEMsg_AddAnImageObject, 'Aggiungi oggetto immagine'); IESetTranslationWord(msItalian, IEMsg_AddAnImageToTheGridFromFile, 'Aggiungi immagine da file alla graglia'); IESetTranslationWord(msItalian, IEMsg_AddAnRectangularObject, 'Aggiungi oggetto rettangolo'); IESetTranslationWord(msItalian, IEMsg_ApplyASharpeningFilterToTheImage, 'Applica filtro sharpening'); IESetTranslationWord(msItalian, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Orienta automaticamente l''orientamento dell''immagine'); IESetTranslationWord(msItalian, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Orienta automaticamente l''orientamento delle immagini'); IESetTranslationWord(msItalian, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Porta il livello selezionato sopra tutti gli altri'); IESetTranslationWord(msItalian, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Porta l''oggetto selezionato sopra tutti gli altri'); IESetTranslationWord(msItalian, IEMsg_ClearAllImages, 'Svuota tutte le immagini'); IESetTranslationWord(msItalian, IEMsg_ClearAll, 'Svuota l''immagine'); IESetTranslationWord(msItalian, IEMsg_ClearThisImage, 'Svuota questa immagine'); IESetTranslationWord(msItalian, IEMsg_ClearYourSelection, 'Rimuove la selezione'); IESetTranslationWord(msItalian, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Fai click sul''immagine e sposta il mouse per spostare'); IESetTranslationWord(msItalian, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Anima continuamente file GIF e AVI'); IESetTranslationWord(msItalian, IEMsg_CopyImageToTheClipboard, 'Copia l''immagine negli appunti'); IESetTranslationWord(msItalian, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copia l''immagine corrente o la selezione negli appunti'); IESetTranslationWord(msItalian, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copia l''immagine corrente negli appunti e la rimuove'); IESetTranslationWord(msItalian, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copia l''immagine corrente negli appunti'); IESetTranslationWord(msItalian, IEMsg_CutTheSelectionToTheClipboard, 'Copia la selezione corrente negli appunti e la rimuove dall''immagine'); IESetTranslationWord(msItalian, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copia la selezione corrente negli appunti'); IESetTranslationWord(msItalian, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copia l''oggetto selectionato negli appunti'); IESetTranslationWord(msItalian, IEMsg_DeselectAllObjects, 'De-seleziona tutti gli oggetti'); IESetTranslationWord(msItalian, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Visualizza l''anteprima di stampa'); IESetTranslationWord(msItalian, IEMsg_DisplayAPreviewOfYourPrinting, 'Visualizza un''anteprima della stampa'); IESetTranslationWord(msItalian, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Adatta grandi immagini alla dimensione della finestra'); IESetTranslationWord(msItalian, IEMsg_DisplayOnlyTheActiveFrame, 'Visualizza solo il frame attivo'); IESetTranslationWord(msItalian, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Adatta piccole immagini alla dimensione della finestra'); IESetTranslationWord(msItalian, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Visualizza l''animazione dei file GIF o AVI'); IESetTranslationWord(msItalian, IEMsg_DisplayTheFirstFrameOfThisImage, 'Visualizza il primo frame di questa immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageAtFullSize, 'Visualizza l''immagine a grandezza reale (zoom 100%)'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Adatta l''immagine all''altezza della finestra'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Adatta l''immagine alla dimensione della finestra'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Adatta l''immagine alla larghezza della finestra'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageLarger, 'Ingrandisci l''immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayTheImageSmaller, 'Rimpiccolisci l''immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayTheLastFrameOfThisImage, 'Visualizza l''ultimo frame di questa immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayTheNextFrameOfThisImage, 'Visualizza il prossimo frame di questa immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayThePriorFrameOfThisImage, 'Visualizza il frame precedente di questa immagine'); IESetTranslationWord(msItalian, IEMsg_DynamicallyMeasureADistance, 'Misura dinamica delle distanze'); IESetTranslationWord(msItalian, IEMsg_EditPointsOfAPolyline, 'Modifica i punti di un poligono (tieni premuto CTRL per muovere un punto)'); IESetTranslationWord(msItalian, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizza l''istogramma dei colori per la regione selezionata'); IESetTranslationWord(msItalian, IEMsg_FlipTheImageFromLeftToRight, 'Capovolgi da sinistra a destra'); IESetTranslationWord(msItalian, IEMsg_FlipTheImageFromTopToBottom, 'Capovolgi da sopra a sotto'); IESetTranslationWord(msItalian, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Capovolgi l''immagine selezionata da sinistra a destra'); IESetTranslationWord(msItalian, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Capovolgi l''immagine selezionata da sopra a sotto'); IESetTranslationWord(msItalian, IEMsg_FreeHandPaintAnOpenPolygon, 'Disegno poligono a mani libere'); IESetTranslationWord(msItalian, IEMsg_InvertTheColorsOfTheImage, 'Inverte i colori del''immagine'); IESetTranslationWord(msItalian, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Click sinistro per fare zoom-in. Click destro per zoom-out'); IESetTranslationWord(msItalian, IEMsg_LoadAnImageFromFile, 'Carica un''immagine da file'); IESetTranslationWord(msItalian, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Adatta la dimensione dell''immagine all''estensione degli oggetti'); IESetTranslationWord(msItalian, IEMsg_MeasureARectangularArea, 'Misura un''area rettangolare'); IESetTranslationWord(msItalian, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Misura la distanza tra due punti'); IESetTranslationWord(msItalian, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Fonde tutti gli oggetti con il livello di background'); IESetTranslationWord(msItalian, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Fonde l''oggetto selezionato con il livello di background'); IESetTranslationWord(msItalian, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Fonde tutti i livelli in un singolo livello'); IESetTranslationWord(msItalian, IEMsg_MoveTheMouseToScrollTheImage, 'Muovi il mouse per fare lo scroll dell''immagine'); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedLayerBackward, 'Muovi il livello selezionato indietro'); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedLayerForward, 'Muovi il livello selezionato avanti'); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedObjectBackward, 'Muovi l''oggetto selezionato indietro'); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedObjectForward, 'Muovi l''oggetto selezionato avanti'); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Muove l''oggetto selezionato negli appunti'); IESetTranslationWord(msItalian, IEMsg_PasteFromTheClipboard, 'Incolla un''immagine negli appunti'); IESetTranslationWord(msItalian, IEMsg_PasteObjectFromTheClipboard, 'Incolla l''oggetto negli appunti'); IESetTranslationWord(msItalian, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Incolla il contenuto degli appunti come nuovo livello'); IESetTranslationWord(msItalian, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Miglioramento del colore dell''immagine'); IESetTranslationWord(msItalian, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Funzioni di miglioramento sull''immagine selezionata'); IESetTranslationWord(msItalian, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Selezione irregolare con il click del mouse'); IESetTranslationWord(msItalian, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Selezione irregolare con il trascinamento del mouse'); IESetTranslationWord(msItalian, IEMsg_PerformEffectsOnTheImage, 'Effetti sull''immagine'); IESetTranslationWord(msItalian, IEMsg_PerformEffectsOnTheSelectedImage, 'Effetti sull''immagine selezionata'); IESetTranslationWord(msItalian, IEMsg_PlaybackTheseFramesInSequence, 'Anima questi frame in sequenza'); IESetTranslationWord(msItalian, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Posiziona il livello selezionato dietro gli altri'); IESetTranslationWord(msItalian, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Posiziona l''oggetto selezionato dietro gli altri oggetti'); IESetTranslationWord(msItalian, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Stampa tutte le immagini della griglia come un foglio di miniature'); IESetTranslationWord(msItalian, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Stampa l''immagine selezionata con le dimensioni originali'); IESetTranslationWord(msItalian, IEMsg_PrintTheSelectedImageToFitThePage, 'Stampa l''immagine selezionata con le dimensioni della pagina'); IESetTranslationWord(msItalian, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Stampa le immagini selezionate come un foglio di miniature'); IESetTranslationWord(msItalian, IEMsg_PrintThisImageAtItsOriginalSize, 'Stampa questa immagine alle sue dimensioni originali'); IESetTranslationWord(msItalian, IEMsg_PrintThisImageToFitThePage, 'Stampa questa pagina adattandola alla pagina'); IESetTranslationWord(msItalian, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Richiede un file da caricare come nuovo livello'); IESetTranslationWord(msItalian, IEMsg_RedoTheLastActionThatWasUndone, 'Rifai l''ultima azione annullata'); IESetTranslationWord(msItalian, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Converti in scala di grigi'); IESetTranslationWord(msItalian, IEMsg_RemoveAllObjectsFromTheImage, 'Rimuovi tutti gli oggetti'); IESetTranslationWord(msItalian, IEMsg_CropTheImageToTheCurrentSelection, 'Rimuovi tutte le parti dell''immagine fuori dalla selezione corrente'); IESetTranslationWord(msItalian, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Rimuovi gli occhi rossi dalla selezione'); IESetTranslationWord(msItalian, IEMsg_RemoveTheSelectedImage, 'Rimuovi l''immagine selezionata'); IESetTranslationWord(msItalian, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Rimuovi il livello selezionato dall''immagine'); IESetTranslationWord(msItalian, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Rimuovi l''oggetto selezionato dall''immagine'); IESetTranslationWord(msItalian, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Rimuovi i bordi trasparenti dal livello selezionato'); IESetTranslationWord(msItalian, IEMsg_RestartPlaybackAfterItCompletes, 'Ripreindi l''animazione dopo il suo completamento'); IESetTranslationWord(msItalian, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Acquisisci un''immagine dalla fotocamera o scanner'); IESetTranslationWord(msItalian, IEMsg_RetrieveImagesFromACameraOrScanner, 'Acquisisci le immagini dalla fotocamera o scanner'); IESetTranslationWord(msItalian, IEMsg_RotateTheImage180Clockwise, 'Ruota l''immagine di 180° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheImage90Clockwise, 'Ruota l''immagine di 90° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheImage90CounterClockwise, 'Ruota l''immagine di 90° in senso antiorario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedImage180Clockwise, 'Ruota l''immagine selezionata di 180° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedImage90Clockwise, 'Ruota l''immagine selezionata di 90° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Ruota l''immagine selezionata di 90° in senso antiorario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedObject180Clockwise, 'Ruota l''oggetto selezionato di 180° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedObject90Clockwise, 'Ruota l''oggetto selezionato di 90° in senso orario'); IESetTranslationWord(msItalian, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Ruota l''oggetto selezionato di 90° in senso antiorario'); IESetTranslationWord(msItalian, IEMsg_SaveChangesToThisImageToFile, 'Salva le modifiche su file'); IESetTranslationWord(msItalian, IEMsg_SaveThisImageToANewFilename, 'Salva le modifiche su un nuovo file'); IESetTranslationWord(msItalian, IEMsg_SelectACircularAreaOfYourImage, 'Seleziona un''area circolare dell''immagine'); IESetTranslationWord(msItalian, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Seleziona un''area dell''immagine con colori simili'); IESetTranslationWord(msItalian, IEMsg_SelectARectangularAreaOfYourImage, 'Seleziona un''area rettangolare dell''immagine'); IESetTranslationWord(msItalian, IEMsg_SelectAllImagesInTheGrid, 'Seleziona tutte le immaginie della griglia'); IESetTranslationWord(msItalian, IEMsg_SelectAllObjectsOfImage, 'Seleziona tutti gli oggetti dell''immagine'); IESetTranslationWord(msItalian, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Seleziona un''area dell''immagine da ingrandire'); IESetTranslationWord(msItalian, IEMsg_SelectOrResizeAnObject, 'Seleziona o ridimensiona un oggetto (premere ALT per mantanere le proporzioni)'); IESetTranslationWord(msItalian, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Seleziona la fotocamera o lo scanner da dove acquisire le immagini'); IESetTranslationWord(msItalian, IEMsg_SelectTheFirstFrame, 'Seleziona il primo frame'); IESetTranslationWord(msItalian, IEMsg_SelectTheLastFrame, 'Seleziona l''ultimo frame'); IESetTranslationWord(msItalian, IEMsg_SelectTheNextFrame, 'Seleziona il prossimo frame'); IESetTranslationWord(msItalian, IEMsg_SelectThePreviousFrame, 'Seleziona il frame precedente'); IESetTranslationWord(msItalian, IEMsg_SingleClickingWillNotInsertANewObject, 'Un singolo click non inserisce un nuovo oggetto'); IESetTranslationWord(msItalian, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specifica le proprietà avanzate per tutte le immagini'); IESetTranslationWord(msItalian, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specifica le proprietà avanzate per l''immagine selezionata'); IESetTranslationWord(msItalian, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specifica le proprietà avanzate per questa immagine'); IESetTranslationWord(msItalian, IEMsg_UndoTheLastAction, 'Annulla l''ultima azione'); IESetTranslationWord(msItalian, IEMsg_UndoTheLastEdit, 'Annulla l''ultima modifica'); IESetTranslationWord(msItalian, IEMsg_UseTheMouseToMoveImageLayers, 'Usa il mouse per muovere i livelli'); IESetTranslationWord(msItalian, IEMsg_UseTheMouseToResizeImageLayers, 'Usa il mouse per ridimensionare i livelli'); IESetTranslationWord(msItalian, IEMsg_UseTheMouseToRotateImageLayers, 'Usa il mouse per ruotare i livelli'); IESetTranslationWord(msItalian, IEMsg_ZoomImage , 'Zoom Immagine'); IESetTranslationWord(msItalian, IEMsg_DisplayImageAtCustomZoom , 'Visualizza l''immagine a zoom personalizzato'); IESetTranslationWord(msItalian, IEMsg_CustomRotate , 'Ruota personalizzato'); IESetTranslationWord(msItalian, IEMsg_RotateImageByACustomAngle , 'Ruota l''immagine di un angolo personalizzato'); IESetTranslationWord(msItalian, IEMsg_ResizeImage , 'Ridimensiona l''immagine'); IESetTranslationWord(msItalian, IEMsg_SpecifyANewSizeForTheImage, 'Specifica una nuova dimensione per l''immagine'); IESetTranslationWord(msItalian, IEMSG_RESIZE, 'Ridimensiona'); IESetTranslationWord(msItalian, IEMSG_CURRENT, 'Corrente'); IESetTranslationWord(msItalian, IEMSG_NEW, 'Nuovo'); IESetTranslationWord(msItalian, IEMSG_SCALE, 'Scala'); IESetTranslationWord(msItalian, IEMSG_MAINTAINASPECTRATIO, 'Mantieni le proporzioni'); IESetTranslationWord(msItalian, IEMSG_Folder , 'Cartella'); IESetTranslationWord(msItalian, IEMSG_Dimensions, 'Dimensioni'); IESetTranslationWord(msItalian, IEMSG_Type , 'Tipo'); IESetTranslationWord(msItalian, IEMSG_Created , 'Creato'); IESetTranslationWord(msItalian, IEMSG_Modified , 'Modificato'); IESetTranslationWord(msItalian, IEMsg_CopyFiles , 'Copia nella cartella' ); IESetTranslationWord(msItalian, IEMsg_CopyFilesToClipboard , 'Copia i file negli appunti' ); IESetTranslationWord(msItalian, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copia i file selezionati in una nuova cartella' ); IESetTranslationWord(msItalian, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copia i file selezionati negli appunti' ); IESetTranslationWord(msItalian, IEMsg_CutFilesToClipboard , 'Taglia i file negli appunti' ); IESetTranslationWord(msItalian, IEMsg_CutTheSelectedFilesToTheClipboard , 'Taglia i file selezionati negli appunti' ); IESetTranslationWord(msItalian, IEMsg_DeleteFiles , 'Cancella i file' ); IESetTranslationWord(msItalian, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Cancella i file selezionati dalla cartella' ); IESetTranslationWord(msItalian, IEMsg_GoUp , 'Vai su' ); IESetTranslationWord(msItalian, IEMsg_MoveFiles , 'Sposta nella cartella' ); IESetTranslationWord(msItalian, IEMsg_MoveTheSelectedFilesToANewFolder , 'Sposta i file selezionati in una nuova cartella' ); IESetTranslationWord(msItalian, IEMsg_OpenFile , 'Apri file' ); IESetTranslationWord(msItalian, IEMsg_OpenTheParentOfTheCurrentFolder , 'Apri la cartella superiore' ); IESetTranslationWord(msItalian, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Apri il file selezionato con l''applicazione di default' ); IESetTranslationWord(msItalian, IEMsg_PasteFilesFromClipboard , 'Incolla i file dagli appunti' ); IESetTranslationWord(msItalian, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Incolla i file dagli appunti a questa cartella' ); IESetTranslationWord(msItalian, IEMsg_Refresh , 'Aggiorna' ); IESetTranslationWord(msItalian, IEMsg_RefreshTheFileListing , 'Aggiorna la visualizzazione dei file' ); IESetTranslationWord(msItalian, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Dove vuoi spostare questi file?' ); IESetTranslationWord(msItalian, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Dove vuoi copiare questi file?' ); IESetTranslationWord(msItalian, IEMsg_XIsNotAValidFolder , '"%s" non è un cartella valida' ); IESetTranslationWord(msItalian, IEMsg_RenameFile , 'Rinomina file' ); IESetTranslationWord(msItalian, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specifica un nuovo nome per il file selezionato' ); IESetTranslationWord(msItalian, IEMsg_SpecifyANewNameForX , 'Specifica un nuovo nome per "%s"' ); IESetTranslationWord(msItalian, IEMsg_SelectAFolderToOpen , 'Seleziona una cartella da aprire' ); IESetTranslationWord(msItalian, IEMsg_SelectFolder , 'Seleziona cartella' ); IESetTranslationWord(msItalian, IEMsg_CreateFolder , 'Crea cartella' ); IESetTranslationWord(msItalian, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Crea una nuova cartella nella posizione corrente' ); IESetTranslationWord(msItalian, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specifica il nome per la nuova cartella' ); IESetTranslationWord(msItalian, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msItalian, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msItalian, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msItalian, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msItalian, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msItalian, IEMsg_FillPage , 'Riempi la pagina' ); IESetTranslationWord(msItalian, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msItalian, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msItalian, IEMsg_General , 'General' ); IESetTranslationWord(msItalian, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msItalian, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msItalian, IEMsg_Range , 'Range' ); IESetTranslationWord(msItalian, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msItalian, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msItalian, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msItalian, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msItalian, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msItalian, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msItalian, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msItalian, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msItalian, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msItalian, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msItalian, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msItalian, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msItalian, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msItalian, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msItalian, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msItalian, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msItalian, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msItalian, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msItalian, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msItalian, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msItalian, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msItalian, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msItalian, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msItalian, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msItalian, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msItalian, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msItalian, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msItalian, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msItalian, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msItalian, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msItalian, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msItalian, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msItalian, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msItalian, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msItalian, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msItalian, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msItalian, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msItalian, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msItalian, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msItalian, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msItalian, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msItalian, IEMsg_Path , 'Path' ); IESetTranslationWord(msItalian, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msItalian, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msItalian, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msItalian, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msItalian, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msItalian, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msItalian, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msItalian, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msItalian, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msItalian, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msItalian, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msItalian, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msItalian, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msItalian, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msItalian, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msItalian, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msItalian, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msItalian, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msItalian, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msItalian, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msItalian, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msItalian, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msItalian, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msItalian, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msItalian, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msItalian, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msItalian, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msItalian, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msItalian, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msItalian, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msItalian, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msItalian, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msItalian, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msItalian, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msItalian, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msItalian, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msItalian, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msItalian, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msItalian, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msItalian, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msItalian, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msItalian, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msItalian, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msItalian, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msItalian, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msItalian, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msItalian, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msItalian, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msItalian, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msItalian, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msItalian, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msItalian, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msItalian, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msItalian, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msItalian, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msItalian, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msItalian, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msItalian, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msItalian, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msItalian, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msItalian, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msItalian, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msItalian, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msItalian, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msItalian, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msItalian, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msItalian, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msItalian, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msItalian, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msItalian, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msItalian, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msItalian, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msItalian, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msItalian, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msItalian, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msItalian, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msItalian, IEMsg_Linear , 'Lineare' ); IESetTranslationWord(msItalian, IEMsg_LinearClipped , 'Lineare Tronc.' ); IESetTranslationWord(msItalian, IEMsg_Logarithmic , 'Logaritmico' ); IESetTranslationWord( msItalian, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msItalian, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msItalian, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msItalian, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msItalian, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msItalian, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msItalian, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msItalian, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msItalian, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msItalian, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msItalian, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msItalian, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msItalian, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msItalian, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msItalian, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msItalian, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msItalian, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msItalian, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msItalian, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msItalian, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msItalian, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msItalian, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msItalian, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msItalian, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msItalian, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msItalian, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msItalian, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msItalian, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msItalian, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msItalian, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msItalian, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msItalian, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msItalian, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msItalian, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msItalian, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msItalian, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msItalian, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msItalian, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msItalian, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msItalian, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msItalian, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msItalian, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msItalian, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msItalian, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msItalian, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msItalian, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msItalian, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msItalian, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msItalian, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msItalian, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msItalian, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msItalian, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msItalian, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msItalian, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msItalian, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msItalian, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msItalian, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msItalian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msItalian, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msItalian, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msItalian, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msItalian, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msItalian, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msItalian, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msItalian, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msItalian, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msItalian, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} end; procedure IESetDefaultTranslationWords_German; begin /////// msGerman {$IFDEF IESUPPORTGERMAN} IESetTranslationWord(msGerman, IEMSG_PREVIEW, 'Vorschau'); IESetTranslationWord(msGerman, IEMSG_SOURCE, 'Quelle'); IESetTranslationWord(msGerman, IEMSG_RESULT, 'Ergebnis'); IESetTranslationWord(msGerman, IEMSG_OK, 'OK'); IESetTranslationWord(msGerman, IEMSG_CANCEL, 'Abbruch'); IESetTranslationWord(msGerman, IEMSG_LOCKPREVIEW, 'Automatische Vorschau'); IESetTranslationWord(msGerman, IEMSG_COPYRESULTTOSOURCE, 'Ergebnis nach Quelle kopieren'); IESetTranslationWord(msGerman, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msGerman, IEMSG_BRIGHTNESS, 'Helligkeit'); IESetTranslationWord(msGerman, IEMSG_HUE, 'Farbton'); IESetTranslationWord(msGerman, IEMSG_SATURATION, 'Sättigung'); IESetTranslationWord(msGerman, IEMSG_VALUE, 'Helligkeitswert'); IESetTranslationWord(msGerman, IEMSG_BASECOLOR, 'Grundfarbe'); IESetTranslationWord(msGerman, IEMSG_NEWCOLOR, 'Neue Farbe'); IESetTranslationWord(msGerman, IEMSG_LUMINOSITY, 'Leuchtkraft'); IESetTranslationWord(msGerman, IEMSG_RED, 'Rot'); IESetTranslationWord(msGerman, IEMSG_GREEN, 'Grün'); IESetTranslationWord(msGerman, IEMSG_BLUE, 'Blau'); IESetTranslationWord(msGerman, IEMSG_FILTERVALUES, 'Filterwerte'); IESetTranslationWord(msGerman, IEMSG_PRESETS, 'Voreinstellungen'); IESetTranslationWord(msGerman, IEMSG_DIVISOR, 'Teiler'); IESetTranslationWord(msGerman, IEMSG_LOAD, 'Laden'); IESetTranslationWord(msGerman, IEMSG_SAVE, 'Speichern'); IESetTranslationWord(msGerman, IEMSG_EQUALIZATION, 'Gleichstellung'); IESetTranslationWord(msGerman, IEMSG_THRESHOLD, 'Schwellenwert'); IESetTranslationWord(msGerman, IEMSG_EQUALIZE, 'Gleichstellen'); IESetTranslationWord(msGerman, IEMSG_HISTOGRAM, 'Histogramm'); IESetTranslationWord(msGerman, IEMSG_GRAY, 'Grau'); IESetTranslationWord(msGerman, IEMSG_LIGHT, 'Licht'); IESetTranslationWord(msGerman, IEMSG_LEFT, 'Links'); IESetTranslationWord(msGerman, IEMSG_TOP, 'Oben'); IESetTranslationWord(msGerman, IEMSG_WIDTH, 'Breite'); IESetTranslationWord(msGerman, IEMSG_HEIGHT, 'Höhe'); IESetTranslationWord(msGerman, IEMSG_COLOR, 'Farbe'); IESetTranslationWord(msGerman, IEMSG_SOURCEIMAGEQUANTITY, 'Quellbild-Quantität'); IESetTranslationWord(msGerman, IEMSG_LENS, 'Linse'); IESetTranslationWord(msGerman, IEMSG_REFRACTION, 'Brechung'); IESetTranslationWord(msGerman, IEMSG_PARAMETERSPREVIEW, 'Parameter-Vorschau'); IESetTranslationWord(msGerman, IEMSG_QUALITY, 'Qualität'); IESetTranslationWord(msGerman, IEMSG_DCTMETHOD, 'DCT-Methode'); IESetTranslationWord(msGerman, IEMSG_SMOOTHINGFACTOR, 'Glättungsfaktor'); IESetTranslationWord(msGerman, IEMSG_GRAYSCALE, 'Graustufen'); IESetTranslationWord(msGerman, IEMSG_OPTIMALHUFFMAN, 'Optimaler Huffman'); IESetTranslationWord(msGerman, IEMSG_ORIGINALSIZE, 'Originalgröße'); IESetTranslationWord(msGerman, IEMSG_COMPRESSEDSIZE, 'Komprimierte Größe'); IESetTranslationWord(msGerman, IEMSG_ADVANCED, 'Erweitert'); IESetTranslationWord(msGerman, IEMSG_PROGRESSIVE, 'Fortschreitend'); IESetTranslationWord(msGerman, IEMSG_COMPRESSION, 'Komprimierung'); IESetTranslationWord(msGerman, IEMSG_IMAGEINDEX, 'Bildindex'); IESetTranslationWord(msGerman, IEMSG_PHOTOMETRIC, 'Photometrisch'); IESetTranslationWord(msGerman, IEMSG_SCANNDEDDOCUMENTINFO, 'Informationen zum eingescannten Bild'); IESetTranslationWord(msGerman, IEMSG_NAME, 'Name'); IESetTranslationWord(msGerman, IEMSG_DESCRIPTION, 'Beschreibung'); IESetTranslationWord(msGerman, IEMSG_PAGENAME, 'Seitenname'); IESetTranslationWord(msGerman, IEMSG_PAGENUMBER, 'Seitennummer'); IESetTranslationWord(msGerman, IEMSG_OF, 'von'); IESetTranslationWord(msGerman, IEMSG_HORIZPOSITIONINCH, 'Horizontale Position (Zoll)'); IESetTranslationWord(msGerman, IEMSG_VERTPOSITIONINCH, 'Vertikale Position (Zoll)'); IESetTranslationWord(msGerman, IEMSG_COLORS, 'Farben'); IESetTranslationWord(msGerman, IEMSG_TRANSPARENT, 'Transparent'); IESetTranslationWord(msGerman, IEMSG_TRANSPARENTCOLOR, 'Transparente Farbe'); IESetTranslationWord(msGerman, IEMSG_INTERLACED, 'Interlaced'); IESetTranslationWord(msGerman, IEMSG_BACKGROUND, 'Hintergrund'); IESetTranslationWord(msGerman, IEMSG_HORIZPOSITION, 'Horizontale Position'); IESetTranslationWord(msGerman, IEMSG_VERTPOSITION, 'Vertikale Position'); IESetTranslationWord(msGerman, IEMSG_DELAYTIME, 'Verzögerung'); IESetTranslationWord(msGerman, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msGerman, IEMSG_WAVE, 'Welle'); IESetTranslationWord(msGerman, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msGerman, IEMSG_WAVELENGTH, 'Wellenlänge'); IESetTranslationWord(msGerman, IEMSG_PHASE, 'Phase'); IESetTranslationWord(msGerman, IEMSG_REFLECTIVE, 'Reflektiv'); IESetTranslationWord(msGerman, IEMSG_USERFILTER, 'Eigener Filter'); IESetTranslationWord(msGerman, IEMSG_MORPHFILTER, 'Morph-Filter'); IESetTranslationWord(msGerman, IEMSG_WINDOWSIZE, 'Fenstergröße'); IESetTranslationWord(msGerman, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msGerman, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msGerman, IEMSG_OPEN, 'Öffnen'); IESetTranslationWord(msGerman, IEMSG_CLOSE, 'Schließen'); IESetTranslationWord(msGerman, IEMSG_ROTATE, 'Drehen'); IESetTranslationWord(msGerman, IEMSG_FLIP, 'Spiegeln'); IESetTranslationWord(msGerman, IEMSG_FLIPHOR, 'Horizontal Spiegeln'); IESetTranslationWord(msGerman, IEMSG_FLIPVER, 'Vertikal Spiegeln'); IESetTranslationWord(msGerman, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequenzbereich-Bild'); IESetTranslationWord(msGerman, IEMSG_SELECTTHEREGIONTOCLEAR, 'Zu löschende Region auswählen'); IESetTranslationWord(msGerman, IEMSG_CLEAR, 'Löschen'); IESetTranslationWord(msGerman, IEMSG_RESET, 'Zurücksetzen'); IESetTranslationWord(msGerman, IEMSG_ANIMATE, 'Animieren'); IESetTranslationWord(msGerman, IEMSG_LOADFILTER, 'Filter laden'); IESetTranslationWord(msGerman, IEMSG_SAVEFILTER, 'Filter speichern'); IESetTranslationWord(msGerman, IEMSG_BUMPMAP, 'Bumpmap'); IESetTranslationWord(msGerman, IEMSG_PRINT, 'Drucken'); IESetTranslationWord(msGerman, IEMSG_MARGINS, 'Ränder'); IESetTranslationWord(msGerman, IEMSG_INCHES, 'Zoll'); IESetTranslationWord(msGerman, IEMSG_RIGHT, 'Rechts'); IESetTranslationWord(msGerman, IEMSG_BOTTOM, 'Unten'); IESetTranslationWord(msGerman, IEMSG_POSITION, 'Position'); IESetTranslationWord(msGerman, IEMSG_SIZE, 'Größe'); IESetTranslationWord(msGerman, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msGerman, IEMSG_FITTOPAGE, 'An Seite anpassen'); IESetTranslationWord(msGerman, IEMSG_STRETCHTOPAGE, 'Auf Seitengröße strecken'); IESetTranslationWord(msGerman, IEMSG_SPECIFIEDSIZE, 'Angegebene Größe'); IESetTranslationWord(msGerman, IEMSG_GAMMACORRECTION, 'Gamma-Korrektur'); IESetTranslationWord(msGerman, IEMSG_VALUE2, 'Wert'); IESetTranslationWord(msGerman, IEMSG_PRINTSETUP, 'Druckereinstellungen'); IESetTranslationWord(msGerman, IEMSG_LEFTMARGIN, 'Linker Rand'); IESetTranslationWord(msGerman, IEMSG_TOPMARGIN, 'Oberer Rand'); IESetTranslationWord(msGerman, IEMSG_RIGHTMARGIN, 'Recher Rand'); IESetTranslationWord(msGerman, IEMSG_BOTTOMMARGIN, 'Unterer Rand'); IESetTranslationWord(msGerman, IEMSG_LOCATIONSIZE, 'Ausrichtung/Größe'); IESetTranslationWord(msGerman, IEMSG_TOPLEFT, 'Oben Links'); IESetTranslationWord(msGerman, IEMSG_TOPCENTER, 'Oben Zentriert'); IESetTranslationWord(msGerman, IEMSG_TOPRIGHT, 'Oben Rechts'); IESetTranslationWord(msGerman, IEMSG_CENTERLEFT, 'Zentriert Links'); IESetTranslationWord(msGerman, IEMSG_CENTER, 'Zentriert'); IESetTranslationWord(msGerman, IEMSG_CENTERRIGHT, 'Zentriert Rechts'); IESetTranslationWord(msGerman, IEMSG_BOTTOMLEFT, 'Unten Links'); IESetTranslationWord(msGerman, IEMSG_BOTTOMCENTER, 'Unten Zentriert'); IESetTranslationWord(msGerman, IEMSG_BOTTOMRIGHT, 'Unten Rechts'); IESetTranslationWord(msGerman, IEMSG_CLOSE2, 'Schließen'); IESetTranslationWord(msGerman, IEMSG_APPLY, 'Anwenden'); IESetTranslationWord(msGerman, IEMSG_MEASUREUNITS, 'Maßeinheit'); IESetTranslationWord(msGerman, IEMSG_UNITS, 'Einheiten'); IESetTranslationWord(msGerman, IEMSG_RATE, 'Rate'); IESetTranslationWord(msGerman, IEMSG_ALLGRAPHICS, 'Alle Bilddateien'); IESetTranslationWord(msGerman, IEMSG_VIDEOFORWINDOWS, 'Video für Windows'); IESetTranslationword(msGerman, IEMSG_FILE, 'Datei'); IESetTranslationword(msGerman, IEMSG_MEM, 'Speicher'); // Mem.ory IESetTranslationWord(msGerman, IEMSG_LOCKPREVIEWHINT, 'Automatische Vorschau'); IESetTranslationword(msGerman, IEMSG_PRINTALL, 'Alles drucken'); IESetTranslationword(msGerman, IEMSG_PRINTSELECTED, 'Auswahl drucken'); IESetTranslationWord(msGerman, IEMSG_ALLCOMMONGRAPHICFILES, 'Allgemeine Bilddateien'); IESetTranslationWord(msGerman, IEMSG_ALLFILES, 'Alle Dateien'); IESetTranslationWord(msGerman, IEMSG_HSV, 'HSV'); IESetTranslationWord(msGerman, IEMSG_HSL, 'HSL'); IESetTranslationWord(msGerman, IEMSG_RGB, 'RGB'); IESetTranslationWord(msGerman, IEMSG_FFT, 'FFT'); IESetTranslationWord(msGerman, IEMSG_SHARPEN, 'Schärfen'); IESetTranslationWord(msGerman, IEMSG_CHANNELS, 'Kanäle'); IESetTranslationWord(msGerman, IEMSG_PIXELS, 'Pixel'); IESetTranslationWord(msGerman, IEMSG_FRAMES, 'Einzelbilder'); // Frames could mean Rahmen or images from a movie IESetTranslationWord(msGerman, IEMSG_BIT, 'bit'); IESetTranslationWord(msGerman, IEMSG_BYTE, 'byte'); IESetTranslationWord(msGerman, IEMSG_DPI, 'dpi'); IESetTranslationWord(msGerman, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msGerman, IEMSG_FIT, 'Passend'); IESetTranslationWord(msGerman, IEMSG_OTHER, 'Andere'); IESetTranslationWord(msGerman, IEMSG_COLUMNS, 'Spalten'); IESetTranslationWord(msGerman, IEMSG_ROWS, 'Zeilen'); IESetTranslationWord(msGerman, IEMSG_STYLE, 'Stil'); IESetTranslationWord(msGerman, IEMSG_SPACING, 'Abstand'); IESetTranslationWord(msGerman, IEMSG_SELECTACQUIREDEVICE, 'Gerät wählen'); IESetTranslationWord(msGerman, IEMSG_SELECTANACQUISITIONDEVICE, 'Gerät wählen'); IESetTranslationWord(msGerman, IEMSG_Page_X_of_X, 'Seite %d of %d'); IESetTranslationWord(msGerman, IEMSG_X_Pages, '%d Seiten'); IESetTranslationWord(msGerman, IEMSG_Previous, 'Vor'); IESetTranslationWord(msGerman, IEMSG_Next, 'Zurück'); IESetTranslationWord(msGerman, IEMSG_THUMBNAILS, 'Vorschaubilder'); IESetTranslationWord(msGerman, IEMsg_Acquire, 'Bild holen'); IESetTranslationWord(msGerman, IEMsg_AddFromFile, 'Aus Datei hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddLayer, 'Ebene hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AdjustColors, 'Farben anpassen'); IESetTranslationWord(msGerman, IEMsg_AutoEqualizeColors, 'Automatischer Farbabgleich'); IESetTranslationWord(msGerman, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msGerman, IEMsg_AutoShrink, 'Automatisch verkleinern'); IESetTranslationWord(msGerman, IEMsg_AutoStretch, 'Automatisch vergrößern'); IESetTranslationWord(msGerman, IEMsg_BringForward, 'Nach vorne holen'); IESetTranslationWord(msGerman, IEMsg_BringToFront, 'Nach hinten stellen'); IESetTranslationWord(msGerman, IEMsg_CircularSelect, 'Runde Auswahl'); IESetTranslationWord(msGerman, IEMsg_ConvertToGray, 'In Graustufen umwandeln'); IESetTranslationWord(msGerman, IEMsg_CopyImage, 'Bild kopieren'); IESetTranslationWord(msGerman, IEMsg_CopySelection, 'Auswahl kopieren'); IESetTranslationWord(msGerman, IEMsg_Copy, 'Kopieren'); IESetTranslationWord(msGerman, IEMsg_CropImageToObjects, 'Bild auf Objekte beschneiden'); IESetTranslationWord(msGerman, IEMsg_CropToSelection, 'Auf Auswahl beschneiden'); IESetTranslationWord(msGerman, IEMsg_CropTransparency, 'Transparenz beschneiden'); IESetTranslationWord(msGerman, IEMsg_CutSelection, 'Auswahl ausschneiden'); IESetTranslationWord(msGerman, IEMsg_Cut, 'Ausschneiden'); IESetTranslationWord(msGerman, IEMsg_DeleteAll, 'Alles löschen'); IESetTranslationWord(msGerman, IEMsg_Delete, 'Löschen'); IESetTranslationWord(msGerman, IEMsg_DeselectAll, 'Alles abwählen'); IESetTranslationWord(msGerman, IEMsg_Deselect, 'Abwählen'); IESetTranslationWord(msGerman, IEMsg_EditPolyline, 'Polyline bearbeiten'); IESetTranslationWord(msGerman, IEMsg_FirstFrame, 'Erstes Einzelbild'); IESetTranslationWord(msGerman, IEMsg_FitImageToHeight, 'Bild auf Höhe einpassen'); IESetTranslationWord(msGerman, IEMsg_FitImageToWidth, 'Bild auf Breite einpassen'); IESetTranslationWord(msGerman, IEMsg_FitImage, 'Bild einpassen'); IESetTranslationWord(msGerman, IEMsg_FlipHorizontal, 'Horizontal spiegeln'); IESetTranslationWord(msGerman, IEMsg_FlipVertical, 'Vertikal spiegeln'); IESetTranslationWord(msGerman, IEMsg_ImageEffects, 'Bildeffekte'); IESetTranslationWord(msGerman, IEMsg_ImageSaveProperties, 'Bildeigenschaften speichern'); IESetTranslationWord(msGerman, IEMsg_InsertAngle, 'Winkel einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertEllipse, 'Ellipse einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertImage, 'Bild einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertLabelWithLine, 'Beschriftung mit Linie einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertLine, 'Linie einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertMemo, 'Notiz einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertPolyline, 'Polyline einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertRectangle, 'Rechteck einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertRuler, 'Lineal einfügen'); IESetTranslationWord(msGerman, IEMsg_InsertText, 'Text einfügen'); IESetTranslationWord(msGerman, IEMsg_LassoSelect, 'Lasso-Auswahl'); IESetTranslationWord(msGerman, IEMsg_LastFrame, 'Letztes Einzelbild'); IESetTranslationWord(msGerman, IEMsg_LoadFileAsLayer, 'Datei als Ebene laden'); IESetTranslationWord(msGerman, IEMsg_LoopPlayback, 'Wiedergabe endlos wiederholen'); IESetTranslationWord(msGerman, IEMsg_MeasureArea, 'Fläche ausmessen'); IESetTranslationWord(msGerman, IEMsg_MeasureDistance, 'Abstand messen'); IESetTranslationWord(msGerman, IEMsg_MeasureLength, 'Länge messen'); IESetTranslationWord(msGerman, IEMsg_MergeAllLayers, 'Alle Ebenen zusammenfügen'); IESetTranslationWord(msGerman, IEMsg_MergeAllToBackground, 'Alle auf Hintergrundebene reduzieren'); IESetTranslationWord(msGerman, IEMsg_MergeToBackground, 'Auf Hintergrundebene reduzieren'); IESetTranslationWord(msGerman, IEMsg_MoveLayers, 'Ebene verschieben'); IESetTranslationWord(msGerman, IEMsg_Negative, 'Negativ'); IESetTranslationWord(msGerman, IEMsg_NextFrame, 'Nächstes Einzelbild'); IESetTranslationWord(msGerman, IEMsg_PasteAsLayer, 'Als Ebene einfügen'); IESetTranslationWord(msGerman, IEMsg_Paste, 'Einfügen'); IESetTranslationWord(msGerman, IEMsg_PolygonSelect, 'Freihandmaske'); IESetTranslationWord(msGerman, IEMsg_PreviousFrame, 'Vorheriges Einzelbild'); IESetTranslationWord(msGerman, IEMsg_PrintAllThumbnails, 'Alle Vorschaubilder drucken'); IESetTranslationWord(msGerman, IEMsg_PrintPreview, 'Druckvorschau'); IESetTranslationWord(msGerman, IEMsg_PrintThumbnails, 'Vorschaubilder drucken'); IESetTranslationWord(msGerman, IEMsg_PrintToPage, 'Ausdrucken'); IESetTranslationWord(msGerman, IEMsg_RectangularSelect, 'Rechteckige Auswahl'); IESetTranslationWord(msGerman, IEMsg_Redo, 'Wiederrufen'); IESetTranslationWord(msGerman, IEMsg_RemoveLayer, 'Ebene löschen'); IESetTranslationWord(msGerman, IEMsg_RemoveRedEyes, 'Rote-Augen entfernen'); IESetTranslationWord(msGerman, IEMsg_ResizeLayers, 'Ebenengröße ändern'); IESetTranslationWord(msGerman, IEMsg_Rotate180, 'Um 180° drehen'); IESetTranslationWord(msGerman, IEMsg_RotateLayers, 'Ebenen drehen'); IESetTranslationWord(msGerman, IEMsg_RotateLeft, 'Links drehen'); IESetTranslationWord(msGerman, IEMsg_RotateRight, 'Rechts drehen'); IESetTranslationWord(msGerman, IEMsg_SaveAs, 'Speichern als'); IESetTranslationWord(msGerman, IEMsg_SaveProperties, 'Eigenschaften speichern'); IESetTranslationWord(msGerman, IEMsg_ScrollImage, 'Bild scrollen'); IESetTranslationWord(msGerman, IEMsg_ScrollToCursor, 'Zum Cursor scrollen'); IESetTranslationWord(msGerman, IEMsg_SelectAcquisitionSource, 'Erfassungsquelle auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectAll, 'Alles auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectByColor, 'Farbbereich auswählen'); IESetTranslationWord(msGerman, IEMsg_Select, 'Auswählen'); IESetTranslationWord(msGerman, IEMsg_SendBackward, 'Eins nach hinten schieben'); IESetTranslationWord(msGerman, IEMsg_SendToBack, 'Nach hinten schieben'); IESetTranslationWord(msGerman, IEMsg_SingleFrameOnly, 'Nur ein Einzelbild'); IESetTranslationWord(msGerman, IEMsg_Undo, 'Rückgängig'); IESetTranslationWord(msGerman, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msGerman, IEMsg_ZoomIn, 'Einzoomen'); IESetTranslationWord(msGerman, IEMsg_ZoomOut, 'Auszoomen'); IESetTranslationWord(msGerman, IEMsg_ZoomToFullSize, 'Auf ganzes Bild zoomen'); IESetTranslationWord(msGerman, IEMsg_ZoomToSelection, 'Auf Auswahl zoomen'); IESetTranslationWord(msGerman, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msGerman, IEMsg_AddALineObject, 'Ein Linienobjekt hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddAMultiLineTextObject, 'Ein mehrzeiliges Textobjekt einfügen'); IESetTranslationWord(msGerman, IEMsg_AddANewLabelObjectWithALine, 'Ein neues Beschriftungsobjekt mit Linie einfügen'); IESetTranslationWord(msGerman, IEMsg_AddANewLayerToThisImage, 'Eine neue Ebene dem Bild hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddARulerObject, 'Ein Linealobjekt hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddATextObject, 'Ein Textobjekt hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddAnAngleMeasurementObject, 'Ein Winkelmessobjekt hinzufügen (Benötigt drei Klicks)'); IESetTranslationWord(msGerman, IEMsg_AddAnEllipticalObject, 'Ein elliptisches Objekt hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddAnImageObject, 'Ein Bildobjekt hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddAnImageToTheGridFromFile, 'Ein Bild aus einer Datei dem Gitter hinzufügen'); IESetTranslationWord(msGerman, IEMsg_AddAnRectangularObject, 'Ein rechteckiges Objekt einfügen'); IESetTranslationWord(msGerman, IEMsg_ApplyASharpeningFilterToTheImage, 'Einen Schärfefilter auf das Bild anwenden'); IESetTranslationWord(msGerman, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Bild automatisch mit der korrekten Orientierung anzeigen'); IESetTranslationWord(msGerman, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Bilder automatisch mit der korrekten Orientierung anzeigen'); IESetTranslationWord(msGerman, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Die ausgewählte Ebene nach vorn vor alle anderen verschieben'); IESetTranslationWord(msGerman, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Das ausgewählte Objekt nach vorn vor alle anderen verschieben'); IESetTranslationWord(msGerman, IEMsg_ClearAllImages, 'Alle Bilder löschen'); IESetTranslationWord(msGerman, IEMsg_ClearAll, 'Dieses Bild löschen'); IESetTranslationWord(msGerman, IEMsg_ClearThisImage, 'Dieses Bild löschen'); IESetTranslationWord(msGerman, IEMsg_ClearYourSelection, 'Auswahl löschen'); IESetTranslationWord(msGerman, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Klicken Sie in das Bild und ziehen die Maus um zu scrollen'); IESetTranslationWord(msGerman, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Wiedergabe einer GIF- oder AVI-Datei endlos wiederholen'); IESetTranslationWord(msGerman, IEMsg_CopyImageToTheClipboard, 'Bild in die Zwischenablage kopieren'); IESetTranslationWord(msGerman, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Aktuelles Bild oder Auswahl in die Zwischenablage kopieren'); IESetTranslationWord(msGerman, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Aktuelles Bild in die Zwischenablage kopieren und dann entfernen'); IESetTranslationWord(msGerman, IEMsg_CopyTheCurrentImageToTheClipboard, 'Aktuelles Bild in die Zwischenablage kopieren'); IESetTranslationWord(msGerman, IEMsg_CutTheSelectionToTheClipboard, 'Aktuelle Auswahl in die Zwischenablage kopieren und dann aus dem Bild entfernen'); IESetTranslationWord(msGerman, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Aktuelle Auswahl in die Zwischenablage kopieren'); IESetTranslationWord(msGerman, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Ausgewähltes Objekt in die Zwischenablage kopieren'); IESetTranslationWord(msGerman, IEMsg_DeselectAllObjects, 'Alle Objekte abwählen'); IESetTranslationWord(msGerman, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Eine Druckvorschau für dieses Bild anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayAPreviewOfYourPrinting, 'Eine Vorschau des Ausdrucks anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Große Bilder in Fenstergröße anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayOnlyTheActiveFrame, 'Nur das aktive Einzelbild anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Kleine Bilder in Fenstergröße anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Animation einer GIF- oder AVI-Datei anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheFirstFrameOfThisImage, 'Das erste Einzelbild dieses Bildes anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageAtFullSize, 'Bild in voller Größe anzeigen (100% Zoom)'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Bild in der Höhe des Fenster anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Bild in der Größe des Fensters anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Bild in der Breite des Fensters anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageLarger, 'Das Bild größer anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheImageSmaller, 'Das Bild kleiner anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheLastFrameOfThisImage, 'Das letzte Einzelbild dieses Bildes anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayTheNextFrameOfThisImage, 'Das nächste Einzelbild dieses Bildes anzeigen'); IESetTranslationWord(msGerman, IEMsg_DisplayThePriorFrameOfThisImage, 'Das vorherige Einzelbild dieses Bildes anzeigen'); IESetTranslationWord(msGerman, IEMsg_DynamicallyMeasureADistance, 'Den Abstand dynamisch messen'); IESetTranslationWord(msGerman, IEMsg_EditPointsOfAPolyline, 'Punkte einer Polylinie bearbeiten ([Strg] drücken um einen Punkt zu entfernen)'); IESetTranslationWord(msGerman, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Farbhistogramm für ausgewählte Region ausgleichen'); IESetTranslationWord(msGerman, IEMsg_FlipTheImageFromLeftToRight, 'Bild von Links nach Rechts spiegeln'); IESetTranslationWord(msGerman, IEMsg_FlipTheImageFromTopToBottom, 'Bild von Oben nach Unten spiegeln'); IESetTranslationWord(msGerman, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Ausgewähltes Bild von Links nach Rechts spiegeln'); IESetTranslationWord(msGerman, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Ausgewähltes Bild von Oben nach Unten spiegeln'); IESetTranslationWord(msGerman, IEMsg_FreeHandPaintAnOpenPolygon, 'Freihandzeichnen und Polygon öffnen'); IESetTranslationWord(msGerman, IEMsg_InvertTheColorsOfTheImage, 'Farben des Bildes umkehren'); IESetTranslationWord(msGerman, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Links klicken um einzuzommen. Rechts klicken um auszuzommen.'); IESetTranslationWord(msGerman, IEMsg_LoadAnImageFromFile, 'Bild aus einer Datei laden'); IESetTranslationWord(msGerman, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Anpassen der Größe des Hintergrundbildes auf alle Objekte die es enthält'); IESetTranslationWord(msGerman, IEMsg_MeasureARectangularArea, 'Einen rechteckigen Bereich ausmessen'); IESetTranslationWord(msGerman, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Den Abstand zwischen zwei Punkten ausmessen'); IESetTranslationWord(msGerman, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Alle Objekte mit der Hintergrundebene verschmelzen'); IESetTranslationWord(msGerman, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Ausgewähltes Objekt mit der Hintergrundebene verschmelzen'); IESetTranslationWord(msGerman, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Alle Ebenen des Bildes auf eine reduzieren'); IESetTranslationWord(msGerman, IEMsg_MoveTheMouseToScrollTheImage, 'Die Maus bewegen um das Bild zu verschieben'); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedLayerBackward, 'Die ausgewählte Ebene um eins nach hinten verschieben'); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedLayerForward, 'Die ausgewählte Ebene um eins nach vorne verschieben'); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedObjectBackward, 'Das ausgewählte Objekt um eins nach hinten verschieben'); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedObjectForward, 'Das ausgewählte Objekt um eins nach vorne verschieben'); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Ausgewähltes Objekt in die Zwischenablage verschieben'); IESetTranslationWord(msGerman, IEMsg_PasteFromTheClipboard, 'Ein Bild aus der Zwischenablage einfügen'); IESetTranslationWord(msGerman, IEMsg_PasteObjectFromTheClipboard, 'Ein Objekt aus der Zwischenablage einfügen'); IESetTranslationWord(msGerman, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Inhalt der Zwischenablage als neue Ebene einfügen'); IESetTranslationWord(msGerman, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Farbverbesserungsfunktionen auf Bild anwenden'); IESetTranslationWord(msGerman, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Farbverbesserungsfunktionen auf ausgewähltes Bild anwenden'); IESetTranslationWord(msGerman, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Eine unregelmäßige Auswahl erstellen durch klicken mit der Maus'); IESetTranslationWord(msGerman, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Eine unregelmäßige Auswahl erstellen durch ziehen mit der Maus'); IESetTranslationWord(msGerman, IEMsg_PerformEffectsOnTheImage, 'Effekte auf Bild anwenden'); IESetTranslationWord(msGerman, IEMsg_PerformEffectsOnTheSelectedImage, 'Effekte auf ausgewähltes Bild anwenden'); IESetTranslationWord(msGerman, IEMsg_PlaybackTheseFramesInSequence, 'Diese Einzelbilder in Reihenfolge abspielen'); IESetTranslationWord(msGerman, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Ausgewählte Ebene hinter allen anderen einordnen'); IESetTranslationWord(msGerman, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Ausgewähltes Objekt hinter allen anderen Objekten einordnen'); IESetTranslationWord(msGerman, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Alle Bilder des Gitters als Blatt mit Vorschaubildern drucken'); IESetTranslationWord(msGerman, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Das ausgewählte Bild in Originalgröße ausdrucken'); IESetTranslationWord(msGerman, IEMsg_PrintTheSelectedImageToFitThePage, 'Ausgewähltes Bild an die Seite angepasst ausdrucken'); IESetTranslationWord(msGerman, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Ausgewählte Bilder als Blatt mit Vorschaubildern drucken'); IESetTranslationWord(msGerman, IEMsg_PrintThisImageAtItsOriginalSize, 'Dieses Bild in Originalgröße ausdrucken'); IESetTranslationWord(msGerman, IEMsg_PrintThisImageToFitThePage, 'Dieses Bild an die Seite angepasst ausdrucken'); IESetTranslationWord(msGerman, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Eingabeaufforderung um ein Bild als neue Ebene zu laden'); IESetTranslationWord(msGerman, IEMsg_RedoTheLastActionThatWasUndone, 'Zurückgenommene Änderung wieder herstellen'); IESetTranslationWord(msGerman, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Farben des Bildes auf Graustufen reduzieren'); IESetTranslationWord(msGerman, IEMsg_RemoveAllObjectsFromTheImage, 'Alle Objekte aus dem Bild entfernen'); IESetTranslationWord(msGerman, IEMsg_CropTheImageToTheCurrentSelection, 'Alle Teile des Bildes außerhalb der Auswahl entfernen'); IESetTranslationWord(msGerman, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Rote-Augen Effekt innherhalb der Auswahl entfernen'); IESetTranslationWord(msGerman, IEMsg_RemoveTheSelectedImage, 'Ausgewähltes Bild entfernen'); IESetTranslationWord(msGerman, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Ausgewählte Ebene aus dem Bild entfernen'); IESetTranslationWord(msGerman, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Ausgewähltes Objekt aus dem Bild entfernen'); IESetTranslationWord(msGerman, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Transparenten Rand von der ausgewählten Ebene entfernen'); IESetTranslationWord(msGerman, IEMsg_RestartPlaybackAfterItCompletes, 'Wiedergabe neu starten wenn sie abgeschlossen ist'); IESetTranslationWord(msGerman, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Ein Bild von einer Kamera oder von einem Scanner abholen'); IESetTranslationWord(msGerman, IEMsg_RetrieveImagesFromACameraOrScanner, 'Bilder von einer Kamera oder von einem Scanner abholen'); IESetTranslationWord(msGerman, IEMsg_RotateTheImage180Clockwise, 'Bild um 180° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheImage90Clockwise, 'Bild um 90° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheImage90CounterClockwise, 'Bild um 90° entgegen dem Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedImage180Clockwise, 'Ausgewähltes Bild um 180° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedImage90Clockwise, 'Ausgewähltes Bild um 90° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Ausgewähltes Bild um 90° entgegen dem Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedObject180Clockwise, 'Ausgewähltes Objekt um 180° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedObject90Clockwise, 'Ausgewähltes Objekt um 90° im Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Ausgewähltes Objekt um 90° entgegen dem Uhrzeigersinn drehen'); IESetTranslationWord(msGerman, IEMsg_SaveChangesToThisImageToFile, 'Änderungen an diesem Bild speichern'); IESetTranslationWord(msGerman, IEMsg_SaveThisImageToANewFilename, 'Dieses Bild unter einem neuen Namen speichern'); IESetTranslationWord(msGerman, IEMsg_SelectACircularAreaOfYourImage, 'Einen runden Bereich im Bild auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Bildbereiche auswählen, die eine änhliche Farbe haben'); IESetTranslationWord(msGerman, IEMsg_SelectARectangularAreaOfYourImage, 'Wählen Sie einen rechteckigen Bereich Ihres Bildes'); IESetTranslationWord(msGerman, IEMsg_SelectAllImagesInTheGrid, 'Alle Bilder im Gitter auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectAllObjectsOfImage, 'Alle Objekte des Bildes auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Einen Bildbereich zum einzoomen wählen'); IESetTranslationWord(msGerman, IEMsg_SelectOrResizeAnObject, 'Ein Objekt auswählen oder die Größe ändern (Alt-Taste gedrückt halten um das Seitenverhältnis beizubehalten)'); IESetTranslationWord(msGerman, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Kamera oder Scanner auswählen von dem die Bilder eingelese werden sollen'); IESetTranslationWord(msGerman, IEMsg_SelectTheFirstFrame, 'Erstes Einzelbild auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectTheLastFrame, 'Letztes Einzelbild auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectTheNextFrame, 'Nächstes Einzelbild auswählen'); IESetTranslationWord(msGerman, IEMsg_SelectThePreviousFrame, 'Vorheriges Einzelbild auswählen'); IESetTranslationWord(msGerman, IEMsg_SingleClickingWillNotInsertANewObject, 'Ein Einfachklick fügt kein neues Objekt ein'); IESetTranslationWord(msGerman, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Legen Sie die erweiterten Eigenschaften für alle Bilder fest'); IESetTranslationWord(msGerman, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Legen Sie die erweiterten Eigenschaften des ausgewählten Bildes fest'); IESetTranslationWord(msGerman, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Legen Sie die erweiterten Eigenschaften dieses Bildes fest'); IESetTranslationWord(msGerman, IEMsg_UndoTheLastAction, 'Letzte Aktion zurücknehmen'); IESetTranslationWord(msGerman, IEMsg_UndoTheLastEdit, 'Letzte Bearbeitung zurücknehmen'); IESetTranslationWord(msGerman, IEMsg_UseTheMouseToMoveImageLayers, 'Verwenden Sie die Maus um die Bildebene zu verschieben'); IESetTranslationWord(msGerman, IEMsg_UseTheMouseToResizeImageLayers, 'Verwenden Sie die Maus um die Größe der Bildebene zu ändern'); IESetTranslationWord(msGerman, IEMsg_UseTheMouseToRotateImageLayers, 'Verwenden Sie die Maus um die Bildebene zu drehen'); IESetTranslationWord(msGerman, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msGerman, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msGerman, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msGerman, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle' ); IESetTranslationWord(msGerman, IEMsg_ResizeImage , 'Bildgröße ändern' ); IESetTranslationWord(msGerman, IEMsg_SpecifyANewSizeForTheImage , 'Specify a new size for the image' ); IESetTranslationWord(msGerman, IEMSG_RESIZE , 'Größe ändern' ); IESetTranslationWord(msGerman, IEMSG_CURRENT , 'Aktuell' ); IESetTranslationWord(msGerman, IEMSG_NEW , 'Neu' ); IESetTranslationWord(msGerman, IEMSG_SCALE , 'Maßstab' ); IESetTranslationWord(msGerman, IEMSG_MAINTAINASPECTRATIO , 'Größenverhältnis beibehalten' ); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msGerman, IEMSG_Folder , 'Folder' ); IESetTranslationWord(msGerman, IEMSG_Dimensions , 'Dimensions' ); IESetTranslationWord(msGerman, IEMSG_Type , 'Type' ); IESetTranslationWord(msGerman, IEMSG_Created , 'Created' ); IESetTranslationWord(msGerman, IEMSG_Modified , 'Modified' ); IESetTranslationWord(msGerman, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msGerman, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msGerman, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msGerman, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msGerman, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msGerman, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msGerman, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msGerman, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msGerman, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msGerman, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msGerman, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msGerman, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msGerman, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msGerman, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msGerman, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msGerman, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msGerman, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msGerman, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msGerman, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msGerman, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msGerman, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msGerman, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msGerman, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msGerman, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msGerman, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msGerman, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msGerman, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msGerman, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msGerman, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msGerman, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msGerman, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msGerman, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msGerman, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msGerman, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msGerman, IEMsg_FillPage , 'Füllen Seite' ); IESetTranslationWord(msGerman, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msGerman, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msGerman, IEMsg_General , 'General' ); IESetTranslationWord(msGerman, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msGerman, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msGerman, IEMsg_Range , 'Range' ); IESetTranslationWord(msGerman, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msGerman, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msGerman, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msGerman, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msGerman, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msGerman, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msGerman, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msGerman, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msGerman, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msGerman, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msGerman, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msGerman, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msGerman, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msGerman, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msGerman, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msGerman, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msGerman, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msGerman, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msGerman, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msGerman, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msGerman, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msGerman, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msGerman, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msGerman, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msGerman, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msGerman, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msGerman, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msGerman, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msGerman, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msGerman, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msGerman, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msGerman, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msGerman, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msGerman, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msGerman, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msGerman, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msGerman, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msGerman, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msGerman, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msGerman, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msGerman, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msGerman, IEMsg_Path , 'Path' ); IESetTranslationWord(msGerman, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msGerman, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msGerman, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msGerman, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msGerman, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msGerman, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msGerman, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msGerman, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msGerman, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msGerman, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msGerman, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msGerman, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msGerman, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msGerman, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msGerman, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msGerman, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msGerman, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msGerman, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msGerman, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msGerman, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msGerman, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msGerman, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msGerman, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msGerman, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msGerman, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msGerman, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msGerman, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msGerman, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msGerman, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msGerman, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msGerman, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msGerman, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msGerman, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msGerman, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msGerman, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msGerman, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msGerman, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msGerman, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msGerman, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msGerman, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msGerman, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msGerman, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msGerman, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msGerman, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msGerman, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msGerman, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msGerman, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msGerman, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msGerman, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msGerman, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msGerman, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msGerman, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msGerman, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msGerman, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msGerman, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msGerman, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msGerman, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msGerman, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msGerman, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msGerman, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msGerman, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msGerman, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msGerman, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msGerman, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msGerman, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msGerman, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msGerman, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msGerman, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msGerman, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msGerman, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msGerman, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msGerman, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msGerman, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msGerman, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msGerman, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msGerman, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msGerman, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msGerman, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msGerman, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msGerman, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msGerman, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msGerman, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msGerman, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msGerman, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msGerman, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msGerman, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msGerman, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msGerman, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msGerman, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msGerman, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msGerman, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msGerman, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msGerman, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msGerman, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msGerman, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msGerman, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msGerman, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msGerman, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msGerman, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msGerman, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msGerman, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msGerman, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msGerman, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msGerman, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msGerman, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msGerman, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msGerman, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msGerman, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msGerman, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msGerman, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msGerman, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msGerman, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msGerman, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msGerman, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msGerman, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msGerman, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msGerman, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msGerman, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msGerman, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msGerman, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msGerman, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msGerman, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msGerman, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msGerman, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msGerman, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msGerman, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msGerman, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msGerman, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msGerman, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msGerman, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msGerman, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msGerman, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msGerman, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msGerman, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msGerman, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msGerman, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msGerman, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msGerman, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msGerman, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msGerman, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msGerman, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msGerman, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msGerman, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msGerman, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msGerman, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msGerman, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msGerman, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Spanish; begin /////// msSpanish {$IFDEF IESUPPORTSPANISH} IESetTranslationWord(msSpanish, IEMSG_PREVIEW, 'Vista Previa'); IESetTranslationWord(msSpanish, IEMSG_SOURCE, 'Original'); IESetTranslationWord(msSpanish, IEMSG_RESULT, 'Resultado'); IESetTranslationWord(msSpanish, IEMSG_OK, 'Aceptar'); IESetTranslationWord(msSpanish, IEMSG_CANCEL, 'Cancelar'); IESetTranslationWord(msSpanish, IEMSG_LOCKPREVIEW, 'Bloquear Vista Previa'); IESetTranslationWord(msSpanish, IEMSG_COPYRESULTTOSOURCE, 'Copia Resultado al Original'); IESetTranslationWord(msSpanish, IEMSG_CONTRAST, 'Contraste'); IESetTranslationWord(msSpanish, IEMSG_BRIGHTNESS, 'Brillo'); IESetTranslationWord(msSpanish, IEMSG_HUE, 'Tonalidad'); IESetTranslationWord(msSpanish, IEMSG_SATURATION, 'Saturación'); IESetTranslationWord(msSpanish, IEMSG_VALUE, 'Brillo'); IESetTranslationWord(msSpanish, IEMSG_BASECOLOR, 'Color base'); IESetTranslationWord(msSpanish, IEMSG_NEWCOLOR, 'Nuevo color'); IESetTranslationWord(msSpanish, IEMSG_LUMINOSITY, 'Luminosidad'); IESetTranslationWord(msSpanish, IEMSG_RED, 'Rojo'); IESetTranslationWord(msSpanish, IEMSG_GREEN, 'Verde'); IESetTranslationWord(msSpanish, IEMSG_BLUE, 'Azul'); IESetTranslationWord(msSpanish, IEMSG_FILTERVALUES, 'Valores de filtro'); IESetTranslationWord(msSpanish, IEMSG_PRESETS, 'Predefinidos'); IESetTranslationWord(msSpanish, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msSpanish, IEMSG_LOAD, 'Leer'); IESetTranslationWord(msSpanish, IEMSG_SAVE, 'Guardar'); IESetTranslationWord(msSpanish, IEMSG_EQUALIZATION, 'Ecualización'); IESetTranslationWord(msSpanish, IEMSG_THRESHOLD, 'Umbral'); IESetTranslationWord(msSpanish, IEMSG_EQUALIZE, 'Ecualizar'); IESetTranslationWord(msSpanish, IEMSG_HISTOGRAM, 'Histograma'); IESetTranslationWord(msSpanish, IEMSG_GRAY, 'Gris'); IESetTranslationWord(msSpanish, IEMSG_LIGHT, 'Luz'); IESetTranslationWord(msSpanish, IEMSG_LEFT, 'Izquierda'); IESetTranslationWord(msSpanish, IEMSG_TOP, 'Superior'); IESetTranslationWord(msSpanish, IEMSG_WIDTH, 'Ancho'); IESetTranslationWord(msSpanish, IEMSG_HEIGHT, 'Altura'); IESetTranslationWord(msSpanish, IEMSG_COLOR, 'Color de luz'); IESetTranslationWord(msSpanish, IEMSG_SOURCEIMAGEQUANTITY, 'Cantidad de Imagen Fuente'); IESetTranslationWord(msSpanish, IEMSG_LENS, 'Lentes'); IESetTranslationWord(msSpanish, IEMSG_REFRACTION, 'Refracción'); IESetTranslationWord(msSpanish, IEMSG_PARAMETERSPREVIEW, 'Revisión de Parámetros'); IESetTranslationWord(msSpanish, IEMSG_QUALITY, 'Calidad'); IESetTranslationWord(msSpanish, IEMSG_DCTMETHOD, 'Método DCT'); IESetTranslationWord(msSpanish, IEMSG_SMOOTHINGFACTOR, 'Factor de suavizado'); IESetTranslationWord(msSpanish, IEMSG_GRAYSCALE, 'Escala de grises'); IESetTranslationWord(msSpanish, IEMSG_OPTIMALHUFFMAN, 'Optimización Huffman'); IESetTranslationWord(msSpanish, IEMSG_ORIGINALSIZE, 'Tam. original'); IESetTranslationWord(msSpanish, IEMSG_COMPRESSEDSIZE, 'Tam. comprimido'); IESetTranslationWord(msSpanish, IEMSG_ADVANCED, 'Avanzados'); IESetTranslationWord(msSpanish, IEMSG_PROGRESSIVE, 'Progresiva'); IESetTranslationWord(msSpanish, IEMSG_COMPRESSION, 'Compresión'); IESetTranslationWord(msSpanish, IEMSG_IMAGEINDEX, 'Indice'); IESetTranslationWord(msSpanish, IEMSG_PHOTOMETRIC, 'Fotométrica'); IESetTranslationWord(msSpanish, IEMSG_SCANNDEDDOCUMENTINFO, 'Información del documento digitalizado'); IESetTranslationWord(msSpanish, IEMSG_NAME, 'Nombre'); IESetTranslationWord(msSpanish, IEMSG_DESCRIPTION, 'Descripción'); IESetTranslationWord(msSpanish, IEMSG_PAGENAME, 'Nombre página'); IESetTranslationWord(msSpanish, IEMSG_PAGENUMBER, 'Número pagina'); IESetTranslationWord(msSpanish, IEMSG_OF, 'de'); IESetTranslationWord(msSpanish, IEMSG_HORIZPOSITIONINCH, 'Pos. Horiz. (pulg)'); IESetTranslationWord(msSpanish, IEMSG_VERTPOSITIONINCH, 'Pos. Vert. (pulg)'); IESetTranslationWord(msSpanish, IEMSG_COLORS, 'Colores'); IESetTranslationWord(msSpanish, IEMSG_TRANSPARENT, 'Trasparente'); IESetTranslationWord(msSpanish, IEMSG_TRANSPARENTCOLOR, 'Color trasparente'); IESetTranslationWord(msSpanish, IEMSG_INTERLACED, 'Interlazada'); IESetTranslationWord(msSpanish, IEMSG_BACKGROUND, 'Color de fondo'); IESetTranslationWord(msSpanish, IEMSG_HORIZPOSITION, 'Pos. Horizontal'); IESetTranslationWord(msSpanish, IEMSG_VERTPOSITION, 'Pos. Vertical'); IESetTranslationWord(msSpanish, IEMSG_DELAYTIME, 'Tiempo espera'); IESetTranslationWord(msSpanish, IEMSG_FILTER, 'Filtro'); IESetTranslationWord(msSpanish, IEMSG_WAVE, 'Onda'); IESetTranslationWord(msSpanish, IEMSG_AMPLITUDE, 'Amplitud'); IESetTranslationWord(msSpanish, IEMSG_WAVELENGTH, 'Tamaño de la Onda'); IESetTranslationWord(msSpanish, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msSpanish, IEMSG_REFLECTIVE, 'Reflejar'); IESetTranslationWord(msSpanish, IEMSG_USERFILTER, 'Filtro de Usuario'); IESetTranslationWord(msSpanish, IEMSG_MORPHFILTER, 'Filtro morphing'); IESetTranslationWord(msSpanish, IEMSG_WINDOWSIZE, 'Tamaño de ventana'); IESetTranslationWord(msSpanish, IEMSG_MAXIMUM, 'Máximo'); IESetTranslationWord(msSpanish, IEMSG_MINIMUM, 'Mínimo'); IESetTranslationWord(msSpanish, IEMSG_OPEN, 'Abrir'); IESetTranslationWord(msSpanish, IEMSG_CLOSE, 'Cerrar'); IESetTranslationWord(msSpanish, IEMSG_ROTATE, 'Girar'); IESetTranslationWord(msSpanish, IEMSG_FLIP, 'Voltear'); IESetTranslationWord(msSpanish, IEMSG_FLIPHOR, 'Horizontal'); IESetTranslationWord(msSpanish, IEMSG_FLIPVER, 'Vertical'); IESetTranslationWord(msSpanish, IEMSG_FREQUENCYDOMAINIMAGE, 'Imagen del Dominio de Frecuencias'); IESetTranslationWord(msSpanish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Seleccione la región a limpiar'); IESetTranslationWord(msSpanish, IEMSG_CLEAR, 'Limpiar'); IESetTranslationWord(msSpanish, IEMSG_RESET, 'Reponer'); IESetTranslationWord(msSpanish, IEMSG_ANIMATE, 'Animado'); IESetTranslationWord(msSpanish, IEMSG_LOADFILTER, 'carga el filtro'); IESetTranslationWord(msSpanish, IEMSG_SAVEFILTER, 'Grabar el filtro'); IESetTranslationWord(msSpanish, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msSpanish, IEMSG_PRINT, 'Imprimir'); IESetTranslationWord(msSpanish, IEMSG_MARGINS, 'Márgenes'); IESetTranslationWord(msSpanish, IEMSG_INCHES, 'pulgadas'); IESetTranslationWord(msSpanish, IEMSG_RIGHT, 'Derecha'); IESetTranslationWord(msSpanish, IEMSG_BOTTOM, 'Inferior'); IESetTranslationWord(msSpanish, IEMSG_POSITION, 'Posición'); IESetTranslationWord(msSpanish, IEMSG_SIZE, 'Tamaño'); IESetTranslationWord(msSpanish, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msSpanish, IEMSG_FITTOPAGE, 'Ajustar a la página'); IESetTranslationWord(msSpanish, IEMSG_STRETCHTOPAGE, 'Estirar a la página'); IESetTranslationWord(msSpanish, IEMSG_SPECIFIEDSIZE, 'Tamaño especificado'); IESetTranslationWord(msSpanish, IEMSG_GAMMACORRECTION, 'Corrección Gamma'); IESetTranslationWord(msSpanish, IEMSG_VALUE2, 'Valor'); IESetTranslationWord(msSpanish, IEMSG_PRINTSETUP, 'Preparar Impresión'); IESetTranslationWord(msSpanish, IEMSG_LEFTMARGIN, 'Margen Izquierdo'); IESetTranslationWord(msSpanish, IEMSG_TOPMARGIN, 'Margen Superior'); IESetTranslationWord(msSpanish, IEMSG_RIGHTMARGIN, 'Margen Derecho'); IESetTranslationWord(msSpanish, IEMSG_BOTTOMMARGIN, 'Margen Inferior'); IESetTranslationWord(msSpanish, IEMSG_LOCATIONSIZE, 'Ubicación/Tamaño'); IESetTranslationWord(msSpanish, IEMSG_TOPLEFT, 'Superior Izquierda'); IESetTranslationWord(msSpanish, IEMSG_TOPCENTER, 'Superior Centrada'); IESetTranslationWord(msSpanish, IEMSG_TOPRIGHT, 'Superior Derecha'); IESetTranslationWord(msSpanish, IEMSG_CENTERLEFT, 'Centro Izquierda'); IESetTranslationWord(msSpanish, IEMSG_CENTER, 'Centrada'); IESetTranslationWord(msSpanish, IEMSG_CENTERRIGHT, 'Centro Derecha'); IESetTranslationWord(msSpanish, IEMSG_BOTTOMLEFT, 'Abajo Izquierda'); IESetTranslationWord(msSpanish, IEMSG_BOTTOMCENTER, 'Abajo centrada'); IESetTranslationWord(msSpanish, IEMSG_BOTTOMRIGHT, 'Abajo Derecha'); IESetTranslationWord(msSpanish, IEMSG_CLOSE2, 'Cerrar'); IESetTranslationWord(msSpanish, IEMSG_APPLY, 'Aplicar'); IESetTranslationWord(msSpanish, IEMSG_MEASUREUNITS, 'Unidades de medida'); IESetTranslationWord(msSpanish, IEMSG_UNITS, 'Unidades'); IESetTranslationWord(msSpanish, IEMSG_RATE, 'Tasa'); IESetTranslationWord(msSpanish, IEMSG_ALLGRAPHICS, 'Todos los gráficos'); IESetTranslationWord(msSpanish, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msSpanish, IEMSG_FILE, 'Archivo'); IESetTranslationword(msSpanish, IEMSG_MEM, 'Memoria'); // Mem.ory IESetTranslationWord(msSpanish, IEMSG_LOCKPREVIEWHINT, 'Bloquear Vista Previa'); IESetTranslationword(msSpanish, IEMSG_PRINTALL, 'Imprimir Todos'); IESetTranslationword(msSpanish, IEMSG_PRINTSELECTED, 'Imprimir Selección'); IESetTranslationWord(msSpanish, IEMSG_ALLCOMMONGRAPHICFILES, 'Archivos gráficos comunes'); IESetTranslationWord(msSpanish, IEMSG_ALLFILES, 'Todos los archivos'); IESetTranslationWord(msSpanish, IEMSG_HSV, 'HSV'); IESetTranslationWord(msSpanish, IEMSG_HSL, 'HSL'); IESetTranslationWord(msSpanish, IEMSG_RGB, 'RGB'); IESetTranslationWord(msSpanish, IEMSG_FFT, 'FFT'); IESetTranslationWord(msSpanish, IEMSG_SHARPEN, 'Enfocar'); IESetTranslationWord(msSpanish, IEMSG_CHANNELS, 'Canales'); IESetTranslationWord(msSpanish, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msSpanish, IEMSG_FRAMES, 'Marcos'); IESetTranslationWord(msSpanish, IEMSG_BIT, 'bit'); IESetTranslationWord(msSpanish, IEMSG_BYTE, 'byte'); IESetTranslationWord(msSpanish, IEMSG_DPI, 'dpi'); IESetTranslationWord(msSpanish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msSpanish, IEMSG_FIT, 'Ajustar'); IESetTranslationWord(msSpanish, IEMSG_OTHER, 'Otro'); IESetTranslationWord(msSpanish, IEMSG_COLUMNS, 'Columnas'); IESetTranslationWord(msSpanish, IEMSG_ROWS, 'Filas'); IESetTranslationWord(msSpanish, IEMSG_STYLE, 'Estilo'); IESetTranslationWord(msSpanish, IEMSG_SPACING, 'Separando'); IESetTranslationWord(msSpanish, IEMSG_SELECTACQUIREDEVICE, 'Seleccionar dispositivo capturador'); IESetTranslationWord(msSpanish, IEMSG_SELECTANACQUISITIONDEVICE, 'Seleccionar un dispositivo capturador'); IESetTranslationWord(msSpanish, IEMSG_Page_X_of_X, 'Página %d de %d'); IESetTranslationWord(msSpanish, IEMSG_X_Pages, '%d páginas'); IESetTranslationWord(msSpanish, IEMSG_Previous, 'Anterior'); IESetTranslationWord(msSpanish, IEMSG_Next, 'Siguiente'); IESetTranslationWord(msSpanish, IEMSG_THUMBNAILS, 'Miniaturas'); IESetTranslationWord(msSpanish, IEMsg_Acquire, 'Adquirir'); IESetTranslationWord(msSpanish, IEMsg_AddFromFile, 'Adicionar desde archivo'); IESetTranslationWord(msSpanish, IEMsg_AddLayer, 'Adicionar capa'); IESetTranslationWord(msSpanish, IEMsg_AdjustColors, 'Ajustar Colores'); IESetTranslationWord(msSpanish, IEMsg_AutoEqualizeColors, 'Ajustar Colores - Auto'); IESetTranslationWord(msSpanish, IEMsg_AutoRotateDisplay, 'Rotar Visualización - Auto'); IESetTranslationWord(msSpanish, IEMsg_AutoShrink, 'Contraer - Auto'); IESetTranslationWord(msSpanish, IEMsg_AutoStretch, 'Extender - Auto'); IESetTranslationWord(msSpanish, IEMsg_BringForward, 'Traer Adelante'); IESetTranslationWord(msSpanish, IEMsg_BringToFront, 'Traer al Frente'); IESetTranslationWord(msSpanish, IEMsg_CircularSelect, 'Selección Circular'); IESetTranslationWord(msSpanish, IEMsg_ConvertToGray, 'Convertir a Grises'); IESetTranslationWord(msSpanish, IEMsg_CopyImage, 'Copiar Imagen'); IESetTranslationWord(msSpanish, IEMsg_CopySelection, 'Copiar Selección'); IESetTranslationWord(msSpanish, IEMsg_Copy, 'Copiar'); IESetTranslationWord(msSpanish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msSpanish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msSpanish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msSpanish, IEMsg_CutSelection, 'Cortar Selección'); IESetTranslationWord(msSpanish, IEMsg_Cut, 'Cortar'); IESetTranslationWord(msSpanish, IEMsg_DeleteAll, 'Borrar Todo'); IESetTranslationWord(msSpanish, IEMsg_Delete, 'Eliminar'); IESetTranslationWord(msSpanish, IEMsg_DeselectAll, 'Anular Selección Todos'); IESetTranslationWord(msSpanish, IEMsg_Deselect, 'Anular Selección'); IESetTranslationWord(msSpanish, IEMsg_EditPolyline, 'Editar Polilínea'); IESetTranslationWord(msSpanish, IEMsg_FirstFrame, 'Primer Cuadro'); IESetTranslationWord(msSpanish, IEMsg_FitImageToHeight, 'Ajustar Imagen a la Altura'); IESetTranslationWord(msSpanish, IEMsg_FitImageToWidth, 'Ajustar Imagen a la Amplitud'); IESetTranslationWord(msSpanish, IEMsg_FitImage, 'Ajustar Imagen'); IESetTranslationWord(msSpanish, IEMsg_FlipHorizontal, 'Grirar Horizontalmente'); IESetTranslationWord(msSpanish, IEMsg_FlipVertical, 'Girar Verticalmente'); IESetTranslationWord(msSpanish, IEMsg_ImageEffects, 'Efectos de Imagen'); IESetTranslationWord(msSpanish, IEMsg_ImageSaveProperties, 'Grabar propiedades de Imagen'); IESetTranslationWord(msSpanish, IEMsg_InsertAngle, 'Insertar Angulo'); IESetTranslationWord(msSpanish, IEMsg_InsertEllipse, 'Insertar Elipse'); IESetTranslationWord(msSpanish, IEMsg_InsertImage, 'Insertar Imagen'); IESetTranslationWord(msSpanish, IEMsg_InsertLabelWithLine, 'Insertar Etiqueta con Línea'); IESetTranslationWord(msSpanish, IEMsg_InsertLine, 'Insertar Línea'); IESetTranslationWord(msSpanish, IEMsg_InsertMemo, 'Insertar Memo'); IESetTranslationWord(msSpanish, IEMsg_InsertPolyline, 'Insertar Polilínea'); IESetTranslationWord(msSpanish, IEMsg_InsertRectangle, 'Insertar Rectangulo'); IESetTranslationWord(msSpanish, IEMsg_InsertRuler, 'Insert Regla'); IESetTranslationWord(msSpanish, IEMsg_InsertText, 'Insertar Texto'); IESetTranslationWord(msSpanish, IEMsg_LassoSelect, 'Selección Libre'); IESetTranslationWord(msSpanish, IEMsg_LastFrame, 'Último Cuadro'); IESetTranslationWord(msSpanish, IEMsg_LoadFileAsLayer, 'Cargar Archivo como Capas'); IESetTranslationWord(msSpanish, IEMsg_LoopPlayback, 'Reproducción en Bucle'); IESetTranslationWord(msSpanish, IEMsg_MeasureArea, 'Medir Area'); IESetTranslationWord(msSpanish, IEMsg_MeasureDistance, 'Medir Distancia'); IESetTranslationWord(msSpanish, IEMsg_MeasureLength, 'Medir Longitud'); IESetTranslationWord(msSpanish, IEMsg_MergeAllLayers, 'Fundir Todas las Capas'); IESetTranslationWord(msSpanish, IEMsg_MergeAllToBackground, 'Fundir Todo al Fondo'); IESetTranslationWord(msSpanish, IEMsg_MergeToBackground, 'Fundir al Fondo'); IESetTranslationWord(msSpanish, IEMsg_MoveLayers, 'Mover Capas'); IESetTranslationWord(msSpanish, IEMsg_Negative, 'Negativo'); IESetTranslationWord(msSpanish, IEMsg_NextFrame, 'Siguiente Cuadro'); IESetTranslationWord(msSpanish, IEMsg_PasteAsLayer, 'Pegar como Capa'); IESetTranslationWord(msSpanish, IEMsg_Paste, 'Pegar'); IESetTranslationWord(msSpanish, IEMsg_PolygonSelect, 'Seleccionar Polígono'); IESetTranslationWord(msSpanish, IEMsg_PreviousFrame, 'Cuadro Anterior'); IESetTranslationWord(msSpanish, IEMsg_PrintAllThumbnails, 'Imprimir todos las Minuaturas'); IESetTranslationWord(msSpanish, IEMsg_PrintPreview, 'Vista Previa'); IESetTranslationWord(msSpanish, IEMsg_PrintThumbnails, 'Imprimir Miniaturas'); IESetTranslationWord(msSpanish, IEMsg_PrintToPage, 'Imprimir a Página'); IESetTranslationWord(msSpanish, IEMsg_RectangularSelect, 'Selección rectangular'); IESetTranslationWord(msSpanish, IEMsg_Redo, 'Re-Hacer'); IESetTranslationWord(msSpanish, IEMsg_RemoveLayer, 'Eliminar Capa'); IESetTranslationWord(msSpanish, IEMsg_RemoveRedEyes, 'Eliminar Efecto Ojo-Rojo'); IESetTranslationWord(msSpanish, IEMsg_ResizeLayers, 'Redimensionar Capas'); IESetTranslationWord(msSpanish, IEMsg_Rotate180, 'Rotar 180°'); IESetTranslationWord(msSpanish, IEMsg_RotateLayers, 'Rotar Capas'); IESetTranslationWord(msSpanish, IEMsg_RotateLeft, 'Rotar a la Izquierda'); IESetTranslationWord(msSpanish, IEMsg_RotateRight, 'Rotar a la Derecha'); IESetTranslationWord(msSpanish, IEMsg_SaveAs, 'Grabar Como'); IESetTranslationWord(msSpanish, IEMsg_SaveProperties, 'Grabar Propiedades'); IESetTranslationWord(msSpanish, IEMsg_ScrollImage, 'Desplazar Imagen'); IESetTranslationWord(msSpanish, IEMsg_ScrollToCursor, 'Desplazar Hasta el Cursor'); IESetTranslationWord(msSpanish, IEMsg_SelectAcquisitionSource, 'Seleccionar Fuente de Adquisición'); IESetTranslationWord(msSpanish, IEMsg_SelectAll, 'Seleccionar Todo'); IESetTranslationWord(msSpanish, IEMsg_SelectByColor, 'seleccionar por Color'); IESetTranslationWord(msSpanish, IEMsg_Select, 'Seleccionar'); IESetTranslationWord(msSpanish, IEMsg_SendBackward, 'Enviar Al Fondo'); IESetTranslationWord(msSpanish, IEMsg_SendToBack, 'Enviar Atrás'); IESetTranslationWord(msSpanish, IEMsg_SingleFrameOnly, 'Sólo Cudro Unitario'); IESetTranslationWord(msSpanish, IEMsg_Undo, 'Deshacer'); IESetTranslationWord(msSpanish, IEMsg_Unstamp, 'Desmarcar'); IESetTranslationWord(msSpanish, IEMsg_ZoomIn, 'Acercar'); IESetTranslationWord(msSpanish, IEMsg_ZoomOut, 'Alejar'); IESetTranslationWord(msSpanish, IEMsg_ZoomToFullSize, 'Acercar Tamaño Completo'); IESetTranslationWord(msSpanish, IEMsg_ZoomToSelection, 'Acercar La Selección'); IESetTranslationWord(msSpanish, IEMsg_Zoom, 'Enfocar'); IESetTranslationWord(msSpanish, IEMsg_AddALineObject, 'Adicionar línea al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddAMultiLineTextObject, 'Adicionar una multilínea de texto al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddANewLabelObjectWithALine, 'Adicionar una nueva etiqueta al objeto con una línea'); IESetTranslationWord(msSpanish, IEMsg_AddANewLayerToThisImage, 'Adicionar una nueva capa a esta imagen'); IESetTranslationWord(msSpanish, IEMsg_AddARulerObject, 'Adicionar una regla al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddATextObject, 'Adicionar un texto al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddAnAngleMeasurementObject, 'Adicionar un ángulod e medición al objeto (require tres clicks)'); IESetTranslationWord(msSpanish, IEMsg_AddAnEllipticalObject, 'Adicionar una elipse al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddAnImageObject, 'Adicionar una imagen al objeto'); IESetTranslationWord(msSpanish, IEMsg_AddAnImageToTheGridFromFile, 'Adicionar una imagen a la cuadrícula desde un archivo'); IESetTranslationWord(msSpanish, IEMsg_AddAnRectangularObject, 'Adicionar un objeto rectangular'); IESetTranslationWord(msSpanish, IEMsg_ApplyASharpeningFilterToTheImage, 'Aplica un filtro de de definición a la imagen'); IESetTranslationWord(msSpanish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Visualizar imagen automaticamente con la orientación correcta'); IESetTranslationWord(msSpanish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Visualizar imágenes automaticamente con la orientación correcta'); IESetTranslationWord(msSpanish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Traer la capa seleccionada al frente de los demás'); IESetTranslationWord(msSpanish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Traer el objeto seleccionado al frente de todos los otros objetos'); IESetTranslationWord(msSpanish, IEMsg_ClearAllImages, 'Limpiar todas las imagenes'); IESetTranslationWord(msSpanish, IEMsg_ClearAll, 'limpiar la ventana'); IESetTranslationWord(msSpanish, IEMsg_ClearThisImage, 'Limpiar esta imagen'); IESetTranslationWord(msSpanish, IEMsg_ClearYourSelection, 'Limpiar su selección'); IESetTranslationWord(msSpanish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Haga click en la imagen y arrastre el ratón para desplazar'); IESetTranslationWord(msSpanish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Reproducción contínua del bucle de un archivo GIF o AVI'); IESetTranslationWord(msSpanish, IEMsg_CopyImageToTheClipboard, 'Copiar Imagen al portatpapeles'); IESetTranslationWord(msSpanish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copiar la imagen o selección actual al portapapeles'); IESetTranslationWord(msSpanish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copiar la imagen al portatpapeles y eliminarla'); IESetTranslationWord(msSpanish, IEMsg_CopyTheCurrentImageToTheClipboard, 'copiar la imagen actual al portapapeles'); IESetTranslationWord(msSpanish, IEMsg_CutTheSelectionToTheClipboard, 'Copiar la selección actual al portapapeles y eliminarla de la imagen'); IESetTranslationWord(msSpanish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copiar la selección actual al portapapeles'); IESetTranslationWord(msSpanish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copiar el objeto seleccionado al portapapeles'); IESetTranslationWord(msSpanish, IEMsg_DeselectAllObjects, 'Anular selección de todos los objetos'); IESetTranslationWord(msSpanish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Muestra una vista previa de la imagen a imprimir'); IESetTranslationWord(msSpanish, IEMsg_DisplayAPreviewOfYourPrinting, 'Ver una preliminar de su impresión'); IESetTranslationWord(msSpanish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Muestra imagenes grandes al tamaño de la ventana'); IESetTranslationWord(msSpanish, IEMsg_DisplayOnlyTheActiveFrame, 'Visualizar soloamnete el cuadro activo'); IESetTranslationWord(msSpanish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Visualizar imagenes pequeñas al tamaño de la ventana'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Visualizar la animación de un archivo GIF o AVI'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Visualizar el primer cuadro de esta imagen'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageAtFullSize, 'Visualizar la imagen en tamaño completo (100% zoom)'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Visualizar la imagen a la altura de la venatana'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Visualizar la imagen al tamaño de la ventana'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Visualizar la imagen al ancho de la ventana'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageLarger, 'Visualizar la imagen más ancha'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheImageSmaller, 'Visualziar la imagen más pequeña'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheLastFrameOfThisImage, 'Vislauzar el último cuadrod e esta imagen'); IESetTranslationWord(msSpanish, IEMsg_DisplayTheNextFrameOfThisImage, 'Visualizar el siguiente cuadro de esta imagen'); IESetTranslationWord(msSpanish, IEMsg_DisplayThePriorFrameOfThisImage, 'visualizar el cuadro previo de esta imagen'); IESetTranslationWord(msSpanish, IEMsg_DynamicallyMeasureADistance, 'Medir dinámicamente una distancia'); IESetTranslationWord(msSpanish, IEMsg_EditPointsOfAPolyline, 'Editar puntos de un polígono (Pesione Ctrl para eliminar un punto)'); IESetTranslationWord(msSpanish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Ecualizar el histograma de color para la region seleccionada'); IESetTranslationWord(msSpanish, IEMsg_FlipTheImageFromLeftToRight, 'Voltear la imagen de Izquierda a Derecha'); IESetTranslationWord(msSpanish, IEMsg_FlipTheImageFromTopToBottom, 'Voltear la imagen de Arriba a Abajo'); IESetTranslationWord(msSpanish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Voltear la imagen seleccionada de izquierda a derecha'); IESetTranslationWord(msSpanish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Voltear la imagen seleccionada de arriba a abajo'); IESetTranslationWord(msSpanish, IEMsg_FreeHandPaintAnOpenPolygon, 'Pintar a mano alzada un polígono abierto'); IESetTranslationWord(msSpanish, IEMsg_InvertTheColorsOfTheImage, 'Invertir los colores de la imagen'); IESetTranslationWord(msSpanish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'haga click con el Botón Izquierdo en la Imagen para acercar. Click con el botón Derecho para alejar'); IESetTranslationWord(msSpanish, IEMsg_LoadAnImageFromFile, 'Cargar una imagen desde un archivo'); IESetTranslationWord(msSpanish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Emparejar el tamaño de la imagen del fondo con todos los objetos contenidos en ella'); IESetTranslationWord(msSpanish, IEMsg_MeasureARectangularArea, 'Medir un área rectangular'); IESetTranslationWord(msSpanish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Medir la distancia entre dos puntos'); IESetTranslationWord(msSpanish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Fundir todos los objetos con la capa del fondo'); IESetTranslationWord(msSpanish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Fundir el objetos sleccionado con la capa del fondo'); IESetTranslationWord(msSpanish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Funde todas las capas de la imagen en una sola'); IESetTranslationWord(msSpanish, IEMsg_MoveTheMouseToScrollTheImage, 'Mover el ratón para despalzar la imagen'); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedLayerBackward, 'Mover la capa seleccionada hacia atrás'); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedLayerForward, 'Mover la capa seleccionado hacia adelante'); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedObjectBackward, 'Mover el objeto seleccionado hacia atrás'); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedObjectForward, 'Mover el objeto seleccionado hacia adelante'); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Mover el objeto seleccionado al portapapeles'); IESetTranslationWord(msSpanish, IEMsg_PasteFromTheClipboard, 'Pegar una imagen desde el portatpapeles'); IESetTranslationWord(msSpanish, IEMsg_PasteObjectFromTheClipboard, 'Pegar un objetos desde el portapapeles'); IESetTranslationWord(msSpanish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Pegar el contenido del portapapeles como una nueva capa'); IESetTranslationWord(msSpanish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Adelantar funciones de realce del color sobre la imagen'); IESetTranslationWord(msSpanish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Adelanta funciones de realce del color sobre la imagen seleccionada'); IESetTranslationWord(msSpanish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Adelanta una selección irregular de su imagen al hacer click con el ratón'); IESetTranslationWord(msSpanish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Adelanta una selección irregular de su imagen al rrastrar el ratón '); IESetTranslationWord(msSpanish, IEMsg_PerformEffectsOnTheImage, 'Aplica efectos sobre la igamen'); IESetTranslationWord(msSpanish, IEMsg_PerformEffectsOnTheSelectedImage, 'Aplica efectos sobre la imagen seleccionada'); IESetTranslationWord(msSpanish, IEMsg_PlaybackTheseFramesInSequence, 'reproduce estos cuadros en secuencia'); IESetTranslationWord(msSpanish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Posiciona la capa seleccionada detrás de todas las otras'); IESetTranslationWord(msSpanish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Posiciona el objeto seleccionado detrás de todos los otros objetos'); IESetTranslationWord(msSpanish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Imprime todas las imágenes de la cuadrícula como una hoja de miniaturas'); IESetTranslationWord(msSpanish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Imprime la imagen seleccionada en su tamaño original'); IESetTranslationWord(msSpanish, IEMsg_PrintTheSelectedImageToFitThePage, 'Imprime la imagen seleccionada ajustandose a la página'); IESetTranslationWord(msSpanish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Imprime las imágenes seleccionadas como una hoja de miniaturas'); IESetTranslationWord(msSpanish, IEMsg_PrintThisImageAtItsOriginalSize, 'Imprime esta imagen en su tamaño original'); IESetTranslationWord(msSpanish, IEMsg_PrintThisImageToFitThePage, 'Imprime esta imagen ajustada a la página'); IESetTranslationWord(msSpanish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Solicita un archivo de imagen para ser cargado como una nueva capa'); IESetTranslationWord(msSpanish, IEMsg_RedoTheLastActionThatWasUndone, 'Rehacer la última acción que fué deshecha'); IESetTranslationWord(msSpanish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reducir los colores de la imagen a una escala de grises'); IESetTranslationWord(msSpanish, IEMsg_RemoveAllObjectsFromTheImage, 'Eliminar todos los objetos de la imagen'); IESetTranslationWord(msSpanish, IEMsg_CropTheImageToTheCurrentSelection, 'Eliminar todas las partes de la imagen que esten por fuera de la selección actual'); IESetTranslationWord(msSpanish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Elimin el efecto de Ojo-Rojo de la selección'); IESetTranslationWord(msSpanish, IEMsg_RemoveTheSelectedImage, 'Elimina la imagen seleccionada'); IESetTranslationWord(msSpanish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Elimina la capa seleccionada de la imagen'); IESetTranslationWord(msSpanish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Elimina le objeto seleccionado de la imagen'); IESetTranslationWord(msSpanish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Elimina los bordes transparentes de la capa seleccionada'); IESetTranslationWord(msSpanish, IEMsg_RestartPlaybackAfterItCompletes, 'Reinicia la reproducción después que finaliza'); IESetTranslationWord(msSpanish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Obtiene una imagen desde una cámara o scanner'); IESetTranslationWord(msSpanish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Obtiene imágenes de desde una cámara o scanner'); IESetTranslationWord(msSpanish, IEMsg_RotateTheImage180Clockwise, 'Rotar la imagen 180° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheImage90Clockwise, 'Rotar la imagen 90° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheImage90CounterClockwise, 'Rotar la imagen 90° a la izquierda'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotar la imagen seleccionada 180° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotar la imagen seleccionada 90° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotar la imagen seleccionada 90° a la izquierda'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotar el objeto seleccionado 180° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotar el objeto seleccionado 90° a la derecha'); IESetTranslationWord(msSpanish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotar el objeto seleccionado 90° a la izquierda'); IESetTranslationWord(msSpanish, IEMsg_SaveChangesToThisImageToFile, 'Graba los cambios a esta imagen en un archivo'); IESetTranslationWord(msSpanish, IEMsg_SaveThisImageToANewFilename, 'Graba esta imagen en un nuevo nombre de archvio'); IESetTranslationWord(msSpanish, IEMsg_SelectACircularAreaOfYourImage, 'Selecciona un área circular de su imagen'); IESetTranslationWord(msSpanish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Selecciona una porción de su imagen de un color similar'); IESetTranslationWord(msSpanish, IEMsg_SelectARectangularAreaOfYourImage, 'Selecciona un área rectangular de su imagen'); IESetTranslationWord(msSpanish, IEMsg_SelectAllImagesInTheGrid, 'Selecciona todas las imágenes en la cuadrícula'); IESetTranslationWord(msSpanish, IEMsg_SelectAllObjectsOfImage, 'Selecciona todos los objetos de imagen'); IESetTranslationWord(msSpanish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Selecciona un área de la imagen para acercar'); IESetTranslationWord(msSpanish, IEMsg_SelectOrResizeAnObject, 'Selecciona o redimensiona un objeto (Presione Alt para mantener la relación de aspecto)'); IESetTranslationWord(msSpanish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Selecciona la cámara o scanner desde la que se obtendrá la imagen'); IESetTranslationWord(msSpanish, IEMsg_SelectTheFirstFrame, 'Selecciona el primer cuadro'); IESetTranslationWord(msSpanish, IEMsg_SelectTheLastFrame, 'Selecciona el último cuadro'); IESetTranslationWord(msSpanish, IEMsg_SelectTheNextFrame, 'Selecciona el próximo cuadro'); IESetTranslationWord(msSpanish, IEMsg_SelectThePreviousFrame, 'Selecciona el cuadro anterior'); IESetTranslationWord(msSpanish, IEMsg_SingleClickingWillNotInsertANewObject, 'Hacer un solo click no insertará un nuevo objeto'); IESetTranslationWord(msSpanish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Especifica propiedades avanzadas para todas las imágenes'); IESetTranslationWord(msSpanish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Especifica propiedades avanzadas para la imagen seleccionada'); IESetTranslationWord(msSpanish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Especifica propiedades avanzadas para esta imagen'); IESetTranslationWord(msSpanish, IEMsg_UndoTheLastAction, 'Deshacer última acción'); IESetTranslationWord(msSpanish, IEMsg_UndoTheLastEdit, 'Deshacer última edición'); IESetTranslationWord(msSpanish, IEMsg_UseTheMouseToMoveImageLayers, 'Use el ratón para mover las capas de la imagen'); IESetTranslationWord(msSpanish, IEMsg_UseTheMouseToResizeImageLayers, 'Use el ratón para redimensionar las capas de la imagen'); IESetTranslationWord(msSpanish, IEMsg_UseTheMouseToRotateImageLayers, 'Use el ratón para rotar las capas de la imagen'); IESetTranslationWord(msSpanish, IEMsg_ZoomImage , 'Ampliar Imagen' ); IESetTranslationWord(msSpanish, IEMsg_DisplayImageAtCustomZoom , 'Muestre imagen con ampliación presonalizada' ); IESetTranslationWord(msSpanish, IEMsg_CustomRotate , 'Personalizar Rotación' ); IESetTranslationWord(msSpanish, IEMsg_RotateImageByACustomAngle , 'Rote la imagen con ángulo personalizado'); IESetTranslationWord(msSpanish, IEMsg_ResizeImage , 'Redimensione Imagen' ); IESetTranslationWord(msSpanish, IEMsg_SpecifyANewSizeForTheImage, 'Especifique un nuevo tamaño para la imagen' ); IESetTranslationWord(msSpanish, IEMSG_RESIZE, 'Redimensione'); IESetTranslationWord(msSpanish, IEMSG_CURRENT, 'Actual'); IESetTranslationWord(msSpanish, IEMSG_NEW, 'Nuevo'); IESetTranslationWord(msSpanish, IEMSG_SCALE, 'Relación'); IESetTranslationWord(msSpanish, IEMSG_MAINTAINASPECTRATIO, 'Mantener Relación De Aspecto'); IESetTranslationWord(msSpanish, IEMSG_Folder , 'Carpeta'); IESetTranslationWord(msSpanish, IEMSG_Dimensions, 'Dimensiones'); IESetTranslationWord(msSpanish, IEMSG_Type , 'Tipo'); IESetTranslationWord(msSpanish, IEMSG_Created , 'Creado'); IESetTranslationWord(msSpanish, IEMSG_Modified , 'Modificado'); IESetTranslationWord(msSpanish, IEMsg_CopyFiles , 'Copiar a Carpeta' ); IESetTranslationWord(msSpanish, IEMsg_CopyFilesToClipboard , 'Copiar Archivos al Portapapeles' ); IESetTranslationWord(msSpanish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copie archivos seleccionados a nueva carpeta' ); IESetTranslationWord(msSpanish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copie archivos seleccionados al Portapapeles' ); IESetTranslationWord(msSpanish, IEMsg_CutFilesToClipboard , 'Cortar archivos para Portapapeles' ); IESetTranslationWord(msSpanish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Corte archivos seleccionados para Portapapeles' ); IESetTranslationWord(msSpanish, IEMsg_DeleteFiles , 'Eliminar Archivos' ); IESetTranslationWord(msSpanish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Borre archivos seleccionados de la carpeta' ); IESetTranslationWord(msSpanish, IEMsg_GoUp , 'Suba' ); IESetTranslationWord(msSpanish, IEMsg_MoveFiles , 'Mover a Carpeta' ); IESetTranslationWord(msSpanish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Mover archivos seleccionados a nueva carpeta' ); IESetTranslationWord(msSpanish, IEMsg_OpenFile , 'Abrir Archivo' ); IESetTranslationWord(msSpanish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Abra el padre de la carpeta actual' ); IESetTranslationWord(msSpanish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Abra archivo seleccionado en visor predeterminado' ); IESetTranslationWord(msSpanish, IEMsg_PasteFilesFromClipboard , 'Pegue Archivos del Portapapeles' ); IESetTranslationWord(msSpanish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Pegue Archivos del portapapeles a esta carpeta' ); IESetTranslationWord(msSpanish, IEMsg_Refresh , 'Refrescar' ); IESetTranslationWord(msSpanish, IEMsg_RefreshTheFileListing , 'Refrescar el listado de archivos' ); IESetTranslationWord(msSpanish, IEMsg_WhereDoYouWantToMoveTheseFiles , '¿A dónde quiere mover estos archivos?' ); IESetTranslationWord(msSpanish, IEMsg_WhereDoYouWantToCopyTheseFiles , '¿A dónde quiere copiar estos archivos?' ); IESetTranslationWord(msSpanish, IEMsg_XIsNotAValidFolder , '"%s" no es una carpeta válida' ); IESetTranslationWord(msSpanish, IEMsg_RenameFile , 'Renombrar Archivo' ); IESetTranslationWord(msSpanish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Especifique nuevo nombre para el archivo seleccionado' ); IESetTranslationWord(msSpanish, IEMsg_SpecifyANewNameForX , 'Especifique nuevo nombre para "%s"' ); IESetTranslationWord(msSpanish, IEMsg_SelectAFolderToOpen , 'Seleccione una carpeta para abrir' ); IESetTranslationWord(msSpanish, IEMsg_SelectFolder , 'Seleccione Carpeta' ); IESetTranslationWord(msSpanish, IEMsg_CreateFolder , 'Crear Carpeta' ); IESetTranslationWord(msSpanish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Crear nueva carpeta en lugar actual' ); IESetTranslationWord(msSpanish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Especifique el nombre de su nueva carpeta' ); IESetTranslationWord(msSpanish, IEMsg_SoftShadow , 'Sombra Suave' ); IESetTranslationWord(msSpanish, IEMsg_AddSoftShadow , 'Agregue Sombra Suave' ); IESetTranslationWord(msSpanish, IEMsg_Radius , 'Radio' ); IESetTranslationWord(msSpanish, IEMsg_Offset , 'Compensación' ); IESetTranslationWord(msSpanish, IEMsg_All_Glow , 'Todo (Brillar)' ); IESetTranslationWord(msSpanish, IEMsg_FillPage , 'Llenar página' ); IESetTranslationWord(msSpanish, IEMsg_AutoEnhance , 'Auto-Realzar' ); IESetTranslationWord(msSpanish, IEMsg_AutoEnhanceMethod , 'Método Auto-Realzar' ); IESetTranslationWord(msSpanish, IEMsg_General , 'General' ); IESetTranslationWord(msSpanish, IEMsg_ToneMapping , 'Mapa de Tono' ); IESetTranslationWord(msSpanish, IEMsg_Slope , 'Inclinación' ); IESetTranslationWord(msSpanish, IEMsg_Range , 'Rango' ); IESetTranslationWord(msSpanish, IEMsg_Gamma , 'Gama' ); IESetTranslationWord(msSpanish, IEMsg_Crop , 'Recortar' ); IESetTranslationWord(msSpanish, IEMsg_CropImage , 'Recortar Imagen' ); IESetTranslationWord(msSpanish, IEMsg_EditImage , 'Editar Imagen' ); IESetTranslationWord(msSpanish, IEMsg_PerformEditingFunctionsOnTheImage , 'Realice funciones de edición en la imagen' ); IESetTranslationWord(msSpanish, IEMsg_PreviewEffects , 'Efectos Vista Previa' ); IESetTranslationWord(msSpanish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Efectos Vista Previa para editar y realzar la imagen' ); IESetTranslationWord(msSpanish, IEMsg_ThumbnailView , 'Ver Miniaturas' ); IESetTranslationWord(msSpanish, IEMsg_DisplayLargeThumbnails , 'Muestre miniaturas grandes' ); IESetTranslationWord(msSpanish, IEMsg_DetailView , 'Ver Detalles' ); IESetTranslationWord(msSpanish, IEMsg_DisplayFileDetails , 'Muestre detalles de archivos' ); IESetTranslationWord(msSpanish, IEMsg_Filename , 'Nombre archivo' ); IESetTranslationWord(msSpanish, IEMsg_FileType , 'Tipo Archivo' ); IESetTranslationWord(msSpanish, IEMsg_FileSize , 'Tamaño Archivo' ); IESetTranslationWord(msSpanish, IEMsg_CreateDate , 'Crear Fecha' ); IESetTranslationWord(msSpanish, IEMsg_EditDate , 'Editar Fecha' ); IESetTranslationWord(msSpanish, IEMsg_ImageSize , 'Dimensiones' ); IESetTranslationWord(msSpanish, IEMsg_SortByX , 'Ordene por %s' ); IESetTranslationWord(msSpanish, IEMsg_Ascending , 'Ascendente' ); IESetTranslationWord(msSpanish, IEMsg_Descending , 'Descendente' ); IESetTranslationWord(msSpanish, IEMsg_SortX , 'Ordene %s' ); IESetTranslationWord(msSpanish, IEMsg_MultiplePages , 'Folleto' ); IESetTranslationWord(msSpanish, IEMsg_PagesAcross , 'A Través de Páginas' ); IESetTranslationWord(msSpanish, IEMsg_PagesDown , 'Página Abajo' ); IESetTranslationWord(msSpanish, IEMsg_SelectAllLayers , 'Selecciona Todas Las Capas' ); IESetTranslationWord(msSpanish, IEMsg_SelectAllLayersOfTheImage , 'Selecciona Todas Las Capas de la imagen' ); IESetTranslationWord(msSpanish, IEMsg_DeselectAllLayers , 'Deselecciona Todas Las Capas' ); IESetTranslationWord(msSpanish, IEMsg_DeselectAllLayersOfTheImage , 'Deselecciona Todas Las Capas de la imagen' ); IESetTranslationWord(msSpanish, IEMsg_GroupLayers , 'Agrupar Capas' ); IESetTranslationWord(msSpanish, IEMsg_AddSelectedLayersToASelectionGroup , 'Agregar capas seleccionadas a grupo de selección' ); IESetTranslationWord(msSpanish, IEMsg_UngroupLayers , 'Desagrupar Capas' ); IESetTranslationWord(msSpanish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Elimine capas seleccionadas de grupo de selección' ); IESetTranslationWord(msSpanish, IEMsg_MergeLayers , 'Unir Capas' ); IESetTranslationWord(msSpanish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Unir capas seleccionadas en una sola capa' ); IESetTranslationWord(msSpanish, IEMsg_ColumnView , 'Ver Columna' ); IESetTranslationWord(msSpanish, IEMsg_DisplayFileColumns , 'Visualizar archivos en columnas' ); IESetTranslationWord(msSpanish, IEMsg_LargeThumbnailView , 'Ver miniaturas grandes' ); IESetTranslationWord(msSpanish, IEMsg_DisplayThumbnails , 'Ver Miniaturas' ); IESetTranslationWord(msSpanish, IEMsg_FileListView , 'Ver Lista De Archivos' ); IESetTranslationWord(msSpanish, IEMsg_DisplayFileList , 'Muestra vista lista de archivos' ); IESetTranslationWord(msSpanish, IEMsg_ShowColumnX , 'Muestra %s Columna' ); IESetTranslationWord(msSpanish, IEMsg_Path , 'Ruta' ); IESetTranslationWord(msSpanish, IEMsg_ImageProperties , 'Propiedades' ); IESetTranslationWord(msSpanish, IEMsg_Caption , 'Etiqueta' ); IESetTranslationWord(msSpanish, IEMsg_ADDINNERSHADOW , 'Añadir Sombra Interior' ); IESetTranslationWord(msSpanish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Ajustar Brillo/Contraste/Saturación' ); IESetTranslationWord(msSpanish, IEMsg_ADJUSTGAINOFFSET , 'Ajustar Ganancia de Compensación' ); IESetTranslationWord(msSpanish, IEMsg_AdjustLuminanceSaturation , 'Ajustar Luminosidad/Saturación' ); IESetTranslationWord(msSpanish, IEMsg_ADJUSTTEMPERATURE , 'Ajustar Temperatura' ); IESetTranslationWord(msSpanish, IEMsg_ADJUSTTINT , 'Ajustar Matiz' ); IESetTranslationWord(msSpanish, IEMsg_Automatic , 'Automático' ); IESetTranslationWord(msSpanish, IEMsg_AUTOSHARPEN , 'Auto Enfoque' ); IESetTranslationWord(msSpanish, IEMsg_BLUR , 'Enturbiar' ); IESetTranslationWord(msSpanish, IEMsg_CASTALPHA , 'Alfa Fundido' ); IESetTranslationWord(msSpanish, IEMsg_CASTCOLOR , 'Color Fundido' ); IESetTranslationWord(msSpanish, IEMsg_CASTCOLORRANGE , 'Rango de Color Fundido' ); IESetTranslationWord(msSpanish, IEMsg_CLEARSEL , 'Borrar Selección' ); IESetTranslationWord(msSpanish, IEMsg_COLORIZE , 'Colorear' ); IESetTranslationWord(msSpanish, IEMsg_CONVERTTO , 'Convertir Pixeles' ); IESetTranslationWord(msSpanish, IEMsg_CONVERTTO24BIT , 'Convertir a 24bit' ); IESetTranslationWord(msSpanish, IEMsg_CONVERTTOPALETTE , 'Convertir a Paleta' ); IESetTranslationWord(msSpanish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msSpanish, IEMsg_CONVOLVE , 'Retorcer' ); IESetTranslationWord(msSpanish, IEMsg_DECRYPT , 'Desencriptar' ); IESetTranslationWord(msSpanish, IEMsg_DEINTERLACE , 'Desentrelace' ); IESetTranslationWord(msSpanish, IEMsg_ReorderColorChannels , 'Reordenar Color de Canales' ); IESetTranslationWord(msSpanish, IEMsg_EDGEDETECT , 'Detección de Borde' ); IESetTranslationWord(msSpanish, IEMsg_ENCRYPT , 'Encriptar' ); IESetTranslationWord(msSpanish, IEMsg_FEATHEREDGES , 'Bordes de Pluma' ); IESetTranslationWord(msSpanish, IEMsg_FILL , 'Llenar' ); IESetTranslationWord(msSpanish, IEMsg_FTCLEARZONE , 'Limpiar Zona FFT' ); IESetTranslationWord(msSpanish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Ecualización' ); IESetTranslationWord(msSpanish, IEMsg_INTENSITY , 'Intensidad' ); IESetTranslationWord(msSpanish, IEMsg_AdjustHistogram , 'Ajuste Histograma' ); IESetTranslationWord(msSpanish, IEMsg_MAPGRAYTOCOLOR , 'Mapa de Color Gris' ); IESetTranslationWord(msSpanish, IEMsg_MATCHHSVRANGE , 'Coincidir Rango HSV' ); IESetTranslationWord(msSpanish, IEMsg_MEDIANFILTER , 'Filtro de Mediana' ); IESetTranslationWord(msSpanish, IEMsg_MERGEWITHMASK , 'Combinar con Máscara' ); IESetTranslationWord(msSpanish, IEMsg_MERGE , 'Combinar' ); IESetTranslationWord(msSpanish, IEMsg_Monochrome , 'Monocromo' ); IESetTranslationWord(msSpanish, IEMsg_MOTIONBLUR , 'Movimiento Borroso' ); IESetTranslationWord(msSpanish, IEMsg_PAINTMARK , 'Pintar Marca' ); IESetTranslationWord(msSpanish, IEMsg_PERSPECTIVEDRAW , 'Dibujar Perspectiva' ); IESetTranslationWord(msSpanish, IEMsg_ConvolutionFilter , 'Fltro de Retorcer' ); IESetTranslationWord(msSpanish, IEMsg_PROJECTDRAW , 'Dibujar Proyecto' ); IESetTranslationWord(msSpanish, IEMsg_RADIALSTRETCH , 'Estiramiento Radial' ); IESetTranslationWord(msSpanish, IEMsg_RANDOMIZE , 'Aleatorios' ); IESetTranslationWord(msSpanish, IEMsg_REFLECTION , 'Reflección' ); IESetTranslationWord(msSpanish, IEMsg_REMOVECHROMAKEY , 'Quite Clave-Croma' ); IESetTranslationWord(msSpanish, IEMsg_REMOVEISOLATEDPIXELS , 'Quite Pixeles Aislados' ); IESetTranslationWord(msSpanish, IEMsg_REMOVENOISE , 'Quite Ruido' ); IESetTranslationWord(msSpanish, IEMsg_RESIZECANVASXX , 'Cambie Tamaño Lienzo a %dx%d' ); IESetTranslationWord(msSpanish, IEMsg_ROTATEANDCROP , 'Rotar y Recortar' ); IESetTranslationWord(msSpanish, IEMsg_ROUNDIMAGE , 'Redondear Imagen' ); IESetTranslationWord(msSpanish, IEMSG_ConvertToXColors , 'Convertir a %d colores' ); IESetTranslationWord(msSpanish, IEMsg_SHIFTCHANNEL , 'Cambiar de Canal' ); IESetTranslationWord(msSpanish, IEMsg_TileImage , 'Mosaico de Imagen' ); IESetTranslationWord(msSpanish, IEMsg_UNSHARPEN , 'Desenfocado' ); IESetTranslationWord(msSpanish, IEMsg_WALLISFILTER , 'Filtro Wallis' ); IESetTranslationWord(msSpanish, IEMsg_WHITEBALANCE , 'Balance de Blancos' ); IESetTranslationWord(msSpanish, IEMsg_WRITEHIDDENDATA , 'Escribir Datos Ocultos' ); IESetTranslationWord(msSpanish, IEMsg_AdjustHSV , 'Ajuste HSV' ); IESetTranslationWord(msSpanish, IEMsg_AdjustHSL , 'Ajuste HSL' ); IESetTranslationWord(msSpanish, IEMsg_AdjustRGB , 'Ajuste RGB' ); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msSpanish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msSpanish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msSpanish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msSpanish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msSpanish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msSpanish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msSpanish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msSpanish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msSpanish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msSpanish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msSpanish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msSpanish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msSpanish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msSpanish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msSpanish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msSpanish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msSpanish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msSpanish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msSpanish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msSpanish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msSpanish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msSpanish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msSpanish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msSpanish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msSpanish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msSpanish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msSpanish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msSpanish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msSpanish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msSpanish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msSpanish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msSpanish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msSpanish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msSpanish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msSpanish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msSpanish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msSpanish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msSpanish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msSpanish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msSpanish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msSpanish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msSpanish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msSpanish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msSpanish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msSpanish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msSpanish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msSpanish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msSpanish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msSpanish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msSpanish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msSpanish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msSpanish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msSpanish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msSpanish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msSpanish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msSpanish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msSpanish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msSpanish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msSpanish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msSpanish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msSpanish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msSpanish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msSpanish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msSpanish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msSpanish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msSpanish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msSpanish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msSpanish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msSpanish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msSpanish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSpanish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSpanish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msSpanish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msSpanish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msSpanish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msSpanish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msSpanish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msSpanish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msSpanish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msSpanish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_French; begin /////// msFrench {$IFDEF IESUPPORTFRENCH} IESetTranslationWord(msFrench, IEMSG_PREVIEW, 'Prévisualisation'); IESetTranslationWord(msFrench, IEMSG_SOURCE, 'Source'); IESetTranslationWord(msFrench, IEMSG_RESULT, 'Résultat'); IESetTranslationWord(msFrench, IEMSG_OK, 'Ok'); IESetTranslationWord(msFrench, IEMSG_CANCEL, 'Annuler'); IESetTranslationWord(msFrench, IEMSG_LOCKPREVIEW, 'Bloquer la prévisualisation'); IESetTranslationWord(msFrench, IEMSG_COPYRESULTTOSOURCE, 'Copier le résultat dans la source'); IESetTranslationWord(msFrench, IEMSG_CONTRAST, 'Contraste'); IESetTranslationWord(msFrench, IEMSG_BRIGHTNESS, 'Luminosité'); IESetTranslationWord(msFrench, IEMSG_HUE, 'Teinte'); IESetTranslationWord(msFrench, IEMSG_SATURATION, 'Saturation'); IESetTranslationWord(msFrench, IEMSG_VALUE, 'Valeur'); IESetTranslationWord(msFrench, IEMSG_BASECOLOR, 'Couleur de base'); IESetTranslationWord(msFrench, IEMSG_NEWCOLOR, 'Nouvelle couleur'); IESetTranslationWord(msFrench, IEMSG_LUMINOSITY, 'Luminosité'); IESetTranslationWord(msFrench, IEMSG_RED, 'Rouge'); IESetTranslationWord(msFrench, IEMSG_GREEN, 'Vert'); IESetTranslationWord(msFrench, IEMSG_BLUE, 'Bleu'); IESetTranslationWord(msFrench, IEMSG_FILTERVALUES, 'Valeurs du filtre'); IESetTranslationWord(msFrench, IEMSG_PRESETS, 'Prédéfinis'); IESetTranslationWord(msFrench, IEMSG_DIVISOR, 'Diviseur'); IESetTranslationWord(msFrench, IEMSG_LOAD, 'Ouvrir'); IESetTranslationWord(msFrench, IEMSG_SAVE, 'Enregistrer'); IESetTranslationWord(msFrench, IEMSG_EQUALIZATION, 'Egalisation'); IESetTranslationWord(msFrench, IEMSG_THRESHOLD, 'Seuil'); IESetTranslationWord(msFrench, IEMSG_EQUALIZE, 'Egaliser'); IESetTranslationWord(msFrench, IEMSG_HISTOGRAM, 'Histogramme'); IESetTranslationWord(msFrench, IEMSG_GRAY, 'Noir'); IESetTranslationWord(msFrench, IEMSG_LIGHT, 'Lumière'); IESetTranslationWord(msFrench, IEMSG_LEFT, 'Gauche'); IESetTranslationWord(msFrench, IEMSG_TOP, 'Haut'); IESetTranslationWord(msFrench, IEMSG_WIDTH, 'Largeur'); IESetTranslationWord(msFrench, IEMSG_HEIGHT, 'Hauteur'); IESetTranslationWord(msFrench, IEMSG_COLOR, 'Couleur de la lumière'); IESetTranslationWord(msFrench, IEMSG_SOURCEIMAGEQUANTITY, 'Quantité d''image source'); IESetTranslationWord(msFrench, IEMSG_LENS, 'Loupe'); IESetTranslationWord(msFrench, IEMSG_REFRACTION, 'Réfraction'); IESetTranslationWord(msFrench, IEMSG_PARAMETERSPREVIEW, 'Paramètres de l''aperçu'); IESetTranslationWord(msFrench, IEMSG_QUALITY, 'Qualité'); IESetTranslationWord(msFrench, IEMSG_DCTMETHOD, 'Méthode DCT'); IESetTranslationWord(msFrench, IEMSG_SMOOTHINGFACTOR, 'Facteur de smoothing'); IESetTranslationWord(msFrench, IEMSG_GRAYSCALE, 'Niveaux de gris'); IESetTranslationWord(msFrench, IEMSG_OPTIMALHUFFMAN, 'Optimisation Huffman'); IESetTranslationWord(msFrench, IEMSG_ORIGINALSIZE, 'Taille originale'); IESetTranslationWord(msFrench, IEMSG_COMPRESSEDSIZE, 'Taille compressée'); IESetTranslationWord(msFrench, IEMSG_ADVANCED, 'Avancé'); IESetTranslationWord(msFrench, IEMSG_PROGRESSIVE, 'Progression'); IESetTranslationWord(msFrench, IEMSG_COMPRESSION, 'Compression'); IESetTranslationWord(msFrench, IEMSG_IMAGEINDEX, 'Index'); IESetTranslationWord(msFrench, IEMSG_PHOTOMETRIC, 'Photo-métrique'); IESetTranslationWord(msFrench, IEMSG_SCANNDEDDOCUMENTINFO, 'Informations sur le document scanné'); IESetTranslationWord(msFrench, IEMSG_NAME, 'Nom'); IESetTranslationWord(msFrench, IEMSG_DESCRIPTION, 'Description'); IESetTranslationWord(msFrench, IEMSG_PAGENAME, 'Nom de la page'); IESetTranslationWord(msFrench, IEMSG_PAGENUMBER, 'Numéro de page'); IESetTranslationWord(msFrench, IEMSG_OF, 'sur'); IESetTranslationWord(msFrench, IEMSG_HORIZPOSITIONINCH, 'Pos. Horiz. (Pouces)'); IESetTranslationWord(msFrench, IEMSG_VERTPOSITIONINCH, 'Pos. Vert. (Pouces)'); IESetTranslationWord(msFrench, IEMSG_COLORS, 'Couleurs'); IESetTranslationWord(msFrench, IEMSG_TRANSPARENT, 'Transparent'); IESetTranslationWord(msFrench, IEMSG_TRANSPARENTCOLOR, 'Couleur transparente'); IESetTranslationWord(msFrench, IEMSG_INTERLACED, 'Entrelacée'); IESetTranslationWord(msFrench, IEMSG_BACKGROUND, 'Couleur de fonds'); IESetTranslationWord(msFrench, IEMSG_HORIZPOSITION, 'Pos. Horizontale'); IESetTranslationWord(msFrench, IEMSG_VERTPOSITION, 'Pos. Verticale'); IESetTranslationWord(msFrench, IEMSG_DELAYTIME, 'Temps de pause'); IESetTranslationWord(msFrench, IEMSG_FILTER, 'Filtre'); IESetTranslationWord(msFrench, IEMSG_WAVE, 'Onde'); IESetTranslationWord(msFrench, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msFrench, IEMSG_WAVELENGTH, 'Taille de l''onde'); IESetTranslationWord(msFrench, IEMSG_PHASE, 'Phase'); IESetTranslationWord(msFrench, IEMSG_REFLECTIVE, 'Réflexion'); IESetTranslationWord(msFrench, IEMSG_USERFILTER, 'Filtre utilisateur'); IESetTranslationWord(msFrench, IEMSG_MORPHFILTER, 'Filtre morphing'); IESetTranslationWord(msFrench, IEMSG_WINDOWSIZE, 'Taille de la fenêtre'); IESetTranslationWord(msFrench, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msFrench, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msFrench, IEMSG_OPEN, 'Filtre ouvert'); IESetTranslationWord(msFrench, IEMSG_CLOSE, 'Filtre fermé'); IESetTranslationWord(msFrench, IEMSG_ROTATE, 'Rotation'); IESetTranslationWord(msFrench, IEMSG_FLIP, 'Symétrie'); IESetTranslationWord(msFrench, IEMSG_FLIPHOR, 'Horizontale'); IESetTranslationWord(msFrench, IEMSG_FLIPVER, 'Verticale'); IESetTranslationWord(msFrench, IEMSG_FREQUENCYDOMAINIMAGE, 'Image du domaine de fréquence'); IESetTranslationWord(msFrench, IEMSG_SELECTTHEREGIONTOCLEAR, 'Sélectionner la région à effacer'); IESetTranslationWord(msFrench, IEMSG_CLEAR, 'Effacer'); IESetTranslationWord(msFrench, IEMSG_RESET, 'Ré-initialiser'); IESetTranslationWord(msFrench, IEMSG_ANIMATE, 'Animé'); IESetTranslationWord(msFrench, IEMSG_LOADFILTER, 'Charger filtre'); IESetTranslationWord(msFrench, IEMSG_SAVEFILTER, 'Sauvegarder filtre'); IESetTranslationWord(msFrench, IEMSG_BUMPMAP, 'Bump mapping'); IESetTranslationWord(msFrench, IEMSG_PRINT, 'Imprimer'); IESetTranslationWord(msFrench, IEMSG_MARGINS, 'Marges'); IESetTranslationWord(msFrench, IEMSG_INCHES, 'Pouces'); IESetTranslationWord(msFrench, IEMSG_RIGHT, 'Droit'); IESetTranslationWord(msFrench, IEMSG_BOTTOM, 'Bas'); IESetTranslationWord(msFrench, IEMSG_POSITION, 'Position'); IESetTranslationWord(msFrench, IEMSG_SIZE, 'Taille'); IESetTranslationWord(msFrench, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msFrench, IEMSG_FITTOPAGE, 'Adapter à la page'); IESetTranslationWord(msFrench, IEMSG_STRETCHTOPAGE, 'Etirer à la page'); IESetTranslationWord(msFrench, IEMSG_SPECIFIEDSIZE, 'Taille spécifiée'); IESetTranslationWord(msFrench, IEMSG_GAMMACORRECTION, 'Correction gamma'); IESetTranslationWord(msFrench, IEMSG_VALUE2, 'Valeur'); IESetTranslationWord(msFrench, IEMSG_PRINTSETUP, 'Réglage impression'); IESetTranslationWord(msFrench, IEMSG_LEFTMARGIN, 'Marge gauche'); IESetTranslationWord(msFrench, IEMSG_TOPMARGIN, 'Marge supérieure'); IESetTranslationWord(msFrench, IEMSG_RIGHTMARGIN, 'Marge droite'); IESetTranslationWord(msFrench, IEMSG_BOTTOMMARGIN, 'Marge inférieure'); IESetTranslationWord(msFrench, IEMSG_LOCATIONSIZE, 'Position de l''image'); IESetTranslationWord(msFrench, IEMSG_TOPLEFT, 'Haut gauche'); IESetTranslationWord(msFrench, IEMSG_TOPCENTER, 'Haut centre'); IESetTranslationWord(msFrench, IEMSG_TOPRIGHT, 'Haut droite'); IESetTranslationWord(msFrench, IEMSG_CENTERLEFT, 'Centre gauche'); IESetTranslationWord(msFrench, IEMSG_CENTER, 'Centre'); IESetTranslationWord(msFrench, IEMSG_CENTERRIGHT, 'Centre droit'); IESetTranslationWord(msFrench, IEMSG_BOTTOMLEFT, 'Bas gauche'); IESetTranslationWord(msFrench, IEMSG_BOTTOMCENTER, 'Bas centre'); IESetTranslationWord(msFrench, IEMSG_BOTTOMRIGHT, 'Bas droite'); IESetTranslationWord(msFrench, IEMSG_CLOSE2, 'Fermer'); IESetTranslationWord(msFrench, IEMSG_APPLY, 'Appliquer'); IESetTranslationWord(msFrench, IEMSG_MEASUREUNITS, 'Unités de mesure'); IESetTranslationWord(msFrench, IEMSG_UNITS, 'Unités'); IESetTranslationWord(msFrench, IEMSG_RATE, 'Vitesse'); IESetTranslationWord(msFrench, IEMSG_ALLGRAPHICS, 'Tous les graphiques'); IESetTranslationWord(msFrench, IEMSG_VIDEOFORWINDOWS, 'Vidéo pour Windows'); IESetTranslationword(msFrench, IEMSG_FILE, 'Fichier'); IESetTranslationword(msFrench, IEMSG_MEM, 'Mém'); // Mémoire IESetTranslationWord(msFrench, IEMSG_LOCKPREVIEWHINT, 'Empêcher la prévisualisation'); IESetTranslationword(msFrench, IEMSG_PRINTALL, 'Imprimer tout'); IESetTranslationword(msFrench, IEMSG_PRINTSELECTED, 'Imprimer la sélection'); IESetTranslationWord(msFrench, IEMSG_ALLCOMMONGRAPHICFILES, 'Fichiers image'); IESetTranslationWord(msFrench, IEMSG_ALLFILES, 'Tous les fichiers'); IESetTranslationWord(msFrench, IEMSG_HSV, 'HSV'); IESetTranslationWord(msFrench, IEMSG_HSL, 'HSL'); IESetTranslationWord(msFrench, IEMSG_RGB, 'RVB'); IESetTranslationWord(msFrench, IEMSG_FFT, 'FFT'); IESetTranslationWord(msFrench, IEMSG_SHARPEN, 'Netteté '); IESetTranslationWord(msFrench, IEMSG_CHANNELS, 'Canal'); IESetTranslationWord(msFrench, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msFrench, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msFrench, IEMSG_BIT, 'bit'); IESetTranslationWord(msFrench, IEMSG_BYTE, 'octet'); IESetTranslationWord(msFrench, IEMSG_DPI, 'dpi'); IESetTranslationWord(msFrench, IEMSG_KB, 'Ko'); // kilobyte (KB) IESetTranslationWord(msFrench, IEMSG_FIT, 'Ajuster'); IESetTranslationWord(msFrench, IEMSG_OTHER, 'Autre'); IESetTranslationWord(msFrench, IEMSG_COLUMNS, 'Colonnes'); IESetTranslationWord(msFrench, IEMSG_ROWS, 'Lignes'); IESetTranslationWord(msFrench, IEMSG_STYLE, 'Style'); IESetTranslationWord(msFrench, IEMSG_SPACING, 'Espacement'); IESetTranslationWord(msFrench, IEMSG_SELECTACQUIREDEVICE, 'Sélectionner un périphérique d''acquisition'); IESetTranslationWord(msFrench, IEMSG_SELECTANACQUISITIONDEVICE, 'Sélectionner un périphérique d''acquisition'); IESetTranslationWord(msFrench, IEMSG_Page_X_of_X, 'Page %d sur %d'); IESetTranslationWord(msFrench, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msFrench, IEMSG_Previous, 'Précédent'); IESetTranslationWord(msFrench, IEMSG_Next, 'Suivant'); IESetTranslationWord(msFrench, IEMSG_THUMBNAILS, 'Miniatures'); IESetTranslationWord(msFrench, IEMsg_Acquire, 'Acquérir'); IESetTranslationWord(msFrench, IEMsg_AddFromFile, 'Ajouter depuis fichier'); IESetTranslationWord(msFrench, IEMsg_AddLayer, 'Ajouter calque'); IESetTranslationWord(msFrench, IEMsg_AdjustColors, 'Adjuster couleurs'); IESetTranslationWord(msFrench, IEMsg_AutoEqualizeColors, 'Egaliser les coulers automatiquement'); IESetTranslationWord(msFrench, IEMsg_AutoRotateDisplay, 'Tourner automatiquement'); IESetTranslationWord(msFrench, IEMsg_AutoShrink, 'Réduire automatiquement'); IESetTranslationWord(msFrench, IEMsg_AutoStretch, 'Agrandir automatiquement'); IESetTranslationWord(msFrench, IEMsg_BringForward, 'Avancer'); IESetTranslationWord(msFrench, IEMsg_BringToFront, 'Mettre au premier plan'); IESetTranslationWord(msFrench, IEMsg_CircularSelect, 'Sélection circulaire'); IESetTranslationWord(msFrench, IEMsg_ConvertToGray, 'Niveau de gris'); IESetTranslationWord(msFrench, IEMsg_CopyImage, 'Copier image'); IESetTranslationWord(msFrench, IEMsg_CopySelection, 'Copier sélection'); IESetTranslationWord(msFrench, IEMsg_Copy, 'Copier'); IESetTranslationWord(msFrench, IEMsg_CropImageToObjects, 'Recadrer l''image aux objets'); IESetTranslationWord(msFrench, IEMsg_CropToSelection, 'Recadrer à la sélection'); IESetTranslationWord(msFrench, IEMsg_CropTransparency, 'Recadrer à la transparence'); IESetTranslationWord(msFrench, IEMsg_CutSelection, 'Couper sélection'); IESetTranslationWord(msFrench, IEMsg_Cut, 'Couper'); IESetTranslationWord(msFrench, IEMsg_DeleteAll, 'Supprimer tout'); IESetTranslationWord(msFrench, IEMsg_Delete, 'Supprimer'); IESetTranslationWord(msFrench, IEMsg_DeselectAll, 'Déselectionner tout'); IESetTranslationWord(msFrench, IEMsg_Deselect, 'Déselectionner'); IESetTranslationWord(msFrench, IEMsg_EditPolyline, 'Modifier polygone'); IESetTranslationWord(msFrench, IEMsg_FirstFrame, 'Première image'); IESetTranslationWord(msFrench, IEMsg_FitImageToHeight, 'Adapter à la hauteur de l''image'); IESetTranslationWord(msFrench, IEMsg_FitImageToWidth, 'Adapter à la largeur de l''image'); IESetTranslationWord(msFrench, IEMsg_FitImage, 'Adapter à l''image'); IESetTranslationWord(msFrench, IEMsg_FlipHorizontal, 'Retourner horizontalement'); IESetTranslationWord(msFrench, IEMsg_FlipVertical, 'Renverser verticalement'); IESetTranslationWord(msFrench, IEMsg_ImageEffects, 'Effets'); IESetTranslationWord(msFrench, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msFrench, IEMsg_InsertAngle, 'Insérer angle'); IESetTranslationWord(msFrench, IEMsg_InsertEllipse, 'Insérer ellipse'); IESetTranslationWord(msFrench, IEMsg_InsertImage, 'Insérer image'); IESetTranslationWord(msFrench, IEMsg_InsertLabelWithLine, 'Insérer texte avec ligne'); IESetTranslationWord(msFrench, IEMsg_InsertLine, 'Insérer ligne'); IESetTranslationWord(msFrench, IEMsg_InsertMemo, 'Insérer mémo'); IESetTranslationWord(msFrench, IEMsg_InsertPolyline, 'Insérer polygone'); IESetTranslationWord(msFrench, IEMsg_InsertRectangle, 'Insérer rectangle'); IESetTranslationWord(msFrench, IEMsg_InsertRuler, 'Insérer règle'); IESetTranslationWord(msFrench, IEMsg_InsertText, 'Insérer texte'); IESetTranslationWord(msFrench, IEMsg_LassoSelect, 'Lasso '); IESetTranslationWord(msFrench, IEMsg_LastFrame, 'Dernière image'); IESetTranslationWord(msFrench, IEMsg_LoadFileAsLayer, 'Charger fichier comme calque'); IESetTranslationWord(msFrench, IEMsg_LoopPlayback, 'Lecture en boucle'); IESetTranslationWord(msFrench, IEMsg_MeasureArea, 'Mesurer zone'); IESetTranslationWord(msFrench, IEMsg_MeasureDistance, 'Mesurer distance'); IESetTranslationWord(msFrench, IEMsg_MeasureLength, 'Mesurer longueur'); IESetTranslationWord(msFrench, IEMsg_MergeAllLayers, 'Fusionner tous les calques'); IESetTranslationWord(msFrench, IEMsg_MergeAllToBackground, 'Fusionner tout avec arrière-plan'); IESetTranslationWord(msFrench, IEMsg_MergeToBackground, 'Fusionner avec arrière-plan'); IESetTranslationWord(msFrench, IEMsg_MoveLayers, 'Déplacer calque'); IESetTranslationWord(msFrench, IEMsg_Negative, 'Négatif'); IESetTranslationWord(msFrench, IEMsg_NextFrame, 'Image suivante'); IESetTranslationWord(msFrench, IEMsg_PasteAsLayer, 'Coller comme calque'); IESetTranslationWord(msFrench, IEMsg_Paste, 'Coller'); IESetTranslationWord(msFrench, IEMsg_PolygonSelect, 'Sélection polygone'); IESetTranslationWord(msFrench, IEMsg_PreviousFrame, 'Image précédente'); IESetTranslationWord(msFrench, IEMsg_PrintAllThumbnails, 'Imprimer toutes les miniatures'); IESetTranslationWord(msFrench, IEMsg_PrintPreview, 'Aperçu avant impression'); IESetTranslationWord(msFrench, IEMsg_PrintThumbnails, 'Imprimer miniaturess'); IESetTranslationWord(msFrench, IEMsg_PrintToPage, 'Imprimer à la page'); IESetTranslationWord(msFrench, IEMsg_RectangularSelect, 'Sélection rectangulaire'); IESetTranslationWord(msFrench, IEMsg_Redo, 'Refaire'); IESetTranslationWord(msFrench, IEMsg_RemoveLayer, 'Supprimer calque'); IESetTranslationWord(msFrench, IEMsg_RemoveRedEyes, 'Enlever yeux rouges'); IESetTranslationWord(msFrench, IEMsg_ResizeLayers, 'Rediensionner calques'); IESetTranslationWord(msFrench, IEMsg_Rotate180, 'Rotation 180°'); IESetTranslationWord(msFrench, IEMsg_RotateLayers, 'Rotation calque'); IESetTranslationWord(msFrench, IEMsg_RotateLeft, 'Rotation vers la gauche'); IESetTranslationWord(msFrench, IEMsg_RotateRight, 'Rotate vers la droite'); IESetTranslationWord(msFrench, IEMsg_SaveAs, 'Enregistrer sous'); IESetTranslationWord(msFrench, IEMsg_SaveProperties, 'Enregistrer les propriétés'); IESetTranslationWord(msFrench, IEMsg_ScrollImage, 'Déplacer image'); IESetTranslationWord(msFrench, IEMsg_ScrollToCursor, 'Déplacer au curseur'); IESetTranslationWord(msFrench, IEMsg_SelectAcquisitionSource, 'Choisir source d''acquisition'); IESetTranslationWord(msFrench, IEMsg_SelectAll, 'Sélectionner tout'); IESetTranslationWord(msFrench, IEMsg_SelectByColor, 'Sélectionner par couleur'); IESetTranslationWord(msFrench, IEMsg_Select, 'Sélectionner'); IESetTranslationWord(msFrench, IEMsg_SendBackward, 'Reculer'); IESetTranslationWord(msFrench, IEMsg_SendToBack, 'Mettre à l''arrière-plan'); IESetTranslationWord(msFrench, IEMsg_SingleFrameOnly, 'Image simple seulement'); IESetTranslationWord(msFrench, IEMsg_Undo, 'Annuler'); IESetTranslationWord(msFrench, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msFrench, IEMsg_ZoomIn, 'Zoom +'); IESetTranslationWord(msFrench, IEMsg_ZoomOut, 'Zoom -'); IESetTranslationWord(msFrench, IEMsg_ZoomToFullSize, 'Zoomer à la taille réelle'); IESetTranslationWord(msFrench, IEMsg_ZoomToSelection, 'Zoomer sélection'); IESetTranslationWord(msFrench, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msFrench, IEMsg_AddALineObject, 'Ajouter objet ligne'); IESetTranslationWord(msFrench, IEMsg_AddAMultiLineTextObject, 'Ajouter objet multi-lignes'); IESetTranslationWord(msFrench, IEMsg_AddANewLabelObjectWithALine, 'Ajouter objet texte plus ligne'); IESetTranslationWord(msFrench, IEMsg_AddANewLayerToThisImage, 'Ajouter un calque'); IESetTranslationWord(msFrench, IEMsg_AddARulerObject, 'Ajouter objet règle'); IESetTranslationWord(msFrench, IEMsg_AddATextObject, 'Ajouter objet texte'); IESetTranslationWord(msFrench, IEMsg_AddAnAngleMeasurementObject, 'Ajouter objet angle de mesure (3 clics)'); IESetTranslationWord(msFrench, IEMsg_AddAnEllipticalObject, 'Ajouter objet ellipse'); IESetTranslationWord(msFrench, IEMsg_AddAnImageObject, 'Ajouter objet image'); IESetTranslationWord(msFrench, IEMsg_AddAnImageToTheGridFromFile, 'Ajouter image à la grille depuis fichier'); IESetTranslationWord(msFrench, IEMsg_AddAnRectangularObject, 'Ajouter objet rectangle'); IESetTranslationWord(msFrench, IEMsg_ApplyASharpeningFilterToTheImage, 'Appliquer un filtre de netteté à l''image'); IESetTranslationWord(msFrench, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Afficher automatiquement image avec orientation correcte'); IESetTranslationWord(msFrench, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Afficher automatiquement images avec orientation correcte'); IESetTranslationWord(msFrench, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Mettre le calque au premier plan des autres'); IESetTranslationWord(msFrench, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Mettre l''objet au premier plan des autres'); IESetTranslationWord(msFrench, IEMsg_ClearAllImages, 'Vider toutes les images'); IESetTranslationWord(msFrench, IEMsg_ClearAll, 'Vider cette image'); IESetTranslationWord(msFrench, IEMsg_ClearThisImage, 'Vider cette image'); IESetTranslationWord(msFrench, IEMsg_ClearYourSelection, 'Supprimer la sélection'); IESetTranslationWord(msFrench, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Glisser l''image pour la déplacer'); IESetTranslationWord(msFrench, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Lire le fichier GIF ou AVI en boucle'); IESetTranslationWord(msFrench, IEMsg_CopyImageToTheClipboard, 'Copier l''image dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copier l''image en cours ou la sélection dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copier l''image en cours dans le presse-papiers et la suprimer'); IESetTranslationWord(msFrench, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copier l''image en cours dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_CutTheSelectionToTheClipboard, 'Copier la sélection en cours dans le presse-papiers et la supprimer de l''image'); IESetTranslationWord(msFrench, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copier la sélection en cours dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copier l''objet sélectionné dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_DeselectAllObjects, 'Déselectionner tous les objets'); IESetTranslationWord(msFrench, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Affiche un aperçu avant impression de l''image'); IESetTranslationWord(msFrench, IEMsg_DisplayAPreviewOfYourPrinting, 'Afficher un aperçu avant impression'); IESetTranslationWord(msFrench, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Afficher les grandes images à la taille de la fenêtre'); IESetTranslationWord(msFrench, IEMsg_DisplayOnlyTheActiveFrame, 'Afficher seulement l''image en cours'); IESetTranslationWord(msFrench, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Afficher les petites images à la taille de la fenêtre'); IESetTranslationWord(msFrench, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Afficher l''animation d''un fichier GIF ou AVI'); IESetTranslationWord(msFrench, IEMsg_DisplayTheFirstFrameOfThisImage, 'Afficher la première image'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageAtFullSize, 'Afficher l''image à sa taille réelle (zoom 100%)'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Afficher l''image à la hateur de la fenêtre'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Afficher l''image à la taille de la fenêtre'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Afficher l''image à la largeur de la fenêtre'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageLarger, 'Afficher l''image plus grande'); IESetTranslationWord(msFrench, IEMsg_DisplayTheImageSmaller, 'Afficher l''image plus petite'); IESetTranslationWord(msFrench, IEMsg_DisplayTheLastFrameOfThisImage, 'Afficher la dernière image'); IESetTranslationWord(msFrench, IEMsg_DisplayTheNextFrameOfThisImage, 'Afficher l''image suivante'); IESetTranslationWord(msFrench, IEMsg_DisplayThePriorFrameOfThisImage, 'Afficher l''image précédente'); IESetTranslationWord(msFrench, IEMsg_DynamicallyMeasureADistance, 'Mesurer dynamiquement une distance'); IESetTranslationWord(msFrench, IEMsg_EditPointsOfAPolyline, 'Modifier les points d''une ligne (Ctrl pour enlever un point)'); IESetTranslationWord(msFrench, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Egaliser la couleur de l''histogramme pour la zone sélectionnée'); IESetTranslationWord(msFrench, IEMsg_FlipTheImageFromLeftToRight, 'Inverser l''image de gauche à droite'); IESetTranslationWord(msFrench, IEMsg_FlipTheImageFromTopToBottom, 'Inverser l''image de haut en bas'); IESetTranslationWord(msFrench, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Inverser l''image sélectionnée de gauche à droite'); IESetTranslationWord(msFrench, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Inverser l''image sélectionnée de haut en bas'); IESetTranslationWord(msFrench, IEMsg_FreeHandPaintAnOpenPolygon, 'Dessiner un polygone à main levée'); IESetTranslationWord(msFrench, IEMsg_InvertTheColorsOfTheImage, 'Inverser les couleurs de l''image'); IESetTranslationWord(msFrench, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Clic gauche pour zoomer, clic droit pour dézoomer'); IESetTranslationWord(msFrench, IEMsg_LoadAnImageFromFile, 'Charger une image depuis un fichier'); IESetTranslationWord(msFrench, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Adapter la taille de l'' image d''arrière-plan à tous les objets'); IESetTranslationWord(msFrench, IEMsg_MeasureARectangularArea, 'Mesurer une zone rectangulaire'); IESetTranslationWord(msFrench, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Mesurer la distance entre 2 points'); IESetTranslationWord(msFrench, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Fusionner tous les objets avec le calque d''arrière-plan'); IESetTranslationWord(msFrench, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Fusionner l''objet avec le calque d''arrière-plan'); IESetTranslationWord(msFrench, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Fusionner tous les calques de l''image dans un seul'); IESetTranslationWord(msFrench, IEMsg_MoveTheMouseToScrollTheImage, 'Déplacer la souris pour déplacer l''image'); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedLayerBackward, 'Déplacer le calque vers l''arrière'); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedLayerForward, 'Déplacer le calque vers l''avant'); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedObjectBackward, 'Déplacer l''objet vers l''arrière'); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedObjectForward, 'Déplacer l''objet vers l''avant'); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Déplacer l''objet dans le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_PasteFromTheClipboard, 'Coller une image depuis le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_PasteObjectFromTheClipboard, 'Coler un objet depuis le presse-papiers'); IESetTranslationWord(msFrench, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Coller le presse-paiers dans un calque'); IESetTranslationWord(msFrench, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Appliquer des optimisations de couleurs sur l''image'); IESetTranslationWord(msFrench, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Appliquer des optimisations de couleurs sur l''image sélectionnée'); IESetTranslationWord(msFrench, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Effectuer une sélection irrégulière de l''image en cliquant'); IESetTranslationWord(msFrench, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Effectuer une sélection irrégulière de l''image en faisant glisser la souris'); IESetTranslationWord(msFrench, IEMsg_PerformEffectsOnTheImage, 'Appliquer des effets sur l''image'); IESetTranslationWord(msFrench, IEMsg_PerformEffectsOnTheSelectedImage, 'Appliquer des effets sur l''image sélectionnée'); IESetTranslationWord(msFrench, IEMsg_PlaybackTheseFramesInSequence, 'Lire cette séquence d''images'); IESetTranslationWord(msFrench, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Positionner le calque sélectionné derrière tous les autres'); IESetTranslationWord(msFrench, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Positionner l''objet sélectionné derrière tous les autres'); IESetTranslationWord(msFrench, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Imprimer toutes les images comme un tableau de miniatures'); IESetTranslationWord(msFrench, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Imprimer l''image sélectionnée à sa taille originale'); IESetTranslationWord(msFrench, IEMsg_PrintTheSelectedImageToFitThePage, 'Imprimer l''image sélectionnée adaptée à la page'); IESetTranslationWord(msFrench, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Imprimer les images sélectionnées comme un tableau de miniatures'); IESetTranslationWord(msFrench, IEMsg_PrintThisImageAtItsOriginalSize, 'Imprimer cette image à sa taille originale'); IESetTranslationWord(msFrench, IEMsg_PrintThisImageToFitThePage, 'Imprimer cette image adaptée à la page'); IESetTranslationWord(msFrench, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Demander pour qu''un fichier soit chargé comme un nouveau calque'); IESetTranslationWord(msFrench, IEMsg_RedoTheLastActionThatWasUndone, 'Refaire la dernière action qui a été annulée'); IESetTranslationWord(msFrench, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Réduire les couleurs de l''image en niveaux de gris'); IESetTranslationWord(msFrench, IEMsg_RemoveAllObjectsFromTheImage, 'Supprimer tous les objets de l''image'); IESetTranslationWord(msFrench, IEMsg_CropTheImageToTheCurrentSelection, 'Supprimer les parties de l''image en dehors de la sélection'); IESetTranslationWord(msFrench, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Enlever les yeux rouges dans la sélection'); IESetTranslationWord(msFrench, IEMsg_RemoveTheSelectedImage, 'Supprimer l''image sélectionnée'); IESetTranslationWord(msFrench, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Supprimer le calque sélectionné de l''image'); IESetTranslationWord(msFrench, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Supprimer l''objet sélectionné de l''image'); IESetTranslationWord(msFrench, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Supprimer les bordures transparentes du calque sélectionné'); IESetTranslationWord(msFrench, IEMsg_RestartPlaybackAfterItCompletes, 'Recomencer la lecture à la fin de celle-ci'); IESetTranslationWord(msFrench, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Récupérer une image depuis une caméra ou un scanner'); IESetTranslationWord(msFrench, IEMsg_RetrieveImagesFromACameraOrScanner, 'Récupérer des images depuis une caméra ou un scanner'); IESetTranslationWord(msFrench, IEMsg_RotateTheImage180Clockwise, 'Tourner l''image de 180° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheImage90Clockwise, 'Tourner l''image de 90° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheImage90CounterClockwise, 'Tourner l''image de 90° (sens anti-horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedImage180Clockwise, 'Tourner l''image sélectionnée de 180° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedImage90Clockwise, 'Tourner l''image sélectionnée de 90° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Tourner l''image sélectionnée de 90° (sens anti-horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedObject180Clockwise, 'Tourner l''objet sélectionné de 180° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedObject90Clockwise, 'Tourner l''objet sélectionné de 90° (sens horaire)'); IESetTranslationWord(msFrench, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Tourner l''objet sélectionné de 90° (sens anti-horaire)'); IESetTranslationWord(msFrench, IEMsg_SaveChangesToThisImageToFile, 'Enregistrer les modifications de l''image dans le fichier'); IESetTranslationWord(msFrench, IEMsg_SaveThisImageToANewFilename, 'Enregistrer cette image dans un nouveau fichier'); IESetTranslationWord(msFrench, IEMsg_SelectACircularAreaOfYourImage, 'Sélectionner une zone circulaire de l''image'); IESetTranslationWord(msFrench, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Sélectionner une portion de l''image avec une couleur similaire'); IESetTranslationWord(msFrench, IEMsg_SelectARectangularAreaOfYourImage, 'Sélectionner une zone rectangulaire de l''image'); IESetTranslationWord(msFrench, IEMsg_SelectAllImagesInTheGrid, 'Sélectionner toutes les images dans la grille'); IESetTranslationWord(msFrench, IEMsg_SelectAllObjectsOfImage, 'Sélectionner tous les objets de l''image'); IESetTranslationWord(msFrench, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Sélectionner une zone de l''image pour zommer'); IESetTranslationWord(msFrench, IEMsg_SelectOrResizeAnObject, 'Sélectionner ou redimensionner un objet (maintenir Alt pour garder le radio)'); IESetTranslationWord(msFrench, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Sélectionner la caméra ou le scanner pour acquérir des images'); IESetTranslationWord(msFrench, IEMsg_SelectTheFirstFrame, 'Sélectionner la première image'); IESetTranslationWord(msFrench, IEMsg_SelectTheLastFrame, 'Sélectionner la dernière image'); IESetTranslationWord(msFrench, IEMsg_SelectTheNextFrame, 'Sélectionner l''image suivante'); IESetTranslationWord(msFrench, IEMsg_SelectThePreviousFrame, 'Sélectionner l''image précédente'); IESetTranslationWord(msFrench, IEMsg_SingleClickingWillNotInsertANewObject, 'Un simple clic ne peut pas insérer un nouvel objet'); IESetTranslationWord(msFrench, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Spécifier les propriétés avancées pour toutes les images'); IESetTranslationWord(msFrench, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Spécifier les propriétés avancées pour l''images sélectionnée'); IESetTranslationWord(msFrench, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Spécifier les propriétés avancées pour cette image'); IESetTranslationWord(msFrench, IEMsg_UndoTheLastAction, 'Annuler dernière action'); IESetTranslationWord(msFrench, IEMsg_UndoTheLastEdit, 'Annuler dernière modification'); IESetTranslationWord(msFrench, IEMsg_UseTheMouseToMoveImageLayers, 'Utiliser la souris pour déplacer les calques'); IESetTranslationWord(msFrench, IEMsg_UseTheMouseToResizeImageLayers, 'Utiliser la souris pour redimensionner les calques'); IESetTranslationWord(msFrench, IEMsg_UseTheMouseToRotateImageLayers, 'Utiliser la souris pour tourner les calques'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msFrench, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msFrench, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msFrench, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msFrench, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msFrench, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msFrench, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msFrench, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msFrench, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msFrench, IEMSG_NEW, 'New'); IESetTranslationWord(msFrench, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msFrench, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msFrench, IEMSG_Folder , 'Folder'); IESetTranslationWord(msFrench, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msFrench, IEMSG_Type , 'Type'); IESetTranslationWord(msFrench, IEMSG_Created , 'Created'); IESetTranslationWord(msFrench, IEMSG_Modified , 'Modified'); IESetTranslationWord(msFrench, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msFrench, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msFrench, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msFrench, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msFrench, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msFrench, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msFrench, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msFrench, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msFrench, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msFrench, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msFrench, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msFrench, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msFrench, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msFrench, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msFrench, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msFrench, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msFrench, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msFrench, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msFrench, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msFrench, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msFrench, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msFrench, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msFrench, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msFrench, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msFrench, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msFrench, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msFrench, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msFrench, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msFrench, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msFrench, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msFrench, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msFrench, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msFrench, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msFrench, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msFrench, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msFrench, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msFrench, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msFrench, IEMsg_General , 'General' ); IESetTranslationWord(msFrench, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msFrench, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msFrench, IEMsg_Range , 'Range' ); IESetTranslationWord(msFrench, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msFrench, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msFrench, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msFrench, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msFrench, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msFrench, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msFrench, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msFrench, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msFrench, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msFrench, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msFrench, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msFrench, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msFrench, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msFrench, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msFrench, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msFrench, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msFrench, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msFrench, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msFrench, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msFrench, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msFrench, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msFrench, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msFrench, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msFrench, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msFrench, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msFrench, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msFrench, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msFrench, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msFrench, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msFrench, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msFrench, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msFrench, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msFrench, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msFrench, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msFrench, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msFrench, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msFrench, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msFrench, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msFrench, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msFrench, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msFrench, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msFrench, IEMsg_Path , 'Path' ); IESetTranslationWord(msFrench, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msFrench, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msFrench, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msFrench, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msFrench, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msFrench, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msFrench, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msFrench, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msFrench, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msFrench, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msFrench, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msFrench, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msFrench, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msFrench, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msFrench, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msFrench, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msFrench, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msFrench, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msFrench, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msFrench, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msFrench, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msFrench, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msFrench, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msFrench, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msFrench, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msFrench, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msFrench, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msFrench, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msFrench, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msFrench, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msFrench, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msFrench, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msFrench, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msFrench, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msFrench, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msFrench, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msFrench, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msFrench, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msFrench, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msFrench, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msFrench, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msFrench, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msFrench, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msFrench, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msFrench, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msFrench, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msFrench, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msFrench, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msFrench, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msFrench, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msFrench, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msFrench, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msFrench, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msFrench, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msFrench, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msFrench, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msFrench, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msFrench, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msFrench, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msFrench, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msFrench, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msFrench, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msFrench, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msFrench, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msFrench, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msFrench, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msFrench, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msFrench, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msFrench, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msFrench, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msFrench, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msFrench, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msFrench, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msFrench, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msFrench, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msFrench, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msFrench, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msFrench, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msFrench, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msFrench, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msFrench, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msFrench, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msFrench, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msFrench, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msFrench, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msFrench, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msFrench, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msFrench, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msFrench, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msFrench, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msFrench, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msFrench, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msFrench, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msFrench, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msFrench, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msFrench, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msFrench, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msFrench, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msFrench, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msFrench, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msFrench, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msFrench, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msFrench, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msFrench, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msFrench, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msFrench, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msFrench, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msFrench, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msFrench, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msFrench, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msFrench, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msFrench, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msFrench, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msFrench, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msFrench, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msFrench, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msFrench, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msFrench, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msFrench, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msFrench, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msFrench, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msFrench, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msFrench, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msFrench, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msFrench, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msFrench, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msFrench, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msFrench, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msFrench, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msFrench, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msFrench, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msFrench, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msFrench, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msFrench, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msFrench, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msFrench, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msFrench, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFrench, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFrench, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msFrench, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msFrench, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msFrench, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msFrench, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msFrench, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msFrench, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msFrench, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msFrench, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Portuguese; begin /////// msPortuguese {$IFDEF IESUPPORTPORTUGUESE} IESetTranslationWord(msPortuguese, IEMSG_PREVIEW, 'Visualizar'); IESetTranslationWord(msPortuguese, IEMSG_SOURCE, 'Original'); IESetTranslationWord(msPortuguese, IEMSG_RESULT, 'Resultado'); IESetTranslationWord(msPortuguese, IEMSG_OK, 'OK'); IESetTranslationWord(msPortuguese, IEMSG_CANCEL, 'Cancelar'); IESetTranslationWord(msPortuguese, IEMSG_LOCKPREVIEW, 'Bloquear Visualização'); IESetTranslationWord(msPortuguese, IEMSG_COPYRESULTTOSOURCE, 'Copiar resultado p/ original'); IESetTranslationWord(msPortuguese, IEMSG_CONTRAST, 'Contraste'); IESetTranslationWord(msPortuguese, IEMSG_BRIGHTNESS, 'Brilho'); IESetTranslationWord(msPortuguese, IEMSG_HUE, 'Tonalidade'); IESetTranslationWord(msPortuguese, IEMSG_SATURATION, 'Saturação'); IESetTranslationWord(msPortuguese, IEMSG_VALUE, 'Valor'); IESetTranslationWord(msPortuguese, IEMSG_BASECOLOR, 'Cor base'); IESetTranslationWord(msPortuguese, IEMSG_NEWCOLOR, 'Nova cor'); IESetTranslationWord(msPortuguese, IEMSG_LUMINOSITY, 'Luminosidade'); IESetTranslationWord(msPortuguese, IEMSG_RED, 'Vermelho'); IESetTranslationWord(msPortuguese, IEMSG_GREEN, 'Verde'); IESetTranslationWord(msPortuguese, IEMSG_BLUE, 'Azul'); IESetTranslationWord(msPortuguese, IEMSG_FILTERVALUES, 'Valores de filtro'); IESetTranslationWord(msPortuguese, IEMSG_PRESETS, 'Pré-definidos'); IESetTranslationWord(msPortuguese, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msPortuguese, IEMSG_LOAD, 'Carregar'); IESetTranslationWord(msPortuguese, IEMSG_SAVE, 'Salvar'); IESetTranslationWord(msPortuguese, IEMSG_EQUALIZATION, 'Equalização'); IESetTranslationWord(msPortuguese, IEMSG_THRESHOLD, 'Limiar'); IESetTranslationWord(msPortuguese, IEMSG_EQUALIZE, 'Equalizar'); IESetTranslationWord(msPortuguese, IEMSG_HISTOGRAM, 'Histograma'); IESetTranslationWord(msPortuguese, IEMSG_GRAY, 'Cinza'); IESetTranslationWord(msPortuguese, IEMSG_LIGHT, 'Luz'); IESetTranslationWord(msPortuguese, IEMSG_LEFT, 'Esquerda'); IESetTranslationWord(msPortuguese, IEMSG_TOP, 'Topo'); IESetTranslationWord(msPortuguese, IEMSG_WIDTH, 'Largura'); IESetTranslationWord(msPortuguese, IEMSG_HEIGHT, 'Altura'); IESetTranslationWord(msPortuguese, IEMSG_COLOR, 'Cor'); IESetTranslationWord(msPortuguese, IEMSG_SOURCEIMAGEQUANTITY, 'Quantidade de Original'); IESetTranslationWord(msPortuguese, IEMSG_LENS, 'Lentes'); IESetTranslationWord(msPortuguese, IEMSG_REFRACTION, 'Refração'); IESetTranslationWord(msPortuguese, IEMSG_PARAMETERSPREVIEW, 'Pré-Visualização de Parâmetros'); IESetTranslationWord(msPortuguese, IEMSG_QUALITY, 'Qualidade'); IESetTranslationWord(msPortuguese, IEMSG_DCTMETHOD, 'Método DCT'); IESetTranslationWord(msPortuguese, IEMSG_SMOOTHINGFACTOR, 'Fator de suavidade'); IESetTranslationWord(msPortuguese, IEMSG_GRAYSCALE, 'Níveis de Cinza'); IESetTranslationWord(msPortuguese, IEMSG_OPTIMALHUFFMAN, 'Otimização Huffman'); IESetTranslationWord(msPortuguese, IEMSG_ORIGINALSIZE, 'Tam. original'); IESetTranslationWord(msPortuguese, IEMSG_COMPRESSEDSIZE, 'Tam. comprimido'); IESetTranslationWord(msPortuguese, IEMSG_ADVANCED, 'Avançados'); IESetTranslationWord(msPortuguese, IEMSG_PROGRESSIVE, 'Progressivo'); IESetTranslationWord(msPortuguese, IEMSG_COMPRESSION, 'Compressão'); IESetTranslationWord(msPortuguese, IEMSG_IMAGEINDEX, 'Índice de Imagem'); IESetTranslationWord(msPortuguese, IEMSG_PHOTOMETRIC, 'Fotometria'); IESetTranslationWord(msPortuguese, IEMSG_SCANNDEDDOCUMENTINFO, 'Informação documentos escaneados'); IESetTranslationWord(msPortuguese, IEMSG_NAME, 'Nome'); IESetTranslationWord(msPortuguese, IEMSG_DESCRIPTION, 'Descrição'); IESetTranslationWord(msPortuguese, IEMSG_PAGENAME, 'Nome da Página'); IESetTranslationWord(msPortuguese, IEMSG_PAGENUMBER, 'Página número'); IESetTranslationWord(msPortuguese, IEMSG_OF, 'de'); IESetTranslationWord(msPortuguese, IEMSG_HORIZPOSITIONINCH, 'Pos. Horiz. (pol)'); IESetTranslationWord(msPortuguese, IEMSG_VERTPOSITIONINCH, 'Pos. Vert. (pol)'); IESetTranslationWord(msPortuguese, IEMSG_COLORS, 'Cores'); IESetTranslationWord(msPortuguese, IEMSG_TRANSPARENT, 'Transparente'); IESetTranslationWord(msPortuguese, IEMSG_TRANSPARENTCOLOR, 'Cor trasparente'); IESetTranslationWord(msPortuguese, IEMSG_INTERLACED, 'Entrelaçado'); IESetTranslationWord(msPortuguese, IEMSG_BACKGROUND, 'Cor de fundo'); IESetTranslationWord(msPortuguese, IEMSG_HORIZPOSITION, 'Pos. Horizontal'); IESetTranslationWord(msPortuguese, IEMSG_VERTPOSITION, 'Pos. Vertical'); IESetTranslationWord(msPortuguese, IEMSG_DELAYTIME, 'Tempo de pausa'); IESetTranslationWord(msPortuguese, IEMSG_FILTER, 'Filtro'); IESetTranslationWord(msPortuguese, IEMSG_WAVE, 'Onda'); IESetTranslationWord(msPortuguese, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msPortuguese, IEMSG_WAVELENGTH, 'Largura da onda'); IESetTranslationWord(msPortuguese, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msPortuguese, IEMSG_REFLECTIVE, 'Reflexivo'); IESetTranslationWord(msPortuguese, IEMSG_USERFILTER, 'Filtro do Usuário'); IESetTranslationWord(msPortuguese, IEMSG_MORPHFILTER, 'Filtro morphing'); IESetTranslationWord(msPortuguese, IEMSG_WINDOWSIZE, 'Tamanho da Janela'); IESetTranslationWord(msPortuguese, IEMSG_MAXIMUM, 'Máximo'); IESetTranslationWord(msPortuguese, IEMSG_MINIMUM, 'Mínimo'); IESetTranslationWord(msPortuguese, IEMSG_OPEN, 'Abrir'); IESetTranslationWord(msPortuguese, IEMSG_CLOSE, 'Fechar'); IESetTranslationWord(msPortuguese, IEMSG_ROTATE, 'Rotação'); IESetTranslationWord(msPortuguese, IEMSG_FLIP, 'Inverter'); IESetTranslationWord(msPortuguese, IEMSG_FLIPHOR, 'Horizontal'); IESetTranslationWord(msPortuguese, IEMSG_FLIPVER, 'Vertical'); IESetTranslationWord(msPortuguese, IEMSG_FREQUENCYDOMAINIMAGE, 'Imagem de domínio de freqüência'); IESetTranslationWord(msPortuguese, IEMSG_SELECTTHEREGIONTOCLEAR, 'Selecione área a limpar'); IESetTranslationWord(msPortuguese, IEMSG_CLEAR, 'Limpar'); IESetTranslationWord(msPortuguese, IEMSG_RESET, 'Reajustar'); IESetTranslationWord(msPortuguese, IEMSG_ANIMATE, 'Animate'); IESetTranslationWord(msPortuguese, IEMSG_LOADFILTER, 'Carrega filtro'); IESetTranslationWord(msPortuguese, IEMSG_SAVEFILTER, 'Conserva filtro'); IESetTranslationWord(msPortuguese, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msPortuguese, IEMSG_PRINT, 'Imprimir'); IESetTranslationWord(msPortuguese, IEMSG_MARGINS, 'Margens'); IESetTranslationWord(msPortuguese, IEMSG_INCHES, 'polegadas'); IESetTranslationWord(msPortuguese, IEMSG_RIGHT, 'Direita'); IESetTranslationWord(msPortuguese, IEMSG_BOTTOM, 'Inferior'); IESetTranslationWord(msPortuguese, IEMSG_POSITION, 'Posição'); IESetTranslationWord(msPortuguese, IEMSG_SIZE, 'Tamanho'); IESetTranslationWord(msPortuguese, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msPortuguese, IEMSG_FITTOPAGE, 'Ajustar à página'); IESetTranslationWord(msPortuguese, IEMSG_STRETCHTOPAGE, 'Adaptar à página'); IESetTranslationWord(msPortuguese, IEMSG_SPECIFIEDSIZE, 'Tamanho especificado'); IESetTranslationWord(msPortuguese, IEMSG_GAMMACORRECTION, 'Correção Gamma'); IESetTranslationWord(msPortuguese, IEMSG_VALUE2, 'Valor'); IESetTranslationWord(msPortuguese, IEMSG_PRINTSETUP, 'Configurar Impressão'); IESetTranslationWord(msPortuguese, IEMSG_LEFTMARGIN, 'Margem Esquerda'); IESetTranslationWord(msPortuguese, IEMSG_TOPMARGIN, 'Margem Superior'); IESetTranslationWord(msPortuguese, IEMSG_RIGHTMARGIN, 'Margem Direita'); IESetTranslationWord(msPortuguese, IEMSG_BOTTOMMARGIN, 'Margem Inferior'); IESetTranslationWord(msPortuguese, IEMSG_LOCATIONSIZE, 'Localização/tamanho'); IESetTranslationWord(msPortuguese, IEMSG_TOPLEFT, 'Superior Esquerda'); IESetTranslationWord(msPortuguese, IEMSG_TOPCENTER, 'Superior Centro'); IESetTranslationWord(msPortuguese, IEMSG_TOPRIGHT, 'Superior Direita'); IESetTranslationWord(msPortuguese, IEMSG_CENTERLEFT, 'Centro Esquerda'); IESetTranslationWord(msPortuguese, IEMSG_CENTER, 'Centro'); IESetTranslationWord(msPortuguese, IEMSG_CENTERRIGHT, 'Centro Direita'); IESetTranslationWord(msPortuguese, IEMSG_BOTTOMLEFT, 'Inferior Esquerda'); IESetTranslationWord(msPortuguese, IEMSG_BOTTOMCENTER, 'Inferior Centro'); IESetTranslationWord(msPortuguese, IEMSG_BOTTOMRIGHT, 'Inferior Direita'); IESetTranslationWord(msPortuguese, IEMSG_CLOSE2, 'Fechar'); IESetTranslationWord(msPortuguese, IEMSG_APPLY, 'Aplicar'); IESetTranslationWord(msPortuguese, IEMSG_MEASUREUNITS, 'Unidades da medida'); IESetTranslationWord(msPortuguese, IEMSG_UNITS, 'Unidades'); IESetTranslationWord(msPortuguese, IEMSG_RATE, 'Taxa'); IESetTranslationWord(msPortuguese, IEMSG_ALLGRAPHICS, 'Todos os gráficos'); IESetTranslationWord(msPortuguese, IEMSG_VIDEOFORWINDOWS, 'Vídeo para Windows'); IESetTranslationword(msPortuguese, IEMSG_FILE, 'Arquivo'); IESetTranslationword(msPortuguese, IEMSG_MEM, 'Memória'); IESetTranslationWord(msPortuguese, IEMSG_LOCKPREVIEWHINT, 'Bloquear Visualização'); IESetTranslationword(msPortuguese, IEMSG_PRINTALL, 'Imprimir Tudo'); IESetTranslationword(msPortuguese, IEMSG_PRINTSELECTED, 'Cópia Selecionada'); IESetTranslationWord(msPortuguese, IEMSG_ALLCOMMONGRAPHICFILES, 'Arquivos gráficos comum'); IESetTranslationWord(msPortuguese, IEMSG_ALLFILES, 'Todos Arquivos'); IESetTranslationWord(msPortuguese, IEMSG_HSV, 'HSV'); IESetTranslationWord(msPortuguese, IEMSG_HSL, 'HSL'); IESetTranslationWord(msPortuguese, IEMSG_RGB, 'RGB'); IESetTranslationWord(msPortuguese, IEMSG_FFT, 'FFT'); IESetTranslationWord(msPortuguese, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msPortuguese, IEMSG_CHANNELS, 'Canais'); IESetTranslationWord(msPortuguese, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msPortuguese, IEMSG_FRAMES, 'Frames ou Quadros'); IESetTranslationWord(msPortuguese, IEMSG_BIT, 'bit'); IESetTranslationWord(msPortuguese, IEMSG_BYTE, 'byte'); IESetTranslationWord(msPortuguese, IEMSG_DPI, 'dpi'); IESetTranslationWord(msPortuguese, IEMSG_KB, 'KB'); IESetTranslationWord(msPortuguese, IEMSG_FIT, 'Melhor Ajuste'); IESetTranslationWord(msPortuguese, IEMSG_OTHER, 'Outros'); IESetTranslationWord(msPortuguese, IEMSG_COLUMNS, 'Colunas'); IESetTranslationWord(msPortuguese, IEMSG_ROWS, 'Linhas'); IESetTranslationWord(msPortuguese, IEMSG_STYLE, 'Estilo'); IESetTranslationWord(msPortuguese, IEMSG_SPACING, 'Espaço'); IESetTranslationWord(msPortuguese, IEMSG_SELECTACQUIREDEVICE, 'Selecionar Dispositivo'); IESetTranslationWord(msPortuguese, IEMSG_SELECTANACQUISITIONDEVICE, 'Selecionar um Dispostivo'); IESetTranslationWord(msPortuguese, IEMSG_SELECTANACQUISITIONDEVICE, 'Selecionar um Dispositivo'); IESetTranslationWord(msPortuguese, IEMSG_Page_X_of_X, 'Página %d of %d'); IESetTranslationWord(msPortuguese, IEMSG_X_Pages, '%d páginas'); IESetTranslationWord(msPortuguese, IEMSG_Previous, 'Anterior'); IESetTranslationWord(msPortuguese, IEMSG_Next, 'Próximo'); IESetTranslationWord(msPortuguese, IEMSG_THUMBNAILS, 'Miniaturas'); IESetTranslationWord(msPortuguese, IEMsg_Acquire, 'Adquirir'); IESetTranslationWord(msPortuguese, IEMsg_AddFromFile, 'Adicionar do arquivo'); IESetTranslationWord(msPortuguese, IEMsg_AddLayer, 'Adicionar camada'); IESetTranslationWord(msPortuguese, IEMsg_AdjustColors, 'Ajuste de cores'); IESetTranslationWord(msPortuguese, IEMsg_AutoEqualizeColors, 'Equalizar cores automáticamente'); IESetTranslationWord(msPortuguese, IEMsg_AutoRotateDisplay, 'Girar tela automáticamente'); IESetTranslationWord(msPortuguese, IEMsg_AutoShrink, 'Reduzir automáticamente'); IESetTranslationWord(msPortuguese, IEMsg_AutoStretch, 'Esticar automáticamente'); IESetTranslationWord(msPortuguese, IEMsg_BringForward, 'Trazer a frente'); IESetTranslationWord(msPortuguese, IEMsg_BringToFront, 'Trazer para a frente'); IESetTranslationWord(msPortuguese, IEMsg_CircularSelect, 'Seleção circular'); IESetTranslationWord(msPortuguese, IEMsg_ConvertToGray, 'Converter para cinza'); IESetTranslationWord(msPortuguese, IEMsg_CopyImage, 'Copiar imagem'); IESetTranslationWord(msPortuguese, IEMsg_CopySelection, 'Copiar Seleção'); IESetTranslationWord(msPortuguese, IEMsg_Copy, 'Copiar'); IESetTranslationWord(msPortuguese, IEMsg_CropImageToObjects, 'Cortar imagem para os objetos'); IESetTranslationWord(msPortuguese, IEMsg_CropToSelection, 'Cortar para seleção'); IESetTranslationWord(msPortuguese, IEMsg_CropTransparency, 'Cortar transparência'); IESetTranslationWord(msPortuguese, IEMsg_CutSelection, 'Recortar seleção'); IESetTranslationWord(msPortuguese, IEMsg_Cut, 'Recortar'); IESetTranslationWord(msPortuguese, IEMsg_DeleteAll, 'Deletar tudo'); IESetTranslationWord(msPortuguese, IEMsg_Delete, 'Deletar'); IESetTranslationWord(msPortuguese, IEMsg_DeselectAll, 'Deselecionar tudo'); IESetTranslationWord(msPortuguese, IEMsg_Deselect, 'Deselecionar'); IESetTranslationWord(msPortuguese, IEMsg_EditPolyline, 'Editar polylinha'); IESetTranslationWord(msPortuguese, IEMsg_FirstFrame, 'Primeiro quadro'); IESetTranslationWord(msPortuguese, IEMsg_FitImageToHeight, 'Ajustar imagem na altura'); IESetTranslationWord(msPortuguese, IEMsg_FitImageToWidth, 'Ajustar imagem na largura'); IESetTranslationWord(msPortuguese, IEMsg_FitImage, 'Ajustar imagem'); IESetTranslationWord(msPortuguese, IEMsg_FlipHorizontal, 'Inverter horizontal'); IESetTranslationWord(msPortuguese, IEMsg_FlipVertical, 'Inverter vertical'); IESetTranslationWord(msPortuguese, IEMsg_ImageEffects, 'Efeitos de imagem'); IESetTranslationWord(msPortuguese, IEMsg_ImageSaveProperties, 'Salvar Propriedades da imagem'); IESetTranslationWord(msPortuguese, IEMsg_InsertAngle, 'Inserir ângulo'); IESetTranslationWord(msPortuguese, IEMsg_InsertEllipse, 'Inserir elipse'); IESetTranslationWord(msPortuguese, IEMsg_InsertImage, 'Inserir imagem'); IESetTranslationWord(msPortuguese, IEMsg_InsertLabelWithLine, 'Inserir etiqueta com Linha'); IESetTranslationWord(msPortuguese, IEMsg_InsertLine, 'Inserir linha'); IESetTranslationWord(msPortuguese, IEMsg_InsertMemo, 'Inserir memorando'); IESetTranslationWord(msPortuguese, IEMsg_InsertPolyline, 'Inserir polylinha'); IESetTranslationWord(msPortuguese, IEMsg_InsertRectangle, 'Inserir retângulo'); IESetTranslationWord(msPortuguese, IEMsg_InsertRuler, 'Inserir régua'); IESetTranslationWord(msPortuguese, IEMsg_InsertText, 'Inserir texto'); IESetTranslationWord(msPortuguese, IEMsg_LassoSelect, 'Seleção de laço'); IESetTranslationWord(msPortuguese, IEMsg_LastFrame, 'Último quadro'); IESetTranslationWord(msPortuguese, IEMsg_LoadFileAsLayer, 'Carregar arquivo como camada'); IESetTranslationWord(msPortuguese, IEMsg_LoopPlayback, 'Reprodução do loop'); IESetTranslationWord(msPortuguese, IEMsg_MeasureArea, 'Área de medida'); IESetTranslationWord(msPortuguese, IEMsg_MeasureDistance, 'Distância da medida'); IESetTranslationWord(msPortuguese, IEMsg_MeasureLength, 'Medida de comprimento'); IESetTranslationWord(msPortuguese, IEMsg_MergeAllLayers, 'Juntar todas as camadas'); IESetTranslationWord(msPortuguese, IEMsg_MergeAllToBackground, 'Juntar tudo para o fundo'); IESetTranslationWord(msPortuguese, IEMsg_MergeToBackground, 'Juntar para o fundo'); IESetTranslationWord(msPortuguese, IEMsg_MoveLayers, 'Mover camadas'); IESetTranslationWord(msPortuguese, IEMsg_Negative, 'Negativo'); IESetTranslationWord(msPortuguese, IEMsg_NextFrame, 'Próximo quadro'); IESetTranslationWord(msPortuguese, IEMsg_PasteAsLayer, 'Colar como camada'); IESetTranslationWord(msPortuguese, IEMsg_Paste, 'Colar'); IESetTranslationWord(msPortuguese, IEMsg_PolygonSelect, 'Seleção poligonal'); IESetTranslationWord(msPortuguese, IEMsg_PreviousFrame, 'Quadro anterior'); IESetTranslationWord(msPortuguese, IEMsg_PrintAllThumbnails, 'Imprimir todas as miniaturas'); IESetTranslationWord(msPortuguese, IEMsg_PrintPreview, 'Visualizar impressão'); IESetTranslationWord(msPortuguese, IEMsg_PrintThumbnails, 'Imprimir miniaturas'); IESetTranslationWord(msPortuguese, IEMsg_PrintToPage, 'Imprimir a página'); IESetTranslationWord(msPortuguese, IEMsg_RectangularSelect, 'Seleção retângular'); IESetTranslationWord(msPortuguese, IEMsg_Redo, 'Refazer'); IESetTranslationWord(msPortuguese, IEMsg_RemoveLayer, 'Remover camada'); IESetTranslationWord(msPortuguese, IEMsg_RemoveRedEyes, 'Remover olhos vermelhos'); IESetTranslationWord(msPortuguese, IEMsg_ResizeLayers, 'Redimensionar camadas'); IESetTranslationWord(msPortuguese, IEMsg_Rotate180, 'Girar 180°'); IESetTranslationWord(msPortuguese, IEMsg_RotateLayers, 'Girar camadas'); IESetTranslationWord(msPortuguese, IEMsg_RotateLeft, 'Girar para a esquerda'); IESetTranslationWord(msPortuguese, IEMsg_RotateRight, 'Girar para a direita'); IESetTranslationWord(msPortuguese, IEMsg_SaveAs, 'Salvar como'); IESetTranslationWord(msPortuguese, IEMsg_SaveProperties, 'Salvar propriedades'); IESetTranslationWord(msPortuguese, IEMsg_ScrollImage, 'Rolar imagem'); IESetTranslationWord(msPortuguese, IEMsg_ScrollToCursor, 'Rolar até o cursor'); IESetTranslationWord(msPortuguese, IEMsg_SelectAcquisitionSource, 'Selecione a fonte de aquisição'); IESetTranslationWord(msPortuguese, IEMsg_SelectAll, 'Selecionar tudo'); IESetTranslationWord(msPortuguese, IEMsg_SelectByColor, 'Seleção por Cor'); IESetTranslationWord(msPortuguese, IEMsg_Select, 'Selecionar'); IESetTranslationWord(msPortuguese, IEMsg_SendBackward, 'Enviar atrás'); IESetTranslationWord(msPortuguese, IEMsg_SendToBack, 'Enviar para trás'); IESetTranslationWord(msPortuguese, IEMsg_SingleFrameOnly, 'Único quadro apenas'); IESetTranslationWord(msPortuguese, IEMsg_Undo, 'Desfazer'); IESetTranslationWord(msPortuguese, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msPortuguese, IEMsg_ZoomIn, 'Aumentar o zoom'); IESetTranslationWord(msPortuguese, IEMsg_ZoomOut, 'Diminuir o zoom'); IESetTranslationWord(msPortuguese, IEMsg_ZoomToFullSize, 'Ampliar para o tamanho total'); IESetTranslationWord(msPortuguese, IEMsg_ZoomToSelection, 'Zoom para seleção'); IESetTranslationWord(msPortuguese, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msPortuguese, IEMsg_AddALineObject, 'Adicionar um objeto de linha'); IESetTranslationWord(msPortuguese, IEMsg_AddAMultiLineTextObject, 'Adicionar um objeto de texto de múltiplas linhas'); IESetTranslationWord(msPortuguese, IEMsg_AddANewLabelObjectWithALine, 'Adicionar um novo objeto de etiqueta com uma linha'); IESetTranslationWord(msPortuguese, IEMsg_AddANewLayerToThisImage, 'Adicione uma nova camada para esta imagem'); IESetTranslationWord(msPortuguese, IEMsg_AddARulerObject, 'Adicione um objeto de régua'); IESetTranslationWord(msPortuguese, IEMsg_AddATextObject, 'Adicionar um objeto de texto'); IESetTranslationWord(msPortuguese, IEMsg_AddAnAngleMeasurementObject, 'Adicionar um objeto de medição angular (requer três cliques)'); IESetTranslationWord(msPortuguese, IEMsg_AddAnEllipticalObject, 'Adicionar um objeto de ellipical'); IESetTranslationWord(msPortuguese, IEMsg_AddAnImageObject, 'Adicionar um objeto de imagem'); IESetTranslationWord(msPortuguese, IEMsg_AddAnImageToTheGridFromFile, 'Adicionar uma imagem à grade a partir do arquivo'); IESetTranslationWord(msPortuguese, IEMsg_AddAnRectangularObject, 'Adicionar um objeto retângular'); IESetTranslationWord(msPortuguese, IEMsg_ApplyASharpeningFilterToTheImage, 'Aplicar um filtro de nitidez à imagem'); IESetTranslationWord(msPortuguese, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Exibir automáticamente a imagem com a orientação correta'); IESetTranslationWord(msPortuguese, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Exibir automáticamente as imagens com a orientação correta'); IESetTranslationWord(msPortuguese, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'TrEnviar a camada selecionada para a frente de todos os outros'); IESetTranslationWord(msPortuguese, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Enviar o objeto selecionado para a frente de todos os outros objetos'); IESetTranslationWord(msPortuguese, IEMsg_ClearAllImages, 'Limpar todas as imagens'); IESetTranslationWord(msPortuguese, IEMsg_ClearAll, 'Limpar esta imagem'); IESetTranslationWord(msPortuguese, IEMsg_ClearThisImage, 'Limpar esta imagem'); IESetTranslationWord(msPortuguese, IEMsg_ClearYourSelection, 'Limpar a sua seleção'); IESetTranslationWord(msPortuguese, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Clique na imagem e arraste o mouse para navegar'); IESetTranslationWord(msPortuguese, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Reproduzir continuamente os quadros de um arquivo GIF ou AVI'); IESetTranslationWord(msPortuguese, IEMsg_CopyImageToTheClipboard, 'Copiar a imagem para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copiar a imagem ou seleção atual para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copiar a imagem atual para a área de transferência e removê-lo'); IESetTranslationWord(msPortuguese, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copiar a imagem atual para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_CutTheSelectionToTheClipboard, 'Copie a seleção atual para a área de transferência e removê-lo a partir da imagem'); IESetTranslationWord(msPortuguese, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copiar a seleção atual para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copiar o objeto selecionado para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_DeselectAllObjects, 'Deselecionar todos os objetos'); IESetTranslationWord(msPortuguese, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Exibir uma visualização desta imagem para imprimir'); IESetTranslationWord(msPortuguese, IEMsg_DisplayAPreviewOfYourPrinting, 'Exibir o visualizador de impressão'); IESetTranslationWord(msPortuguese, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Exibir imagens grandes no tamanho da janela'); IESetTranslationWord(msPortuguese, IEMsg_DisplayOnlyTheActiveFrame, 'Mostrar só o quadro ativo'); IESetTranslationWord(msPortuguese, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Exibir imagens pequenas no tamanho da janela'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Exibir a animação de um arquivo GIF ou AVI'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheFirstFrameOfThisImage, 'Apresentar o primeiro quadro desta imagem'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageAtFullSize, 'Visualize a imagem em tamanho completo (100% zoom)'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Visualizar a imagem na altura da janela'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Exibir a imagem no tamanho da janela'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Visualizar a imagem na largura da janela'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageLarger, 'Visualizar a imagem maior'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheImageSmaller, 'Visualizar a imagem menor'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheLastFrameOfThisImage, 'Apresentar o último quadro desta imagem'); IESetTranslationWord(msPortuguese, IEMsg_DisplayTheNextFrameOfThisImage, 'Exibir o próximo quadro desta imagem'); IESetTranslationWord(msPortuguese, IEMsg_DisplayThePriorFrameOfThisImage, 'Exibir o quadro antes desta imagem'); IESetTranslationWord(msPortuguese, IEMsg_DynamicallyMeasureADistance, 'Medir uma distância dinamicamente'); IESetTranslationWord(msPortuguese, IEMsg_EditPointsOfAPolyline, 'Editar pontos de um polígono (segure Ctrl para remover um ponto)'); IESetTranslationWord(msPortuguese, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equaliza o histograma de cor para a região selecionada'); IESetTranslationWord(msPortuguese, IEMsg_FlipTheImageFromLeftToRight, 'Inverter a imagem da esquerda para a direita'); IESetTranslationWord(msPortuguese, IEMsg_FlipTheImageFromTopToBottom, 'Inverter a imagem de cima para baixo'); IESetTranslationWord(msPortuguese, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Inverter a imagem selecionada da esquerda para a direita'); IESetTranslationWord(msPortuguese, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Inverter a imagem selecionada a partir de cima para baixo'); IESetTranslationWord(msPortuguese, IEMsg_FreeHandPaintAnOpenPolygon, 'Pintura à mão livre com um polígono aberto'); IESetTranslationWord(msPortuguese, IEMsg_InvertTheColorsOfTheImage, 'Inverter as cores da imagem'); IESetTranslationWord(msPortuguese, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Clique com o botão esquerdo do mouse na imagem para Aumentar o zoom e Botão direito do mouse para diminuir o zoom'); IESetTranslationWord(msPortuguese, IEMsg_LoadAnImageFromFile, 'Carregar uma imagem do arquivo'); IESetTranslationWord(msPortuguese, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Coincidir com o tamanho da imagem de fundo de todos os objetos que ele contém'); IESetTranslationWord(msPortuguese, IEMsg_MeasureARectangularArea, 'Medir uma área retângular'); IESetTranslationWord(msPortuguese, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Medir a distância entre dois pontos'); IESetTranslationWord(msPortuguese, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Juntar todos os objetos com a camada de fundo'); IESetTranslationWord(msPortuguese, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Juntar o objeto selecionado com a camada de fundo'); IESetTranslationWord(msPortuguese, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Juntar todas as camadas da imagem em uma única'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheMouseToScrollTheImage, 'Mover o mouse para navegar na imagem'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedLayerBackward, 'Mover a camada selecionada para trás'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedLayerForward, 'Mover a camada selecionada para a frente'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedObjectBackward, 'Mover o objeto selecionado para trás'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedObjectForward, 'Mover o objeto selecionado para a frente'); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Mover o objeto selecionado para a área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_PasteFromTheClipboard, 'Colar uma imagem da área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_PasteObjectFromTheClipboard, 'Colar o objeto da área de transferência'); IESetTranslationWord(msPortuguese, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Colar o conteúdo da área de transferência como uma nova camada'); IESetTranslationWord(msPortuguese, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Executar funções de melhoria de cor na imagem'); IESetTranslationWord(msPortuguese, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Executar funções de realce de cor na imagem selecionada '); IESetTranslationWord(msPortuguese, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Realizar uma seleção irregular de sua imagem clicando com o mouse'); IESetTranslationWord(msPortuguese, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Realizar uma seleção irregular de sua imagem arrastando o mouse'); IESetTranslationWord(msPortuguese, IEMsg_PerformEffectsOnTheImage, 'Realizar efeitos sobre a imagem'); IESetTranslationWord(msPortuguese, IEMsg_PerformEffectsOnTheSelectedImage, 'Realizar efeitos sobre a imagem selecionada'); IESetTranslationWord(msPortuguese, IEMsg_PlaybackTheseFramesInSequence, 'Reproduzir estes quadros em seqüência'); IESetTranslationWord(msPortuguese, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Posicione a camada selecionada por trás de todos os outros'); IESetTranslationWord(msPortuguese, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Posicione o objeto selecionado para trás de todos os outros objetos'); IESetTranslationWord(msPortuguese, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Imprimir todas as imagens da grade como uma página de miniaturas'); IESetTranslationWord(msPortuguese, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Imprimir a imagem selecionada em seu tamanho original'); IESetTranslationWord(msPortuguese, IEMsg_PrintTheSelectedImageToFitThePage, 'Imprimir a imagem selecionada para caber na página'); IESetTranslationWord(msPortuguese, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Imprimir as imagens selecionadas como uma página de miniaturas'); IESetTranslationWord(msPortuguese, IEMsg_PrintThisImageAtItsOriginalSize, 'Imprimir esta imagem em seu tamanho original'); IESetTranslationWord(msPortuguese, IEMsg_PrintThisImageToFitThePage, 'Imprimir esta imagem para caber na página'); IESetTranslationWord(msPortuguese, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Solicitar um arquivo de imagem para carregar como uma nova camada'); IESetTranslationWord(msPortuguese, IEMsg_RedoTheLastActionThatWasUndone, 'Refazer a última ação que foi desfeita'); IESetTranslationWord(msPortuguese, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduzir as cores da imagem em tons de cinza'); IESetTranslationWord(msPortuguese, IEMsg_RemoveAllObjectsFromTheImage, 'Remover todos os objetos a partir da imagem'); IESetTranslationWord(msPortuguese, IEMsg_CropTheImageToTheCurrentSelection, 'Remover todas as partes da imagem fora da seleção atual'); IESetTranslationWord(msPortuguese, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remover o efeito de olhos vermelhos da seleção'); IESetTranslationWord(msPortuguese, IEMsg_RemoveTheSelectedImage, 'Remover a imagem selecionada'); IESetTranslationWord(msPortuguese, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remover a camada selecionada a partir da imagem'); IESetTranslationWord(msPortuguese, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remover o objeto selecionado a partir da imagem'); IESetTranslationWord(msPortuguese, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remover as bordas transparentes da camada selecionada'); IESetTranslationWord(msPortuguese, IEMsg_RestartPlaybackAfterItCompletes, 'Reiniciar a reprodução após completar'); IESetTranslationWord(msPortuguese, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Recuperar uma imagem de uma câmera ou scanner'); IESetTranslationWord(msPortuguese, IEMsg_RetrieveImagesFromACameraOrScanner, 'Obter imagens de uma câmera ou scanner'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheImage180Clockwise, 'Girar a imagem em 180° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheImage90Clockwise, 'Girar a imagem 90 ° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheImage90CounterClockwise, 'Girar a imagem em 90° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedImage180Clockwise, 'Girar a imagem selecionada em 180° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedImage90Clockwise, 'Girar a imagem selecionada em 90° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Girar a imagem selecionada em 90° anti-horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedObject180Clockwise, 'Girar o objeto selecionado em 180° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedObject90Clockwise, 'Girar o objeto selecionado em 90° no sentido horário'); IESetTranslationWord(msPortuguese, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Girar o objeto selecionado em 90° anti-horário'); IESetTranslationWord(msPortuguese, IEMsg_SaveChangesToThisImageToFile, 'Salve as alterações desta imagem para o arquivo'); IESetTranslationWord(msPortuguese, IEMsg_SaveThisImageToANewFilename, 'Salvar esta imagem com um novo nome'); IESetTranslationWord(msPortuguese, IEMsg_SelectACircularAreaOfYourImage, 'Selecione uma área circular de sua imagem'); IESetTranslationWord(msPortuguese, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Selecione uma cor semelhante de uma parte da sua imagem de '); IESetTranslationWord(msPortuguese, IEMsg_SelectARectangularAreaOfYourImage, 'Selecione uma área retângular de sua imagem'); IESetTranslationWord(msPortuguese, IEMsg_SelectAllImagesInTheGrid, 'Selecione todas as imagens na grade'); IESetTranslationWord(msPortuguese, IEMsg_SelectAllObjectsOfImage, 'Selecione todos os objetos de imagem'); IESetTranslationWord(msPortuguese, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Selecione uma área da imagem para ampliar'); IESetTranslationWord(msPortuguese, IEMsg_SelectOrResizeAnObject, 'Selecione ou redimensione um objeto (segure a tecla Alt para manter a relação de aspecto)'); IESetTranslationWord(msPortuguese, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Selecione a câmera ou scanner para adquirir imagens de'); IESetTranslationWord(msPortuguese, IEMsg_SelectTheFirstFrame, 'Selecione o primeiro quadro'); IESetTranslationWord(msPortuguese, IEMsg_SelectTheLastFrame, 'Selecione o último quadro'); IESetTranslationWord(msPortuguese, IEMsg_SelectTheNextFrame, 'Selecione o próximo quadro'); IESetTranslationWord(msPortuguese, IEMsg_SelectThePreviousFrame, 'Selecione o quadro anterior'); IESetTranslationWord(msPortuguese, IEMsg_SingleClickingWillNotInsertANewObject, 'Um único clique não vai inserir um novo objeto'); IESetTranslationWord(msPortuguese, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Especifique as propriedades avançadas para todas as imagens'); IESetTranslationWord(msPortuguese, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Especifique as propriedades avançadas para a imagem selecionada'); IESetTranslationWord(msPortuguese, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Especifique as propriedades avançadas para esta imagem'); IESetTranslationWord(msPortuguese, IEMsg_UndoTheLastAction, 'Desfazer a última ação'); IESetTranslationWord(msPortuguese, IEMsg_UndoTheLastEdit, 'Desfazer a última edição'); IESetTranslationWord(msPortuguese, IEMsg_UseTheMouseToMoveImageLayers, 'Usar o mouse para mover as camadas da imagem'); IESetTranslationWord(msPortuguese, IEMsg_UseTheMouseToResizeImageLayers, 'Usar o mouse para redimensionar as camadas da imagem'); IESetTranslationWord(msPortuguese, IEMsg_UseTheMouseToRotateImageLayers, 'Usar o mouse para girar as camadas da imagem'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msPortuguese, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msPortuguese, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msPortuguese, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msPortuguese, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msPortuguese, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msPortuguese, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msPortuguese, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msPortuguese, IEMSG_NEW, 'New'); IESetTranslationWord(msPortuguese, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msPortuguese, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msPortuguese, IEMSG_Folder , 'Folder'); IESetTranslationWord(msPortuguese, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msPortuguese, IEMSG_Type , 'Type'); IESetTranslationWord(msPortuguese, IEMSG_Created , 'Created'); IESetTranslationWord(msPortuguese, IEMSG_Modified , 'Modified'); IESetTranslationWord(msPortuguese, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msPortuguese, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msPortuguese, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msPortuguese, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msPortuguese, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msPortuguese, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msPortuguese, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msPortuguese, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msPortuguese, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msPortuguese, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msPortuguese, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msPortuguese, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msPortuguese, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msPortuguese, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msPortuguese, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msPortuguese, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msPortuguese, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msPortuguese, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msPortuguese, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msPortuguese, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msPortuguese, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msPortuguese, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msPortuguese, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msPortuguese, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msPortuguese, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msPortuguese, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msPortuguese, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msPortuguese, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msPortuguese, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msPortuguese, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msPortuguese, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msPortuguese, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msPortuguese, IEMsg_General , 'General' ); IESetTranslationWord(msPortuguese, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msPortuguese, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msPortuguese, IEMsg_Range , 'Range' ); IESetTranslationWord(msPortuguese, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msPortuguese, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msPortuguese, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msPortuguese, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msPortuguese, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msPortuguese, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msPortuguese, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msPortuguese, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msPortuguese, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msPortuguese, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msPortuguese, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msPortuguese, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msPortuguese, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msPortuguese, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msPortuguese, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msPortuguese, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msPortuguese, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msPortuguese, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msPortuguese, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msPortuguese, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msPortuguese, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msPortuguese, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msPortuguese, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msPortuguese, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msPortuguese, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msPortuguese, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msPortuguese, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msPortuguese, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msPortuguese, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msPortuguese, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msPortuguese, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msPortuguese, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msPortuguese, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msPortuguese, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msPortuguese, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msPortuguese, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msPortuguese, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msPortuguese, IEMsg_Path , 'Path' ); IESetTranslationWord(msPortuguese, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msPortuguese, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msPortuguese, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msPortuguese, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msPortuguese, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msPortuguese, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msPortuguese, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msPortuguese, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msPortuguese, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msPortuguese, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msPortuguese, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msPortuguese, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msPortuguese, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msPortuguese, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msPortuguese, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msPortuguese, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msPortuguese, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msPortuguese, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msPortuguese, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msPortuguese, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msPortuguese, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msPortuguese, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msPortuguese, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msPortuguese, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msPortuguese, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msPortuguese, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msPortuguese, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msPortuguese, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msPortuguese, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msPortuguese, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msPortuguese, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msPortuguese, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msPortuguese, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msPortuguese, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msPortuguese, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msPortuguese, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msPortuguese, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msPortuguese, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msPortuguese, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msPortuguese, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msPortuguese, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msPortuguese, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msPortuguese, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msPortuguese, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msPortuguese, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msPortuguese, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msPortuguese, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msPortuguese, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msPortuguese, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msPortuguese, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msPortuguese, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msPortuguese, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msPortuguese, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msPortuguese, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msPortuguese, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msPortuguese, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msPortuguese, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msPortuguese, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msPortuguese, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msPortuguese, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msPortuguese, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msPortuguese, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msPortuguese, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msPortuguese, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msPortuguese, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msPortuguese, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msPortuguese, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msPortuguese, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msPortuguese, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msPortuguese, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msPortuguese, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msPortuguese, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msPortuguese, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msPortuguese, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msPortuguese, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msPortuguese, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msPortuguese, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msPortuguese, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msPortuguese, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msPortuguese, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msPortuguese, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msPortuguese, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msPortuguese, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msPortuguese, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msPortuguese, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msPortuguese, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msPortuguese, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msPortuguese, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msPortuguese, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msPortuguese, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msPortuguese, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msPortuguese, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msPortuguese, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msPortuguese, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msPortuguese, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msPortuguese, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msPortuguese, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msPortuguese, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msPortuguese, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msPortuguese, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msPortuguese, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msPortuguese, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msPortuguese, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msPortuguese, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msPortuguese, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msPortuguese, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msPortuguese, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msPortuguese, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msPortuguese, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msPortuguese, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msPortuguese, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msPortuguese, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msPortuguese, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msPortuguese, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msPortuguese, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msPortuguese, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msPortuguese, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msPortuguese, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msPortuguese, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msPortuguese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msPortuguese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msPortuguese, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msPortuguese, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msPortuguese, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msPortuguese, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msPortuguese, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msPortuguese, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msPortuguese, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msPortuguese, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msPortuguese, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Greek; begin /////// msGreek {$IFDEF IESUPPORTGREEK} IESetTranslationWord(msGreek, IEMSG_PREVIEW, 'Ðñïåðéóêüðçóç'); IESetTranslationWord(msGreek, IEMSG_SOURCE, 'Áñ÷éêü'); IESetTranslationWord(msGreek, IEMSG_RESULT, 'ÁðïôÝëåóìá'); IESetTranslationWord(msGreek, IEMSG_OK, 'ÏÊ'); IESetTranslationWord(msGreek, IEMSG_CANCEL, '¢êõñï'); IESetTranslationWord(msGreek, IEMSG_LOCKPREVIEW, 'Êëåßäùìá ðñïåðéóêüðçóçò'); IESetTranslationWord(msGreek, IEMSG_COPYRESULTTOSOURCE, 'ÁíôéãñáöÞ áðïôåëÝóìáôïò óôï áñ÷éêü'); IESetTranslationWord(msGreek, IEMSG_CONTRAST, 'Áíôßèåóç'); IESetTranslationWord(msGreek, IEMSG_BRIGHTNESS, 'Öùôåéíüôçôá'); IESetTranslationWord(msGreek, IEMSG_HUE, '×ñïéÜ'); IESetTranslationWord(msGreek, IEMSG_SATURATION, 'Êïñåóìüò'); IESetTranslationWord(msGreek, IEMSG_VALUE, 'ÔéìÞ'); IESetTranslationWord(msGreek, IEMSG_BASECOLOR, 'Âáóéêü ÷ñþìá'); IESetTranslationWord(msGreek, IEMSG_NEWCOLOR, 'ÍÝï ÷ñþìá'); IESetTranslationWord(msGreek, IEMSG_LUMINOSITY, 'ÖùôåéíÞ Ýíôáóç'); IESetTranslationWord(msGreek, IEMSG_RED, 'Êüêêéíï'); IESetTranslationWord(msGreek, IEMSG_GREEN, 'ÐñÜóéíï'); IESetTranslationWord(msGreek, IEMSG_BLUE, 'Ìðëå'); IESetTranslationWord(msGreek, IEMSG_FILTERVALUES, 'ÔéìÝò ößëôñïõ'); IESetTranslationWord(msGreek, IEMSG_PRESETS, 'Ðñïñõèìßóåéò'); IESetTranslationWord(msGreek, IEMSG_DIVISOR, 'ÄéáéñÝôçò'); IESetTranslationWord(msGreek, IEMSG_LOAD, '¢íïéãìá'); IESetTranslationWord(msGreek, IEMSG_SAVE, 'ÁðïèÞêåõóç'); IESetTranslationWord(msGreek, IEMSG_EQUALIZATION, 'Åîéóïññüðçóç'); IESetTranslationWord(msGreek, IEMSG_THRESHOLD, 'Êáôþöëé'); IESetTranslationWord(msGreek, IEMSG_EQUALIZE, 'Åîéóïññüðçóç'); IESetTranslationWord(msGreek, IEMSG_HISTOGRAM, 'Éóôüãñáììá'); IESetTranslationWord(msGreek, IEMSG_GRAY, 'Ãêñé'); IESetTranslationWord(msGreek, IEMSG_LIGHT, 'Öùò'); IESetTranslationWord(msGreek, IEMSG_LEFT, 'ÁñéóôåñÜ'); IESetTranslationWord(msGreek, IEMSG_TOP, 'ÅðÜíù'); IESetTranslationWord(msGreek, IEMSG_WIDTH, 'ÐëÜôïò'); IESetTranslationWord(msGreek, IEMSG_HEIGHT, '¾øïò'); IESetTranslationWord(msGreek, IEMSG_COLOR, '×ñþìá'); IESetTranslationWord(msGreek, IEMSG_SOURCEIMAGEQUANTITY, 'ÐëÞèïò áñ÷éêÞò åéêüíáò'); IESetTranslationWord(msGreek, IEMSG_LENS, 'Öáêüò'); IESetTranslationWord(msGreek, IEMSG_REFRACTION, 'ÄéÜèëáóç'); IESetTranslationWord(msGreek, IEMSG_PARAMETERSPREVIEW, 'Ðñïåðéóêüðçóç ñõèìßóåùí'); IESetTranslationWord(msGreek, IEMSG_QUALITY, 'Ðïéüôçôá'); IESetTranslationWord(msGreek, IEMSG_DCTMETHOD, 'ÌÝèïäïò DCT'); IESetTranslationWord(msGreek, IEMSG_SMOOTHINGFACTOR, 'ÐáñÜãïíôáò åîïìÜëõíóçò'); IESetTranslationWord(msGreek, IEMSG_GRAYSCALE, 'Êëßìáêá ãêñé'); IESetTranslationWord(msGreek, IEMSG_OPTIMALHUFFMAN, 'Âåëôéóôïðïßçóç Huffman'); IESetTranslationWord(msGreek, IEMSG_ORIGINALSIZE, 'Áñ÷éêü ìÝãåèïò'); IESetTranslationWord(msGreek, IEMSG_COMPRESSEDSIZE, 'ÓõìðéåóìÝíï ìÝãåèïò'); IESetTranslationWord(msGreek, IEMSG_ADVANCED, 'Ðñï÷ùñçìÝíá'); IESetTranslationWord(msGreek, IEMSG_PROGRESSIVE, 'Äéáäï÷éêÞ'); IESetTranslationWord(msGreek, IEMSG_COMPRESSION, 'Óõìðßåóç'); IESetTranslationWord(msGreek, IEMSG_IMAGEINDEX, 'Á/Á åéêüíáò'); IESetTranslationWord(msGreek, IEMSG_PHOTOMETRIC, 'Öùôïìåôñéêüò'); IESetTranslationWord(msGreek, IEMSG_SCANNDEDDOCUMENTINFO, 'Ðëçñïöïñßåò óáñùìÝíïõ åããñÜöïõ'); IESetTranslationWord(msGreek, IEMSG_NAME, '¼íïìá'); IESetTranslationWord(msGreek, IEMSG_DESCRIPTION, 'ÐåñéãñáöÞ'); IESetTranslationWord(msGreek, IEMSG_PAGENAME, '¼íïìá óåëßäáò'); IESetTranslationWord(msGreek, IEMSG_PAGENUMBER, 'Áñ. óåëßäáò'); IESetTranslationWord(msGreek, IEMSG_OF, 'áðü'); IESetTranslationWord(msGreek, IEMSG_HORIZPOSITIONINCH, 'Ïñéæ. èÝóç (ßíôóåò)'); IESetTranslationWord(msGreek, IEMSG_VERTPOSITIONINCH, 'Êáôáê. èÝóç (ßíôóåò)'); IESetTranslationWord(msGreek, IEMSG_COLORS, '×ñþìáôá'); IESetTranslationWord(msGreek, IEMSG_TRANSPARENT, 'ÄéáöáíÝò'); IESetTranslationWord(msGreek, IEMSG_TRANSPARENTCOLOR, 'ÄéáöáíÝò ÷ñþìá'); IESetTranslationWord(msGreek, IEMSG_INTERLACED, 'ÄéáêåêïììÝíï (interlaced)'); IESetTranslationWord(msGreek, IEMSG_BACKGROUND, '×ñþìá õðïâÜèñïõ'); IESetTranslationWord(msGreek, IEMSG_HORIZPOSITION, 'Ïñéæ. èÝóç'); IESetTranslationWord(msGreek, IEMSG_VERTPOSITION, 'Êáôáê. èÝóç'); IESetTranslationWord(msGreek, IEMSG_DELAYTIME, '×ñïí. áíáìïíÞ'); IESetTranslationWord(msGreek, IEMSG_FILTER, 'Ößëôñï'); IESetTranslationWord(msGreek, IEMSG_WAVE, 'Êýìá'); IESetTranslationWord(msGreek, IEMSG_AMPLITUDE, 'ÐëÜôïò'); IESetTranslationWord(msGreek, IEMSG_WAVELENGTH, 'ÌÞêïò êýìáôïò'); IESetTranslationWord(msGreek, IEMSG_PHASE, 'ÖÜóç'); IESetTranslationWord(msGreek, IEMSG_REFLECTIVE, 'Áíáêëþìåíï'); IESetTranslationWord(msGreek, IEMSG_USERFILTER, 'ÐáñáìåôñïðïéçìÝíï ößëôñï'); IESetTranslationWord(msGreek, IEMSG_MORPHFILTER, 'Ößëôñï morphing'); IESetTranslationWord(msGreek, IEMSG_WINDOWSIZE, 'ÌÝãåèïò ðáñáèýñïõ'); IESetTranslationWord(msGreek, IEMSG_MAXIMUM, 'ÌÝãéóôï'); IESetTranslationWord(msGreek, IEMSG_MINIMUM, 'ÅëÜ÷éóôï'); IESetTranslationWord(msGreek, IEMSG_OPEN, '¢íïéãìá'); IESetTranslationWord(msGreek, IEMSG_CLOSE, 'Êëåßóéìï'); IESetTranslationWord(msGreek, IEMSG_ROTATE, 'ÐåñéóôñïöÞ'); IESetTranslationWord(msGreek, IEMSG_FLIP, 'Áíôéêáôïðôñéóìüò'); IESetTranslationWord(msGreek, IEMSG_FLIPHOR, 'Ïñéæïíôßùò'); IESetTranslationWord(msGreek, IEMSG_FLIPVER, 'ÊáèÝôùò'); IESetTranslationWord(msGreek, IEMSG_FREQUENCYDOMAINIMAGE, 'Áðåéêüíéóç ðåäßïõ óõ÷íïôÞôùí'); IESetTranslationWord(msGreek, IEMSG_SELECTTHEREGIONTOCLEAR, 'ÅðéëïãÞ ðåñéï÷Þò ãéá êáèáñéóìü'); IESetTranslationWord(msGreek, IEMSG_CLEAR, 'Êáèáñéóìüò'); IESetTranslationWord(msGreek, IEMSG_RESET, 'ÅðáíáöïñÜ'); IESetTranslationWord(msGreek, IEMSG_ANIMATE, 'Áðüäïóç êßíçóçò'); IESetTranslationWord(msGreek, IEMSG_LOADFILTER, 'Öüñôùóç ößëôñïõ'); IESetTranslationWord(msGreek, IEMSG_SAVEFILTER, 'ÁðïèÞêåõóç ößëôñïõ'); IESetTranslationWord(msGreek, IEMSG_BUMPMAP, 'ÁíÜãëõöï'); IESetTranslationWord(msGreek, IEMSG_PRINT, 'Ôõðüóôå'); IESetTranslationWord(msGreek, IEMSG_MARGINS, 'Ðåñéèþñéá'); IESetTranslationWord(msGreek, IEMSG_INCHES, 'ºíôóåò'); IESetTranslationWord(msGreek, IEMSG_RIGHT, 'ÄÝîéá'); IESetTranslationWord(msGreek, IEMSG_BOTTOM, 'ÂÜèïò'); IESetTranslationWord(msGreek, IEMSG_POSITION, 'Ôïðïèåóßá'); IESetTranslationWord(msGreek, IEMSG_SIZE, 'ÌÝãåèïò'); IESetTranslationWord(msGreek, IEMSG_NORMAL, 'Êáíüíéêïò'); IESetTranslationWord(msGreek, IEMSG_FITTOPAGE, 'Åöáñìüóôå óôÞí óåëßäá'); IESetTranslationWord(msGreek, IEMSG_STRETCHTOPAGE, 'Áðëþóôå óôÞí óåëßäá'); IESetTranslationWord(msGreek, IEMSG_SPECIFIEDSIZE, 'ÌÝãåèïò Êáèïñßæïíôáé'); IESetTranslationWord(msGreek, IEMSG_GAMMACORRECTION, 'Äéüñèùóç ôïý ÃÜìáôïò'); IESetTranslationWord(msGreek, IEMSG_VALUE2, 'Ðïòüôçôá'); IESetTranslationWord(msGreek, IEMSG_PRINTSETUP, 'ÔïðïèÝôçóç ôÞò Ôõðïãñáößáó'); IESetTranslationWord(msGreek, IEMSG_LEFTMARGIN, 'ÁñéóôåñÜ Ðåñéèþñéï'); IESetTranslationWord(msGreek, IEMSG_TOPMARGIN, 'ÊïñõöÞ Ðåñéèþñéï'); IESetTranslationWord(msGreek, IEMSG_RIGHTMARGIN, 'ÄÝîéá Ðåñéèþñéï'); IESetTranslationWord(msGreek, IEMSG_BOTTOMMARGIN, 'ÂÜèïò Ðåñéèþñéï'); IESetTranslationWord(msGreek, IEMSG_LOCATIONSIZE, 'Ôïðïèåóßá / ÌÝãåèïò'); IESetTranslationWord(msGreek, IEMSG_TOPLEFT, 'ÊïñõöÞ ÁñéóôåñÜ'); IESetTranslationWord(msGreek, IEMSG_TOPCENTER, 'ÊïñõöÞ ÊÝíôñï'); IESetTranslationWord(msGreek, IEMSG_TOPRIGHT, 'ÊïñõöÞ ÄÝîéá'); IESetTranslationWord(msGreek, IEMSG_CENTERLEFT, 'ÊÝíôñï ÁñéóôåñÜ'); IESetTranslationWord(msGreek, IEMSG_CENTER, 'ÊÝíôñï'); IESetTranslationWord(msGreek, IEMSG_CENTERRIGHT, 'ÊÝíôñï ÄÝ÷éá'); IESetTranslationWord(msGreek, IEMSG_BOTTOMLEFT, 'ÂÜèïò ÁñéóôåñÜ'); IESetTranslationWord(msGreek, IEMSG_BOTTOMCENTER, 'ÂÜèïò ÊÝíôñï'); IESetTranslationWord(msGreek, IEMSG_BOTTOMRIGHT, 'ÂÜèïò ÄÝîéá'); IESetTranslationWord(msGreek, IEMSG_CLOSE2, 'Êëåßóôå'); IESetTranslationWord(msGreek, IEMSG_APPLY, 'ÅöáñìïãÞ'); IESetTranslationWord(msGreek, IEMSG_MEASUREUNITS, 'ÌïíÜäåò ìÝôñçóçò'); IESetTranslationWord(msGreek, IEMSG_UNITS, 'ÌïíÜäåò'); IESetTranslationWord(msGreek, IEMSG_RATE, 'Ñõèìüò'); IESetTranslationWord(msGreek, IEMSG_ALLGRAPHICS, '¼ëåò ïé åéêüíåò'); IESetTranslationWord(msGreek, IEMSG_VIDEOFORWINDOWS, 'Âßíôåï ãéá Windows'); IESetTranslationword(msGreek, IEMSG_FILE, 'Áñ÷åßï'); IESetTranslationword(msGreek, IEMSG_MEM, 'ÌíÞìç'); // Mem.ory IESetTranslationword(msGreek, IEMSG_PRINTALL, 'Åêôýðùóç üëùí'); IESetTranslationword(msGreek, IEMSG_PRINTSELECTED, 'Åêôýðùóç åðéëåãìÝíùí'); IESetTranslationWord(msGreek, IEMSG_ALLCOMMONGRAPHICFILES, 'ÃíùóôÜ áñ÷åßá åéêüíáò'); IESetTranslationWord(msGreek, IEMSG_ALLFILES, '¼ëá ôá áñ÷åßá'); IESetTranslationWord(msGreek, IEMSG_HSV, 'HSV'); IESetTranslationWord(msGreek, IEMSG_HSL, 'HSL'); IESetTranslationWord(msGreek, IEMSG_RGB, 'RGB'); IESetTranslationWord(msGreek, IEMSG_FFT, 'FFT'); IESetTranslationWord(msGreek, IEMSG_SHARPEN, '¼îõíóç'); IESetTranslationWord(msGreek, IEMSG_CHANNELS, 'ÊáíÜëéá'); IESetTranslationWord(msGreek, IEMSG_PIXELS, 'åéêïíïóôïé÷åßá'); IESetTranslationWord(msGreek, IEMSG_FRAMES, 'êáñÝ'); IESetTranslationWord(msGreek, IEMSG_BIT, 'bit'); IESetTranslationWord(msGreek, IEMSG_BYTE, 'byte'); IESetTranslationWord(msGreek, IEMSG_DPI, 'dpi'); IESetTranslationWord(msGreek, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msGreek, IEMSG_FIT, 'ÐñïóáóìïóìÝíç'); IESetTranslationWord(msGreek, IEMSG_OTHER, '¢ëëï'); IESetTranslationWord(msGreek, IEMSG_COLUMNS, 'ÓôÞëåò'); IESetTranslationWord(msGreek, IEMSG_ROWS, 'ÓåéñÝò'); IESetTranslationWord(msGreek, IEMSG_STYLE, 'Óôõë'); IESetTranslationWord(msGreek, IEMSG_SPACING, 'ÄéÜóôçìá'); IESetTranslationWord(msGreek, IEMSG_SELECTACQUIREDEVICE, 'ÅðéëïãÞ óõóêåõÞò åéóüäïõ'); IESetTranslationWord(msGreek, IEMSG_SELECTANACQUISITIONDEVICE, 'ÅðéëïãÞ ìéáò óõóêåõÞò åéóüäïõ'); IESetTranslationWord(msGreek, IEMSG_Page_X_of_X, 'Óåëßäá %d áðü %d'); IESetTranslationWord(msGreek, IEMSG_X_Pages, '%d óåëßäåò'); IESetTranslationWord(msGreek, IEMSG_Previous, 'Ðñïçãïýìåíç'); IESetTranslationWord(msGreek, IEMSG_Next, 'Åðüìåíç'); IESetTranslationWord(msGreek, IEMSG_THUMBNAILS, 'Ìéêñïãñáößåò'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msGreek, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msGreek, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msGreek, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msGreek, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msGreek, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msGreek, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msGreek, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msGreek, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msGreek, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msGreek, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msGreek, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msGreek, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msGreek, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msGreek, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msGreek, IEMsg_Copy, 'Copy'); IESetTranslationWord(msGreek, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msGreek, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msGreek, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msGreek, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msGreek, IEMsg_Cut, 'Cut'); IESetTranslationWord(msGreek, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msGreek, IEMsg_Delete, 'Delete'); IESetTranslationWord(msGreek, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msGreek, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msGreek, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msGreek, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msGreek, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msGreek, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msGreek, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msGreek, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msGreek, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msGreek, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msGreek, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msGreek, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msGreek, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msGreek, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msGreek, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msGreek, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msGreek, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msGreek, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msGreek, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msGreek, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msGreek, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msGreek, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msGreek, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msGreek, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msGreek, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msGreek, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msGreek, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msGreek, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msGreek, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msGreek, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msGreek, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msGreek, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msGreek, IEMsg_Negative, 'Negative'); IESetTranslationWord(msGreek, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msGreek, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msGreek, IEMsg_Paste, 'Paste'); IESetTranslationWord(msGreek, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msGreek, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msGreek, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msGreek, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msGreek, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msGreek, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msGreek, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msGreek, IEMsg_Redo, 'Redo'); IESetTranslationWord(msGreek, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msGreek, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msGreek, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msGreek, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msGreek, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msGreek, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msGreek, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msGreek, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msGreek, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msGreek, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msGreek, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msGreek, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msGreek, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msGreek, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msGreek, IEMsg_Select, 'Select'); IESetTranslationWord(msGreek, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msGreek, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msGreek, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msGreek, IEMsg_Undo, 'Undo'); IESetTranslationWord(msGreek, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msGreek, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msGreek, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msGreek, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msGreek, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msGreek, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msGreek, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msGreek, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msGreek, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msGreek, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msGreek, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msGreek, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msGreek, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msGreek, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msGreek, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msGreek, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msGreek, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msGreek, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msGreek, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msGreek, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msGreek, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msGreek, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msGreek, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msGreek, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msGreek, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msGreek, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msGreek, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msGreek, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msGreek, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msGreek, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msGreek, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msGreek, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msGreek, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msGreek, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msGreek, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msGreek, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msGreek, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msGreek, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msGreek, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msGreek, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msGreek, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msGreek, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msGreek, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msGreek, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msGreek, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msGreek, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msGreek, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msGreek, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msGreek, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msGreek, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msGreek, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msGreek, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msGreek, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msGreek, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msGreek, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msGreek, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msGreek, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msGreek, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msGreek, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msGreek, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msGreek, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msGreek, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msGreek, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msGreek, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msGreek, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msGreek, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msGreek, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msGreek, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msGreek, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msGreek, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msGreek, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msGreek, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msGreek, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msGreek, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msGreek, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msGreek, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msGreek, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msGreek, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msGreek, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msGreek, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msGreek, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msGreek, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msGreek, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msGreek, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msGreek, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msGreek, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msGreek, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msGreek, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msGreek, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msGreek, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msGreek, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msGreek, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msGreek, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msGreek, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msGreek, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msGreek, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msGreek, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msGreek, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msGreek, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msGreek, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msGreek, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msGreek, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msGreek, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msGreek, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msGreek, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msGreek, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msGreek, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msGreek, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msGreek, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msGreek, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msGreek, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msGreek, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msGreek, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msGreek, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msGreek, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msGreek, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msGreek, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msGreek, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msGreek, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msGreek, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msGreek, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msGreek, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msGreek, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msGreek, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msGreek, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msGreek, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msGreek, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msGreek, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msGreek, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msGreek, IEMSG_NEW, 'New'); IESetTranslationWord(msGreek, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msGreek, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msGreek, IEMSG_Folder , 'Folder'); IESetTranslationWord(msGreek, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msGreek, IEMSG_Type , 'Type'); IESetTranslationWord(msGreek, IEMSG_Created , 'Created'); IESetTranslationWord(msGreek, IEMSG_Modified , 'Modified'); IESetTranslationWord(msGreek, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msGreek, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msGreek, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msGreek, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msGreek, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msGreek, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msGreek, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msGreek, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msGreek, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msGreek, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msGreek, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msGreek, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msGreek, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msGreek, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msGreek, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msGreek, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msGreek, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msGreek, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msGreek, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msGreek, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msGreek, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msGreek, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msGreek, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msGreek, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msGreek, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msGreek, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msGreek, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msGreek, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msGreek, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msGreek, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msGreek, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msGreek, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msGreek, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msGreek, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msGreek, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msGreek, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msGreek, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msGreek, IEMsg_General , 'General' ); IESetTranslationWord(msGreek, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msGreek, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msGreek, IEMsg_Range , 'Range' ); IESetTranslationWord(msGreek, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msGreek, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msGreek, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msGreek, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msGreek, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msGreek, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msGreek, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msGreek, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msGreek, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msGreek, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msGreek, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msGreek, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msGreek, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msGreek, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msGreek, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msGreek, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msGreek, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msGreek, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msGreek, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msGreek, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msGreek, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msGreek, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msGreek, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msGreek, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msGreek, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msGreek, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msGreek, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msGreek, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msGreek, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msGreek, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msGreek, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msGreek, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msGreek, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msGreek, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msGreek, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msGreek, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msGreek, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msGreek, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msGreek, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msGreek, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msGreek, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msGreek, IEMsg_Path , 'Path' ); IESetTranslationWord(msGreek, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msGreek, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msGreek, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msGreek, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msGreek, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msGreek, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msGreek, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msGreek, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msGreek, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msGreek, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msGreek, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msGreek, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msGreek, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msGreek, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msGreek, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msGreek, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msGreek, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msGreek, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msGreek, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msGreek, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msGreek, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msGreek, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msGreek, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msGreek, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msGreek, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msGreek, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msGreek, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msGreek, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msGreek, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msGreek, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msGreek, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msGreek, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msGreek, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msGreek, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msGreek, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msGreek, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msGreek, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msGreek, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msGreek, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msGreek, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msGreek, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msGreek, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msGreek, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msGreek, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msGreek, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msGreek, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msGreek, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msGreek, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msGreek, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msGreek, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msGreek, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msGreek, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msGreek, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msGreek, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msGreek, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msGreek, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msGreek, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msGreek, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msGreek, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msGreek, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msGreek, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msGreek, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msGreek, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msGreek, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msGreek, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msGreek, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msGreek, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msGreek, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msGreek, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msGreek, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msGreek, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msGreek, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msGreek, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msGreek, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msGreek, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msGreek, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msGreek, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msGreek, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msGreek, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msGreek, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msGreek, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msGreek, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msGreek, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msGreek, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msGreek, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msGreek, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msGreek, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msGreek, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msGreek, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msGreek, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msGreek, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msGreek, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msGreek, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msGreek, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msGreek, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msGreek, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msGreek, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msGreek, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msGreek, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msGreek, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msGreek, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msGreek, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msGreek, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msGreek, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msGreek, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msGreek, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msGreek, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msGreek, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msGreek, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msGreek, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msGreek, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msGreek, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msGreek, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msGreek, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msGreek, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msGreek, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msGreek, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msGreek, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msGreek, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msGreek, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msGreek, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msGreek, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msGreek, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msGreek, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msGreek, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msGreek, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msGreek, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msGreek, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msGreek, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msGreek, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msGreek, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msGreek, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msGreek, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msGreek, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msGreek, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msGreek, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msGreek, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msGreek, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msGreek, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msGreek, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msGreek, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msGreek, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msGreek, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msGreek, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msGreek, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msGreek, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msGreek, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Russian; begin /////// msRussian {$IFDEF IESUPPORTRUSSIAN} // Unicode -> CP1251 (Windows) conversion (via convertcyrillic.com) IESetTranslationWord(msRussian, IEMSG_PREVIEW, 'Ïðîñìîòð'); IESetTranslationWord(msRussian, IEMSG_SOURCE, 'Îðèãèíàë'); IESetTranslationWord(msRussian, IEMSG_RESULT, 'Ðåçóëüòàò'); IESetTranslationWord(msRussian, IEMSG_OK, 'OK'); IESetTranslationWord(msRussian, IEMSG_CANCEL, 'Îòìåíà'); IESetTranslationWord(msRussian, IEMSG_LOCKPREVIEW, 'Áëîêèðîâàòü'); IESetTranslationWord(msRussian, IEMSG_COPYRESULTTOSOURCE, 'Ðåçóëüòàò â èñòî÷íèê'); IESetTranslationWord(msRussian, IEMSG_CONTRAST, 'Êîíòðàñò'); IESetTranslationWord(msRussian, IEMSG_BRIGHTNESS, 'ßðêîñòü'); IESetTranslationWord(msRussian, IEMSG_HUE, 'Îòòåíîê'); IESetTranslationWord(msRussian, IEMSG_SATURATION, 'Íàñûùåííîñòü'); IESetTranslationWord(msRussian, IEMSG_VALUE, 'Îñâåùåííîñòü'); IESetTranslationWord(msRussian, IEMSG_BASECOLOR, 'Áàçîâûé öâåò'); IESetTranslationWord(msRussian, IEMSG_NEWCOLOR, 'Íîâûé öâåò'); IESetTranslationWord(msRussian, IEMSG_LUMINOSITY, 'Ñâå÷åíèå'); IESetTranslationWord(msRussian, IEMSG_RED, 'Êðàñíûé'); IESetTranslationWord(msRussian, IEMSG_GREEN, 'Çåëåíûé'); IESetTranslationWord(msRussian, IEMSG_BLUE, 'Ñèíèé'); IESetTranslationWord(msRussian, IEMSG_FILTERVALUES, 'Çíà÷åíèÿ ôèëüòðà'); IESetTranslationWord(msRussian, IEMSG_PRESETS, 'Çàäàííûé'); IESetTranslationWord(msRussian, IEMSG_DIVISOR, 'Äåëèòåëü'); IESetTranslationWord(msRussian, IEMSG_LOAD, 'Îòêðûòü'); IESetTranslationWord(msRussian, IEMSG_SAVE, 'Ñîõðàíèòü'); IESetTranslationWord(msRussian, IEMSG_EQUALIZATION, 'Óðàâíèâàíèå'); IESetTranslationWord(msRussian, IEMSG_THRESHOLD, 'Ïîðîã'); IESetTranslationWord(msRussian, IEMSG_EQUALIZE, 'Óðàâíÿòü'); IESetTranslationWord(msRussian, IEMSG_HISTOGRAM, 'Ãèñòîãðàììà'); IESetTranslationWord(msRussian, IEMSG_GRAY, 'Ñåðûé'); IESetTranslationWord(msRussian, IEMSG_LIGHT, 'Ñâåòëûé'); IESetTranslationWord(msRussian, IEMSG_LEFT, 'Ñëåâà'); IESetTranslationWord(msRussian, IEMSG_TOP, 'Ñâåðõó'); IESetTranslationWord(msRussian, IEMSG_WIDTH, 'Øèðèíà'); IESetTranslationWord(msRussian, IEMSG_HEIGHT, 'Âûñîòà'); IESetTranslationWord(msRussian, IEMSG_COLOR, 'Öâåò'); IESetTranslationWord(msRussian, IEMSG_SOURCEIMAGEQUANTITY, 'Ðàçìåð èñõîäíîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMSG_LENS, 'Ëèíçà'); IESetTranslationWord(msRussian, IEMSG_REFRACTION, 'Ïðåëîìëåíèå'); IESetTranslationWord(msRussian, IEMSG_PARAMETERSPREVIEW, 'Íàñòðîéêà ïàðàìåòðîâ'); IESetTranslationWord(msRussian, IEMSG_QUALITY, 'Êà÷åñòâî'); IESetTranslationWord(msRussian, IEMSG_DCTMETHOD, 'Ìåòîä DCT'); IESetTranslationWord(msRussian, IEMSG_SMOOTHINGFACTOR, 'Ñãëàæèâàíèå'); IESetTranslationWord(msRussian, IEMSG_GRAYSCALE, 'Ïîëóòîíîâûé'); IESetTranslationWord(msRussian, IEMSG_OPTIMALHUFFMAN, 'Îïòèìèçàöèÿ'); IESetTranslationWord(msRussian, IEMSG_ORIGINALSIZE, 'Îðèãèíàë'); IESetTranslationWord(msRussian, IEMSG_COMPRESSEDSIZE, 'Óïàêîâàííûé'); IESetTranslationWord(msRussian, IEMSG_ADVANCED, 'Îïöèè'); IESetTranslationWord(msRussian, IEMSG_PROGRESSIVE, 'Ïðîãðåññèâíûé'); IESetTranslationWord(msRussian, IEMSG_COMPRESSION, 'Ñæàòèå'); IESetTranslationWord(msRussian, IEMSG_IMAGEINDEX, 'Íîìåð èçîáð.'); IESetTranslationWord(msRussian, IEMSG_PHOTOMETRIC, 'Ðåæèì'); IESetTranslationWord(msRussian, IEMSG_SCANNDEDDOCUMENTINFO, 'Èíôîðìàöèÿ î äîêóìåíòå'); IESetTranslationWord(msRussian, IEMSG_NAME, 'Íàçâàíèå'); IESetTranslationWord(msRussian, IEMSG_DESCRIPTION, 'Îïèñàíèå'); IESetTranslationWord(msRussian, IEMSG_PAGENAME, 'Íàçâ. ñòðàíèöû'); IESetTranslationWord(msRussian, IEMSG_PAGENUMBER, 'Íîìåð ñòðàíèöû'); IESetTranslationWord(msRussian, IEMSG_OF, 'èç'); IESetTranslationWord(msRussian, IEMSG_HORIZPOSITIONINCH, 'Ãîðèç. ïîçèöèÿ (äþéìîâ)'); IESetTranslationWord(msRussian, IEMSG_VERTPOSITIONINCH, 'Âåðò. ïîçèöèÿ (äþéìîâ)'); IESetTranslationWord(msRussian, IEMSG_COLORS, 'Öâåòà'); IESetTranslationWord(msRussian, IEMSG_TRANSPARENT, 'Ïðîçðà÷íûé'); IESetTranslationWord(msRussian, IEMSG_TRANSPARENTCOLOR, 'Ïðîçðà÷íûé öâåò'); IESetTranslationWord(msRussian, IEMSG_INTERLACED, '×åðåçñòðî÷.'); IESetTranslationWord(msRussian, IEMSG_BACKGROUND, 'Ôîí'); IESetTranslationWord(msRussian, IEMSG_HORIZPOSITION, 'Ãîðèç. ïîçèöèÿ'); IESetTranslationWord(msRussian, IEMSG_VERTPOSITION, 'Âåðò. ïîçèöèÿ'); IESetTranslationWord(msRussian, IEMSG_DELAYTIME, 'Çàäåðæêà'); IESetTranslationWord(msRussian, IEMSG_FILTER, 'Ôèëüòð'); IESetTranslationWord(msRussian, IEMSG_WAVE, 'Âîëíà'); IESetTranslationWord(msRussian, IEMSG_AMPLITUDE, 'Àìïëèòóäà'); IESetTranslationWord(msRussian, IEMSG_WAVELENGTH, 'Äëèíà âîëíû'); IESetTranslationWord(msRussian, IEMSG_PHASE, 'Ôàçà'); IESetTranslationWord(msRussian, IEMSG_REFLECTIVE, 'Îòðàæåííàÿ'); IESetTranslationWord(msRussian, IEMSG_USERFILTER, 'Ïîëüç. ôèëüòð'); IESetTranslationWord(msRussian, IEMSG_MORPHFILTER, 'Ôèëüòðû ìîðôèíãà'); IESetTranslationWord(msRussian, IEMSG_WINDOWSIZE, 'Ðàçìåð îêíà'); IESetTranslationWord(msRussian, IEMSG_MAXIMUM, 'Ìàêñèìóì'); IESetTranslationWord(msRussian, IEMSG_MINIMUM, 'Ìèíèìóì'); IESetTranslationWord(msRussian, IEMSG_OPEN, 'Îòêðûòèå'); IESetTranslationWord(msRussian, IEMSG_CLOSE, 'Çàêðûòèå'); IESetTranslationWord(msRussian, IEMSG_ROTATE, 'Âðàùåíèå'); IESetTranslationWord(msRussian, IEMSG_FLIP, 'Ïåðåâîðîò'); IESetTranslationWord(msRussian, IEMSG_FLIPHOR, 'Ãîðèçîíòàëüíî'); IESetTranslationWord(msRussian, IEMSG_FLIPVER, 'Âåðòèêàëüíî'); IESetTranslationWord(msRussian, IEMSG_FREQUENCYDOMAINIMAGE, 'Èçîáðàæåíèå â ÷àñòîòíîé îáëàñòè'); IESetTranslationWord(msRussian, IEMSG_SELECTTHEREGIONTOCLEAR, 'Âûáåðèòå îáëàñòü äëÿ î÷èñòêè'); IESetTranslationWord(msRussian, IEMSG_CLEAR, 'Î÷èñòèòü'); IESetTranslationWord(msRussian, IEMSG_RESET, 'Ñáðîñ'); IESetTranslationWord(msRussian, IEMSG_ANIMATE, 'Àíèìàöèÿ'); IESetTranslationWord(msRussian, IEMSG_LOADFILTER, 'Çàãð. ôèëüòð'); IESetTranslationWord(msRussian, IEMSG_SAVEFILTER, 'Ñîõð. ôèëüòð'); IESetTranslationWord(msRussian, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msRussian, IEMSG_PRINT, 'Ïå÷àòü'); IESetTranslationWord(msRussian, IEMSG_MARGINS, 'Ãðàíèöû'); IESetTranslationWord(msRussian, IEMSG_INCHES, 'äþéìîâ'); IESetTranslationWord(msRussian, IEMSG_RIGHT, 'Ñïðàâà'); IESetTranslationWord(msRussian, IEMSG_BOTTOM, 'Ñíèçó'); IESetTranslationWord(msRussian, IEMSG_POSITION, 'Ïîëîæåíèå'); IESetTranslationWord(msRussian, IEMSG_SIZE, 'Ðàçìåð'); IESetTranslationWord(msRussian, IEMSG_NORMAL, 'Íîðìàëüíî'); IESetTranslationWord(msRussian, IEMSG_FITTOPAGE, 'Âïèñàòü'); IESetTranslationWord(msRussian, IEMSG_STRETCHTOPAGE, 'Ðàñòÿíóòü'); IESetTranslationWord(msRussian, IEMSG_SPECIFIEDSIZE, 'Îñîáûé ðàçìåð'); IESetTranslationWord(msRussian, IEMSG_GAMMACORRECTION, 'Êîððåêöèÿ ãàììû'); IESetTranslationWord(msRussian, IEMSG_VALUE2, 'çíà÷åíèå'); IESetTranslationWord(msRussian, IEMSG_PRINTSETUP, 'Íàñòðîéêà ïå÷àòè'); IESetTranslationWord(msRussian, IEMSG_LEFTMARGIN, 'Ëåâàÿ ãðàíèöà'); IESetTranslationWord(msRussian, IEMSG_TOPMARGIN, 'Âåðõíÿÿ ãðàíèöà'); IESetTranslationWord(msRussian, IEMSG_RIGHTMARGIN, 'Ïðàâàÿ ãðàíèöà'); IESetTranslationWord(msRussian, IEMSG_BOTTOMMARGIN, 'Íèæíÿÿ ãðàíèöà'); IESetTranslationWord(msRussian, IEMSG_LOCATIONSIZE, 'Ðàñïîëîæåíèå/ðàçìåð'); IESetTranslationWord(msRussian, IEMSG_TOPLEFT, 'Ñâåðõó ñëåâà'); IESetTranslationWord(msRussian, IEMSG_TOPCENTER, 'Ñâåðõó â öåíòðå'); IESetTranslationWord(msRussian, IEMSG_TOPRIGHT, 'Ñâåðõó ñïðàâà'); IESetTranslationWord(msRussian, IEMSG_CENTERLEFT, ' öåíòðå ñëåâà'); IESetTranslationWord(msRussian, IEMSG_CENTER, ' öåíòðå'); IESetTranslationWord(msRussian, IEMSG_CENTERRIGHT, ' öåíòðå ñïðàâà'); IESetTranslationWord(msRussian, IEMSG_BOTTOMLEFT, 'Ñíèçó ñëåâà'); IESetTranslationWord(msRussian, IEMSG_BOTTOMCENTER, 'Ñíèçó â öåíòðå'); IESetTranslationWord(msRussian, IEMSG_BOTTOMRIGHT, 'Ñíèçó ñïðàâà'); IESetTranslationWord(msRussian, IEMSG_CLOSE2, 'Çàêðûòü'); IESetTranslationWord(msRussian, IEMSG_APPLY, 'Ïðèìåíèòü'); IESetTranslationWord(msRussian, IEMSG_MEASUREUNITS, 'Åäèíèöû èçìåðåíèÿ'); IESetTranslationWord(msRussian, IEMSG_UNITS, 'Åäèíèöû'); IESetTranslationWord(msRussian, IEMSG_RATE, 'Ñòåïåíü'); IESetTranslationWord(msRussian, IEMSG_ALLGRAPHICS, 'Âñÿ ãðàôèêà'); IESetTranslationWord(msRussian, IEMSG_VIDEOFORWINDOWS, 'Âèäåî äëÿ Windows'); IESetTranslationword(msRussian, IEMSG_FILE, 'Ôàéë'); IESetTranslationword(msRussian, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msRussian, IEMSG_LOCKPREVIEWHINT, 'Áëîêèðîâàòü'); IESetTranslationword(msRussian, IEMSG_PRINTALL, 'Ïå÷àòàòü âñå'); IESetTranslationword(msRussian, IEMSG_PRINTSELECTED, 'Ïå÷àòàòü âûäåëåííûå'); IESetTranslationWord(msRussian, IEMSG_ALLCOMMONGRAPHICFILES, 'Îñíîâíûå ãðàôè÷åñêèå ôîðìàòû'); IESetTranslationWord(msRussian, IEMSG_ALLFILES, 'Âñå ôàéëû'); IESetTranslationWord(msRussian, IEMSG_HSV, 'HSV'); IESetTranslationWord(msRussian, IEMSG_HSL, 'HSL'); IESetTranslationWord(msRussian, IEMSG_RGB, 'RGB'); IESetTranslationWord(msRussian, IEMSG_FFT, 'FFT'); IESetTranslationWord(msRussian, IEMSG_SHARPEN, 'Ðåçêîñòü'); IESetTranslationWord(msRussian, IEMSG_CHANNELS, 'Êàíàëû'); IESetTranslationWord(msRussian, IEMSG_PIXELS, 'ïèêñåëåé'); IESetTranslationWord(msRussian, IEMSG_FRAMES, 'êàäð(a,îâ)'); IESetTranslationWord(msRussian, IEMSG_BIT, 'bit'); IESetTranslationWord(msRussian, IEMSG_BYTE, 'áàéò'); IESetTranslationWord(msRussian, IEMSG_DPI, 'dpi'); IESetTranslationWord(msRussian, IEMSG_KB, 'Êá'); // kilobyte (KB) IESetTranslationWord(msRussian, IEMSG_FIT, 'Âïèñàòü'); IESetTranslationWord(msRussian, IEMSG_OTHER, 'Äðóãîå'); IESetTranslationWord(msRussian, IEMSG_COLUMNS, 'Êîëîíêè'); IESetTranslationWord(msRussian, IEMSG_ROWS, 'Ñòðîêè'); IESetTranslationWord(msRussian, IEMSG_STYLE, 'Ñòèëü'); IESetTranslationWord(msRussian, IEMSG_SPACING, 'Èíòåðâàë'); IESetTranslationWord(msRussian, IEMSG_SELECTACQUIREDEVICE, 'Âûáîð èñòî÷íèêà'); IESetTranslationWord(msRussian, IEMSG_SELECTANACQUISITIONDEVICE, 'Âûáåðèòå èñòî÷íèê'); IESetTranslationWord(msRussian, IEMSG_Page_X_of_X, 'ñòðàíèöà %d èç %d'); IESetTranslationWord(msRussian, IEMSG_X_Pages, 'ñòðàíèö: %d'); IESetTranslationWord(msRussian, IEMSG_Previous, 'Íàçàä'); IESetTranslationWord(msRussian, IEMSG_Next, 'Äàëüøå'); IESetTranslationWord(msRussian, IEMSG_THUMBNAILS, 'Ýñêèçû'); IESetTranslationWord(msRussian, IEMsg_Acquire, 'Ïîëó÷èòü'); IESetTranslationWord(msRussian, IEMsg_AddFromFile, 'Äîáàâèòü èç ôàéëà'); IESetTranslationWord(msRussian, IEMsg_AddLayer, 'Äîáàâèòü ñëîé'); IESetTranslationWord(msRussian, IEMsg_AdjustColors, 'Êîððåêöèÿ öâåòà'); IESetTranslationWord(msRussian, IEMsg_AutoEqualizeColors, 'Àâòîìàòè÷åñêè âûðîâíÿòü öâåò'); IESetTranslationWord(msRussian, IEMsg_AutoRotateDisplay, 'Àâòîïîâîðîò èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_AutoShrink, 'Àâòîìàòè÷åñêè óìåíüøèòü'); IESetTranslationWord(msRussian, IEMsg_AutoStretch, 'Àâòîìàòèò÷åñêè ðàñòÿíóòü'); IESetTranslationWord(msRussian, IEMsg_BringForward, 'Ïåðåìåñòèòü íà îäèí óðîâåíü âïåðåä'); IESetTranslationWord(msRussian, IEMsg_BringToFront, 'Ïåðåìåñòèòü íà ïåðåäíèé ïëàí'); IESetTranslationWord(msRussian, IEMsg_CircularSelect, 'Âûäåëåíèå â ôîðìå êðóãà'); IESetTranslationWord(msRussian, IEMsg_ConvertToGray, 'Ïðåîáðàçîâàòü â ñåðîå'); IESetTranslationWord(msRussian, IEMsg_CopyImage, 'Êîïèðîâàòü èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_CopySelection, 'Êîïèðîâàòü âûäåëåííîå'); IESetTranslationWord(msRussian, IEMsg_Copy, 'Êîïèðîâàòü'); IESetTranslationWord(msRussian, IEMsg_CropImageToObjects, 'Îáðåçàòü èçîáðàæåíèå äî îáúåêòîâ'); IESetTranslationWord(msRussian, IEMsg_CropToSelection, 'Îáðåçàòü ïî âûäåëåíèþ'); IESetTranslationWord(msRussian, IEMsg_CropTransparency, 'Îáðåçàòü ïðîçðà÷íóþ ÷àñòü'); IESetTranslationWord(msRussian, IEMsg_CutSelection, 'Âûðåçàòü âûäåëåííîå'); IESetTranslationWord(msRussian, IEMsg_Cut, 'Âûðåçàòü'); IESetTranslationWord(msRussian, IEMsg_DeleteAll, 'Óäàëèòü âñå'); IESetTranslationWord(msRussian, IEMsg_Delete, 'Óäàëèòü'); IESetTranslationWord(msRussian, IEMsg_DeselectAll, 'Ñíÿòü âñå âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_Deselect, 'Ñíÿòü âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_EditPolyline, 'Ðåäàêòèðîâàòü ëîìàíóþ ëèíèþ'); IESetTranslationWord(msRussian, IEMsg_FirstFrame, 'Ïåðâûé êàäð'); IESetTranslationWord(msRussian, IEMsg_FitImageToHeight, 'Âïèñàòü èçîáðàæåíèå ïî âûñîòå'); IESetTranslationWord(msRussian, IEMsg_FitImageToWidth, 'Âïèñàòü èçîáðàæåíèå ïî øèðèíå'); IESetTranslationWord(msRussian, IEMsg_FitImage, 'Âïèñàòü èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_FlipHorizontal, 'Îòðàçèòü ïî ãîðèçîíòàëè'); IESetTranslationWord(msRussian, IEMsg_FlipVertical, 'Îòðàçèòü ïî âåðòèêàëè'); IESetTranslationWord(msRussian, IEMsg_ImageEffects, 'Ýôôåêòû èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ImageSaveProperties, 'Ïàðàìåòðû ñîõðàíåíèÿ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_InsertAngle, 'Âñòàâèòü óãîë'); IESetTranslationWord(msRussian, IEMsg_InsertEllipse, 'Âñòàâèòü ýëëèïñ'); IESetTranslationWord(msRussian, IEMsg_InsertImage, 'Âñòàâèòü èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_InsertLabelWithLine, 'Âñòàâèòü ìåòêó ñ ëèíèåé'); IESetTranslationWord(msRussian, IEMsg_InsertLine, 'Âñòàâèòü ëèíèþ'); IESetTranslationWord(msRussian, IEMsg_InsertMemo, 'Âñòàâèòü òåêñòîâîå ïîëå'); IESetTranslationWord(msRussian, IEMsg_InsertPolyline, 'Âñòàâèòü ëîìàíóþ ëèíèþ'); IESetTranslationWord(msRussian, IEMsg_InsertRectangle, 'Âñòàâèòü ïðÿìîóãîëüíèê'); IESetTranslationWord(msRussian, IEMsg_InsertRuler, 'Âñòàâèòü ëèíåéêó'); IESetTranslationWord(msRussian, IEMsg_InsertText, 'Âñòàâèòü òåêñò'); IESetTranslationWord(msRussian, IEMsg_LassoSelect, 'Âûäåëåíèå ëàññî'); IESetTranslationWord(msRussian, IEMsg_LastFrame, 'Ïîñëåäíèé êàäð'); IESetTranslationWord(msRussian, IEMsg_LoadFileAsLayer, 'Çàãðóçèòü ôàéë êàê ñëîé'); IESetTranslationWord(msRussian, IEMsg_LoopPlayback, 'Çàêîëüöåâàòü âîñïðîèçâåäåíèå'); IESetTranslationWord(msRussian, IEMsg_MeasureArea, 'Èçìåðèòü îáëàñòü'); IESetTranslationWord(msRussian, IEMsg_MeasureDistance, 'Èçìåðèòü ðàññòîÿíèå'); IESetTranslationWord(msRussian, IEMsg_MeasureLength, 'Èçìåðèòü äëèíó'); IESetTranslationWord(msRussian, IEMsg_MergeAllLayers, 'Îáúåäåíèòü âñå ñëîè'); IESetTranslationWord(msRussian, IEMsg_MergeAllToBackground, 'Îáúåäåíèòü âñå ñ ôîíîì'); IESetTranslationWord(msRussian, IEMsg_MergeToBackground, 'Îáúåäåíèòü ñ ôîíîì'); IESetTranslationWord(msRussian, IEMsg_MoveLayers, 'Ïåðåìåñòèòü ñëîè'); IESetTranslationWord(msRussian, IEMsg_Negative, 'Íåãàòèâ'); IESetTranslationWord(msRussian, IEMsg_NextFrame, 'Ñëåäóþùèé êàäð'); IESetTranslationWord(msRussian, IEMsg_PasteAsLayer, 'Âñòàâèòü êàê ñëîé'); IESetTranslationWord(msRussian, IEMsg_Paste, 'Âñòàâèòü'); IESetTranslationWord(msRussian, IEMsg_PolygonSelect, 'Ëîìàíîå âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_PreviousFrame, 'Ïðåäûäóùèé êàäð'); IESetTranslationWord(msRussian, IEMsg_PrintAllThumbnails, 'Ïå÷àòü âñåõ ýñêèçîâ'); IESetTranslationWord(msRussian, IEMsg_PrintPreview, 'Ïðåäïðîñìîòð ïå÷àòè'); IESetTranslationWord(msRussian, IEMsg_PrintThumbnails, 'Ïå÷àòü ýñêèçîâ'); IESetTranslationWord(msRussian, IEMsg_PrintToPage, 'Ïå÷àòü íà ñòðàíèöå'); IESetTranslationWord(msRussian, IEMsg_RectangularSelect, 'Ïðÿìîóãîëüíîå âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_Redo, 'Âåðíóòü'); IESetTranslationWord(msRussian, IEMsg_RemoveLayer, 'Óäàëèòü ñëîé'); IESetTranslationWord(msRussian, IEMsg_RemoveRedEyes, 'Êîððåêöèÿ êðàñíûõ ãëàç'); IESetTranslationWord(msRussian, IEMsg_ResizeLayers, 'Èçìåíèòü ðàçìåð ñëîåâ'); IESetTranslationWord(msRussian, IEMsg_Rotate180, 'Ïîâîðîò íà 180°'); IESetTranslationWord(msRussian, IEMsg_RotateLayers, 'Ïîâåðíóòü ñëîè'); IESetTranslationWord(msRussian, IEMsg_RotateLeft, 'Ïîâîðîò ïðîòèâ ÷àñîâîé ñòðåëêè'); IESetTranslationWord(msRussian, IEMsg_RotateRight, 'Ïîâîðîò ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_SaveAs, 'Ñîõðàíèòü êàê'); IESetTranslationWord(msRussian, IEMsg_SaveProperties, 'Ïàðàìåòðû ñîõðàíåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ScrollImage, 'Ïðîêðóòêà èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ScrollToCursor, 'Ïðîêðóòèòü äî êóðñîðà'); IESetTranslationWord(msRussian, IEMsg_SelectAcquisitionSource, 'Âûáîð èñòî÷íèêà'); IESetTranslationWord(msRussian, IEMsg_SelectAll, 'Âûäåëèòü âñå'); IESetTranslationWord(msRussian, IEMsg_SelectByColor, 'Âûäåëèòü ïî öâåòó'); IESetTranslationWord(msRussian, IEMsg_Select, 'Âûäåëèòü'); IESetTranslationWord(msRussian, IEMsg_SendBackward, 'Ïåðåìåñòèòü íà îäèí óðîâåíü íàçàä'); IESetTranslationWord(msRussian, IEMsg_SendToBack, 'Ïåðåìåñòèòü íà çàäíèé ïëàí'); IESetTranslationWord(msRussian, IEMsg_SingleFrameOnly, 'Òîëüêî îäèí êàäð'); IESetTranslationWord(msRussian, IEMsg_Undo, 'Îòìåíèòü'); IESetTranslationWord(msRussian, IEMsg_Unstamp, 'Óäàëèòü øòàìï'); IESetTranslationWord(msRussian, IEMsg_ZoomIn, 'Ïðèáëèçèòü'); IESetTranslationWord(msRussian, IEMsg_ZoomOut, 'Îòäàëèòü'); IESetTranslationWord(msRussian, IEMsg_ZoomToFullSize, 'Îðèãèíàëüíûé ðàçìåð'); IESetTranslationWord(msRussian, IEMsg_ZoomToSelection, 'Ïîäîãíàòü ïîä âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_Zoom, 'Ìàñøòàáèðîâàíèå'); IESetTranslationWord(msRussian, IEMsg_AddALineObject, 'Äîáàâèòü îáúåêò "Ëèíèÿ"'); IESetTranslationWord(msRussian, IEMsg_AddAMultiLineTextObject, 'Äîáàâèòü îáúåêò "Òåêñòîâîå ïîëå"'); IESetTranslationWord(msRussian, IEMsg_AddANewLabelObjectWithALine, 'Äîáàâèòü îáúåêò "Ìåòêà ñ ëèíèåé"'); IESetTranslationWord(msRussian, IEMsg_AddANewLayerToThisImage, 'Äîáàâèòü íîâûé ñëîé ê èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_AddARulerObject, 'Äîáàâèòü îáúåêò "Ëèíåéêà"'); IESetTranslationWord(msRussian, IEMsg_AddATextObject, 'Äîáàâèòü îáúåêò "Òåêñò"'); IESetTranslationWord(msRussian, IEMsg_AddAnAngleMeasurementObject, 'Äîáàâèòü îáúåêò "Èçìåðåíèå óãëîâ" (òðåáóåòñÿ òðè íàæàòèÿ)'); IESetTranslationWord(msRussian, IEMsg_AddAnEllipticalObject, 'Äîáàâèòü îáúåêò "Ýëëèïñ"'); IESetTranslationWord(msRussian, IEMsg_AddAnImageObject, 'Äîáàâèòü èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_AddAnImageToTheGridFromFile, 'Äîáàâèòü èçîáðàæåíèå ê ñåòêå èç ôàéëà'); IESetTranslationWord(msRussian, IEMsg_AddAnRectangularObject, 'Äîáàâèòü îáúåêò "Ïðÿìîóãîëüíèê"'); IESetTranslationWord(msRussian, IEMsg_ApplyASharpeningFilterToTheImage, 'Ïðèìåíèòü ôèëüòð óñèëåíèÿ ðåçêîñòè ê èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Àâòîìàòè÷åñêè ïîâîðà÷èâàòü èçîáðàæåíèå ïî çíà÷åíèþ îðèåíòàöèè â EXIF'); IESetTranslationWord(msRussian, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Àâòîìàòè÷åñêè ïîâîðà÷èâàòü èçîáðàæåíèÿ ïî çíà÷åíèþ îðèåíòàöèè â EXIF'); IESetTranslationWord(msRussian, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Ïîìåñòèòü âûáðàííûé ñëîé âïåðåäè âñåõ îñòàëüíûõ'); IESetTranslationWord(msRussian, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Ïîìåñòèòü âûäåëåííûé îáúåêò âïåðåäè âñåõ îñòàëüíûõ îáúåêòîâ'); IESetTranslationWord(msRussian, IEMsg_ClearAllImages, 'Î÷èñòèòü âñå èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ClearAll, 'Î÷èñòèòü ýòî èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_ClearThisImage, 'Î÷èñòèòü ýòî èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_ClearYourSelection, 'Î÷èñòèòü âàøå âûäåëåíèå'); IESetTranslationWord(msRussian, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Íàæìèòå íà èçîáðàæåíèè è ïåðåìåùàéòå êóðñîð äëÿ ïðîêðóòêè èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Áåñêîíå÷íî âîñïðîèçâîäèòü ôàéëû GIF èëè AVI'); IESetTranslationWord(msRussian, IEMsg_CopyImageToTheClipboard, 'Êîïèðîâàòü èçîáðàæåíèå â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Êîïèðîâàòü òåêóùåå èçîáðàæåíèå èëè âûäåëåíèå â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Êîïèðîâàòü òåêóùåå èçîáðàæåíèå â Áóôåð îáìåíà è óäàëèòü åãî'); IESetTranslationWord(msRussian, IEMsg_CopyTheCurrentImageToTheClipboard, 'Êîïèðîâàòü òåêóùåå èçîáðàæåíèå â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_CutTheSelectionToTheClipboard, 'Êîïèðîâàòü òåêóùåå âûäåëåíèå â Áóôåð îáìåíà è óäàëèòü åãî èç èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Êîïèðîâàòü òåêóùåå âûäåëåíèå â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Êîïèðîâàòü âûäåëåííûé îáúåêò â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_DeselectAllObjects, 'Ñíÿòü âûäåëåíèå ñî âñåõ îáúåêòîâ'); IESetTranslationWord(msRussian, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Ïðåäâàâðèòåëüíûé ïðîñìîòð ýòîãî èçîáðàæåíèÿ äëÿ ïå÷àòè'); IESetTranslationWord(msRussian, IEMsg_DisplayAPreviewOfYourPrinting, 'Ïðåäâàðèòåëüíûé ïðîñìîòð ïå÷àòè'); IESetTranslationWord(msRussian, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Ïîäãîíÿòü áîëüøèå èçîáðàæåíèÿ ê ðàçìåðó îêíà'); IESetTranslationWord(msRussian, IEMsg_DisplayOnlyTheActiveFrame, 'Ïîêàçàòü òîëüêî òåêóùèé êàäð'); IESetTranslationWord(msRussian, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Ïîäãîíÿòü ìàëåíüêèå èçîáðàæåíèÿ ê ðàçìåðó îêíà'); IESetTranslationWord(msRussian, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Ïîêàçûâàòü àíèìàöèþ GIF èëè AVI'); IESetTranslationWord(msRussian, IEMsg_DisplayTheFirstFrameOfThisImage, 'Ïîêàçàòü ïåðâûé êàäð ýòîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageAtFullSize, 'Îðèãèíàëüíûé ðàçìåð èçîáðàæåíèÿ (ìàñøòàá 100%)'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Ïîäãîíÿòü èçîáðàæåíèÿ ïî âûñîòå îêíà'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Ïîäãîíÿòü èçîáðàæåíèÿ ïî ðàçìåðó îêíà'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Ïîäãîíÿòü èçîáðàæåíèÿ ïî øèðèíå îêíà'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageLarger, 'Óâåëè÷èòü ìàñøòàá èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DisplayTheImageSmaller, 'Óìåíüøèòü ìàñøòàá èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DisplayTheLastFrameOfThisImage, 'Ïîêàçàòü ïîñëåäíèé êàäð ýòîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DisplayTheNextFrameOfThisImage, 'Ïîêàçàòü ñëåäóþùèé êàäð ýòîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DisplayThePriorFrameOfThisImage, 'Ïîêàçàòü ïðåäûäóùèé êàäð ýòîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_DynamicallyMeasureADistance, 'Äèíàìè÷åñêè èçìåðÿòü ðàññòîÿíèå'); IESetTranslationWord(msRussian, IEMsg_EditPointsOfAPolyline, 'Ðåäàêòèðîâàòü òî÷êè ëîìàíîé ëèíèè (óäåðæèâàòü Ctrl äëÿ óäàëåíèÿ òî÷êè)'); IESetTranslationWord(msRussian, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Óðàâíÿòü öâåòîâóþ ãèñòîãðàììó äëÿ âûäåëåííîé îáëàñòè'); IESetTranslationWord(msRussian, IEMsg_FlipTheImageFromLeftToRight, 'Îòðàçèòü èçîáðàæåíèå ñëåâà íàïðàâî'); IESetTranslationWord(msRussian, IEMsg_FlipTheImageFromTopToBottom, 'Îòðàçèòü èçîáðàæåíèå ñâåðõó âíèç'); IESetTranslationWord(msRussian, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Îòðàçèòü âûäåëåííîå èçîáðàæåíèå ñëåâà íàïðàâî'); IESetTranslationWord(msRussian, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Îòðàçèòü âûäåëåííîå èçîáðàæåíèå ñâåðõó âíèç'); IESetTranslationWord(msRussian, IEMsg_FreeHandPaintAnOpenPolygon, 'Ñâîáîäíîå ðèñîâàíèå íåçàìêíóòîé ëîìàíîé ëèíèè'); IESetTranslationWord(msRussian, IEMsg_InvertTheColorsOfTheImage, 'Èíâåðòèðîâàòü öâåòà èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Íàæàòèå ëåâîé êíîïêîé ìûøè - óâåëè÷åíèå, ïðàâîé - óìåíüøåíèå'); IESetTranslationWord(msRussian, IEMsg_LoadAnImageFromFile, 'Çàãðóçèòü èçîáðàæåíèå èç ôàéëà'); IESetTranslationWord(msRussian, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Èçìåíèòü ðàçìåð ôîíîâîãî èçîáðàæåíèÿ òàê, ÷òîáû âìåùàëèñü âñå îáúåêòû'); IESetTranslationWord(msRussian, IEMsg_MeasureARectangularArea, 'Èçìåðèòü ïðÿìîóãîëüíóþ îáëàñòü'); IESetTranslationWord(msRussian, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Èçìåðèòü ðàññòîÿíèå ìåæäó äâóìÿ òî÷êàìè'); IESetTranslationWord(msRussian, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Îáúåäåíèòü âñå îáúåêòû ñ ôîíîâûì ñëîåì'); IESetTranslationWord(msRussian, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Îáúåäåíèòü âûäåëåííûé îáúåêò ñ ôîíîâûì ñëîåì'); IESetTranslationWord(msRussian, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Îáåäåíèòü âñå ñëîè èçîáðàæåíèÿ â îäèí'); IESetTranslationWord(msRussian, IEMsg_MoveTheMouseToScrollTheImage, 'Ïåðåìåùàéòå ìûøêó äëÿ ïðîêðóòêè èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedLayerBackward, 'Ïåðåäâèíóòü âûáðàííûé ñëîé íà îäèí óðîâåíü íàçàä'); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedLayerForward, 'Ïåðåäâèíóòü âûáðàííûé ñëîé íà îäèí óðîâåíü âïåðåä'); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedObjectBackward, 'Ïåðåäâèíóòü âûäåëåííûé îáúåêò íà îäèí óðîâåíü íàçàä'); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedObjectForward, 'Ïåðåäâèíóòü âûäåëåííûé îáúåêò íà îäèí óðîâåíü âïåðåä'); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Ïåðåìåñòèòü âûäåëåííûé îáúåêò â Áóôåð îáìåíà'); IESetTranslationWord(msRussian, IEMsg_PasteFromTheClipboard, 'Âñòàâèòü èçîáðàæåíèå èç Áóôåðà îáìåíà'); IESetTranslationWord(msRussian, IEMsg_PasteObjectFromTheClipboard, 'Âñòàâèòü îáúåêò èç Áóôåðà îáìåíà'); IESetTranslationWord(msRussian, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Âñòàâèòü ñîäåðæèìîå Áóôåðà îáìåíà êàê íîâûé ñëîé'); IESetTranslationWord(msRussian, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Ïðèìåíèòü ôóíêöèè öâåòîâîãî óëó÷øåíèÿ ê èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Ïðèìåíèòü ôóíêöèè öâåòîâîãî óëó÷øåíèÿ ê âûäåëåííîìó èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Ñäåëàòü ñâîáîäíîå âûäåëåíèå èçîáðàæåíèÿ íàæàòèÿìè ìûøè'); IESetTranslationWord(msRussian, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Ñäåëàòü ñâîáîäíîå âûäåëåíèå èçîáðàæåíèÿ ïåðåìåùàÿ ìûøü'); IESetTranslationWord(msRussian, IEMsg_PerformEffectsOnTheImage, 'Ïðèìåíèòü ýôôåêòû ê èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_PerformEffectsOnTheSelectedImage, 'Ïðèìåíèòü ýôôåêòû ê âûäåëåííîìó èçîáðàæåíèþ'); IESetTranslationWord(msRussian, IEMsg_PlaybackTheseFramesInSequence, 'Âîñïðîèçâåñòè ýòó ïîñëåäîâàòåëüíîñòü êàäðîâ'); IESetTranslationWord(msRussian, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Ïîìåñòèòü âûäåëåííûé ñëîé ïîçàäè âñåõ îñòàëüíûõ'); IESetTranslationWord(msRussian, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Ïîìåñòèòü âûäåëåííûé îáúåêò ïîçàäè âñåõ îñòàëüíûõ îáúåêòîâ'); IESetTranslationWord(msRussian, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Ïå÷àòàòü âñå èçîáðàæåíèÿ êàê òàáëèöó ýñêèçîâ'); IESetTranslationWord(msRussian, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Ïå÷àòàòü âûäåëåííîå èçîáðàæåíèå â îðèãèíàëüíîì ðàçìåðå'); IESetTranslationWord(msRussian, IEMsg_PrintTheSelectedImageToFitThePage, 'Ïå÷àòàòü âûäåëåííîå èçîáðàæåíèå âïèñàííûì â ñòðàíèöó'); IESetTranslationWord(msRussian, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Ïå÷àòàòü âûäåëåííûå èçîáðàæåíèÿ êàê òàáëèöó ýñêèçîâ'); IESetTranslationWord(msRussian, IEMsg_PrintThisImageAtItsOriginalSize, 'Ïå÷àòàòü ýòî èçîáðàæåíèå â îðèãèíàëüíîì ðàçìåðå'); IESetTranslationWord(msRussian, IEMsg_PrintThisImageToFitThePage, 'Ïå÷àòàòü ýòî èçîáðàæåíèå âïèñàííûì â ñòðàíèöó'); IESetTranslationWord(msRussian, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Âûáðàòü ôàéë äëÿ çàãðóçêè â êà÷åñòâå íîâîãî ñëîÿ'); IESetTranslationWord(msRussian, IEMsg_RedoTheLastActionThatWasUndone, 'Âåðíóòü ïîñëåäíåå äåéñòâèå, êîòîðîå áûëî îòìåíåíî'); IESetTranslationWord(msRussian, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Êîíâåðòèðîâàòü öâåòíîå èçîáðàæåíèå â ñåðîå'); IESetTranslationWord(msRussian, IEMsg_RemoveAllObjectsFromTheImage, 'Óäàëèòü âñå îáúåêòû ñ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_CropTheImageToTheCurrentSelection, 'Óäàëèòü âñå ÷àñòè èçîáðàæåíèÿ çà ïðåäåëàìè âûäåëåíèÿ'); IESetTranslationWord(msRussian, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Êîððåêòèðîâàòü ýôôåêò êðàñíûõ ãëàç â âûäåëåíèè'); IESetTranslationWord(msRussian, IEMsg_RemoveTheSelectedImage, 'Óäàëèòü âûáðàííîå èçîáðàæåíèå'); IESetTranslationWord(msRussian, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Óäàëèòü âûáðàííûé ñëîé èç èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Óäàëèòü âûäåëåííûé îáúåêò ñ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Óäàëèòü ïðîçðà÷íûå êðàÿ âûäåëåííîãî ñëîÿ'); IESetTranslationWord(msRussian, IEMsg_RestartPlaybackAfterItCompletes, 'Âîçîáíîâèòü âîñïðîèçâåäåíèå ïî åãî çàâåðøåíèè'); IESetTranslationWord(msRussian, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Ïîëó÷èòü èçîáðàæåíèå ñ êàìåðû èëè ñêàíåðà'); IESetTranslationWord(msRussian, IEMsg_RetrieveImagesFromACameraOrScanner, 'Ïîëó÷èòü èçîáðàæåíèÿ ñ êàìåðû èëè ñêàíåðà'); IESetTranslationWord(msRussian, IEMsg_RotateTheImage180Clockwise, 'Ïîâåðíóòü èçîáðàæåíèå íà 180° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheImage90Clockwise, 'Ïîâåðíóòü èçîáðàæåíèå íà 90° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheImage90CounterClockwise, 'Ïîâåðíóòü èçîáðàæåíèå íà 90° ïðîòèâ ÷àñîâîé ñòðåëêè'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedImage180Clockwise, 'Ïîâåðíóòü âûáðàííîå èçîáðàæåíèå íà 180° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedImage90Clockwise, 'Ïîâåðíóòü âûáðàííîå èçîáðàæåíèå íà 90° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Ïîâåðíóòü âûáðàííîå èçîáðàæåíèå íà 90° ïðîòèâ ÷àñîâîé ñòðåëêè'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedObject180Clockwise, 'Ïîâåðíóòü âûäåëåííûé îáúåêò íà 180° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedObject90Clockwise, 'Ïîâåðíóòü âûäåëåííûé îáúåêò íà 90° ïî ÷àñîâîé ñòðåëêå'); IESetTranslationWord(msRussian, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Ïîâåðíóòü âûäåëåííûé îáúåêò íà 90° ïðîòèâ ÷àñîâîé ñòðåëêè'); IESetTranslationWord(msRussian, IEMsg_SaveChangesToThisImageToFile, 'Ñîõðàíèòü èçìåíåíèÿ èçîáðàæåíèÿ â ôàéë'); IESetTranslationWord(msRussian, IEMsg_SaveThisImageToANewFilename, 'Ñîõðàíèòü èçîáðàæåíèå â íîâûé ôàéë'); IESetTranslationWord(msRussian, IEMsg_SelectACircularAreaOfYourImage, 'Âûäåëèòü êðóãëóþ îáëàñòü èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Âûäåëèòü ÷àñòü èçîáðàæåíèÿ ñõîæåãî öâåòà'); IESetTranslationWord(msRussian, IEMsg_SelectARectangularAreaOfYourImage, 'Âûäåëèòü ïðÿìîóãîëüíóþ îáëàñòü èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_SelectAllImagesInTheGrid, 'Âûáðàòü âñå èçîáðàæåíèÿ â òàáëèöå'); IESetTranslationWord(msRussian, IEMsg_SelectAllObjectsOfImage, 'Âûäåëèòü âñå îáúåêòû íà èçîáðàæåíèè'); IESetTranslationWord(msRussian, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Âûäåëèòü îáëàñòü èçîáðàæåíèÿ äëÿ ìàñøòàáèðîâàíèÿ'); IESetTranslationWord(msRussian, IEMsg_SelectOrResizeAnObject, 'Âûäåëèòü èëè èçìåíèòü ðàçìåð îáúåêòà (óäåðæèâàòü Alt äëÿ ñîõðàíåíèÿ ñîîòíîøåíèÿ ñòîðîí)'); IESetTranslationWord(msRussian, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Âûáðàòü êàìåðó èëè ñêàíåð äëÿ ïîëó÷åíèÿ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_SelectTheFirstFrame, 'Âûáðàòü ïåðâûé êàäð'); IESetTranslationWord(msRussian, IEMsg_SelectTheLastFrame, 'Âûáðàòü ïîñëåäíèé êàäð'); IESetTranslationWord(msRussian, IEMsg_SelectTheNextFrame, 'Âûáðàòü ñëåäóþùèé êàäð'); IESetTranslationWord(msRussian, IEMsg_SelectThePreviousFrame, 'Âûáðàòü ïðåäûäóùèé êàäð'); IESetTranslationWord(msRussian, IEMsg_SingleClickingWillNotInsertANewObject, 'Ïî îäèíî÷íîìó íàæàòèþ íîâûé îáúåêò âñòàâëåí íå áóäåò'); IESetTranslationWord(msRussian, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Óñòàíîâèòü äîïîëíèòåëüíûå ñâîéñòâà äëÿ âñåõ èçîáðàæåíèé'); IESetTranslationWord(msRussian, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Óñòàíîâèòü äîïîëíèòåëüíûå ñâîéñòâà äëÿ âûáðàííîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Óñòàíîâèòü äîïîëíèòåëüíûå ñâîéñòâà äëÿ ýòîãî èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_UndoTheLastAction, 'Îòìåíèòü ïîñëåäíåå äåéñòâèå'); IESetTranslationWord(msRussian, IEMsg_UndoTheLastEdit, 'Îòìåíèòü ïîñëåäíåå ðåäàêòèðîâàíèå'); IESetTranslationWord(msRussian, IEMsg_UseTheMouseToMoveImageLayers, 'Èñïîëüçóéòå ìûøêó äëÿ ïåðåìåùåíèÿ ñëîåâ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_UseTheMouseToResizeImageLayers, 'Èñïîëüçóéòå ìûøêó äëÿ èçìåíåíèÿ ðàçìåðîâ ñëîåâ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_UseTheMouseToRotateImageLayers, 'Èñïîëüçóéòå ìûøêó äëÿ ïîâîðîòà ñëîåâ èçîáðàæåíèÿ'); IESetTranslationWord(msRussian, IEMsg_ZoomImage , 'Ìàñøòàáèðîâàòü Èçîáðàæåíèå' ); IESetTranslationWord(msRussian, IEMsg_DisplayImageAtCustomZoom , 'Ïîêàçàòü èçîáðàæåíèå ñ ïîëüçîâàòåëüñêèì ìàñøòàáîì' ); IESetTranslationWord(msRussian, IEMsg_CustomRotate , 'Ïîëüçîâàòåëüñêèé ïîâîðîò' ); IESetTranslationWord(msRussian, IEMsg_RotateImageByACustomAngle , 'Ïîâåðíóòü èçîáðàæåíèå íà ïðîèçâîëüíûé óãîë'); IESetTranslationWord(msRussian, IEMsg_ResizeImage , 'Èçìåíèòü ðàçìåð èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_SpecifyANewSizeForTheImage, 'Óêàæèòå íîâûé ðàçìåð èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMSG_RESIZE, 'Èçìåíåíèå ðàçìåðà'); IESetTranslationWord(msRussian, IEMSG_CURRENT, 'Òåêóùèé'); IESetTranslationWord(msRussian, IEMSG_NEW, 'Íîâûé'); IESetTranslationWord(msRussian, IEMSG_SCALE, 'Ìàñøòàá'); IESetTranslationWord(msRussian, IEMSG_MAINTAINASPECTRATIO, 'Ñîõðàíÿòü ïðîïîðöèè'); IESetTranslationWord(msRussian, IEMSG_Folder , 'Ïàïêà'); IESetTranslationWord(msRussian, IEMSG_Dimensions, 'Ðàçìåðû'); IESetTranslationWord(msRussian, IEMSG_Type , 'Òèï'); IESetTranslationWord(msRussian, IEMSG_Created , 'Ñîçäàí'); IESetTranslationWord(msRussian, IEMSG_Modified , 'Èçìåíåí'); IESetTranslationWord(msRussian, IEMsg_CopyFiles , 'Êîïèðîâàòü â Ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_CopyFilesToClipboard , 'Êîïèðîâàòü ôàéëû â Áóôåð îáìåíà' ); IESetTranslationWord(msRussian, IEMsg_CopyTheSelectedFilesToANewFolder , 'Êîïèðîâàòü âûáðàííûå ôàéëû â íîâóþ ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Êîïèðîâàòü âûáðàííûå ôàéëû â Áóôåð îáìåíà' ); IESetTranslationWord(msRussian, IEMsg_CutFilesToClipboard , 'Âûðåçàòü Ôàéëû â Áóôåð îáìåíà' ); IESetTranslationWord(msRussian, IEMsg_CutTheSelectedFilesToTheClipboard , 'Âûðåçàòü âûáðàííûå ôàéëû â Áóôåð îáìåíà' ); IESetTranslationWord(msRussian, IEMsg_DeleteFiles , 'Óäàëèòü Ôàéëû' ); IESetTranslationWord(msRussian, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Óäàëèòü âûáðàííûå ôàéëû èç ïàïêè' ); IESetTranslationWord(msRussian, IEMsg_GoUp , 'Ââåðõ' ); IESetTranslationWord(msRussian, IEMsg_MoveFiles , 'Ïåðåíåñòè â ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_MoveTheSelectedFilesToANewFolder , 'Ïåðåíåñòè âûáðàííûå ôàéëû â íîâóþ ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_OpenFile , 'Îòêðûòü Ôàéë' ); IESetTranslationWord(msRussian, IEMsg_OpenTheParentOfTheCurrentFolder , 'Îòêðûòü êîðíåâóþ ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Îòêðûòü âûáðàííûé ôàéë â ïðîñìîòðùèêå ïî-óìîë÷àíèþ' ); IESetTranslationWord(msRussian, IEMsg_PasteFilesFromClipboard , 'Âñòàâèòü Ôàéëû èç Áóôåðà îáìåíà' ); IESetTranslationWord(msRussian, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Âñòàâèòü Ôàéëû èç Áóôåðà îáìåíà â ýòó ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_Refresh , 'Îáíîâèòü' ); IESetTranslationWord(msRussian, IEMsg_RefreshTheFileListing , 'Îáíîâèòü ñïèñîê ôàéëîâ' ); IESetTranslationWord(msRussian, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Êóäà âû õîòèòå ïåðåíåñòè ýòè ôàéëû?' ); IESetTranslationWord(msRussian, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Êóäà âû õîòèòå êîïèðîâàòü ýòè ôàéëû?' ); IESetTranslationWord(msRussian, IEMsg_XIsNotAValidFolder , '"%s" íåâåðíàÿ ïàïêà' ); IESetTranslationWord(msRussian, IEMsg_RenameFile , 'Ïåðåèìåíîâàòü ôàéë' ); IESetTranslationWord(msRussian, IEMsg_SpecifyANewNameForTheSelectedFile , 'Óêàæèòå íîâîå èìÿ äëÿ âûáðàííîãî ôàéëà' ); IESetTranslationWord(msRussian, IEMsg_SpecifyANewNameForX , 'Óêàæèòå íîâîå èìÿ äëÿ "%s"' ); IESetTranslationWord(msRussian, IEMsg_SelectAFolderToOpen , 'Âûáåðèòå ïàïêó äëÿ îòêðûòèÿ' ); IESetTranslationWord(msRussian, IEMsg_SelectFolder , 'Âûáðàòü Ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_CreateFolder , 'Ñîçäàòü Ïàïêó' ); IESetTranslationWord(msRussian, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Ñîçäàòü íîâóþ ïàïêó â òåêóùåì ìåñòå' ); IESetTranslationWord(msRussian, IEMsg_SpecifyTheNameOfYourNewFolder , 'Óêàæèòå èìÿ âàøåé íîâîé ïàïêè' ); IESetTranslationWord(msRussian, IEMsg_SoftShadow , 'Ìÿãêàÿ òåíü' ); IESetTranslationWord(msRussian, IEMsg_AddSoftShadow , 'Äîáàâèòü Ìÿãêóþ Òåíü' ); IESetTranslationWord(msRussian, IEMsg_Radius , 'Ðàäèóñ' ); IESetTranslationWord(msRussian, IEMsg_Offset , 'Ñäâèã' ); IESetTranslationWord(msRussian, IEMsg_All_Glow , 'Âåçäå (Ñâå÷åíèå)' ); IESetTranslationWord(msRussian, IEMsg_FillPage , 'Çàïîëíèòü ñòðàíèöó' ); IESetTranslationWord(msRussian, IEMsg_AutoEnhance , 'Àâòîóëó÷øåíèå' ); IESetTranslationWord(msRussian, IEMsg_AutoEnhanceMethod , 'Ìåòîä Àâòîóëó÷øåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_General , 'Îñíîâíîé' ); IESetTranslationWord(msRussian, IEMsg_ToneMapping , 'Òîíàëüíîå îòîáðàæåíèå' ); IESetTranslationWord(msRussian, IEMsg_Slope , 'Íàêëîí' ); IESetTranslationWord(msRussian, IEMsg_Range , 'Äèàïàçîí' ); IESetTranslationWord(msRussian, IEMsg_Gamma , 'Ãàììà' ); IESetTranslationWord(msRussian, IEMsg_Crop , 'Îáðåçêà' ); IESetTranslationWord(msRussian, IEMsg_CropImage , 'Îáðåçêà Èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_EditImage , 'Ðåäàêòèðîâàòü Èçîáðàæåíèå' ); IESetTranslationWord(msRussian, IEMsg_PerformEditingFunctionsOnTheImage , 'Ïðèìåíèòü ôóíêöèè ðåäàêòèðîâàíèÿ ê èçîáðàæåíèþ' ); IESetTranslationWord(msRussian, IEMsg_PreviewEffects , 'Ïðîñìîòð Ýôôåêòîâ' ); IESetTranslationWord(msRussian, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Ïðîñìîòð ýôôåêòîâ äëÿ ðåäàêòèðîâàíèÿ è óëó÷øåíèÿ èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_ThumbnailView , 'Ïðîñìîòð Ýñêèçîâ' ); IESetTranslationWord(msRussian, IEMsg_DisplayLargeThumbnails , 'Ïîêàçûâàòü áîëüøèå ýñêèçû' ); IESetTranslationWord(msRussian, IEMsg_DetailView , 'Ïðîñìîòð èíôîðìàöèè' ); IESetTranslationWord(msRussian, IEMsg_DisplayFileDetails , 'Ïîêàçàòü èíôîðìàöèþ î ôàéëå' ); IESetTranslationWord(msRussian, IEMsg_Filename , 'Èìÿ Ôàéëà' ); IESetTranslationWord(msRussian, IEMsg_FileType , 'Òèï Ôàéëà' ); IESetTranslationWord(msRussian, IEMsg_FileSize , 'Ðàçìåð Ôàéëà' ); IESetTranslationWord(msRussian, IEMsg_CreateDate , 'Äàòà Ñîçäàíèÿ' ); IESetTranslationWord(msRussian, IEMsg_EditDate , 'Äàò Èçìåíåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_ImageSize , 'Ðàçìåð Èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_SortByX , 'Ñîðòèðîâêà ïî %s' ); IESetTranslationWord(msRussian, IEMsg_Ascending , 'Ïî âîçðàñòàíèþ' ); IESetTranslationWord(msRussian, IEMsg_Descending , 'Ïî óáûâàíèþ' ); IESetTranslationWord(msRussian, IEMsg_SortX , 'Ñîðòèðîâêà %s' ); IESetTranslationWord(msRussian, IEMsg_MultiplePages , 'Ïëàêàò' ); IESetTranslationWord(msRussian, IEMsg_PagesAcross , 'Ñòðàíèö â Øèðèíó' ); IESetTranslationWord(msRussian, IEMsg_PagesDown , 'Ñòðàíèö â Âûñîòó' ); IESetTranslationWord(msRussian, IEMsg_SelectAllLayers , 'Âûáðàòü Âñå Ñëîè' ); IESetTranslationWord(msRussian, IEMsg_SelectAllLayersOfTheImage , 'Âûáðàòü âñå ñëîè èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_DeselectAllLayers , 'Îòìåíèòü âûáîð Âñåõ Ñëîåâ' ); IESetTranslationWord(msRussian, IEMsg_DeselectAllLayersOfTheImage , 'Îòìåíèòü âûáîð âñåõ ñëîåâ èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_GroupLayers , 'Ãðóïïèðîâàòü ñëîè' ); IESetTranslationWord(msRussian, IEMsg_AddSelectedLayersToASelectionGroup , 'Äîáàâèòü âûáðàííûå ñëîè â âûáðàííóþ ãðóïïó' ); IESetTranslationWord(msRussian, IEMsg_UngroupLayers , 'Ðàçãðóïïèðîâàòü Ñëîè' ); IESetTranslationWord(msRussian, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Óäàëèòü âûáðàííûå ñëîè èç âûáðàííîé ãðóïïû' ); IESetTranslationWord(msRussian, IEMsg_MergeLayers , 'Îáúåäèíèòü Ñëîè' ); IESetTranslationWord(msRussian, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Îáúåäèíèòü âûáðàííûå ñëîè â îäèí ñëîé' ); IESetTranslationWord(msRussian, IEMsg_ColumnView , 'Ïðîñìîòð ñòîëáöîâ' ); IESetTranslationWord(msRussian, IEMsg_DisplayFileColumns , 'Îòîáðàæåíèå ñòîëáöîâ ñ ôàéëàìè' ); IESetTranslationWord(msRussian, IEMsg_LargeThumbnailView , 'Ïðîñìîòð áîëüøèõ ýñêèçîâ' ); IESetTranslationWord(msRussian, IEMsg_DisplayThumbnails , 'Îòîáðàæåíèå ýñêèçîâ' ); IESetTranslationWord(msRussian, IEMsg_FileListView , 'Ïðîñìîòð ñïèñêà ôàéëîâ' ); IESetTranslationWord(msRussian, IEMsg_DisplayFileList , 'Îòîáðàæåíèå ñïèñêà ôàéëîâ' ); IESetTranslationWord(msRussian, IEMsg_ShowColumnX , 'Ïîêàçàòü %s Êîëîíêó' ); IESetTranslationWord(msRussian, IEMsg_Path , 'Ïóòü' ); IESetTranslationWord(msRussian, IEMsg_ImageProperties , 'Ñâîéñòâà' ); IESetTranslationWord(msRussian, IEMsg_Caption , 'Íàçâàíèå' ); IESetTranslationWord(msRussian, IEMsg_ADDINNERSHADOW , 'Äîáàâèòü Âíóòðåííþþ Òåíü' ); IESetTranslationWord(msRussian, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Íàñòðîèòü ßðêîñòü / Êîíòðàñò / Íàñûùåííîñòü' ); IESetTranslationWord(msRussian, IEMsg_ADJUSTGAINOFFSET , 'Íàñòðîèòü Ñìåùåíèå' ); IESetTranslationWord(msRussian, IEMsg_AdjustLuminanceSaturation , 'Íàñòðîèòü Ñâåòèìîñòü / Íàñûùåííîñòü' ); IESetTranslationWord(msRussian, IEMsg_ADJUSTTEMPERATURE , 'Íàñòðîèòü Òåìïåðàòóðó' ); IESetTranslationWord(msRussian, IEMsg_ADJUSTTINT , 'Íàñòðîèòü Îòòåíîê' ); IESetTranslationWord(msRussian, IEMsg_Automatic , 'Àâòîìàòè÷åñêè' ); IESetTranslationWord(msRussian, IEMsg_AUTOSHARPEN , 'Àâòî Ðåçêîñòü' ); IESetTranslationWord(msRussian, IEMsg_BLUR , 'Ïÿòíî' ); IESetTranslationWord(msRussian, IEMsg_CASTALPHA , 'Çàëèâêà Àëüôà' ); IESetTranslationWord(msRussian, IEMsg_CASTCOLOR , 'Çàëèâêà Öâåòîì' ); IESetTranslationWord(msRussian, IEMsg_CASTCOLORRANGE , 'Çàëèâêà Öâåòîâîé Ãàììîé' ); IESetTranslationWord(msRussian, IEMsg_CLEARSEL , 'Î÷èñòèòü Âûáîð' ); IESetTranslationWord(msRussian, IEMsg_COLORIZE , 'Ðàñêðàñèòü' ); IESetTranslationWord(msRussian, IEMsg_CONVERTTO , 'Êðíâåðòèðîâàòü Ïèêñåëè' ); IESetTranslationWord(msRussian, IEMsg_CONVERTTO24BIT , 'Êðíâåðòèðîâàòü â 24áèò' ); IESetTranslationWord(msRussian, IEMsg_CONVERTTOPALETTE , 'Êðíâåðòèðîâàòü â ïàëèòðó' ); IESetTranslationWord(msRussian, IEMsg_CONVERTTOSEPIA , 'Ñåïèÿ' ); IESetTranslationWord(msRussian, IEMsg_CONVOLVE , 'Ñêðó÷èâàòü' ); IESetTranslationWord(msRussian, IEMsg_DECRYPT , 'Ðàñøèôðîâàòü' ); IESetTranslationWord(msRussian, IEMsg_DEINTERLACE , 'Óñòðàíåíèå ÷åðåññòðî÷íîñòè' ); IESetTranslationWord(msRussian, IEMsg_ReorderColorChannels , 'Èçìåíèòü ïîðÿäîê Öâåòîâûõ Êàíàëîâ' ); IESetTranslationWord(msRussian, IEMsg_EDGEDETECT , 'Îáíàðóæåíèå Êðàÿ' ); IESetTranslationWord(msRussian, IEMsg_ENCRYPT , 'Øèôðîâàíèå' ); IESetTranslationWord(msRussian, IEMsg_FEATHEREDGES , 'Êðàé Ïåðà' ); IESetTranslationWord(msRussian, IEMsg_FILL , 'Çàïîëíåíèå' ); IESetTranslationWord(msRussian, IEMsg_FTCLEARZONE , 'Î÷èñòèòü FFT Îáëàñòü' ); IESetTranslationWord(msRussian, IEMsg_HISTAUTOEQUALIZE , 'Àâòî-Ýêâàëàéçåð' ); IESetTranslationWord(msRussian, IEMsg_INTENSITY , 'Èíòåíñèâíîñòü' ); IESetTranslationWord(msRussian, IEMsg_AdjustHistogram , 'Íàñòðîèòü Ãèñòîãðàììó' ); IESetTranslationWord(msRussian, IEMsg_MAPGRAYTOCOLOR , 'Îòòåíêè ñåðîãî â Öâåò' ); IESetTranslationWord(msRussian, IEMsg_MATCHHSVRANGE , 'Ñîîòâåòñòâèå HSV Äèàïàçîíó' ); IESetTranslationWord(msRussian, IEMsg_MEDIANFILTER , 'Ñðåäèííûé Ôèëüòð' ); IESetTranslationWord(msRussian, IEMsg_MERGEWITHMASK , 'Îáúåäèíèòü ñ Ìàñêîé' ); IESetTranslationWord(msRussian, IEMsg_MERGE , 'Îáúåäèíèòü' ); IESetTranslationWord(msRussian, IEMsg_Monochrome , 'Ìîíîõðîìíûé' ); IESetTranslationWord(msRussian, IEMsg_MOTIONBLUR , 'Ðàçìûòîñòü' ); IESetTranslationWord(msRussian, IEMsg_PAINTMARK , 'Ðèñîâàòü Ìåòêó' ); IESetTranslationWord(msRussian, IEMsg_PERSPECTIVEDRAW , 'Ïåðñïåêòèâíîå Ðèñîâàíèå' ); IESetTranslationWord(msRussian, IEMsg_ConvolutionFilter , 'Ñâåðíóòûé Ôèëüòð' ); IESetTranslationWord(msRussian, IEMsg_PROJECTDRAW , 'Ïðîåêòíîå Ðèñîâàíèå' ); IESetTranslationWord(msRussian, IEMsg_RADIALSTRETCH , 'Ðàäèàëüíî Ðàñòÿíóòü' ); IESetTranslationWord(msRussian, IEMsg_RANDOMIZE , 'Ïåðåìåøàòü' ); IESetTranslationWord(msRussian, IEMsg_REFLECTION , 'Îòðàæåíèå' ); IESetTranslationWord(msRussian, IEMsg_REMOVECHROMAKEY , 'Óäàëèòü Õðîìàêåé' ); IESetTranslationWord(msRussian, IEMsg_REMOVEISOLATEDPIXELS , 'Óäàëèòü Èçîëèðîâàííûå Ïèêñåëè' ); IESetTranslationWord(msRussian, IEMsg_REMOVENOISE , 'Óäàëèòü Øóì' ); IESetTranslationWord(msRussian, IEMsg_RESIZECANVASXX , 'Èçìåíèòü ðàçìåð Êàíâû â %dx%d' ); IESetTranslationWord(msRussian, IEMsg_ROTATEANDCROP , 'Ïîâåðíóòü è Îáðåçàòü' ); IESetTranslationWord(msRussian, IEMsg_ROUNDIMAGE , 'Ñêðóãëåííîå Èçîáðàæåíèå' ); IESetTranslationWord(msRussian, IEMSG_ConvertToXColors , 'Êîíâåðòèðîâàòü â %d öâåòîâ' ); IESetTranslationWord(msRussian, IEMsg_SHIFTCHANNEL , 'Ñäâèíóòü Êàíàë' ); IESetTranslationWord(msRussian, IEMsg_TileImage , 'Ïëèòî÷íîå Èçîáðàæåíèå' ); IESetTranslationWord(msRussian, IEMsg_UNSHARPEN , 'Êîíòóð' ); IESetTranslationWord(msRussian, IEMsg_WALLISFILTER , 'Wallis Ôèëüòð' ); IESetTranslationWord(msRussian, IEMsg_WHITEBALANCE , 'Áàëàíñ Áåëîãî' ); IESetTranslationWord(msRussian, IEMsg_WRITEHIDDENDATA , 'Çàïèñàòü Ñêðûòûå Äàííûå' ); IESetTranslationWord(msRussian, IEMsg_AdjustHSV , 'Íàñòðîèòü HSV' ); IESetTranslationWord(msRussian, IEMsg_AdjustHSL , 'Íàñòðîèòü HSL' ); IESetTranslationWord(msRussian, IEMsg_AdjustRGB , 'Íàñòðîèòü RGB' ); IESetTranslationWord(msRussian, IEMsg_ShowRulers , 'Ïîêàçàòü ëèíåéêè' ); IESetTranslationWord(msRussian, IEMsg_ShowMeasurementRulersBesideImage , 'Ïîêàçàòü èçìåðèòåëüíûå ëèíåéêè ó èçîáðàæåíèÿ' ); IESetTranslationWord(msRussian, IEMsg_CapPixels , 'Ïèêñåëè' ); IESetTranslationWord(msRussian, IEMsg_ShowRulerInPixels , 'Åäèíèöû èçìåðåíèÿ ëèíååê - ïèêñåëè' ); IESetTranslationWord(msRussian, IEMsg_CapInches , 'Äþéìû' ); IESetTranslationWord(msRussian, IEMsg_ShowRulerInInches , 'Åäèíèöû èçìåðåíèÿ ëèíååê - äþéìû' ); IESetTranslationWord(msRussian, IEMsg_Millimeters , 'Ìèëëèìåòðû' ); IESetTranslationWord(msRussian, IEMsg_ShowRulerInMillimeters , 'Åäèíèöû èçìåðåíèÿ ëèíååê - ìèëëèìåòðû' ); IESetTranslationWord(msRussian, IEMsg_Centimeters , 'Ñàíòèìåòðû' ); IESetTranslationWord(msRussian, IEMsg_ShowRulerInCentimeters , 'Åäèíèöû èçìåðåíèÿ ëèíååê - ñàíòèìåòðû' ); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msRussian, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msRussian, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msRussian, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msRussian, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msRussian, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msRussian, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msRussian, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msRussian, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msRussian, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msRussian, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msRussian, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msRussian, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msRussian, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msRussian, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msRussian, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msRussian, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msRussian, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msRussian, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msRussian, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msRussian, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msRussian, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msRussian, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msRussian, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msRussian, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msRussian, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msRussian, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msRussian, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msRussian, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msRussian, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msRussian, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msRussian, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msRussian, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msRussian, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msRussian, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msRussian, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msRussian, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msRussian, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msRussian, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msRussian, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msRussian, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msRussian, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msRussian, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msRussian, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msRussian, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msRussian, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msRussian, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msRussian, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msRussian, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msRussian, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msRussian, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msRussian, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msRussian, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msRussian, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msRussian, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msRussian, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msRussian, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msRussian, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msRussian, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msRussian, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msRussian, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msRussian, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msRussian, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msRussian, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msRussian, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msRussian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msRussian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msRussian, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msRussian, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msRussian, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msRussian, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msRussian, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msRussian, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msRussian, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msRussian, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msRussian, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Dutch; begin /////// msDutch {$IFDEF IESUPPORTDUTCH} IESetTranslationWord(msDutch, IEMSG_PREVIEW, 'Voorbeeld'); IESetTranslationWord(msDutch, IEMSG_SOURCE, 'Origineel'); IESetTranslationWord(msDutch, IEMSG_RESULT, 'Resultaat'); IESetTranslationWord(msDutch, IEMSG_OK, 'OK'); IESetTranslationWord(msDutch, IEMSG_CANCEL, 'Annuleren'); IESetTranslationWord(msDutch, IEMSG_LOCKPREVIEW, 'Voorbeeld vegrendelen'); IESetTranslationWord(msDutch, IEMSG_COPYRESULTTOSOURCE, 'Kopieer resultaat naar bron'); IESetTranslationWord(msDutch, IEMSG_CONTRAST, 'Contrast'); IESetTranslationWord(msDutch, IEMSG_BRIGHTNESS, 'Helderheid'); IESetTranslationWord(msDutch, IEMSG_HUE, 'Tint'); IESetTranslationWord(msDutch, IEMSG_SATURATION, 'Intensiteit'); IESetTranslationWord(msDutch, IEMSG_VALUE, 'Waarde'); IESetTranslationWord(msDutch, IEMSG_BASECOLOR, 'Basis kleur'); IESetTranslationWord(msDutch, IEMSG_NEWCOLOR, 'Nieuwe kleur'); IESetTranslationWord(msDutch, IEMSG_LUMINOSITY, 'Lichtsterkte'); IESetTranslationWord(msDutch, IEMSG_RED, 'Rood'); IESetTranslationWord(msDutch, IEMSG_GREEN, 'Groen'); IESetTranslationWord(msDutch, IEMSG_BLUE, 'Blauw'); IESetTranslationWord(msDutch, IEMSG_FILTERVALUES, 'Filter waarden'); IESetTranslationWord(msDutch, IEMSG_PRESETS, 'Presets'); IESetTranslationWord(msDutch, IEMSG_DIVISOR, 'Deler'); IESetTranslationWord(msDutch, IEMSG_LOAD, 'Laden'); IESetTranslationWord(msDutch, IEMSG_SAVE, 'Opslaan'); IESetTranslationWord(msDutch, IEMSG_EQUALIZATION, 'Equalizer'); IESetTranslationWord(msDutch, IEMSG_THRESHOLD, 'Drempelwaarde'); IESetTranslationWord(msDutch, IEMSG_EQUALIZE, 'Gelijk maken'); IESetTranslationWord(msDutch, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msDutch, IEMSG_GRAY, 'Grijs'); IESetTranslationWord(msDutch, IEMSG_LIGHT, 'Licht'); IESetTranslationWord(msDutch, IEMSG_LEFT, 'Links'); IESetTranslationWord(msDutch, IEMSG_TOP, 'Top'); IESetTranslationWord(msDutch, IEMSG_WIDTH, 'Breedte'); IESetTranslationWord(msDutch, IEMSG_HEIGHT, 'Hoogte'); IESetTranslationWord(msDutch, IEMSG_COLOR, 'Kleur'); IESetTranslationWord(msDutch, IEMSG_SOURCEIMAGEQUANTITY, 'Bron afbeelding grootte'); IESetTranslationWord(msDutch, IEMSG_LENS, 'Lens'); IESetTranslationWord(msDutch, IEMSG_REFRACTION, 'Refractie'); IESetTranslationWord(msDutch, IEMSG_PARAMETERSPREVIEW, 'Parameters Voorbeeld'); IESetTranslationWord(msDutch, IEMSG_QUALITY, 'Kwaliteit'); IESetTranslationWord(msDutch, IEMSG_DCTMETHOD, 'DCT methode'); IESetTranslationWord(msDutch, IEMSG_SMOOTHINGFACTOR, 'Verzachting factor'); IESetTranslationWord(msDutch, IEMSG_GRAYSCALE, 'Grijs schaal'); IESetTranslationWord(msDutch, IEMSG_OPTIMALHUFFMAN, 'Optimale Huffman'); IESetTranslationWord(msDutch, IEMSG_ORIGINALSIZE, 'Originele grootte'); IESetTranslationWord(msDutch, IEMSG_COMPRESSEDSIZE, 'Ingepakte grootte'); IESetTranslationWord(msDutch, IEMSG_ADVANCED, 'Geavanceerd'); IESetTranslationWord(msDutch, IEMSG_PROGRESSIVE, 'Progressief'); IESetTranslationWord(msDutch, IEMSG_COMPRESSION, 'Inpakken'); IESetTranslationWord(msDutch, IEMSG_IMAGEINDEX, 'Afbeeldings index'); IESetTranslationWord(msDutch, IEMSG_PHOTOMETRIC, 'Fotometrisch'); IESetTranslationWord(msDutch, IEMSG_SCANNDEDDOCUMENTINFO, 'Gescand document info'); IESetTranslationWord(msDutch, IEMSG_NAME, 'Naam'); IESetTranslationWord(msDutch, IEMSG_DESCRIPTION, 'Beschrijving'); IESetTranslationWord(msDutch, IEMSG_PAGENAME, 'Pagina naam'); IESetTranslationWord(msDutch, IEMSG_PAGENUMBER, 'Pagina nummer'); IESetTranslationWord(msDutch, IEMSG_OF, 'of'); IESetTranslationWord(msDutch, IEMSG_HORIZPOSITIONINCH, 'Horiz. Positie (inch)'); IESetTranslationWord(msDutch, IEMSG_VERTPOSITIONINCH, 'Vert. Positie (inch)'); IESetTranslationWord(msDutch, IEMSG_COLORS, 'Kleuren'); IESetTranslationWord(msDutch, IEMSG_TRANSPARENT, 'Transparant'); IESetTranslationWord(msDutch, IEMSG_TRANSPARENTCOLOR, 'Transparante kleur'); IESetTranslationWord(msDutch, IEMSG_INTERLACED, 'Interlace'); IESetTranslationWord(msDutch, IEMSG_BACKGROUND, 'Achtergrond'); IESetTranslationWord(msDutch, IEMSG_HORIZPOSITION, 'Horiz. positie'); IESetTranslationWord(msDutch, IEMSG_VERTPOSITION, 'Vert. positie'); IESetTranslationWord(msDutch, IEMSG_DELAYTIME, 'Vertragingstijd'); IESetTranslationWord(msDutch, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msDutch, IEMSG_WAVE, 'Golf'); IESetTranslationWord(msDutch, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msDutch, IEMSG_WAVELENGTH, 'Golflengte'); IESetTranslationWord(msDutch, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msDutch, IEMSG_REFLECTIVE, 'Reflectief'); IESetTranslationWord(msDutch, IEMSG_USERFILTER, 'Correctie Filter'); IESetTranslationWord(msDutch, IEMSG_MORPHFILTER, 'Vervormings Filter'); IESetTranslationWord(msDutch, IEMSG_WINDOWSIZE, 'Venstergrootte'); IESetTranslationWord(msDutch, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msDutch, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msDutch, IEMSG_OPEN, 'Openen'); IESetTranslationWord(msDutch, IEMSG_CLOSE, 'Sluiten'); IESetTranslationWord(msDutch, IEMSG_ROTATE, 'Roteren'); IESetTranslationWord(msDutch, IEMSG_FLIP, 'Omdraaien'); IESetTranslationWord(msDutch, IEMSG_FLIPHOR, 'Horizontaal'); IESetTranslationWord(msDutch, IEMSG_FLIPVER, 'Verticaal'); IESetTranslationWord(msDutch, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequentie domein afbeelding'); IESetTranslationWord(msDutch, IEMSG_SELECTTHEREGIONTOCLEAR, 'Selecteer het op te schonen gebied'); IESetTranslationWord(msDutch, IEMSG_CLEAR, 'Opschonen'); IESetTranslationWord(msDutch, IEMSG_RESET, 'Reset'); IESetTranslationWord(msDutch, IEMSG_ANIMATE, 'Animeren'); IESetTranslationWord(msDutch, IEMSG_LOADFILTER, 'Filter laden'); IESetTranslationWord(msDutch, IEMSG_SAVEFILTER, 'Filter opslaan'); IESetTranslationWord(msDutch, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msDutch, IEMSG_PRINT, 'Afdrukken'); IESetTranslationWord(msDutch, IEMSG_MARGINS, 'Marges'); IESetTranslationWord(msDutch, IEMSG_INCHES, 'inch'); IESetTranslationWord(msDutch, IEMSG_RIGHT, 'Rechts'); IESetTranslationWord(msDutch, IEMSG_BOTTOM, 'Onder'); IESetTranslationWord(msDutch, IEMSG_POSITION, 'Positie'); IESetTranslationWord(msDutch, IEMSG_SIZE, 'Grootte'); IESetTranslationWord(msDutch, IEMSG_NORMAL, 'Normaal'); IESetTranslationWord(msDutch, IEMSG_FITTOPAGE, 'Maak passend tot paginagrootte'); IESetTranslationWord(msDutch, IEMSG_STRETCHTOPAGE, 'Uitrekken tot paginagrootte'); IESetTranslationWord(msDutch, IEMSG_SPECIFIEDSIZE, 'Gespecificeerde grootte'); IESetTranslationWord(msDutch, IEMSG_GAMMACORRECTION, 'Gamma Correctie'); IESetTranslationWord(msDutch, IEMSG_VALUE2, 'Waarde'); IESetTranslationWord(msDutch, IEMSG_PRINTSETUP, 'Print Instellingen'); IESetTranslationWord(msDutch, IEMSG_LEFTMARGIN, 'Linker Marge'); IESetTranslationWord(msDutch, IEMSG_TOPMARGIN, 'Boven Marge'); IESetTranslationWord(msDutch, IEMSG_RIGHTMARGIN, 'Rechter Marge'); IESetTranslationWord(msDutch, IEMSG_BOTTOMMARGIN, 'Onder Marge'); IESetTranslationWord(msDutch, IEMSG_LOCATIONSIZE, 'Locatie/grootte'); IESetTranslationWord(msDutch, IEMSG_TOPLEFT, 'Boven Links'); IESetTranslationWord(msDutch, IEMSG_TOPCENTER, 'Boven Centrum'); IESetTranslationWord(msDutch, IEMSG_TOPRIGHT, 'Boven Rechts'); IESetTranslationWord(msDutch, IEMSG_CENTERLEFT, 'Centrum Links'); IESetTranslationWord(msDutch, IEMSG_CENTER, 'Centrum'); IESetTranslationWord(msDutch, IEMSG_CENTERRIGHT, 'Centrum Rechts'); IESetTranslationWord(msDutch, IEMSG_BOTTOMLEFT, 'Onder Links'); IESetTranslationWord(msDutch, IEMSG_BOTTOMCENTER, 'Onder Centrum'); IESetTranslationWord(msDutch, IEMSG_BOTTOMRIGHT, 'Onder Rechts'); IESetTranslationWord(msDutch, IEMSG_CLOSE2, 'Sluiten'); IESetTranslationWord(msDutch, IEMSG_APPLY, 'Toepassen'); IESetTranslationWord(msDutch, IEMSG_MEASUREUNITS, 'Afmetings Eenheden'); IESetTranslationWord(msDutch, IEMSG_UNITS, 'Eenheden'); IESetTranslationWord(msDutch, IEMSG_RATE, 'Ratio'); IESetTranslationWord(msDutch, IEMSG_ALLGRAPHICS, 'Alle afbeeldingen'); IESetTranslationWord(msDutch, IEMSG_VIDEOFORWINDOWS, 'Video voor Windows'); IESetTranslationword(msDutch, IEMSG_FILE, 'Bestand'); IESetTranslationword(msDutch, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msDutch, IEMSG_LOCKPREVIEWHINT, 'Voorbeeld vergrendelen'); IESetTranslationword(msDutch, IEMSG_PRINTALL, 'Alles printen'); IESetTranslationword(msDutch, IEMSG_PRINTSELECTED, 'Print Selectie'); IESetTranslationWord(msDutch, IEMSG_ALLCOMMONGRAPHICFILES, 'Grafische bestanden'); IESetTranslationWord(msDutch, IEMSG_ALLFILES, 'Alle Bestanden'); IESetTranslationWord(msDutch, IEMSG_HSV, 'HSV'); IESetTranslationWord(msDutch, IEMSG_HSL, 'HSL'); IESetTranslationWord(msDutch, IEMSG_RGB, 'RGB'); IESetTranslationWord(msDutch, IEMSG_FFT, 'FFT'); IESetTranslationWord(msDutch, IEMSG_SHARPEN, 'Verscherpen'); IESetTranslationWord(msDutch, IEMSG_CHANNELS, 'Kanalen'); IESetTranslationWord(msDutch, IEMSG_PIXELS, 'pixel'); IESetTranslationWord(msDutch, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msDutch, IEMSG_BIT, 'bit'); IESetTranslationWord(msDutch, IEMSG_BYTE, 'byte'); IESetTranslationWord(msDutch, IEMSG_DPI, 'dpi'); IESetTranslationWord(msDutch, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msDutch, IEMSG_FIT, 'Passen'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msDutch, IEMSG_OTHER, 'Other'); IESetTranslationWord(msDutch, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msDutch, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msDutch, IEMSG_STYLE, 'Style'); IESetTranslationWord(msDutch, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msDutch, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msDutch, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msDutch, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msDutch, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msDutch, IEMSG_Previous, 'Previous'); IESetTranslationWord(msDutch, IEMSG_Next, 'Next'); IESetTranslationWord(msDutch, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msDutch, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msDutch, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msDutch, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msDutch, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msDutch, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msDutch, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msDutch, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msDutch, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msDutch, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msDutch, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msDutch, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msDutch, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msDutch, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msDutch, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msDutch, IEMsg_Copy, 'Copy'); IESetTranslationWord(msDutch, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msDutch, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msDutch, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msDutch, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msDutch, IEMsg_Cut, 'Cut'); IESetTranslationWord(msDutch, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msDutch, IEMsg_Delete, 'Delete'); IESetTranslationWord(msDutch, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msDutch, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msDutch, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msDutch, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msDutch, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msDutch, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msDutch, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msDutch, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msDutch, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msDutch, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msDutch, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msDutch, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msDutch, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msDutch, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msDutch, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msDutch, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msDutch, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msDutch, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msDutch, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msDutch, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msDutch, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msDutch, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msDutch, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msDutch, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msDutch, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msDutch, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msDutch, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msDutch, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msDutch, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msDutch, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msDutch, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msDutch, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msDutch, IEMsg_Negative, 'Negative'); IESetTranslationWord(msDutch, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msDutch, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msDutch, IEMsg_Paste, 'Paste'); IESetTranslationWord(msDutch, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msDutch, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msDutch, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msDutch, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msDutch, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msDutch, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msDutch, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msDutch, IEMsg_Redo, 'Redo'); IESetTranslationWord(msDutch, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msDutch, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msDutch, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msDutch, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msDutch, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msDutch, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msDutch, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msDutch, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msDutch, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msDutch, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msDutch, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msDutch, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msDutch, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msDutch, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msDutch, IEMsg_Select, 'Select'); IESetTranslationWord(msDutch, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msDutch, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msDutch, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msDutch, IEMsg_Undo, 'Undo'); IESetTranslationWord(msDutch, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msDutch, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msDutch, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msDutch, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msDutch, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msDutch, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msDutch, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msDutch, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msDutch, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msDutch, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msDutch, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msDutch, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msDutch, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msDutch, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msDutch, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msDutch, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msDutch, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msDutch, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msDutch, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msDutch, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msDutch, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msDutch, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msDutch, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msDutch, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msDutch, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msDutch, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msDutch, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msDutch, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msDutch, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msDutch, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msDutch, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msDutch, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msDutch, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msDutch, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msDutch, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msDutch, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msDutch, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msDutch, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msDutch, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msDutch, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msDutch, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msDutch, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msDutch, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msDutch, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msDutch, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msDutch, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msDutch, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msDutch, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msDutch, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msDutch, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msDutch, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msDutch, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msDutch, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msDutch, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msDutch, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msDutch, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msDutch, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msDutch, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msDutch, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msDutch, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msDutch, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msDutch, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msDutch, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msDutch, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msDutch, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msDutch, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msDutch, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msDutch, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msDutch, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msDutch, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msDutch, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msDutch, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msDutch, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msDutch, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msDutch, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msDutch, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msDutch, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msDutch, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msDutch, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msDutch, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msDutch, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msDutch, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msDutch, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msDutch, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msDutch, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msDutch, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msDutch, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msDutch, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msDutch, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msDutch, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msDutch, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msDutch, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msDutch, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msDutch, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msDutch, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msDutch, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msDutch, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msDutch, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msDutch, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msDutch, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msDutch, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msDutch, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msDutch, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msDutch, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msDutch, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msDutch, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msDutch, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msDutch, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msDutch, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msDutch, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msDutch, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msDutch, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msDutch, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msDutch, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msDutch, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msDutch, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msDutch, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msDutch, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msDutch, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msDutch, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msDutch, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msDutch, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msDutch, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msDutch, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msDutch, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msDutch, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msDutch, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msDutch, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msDutch, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msDutch, IEMSG_NEW, 'New'); IESetTranslationWord(msDutch, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msDutch, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msDutch, IEMSG_Folder , 'Folder'); IESetTranslationWord(msDutch, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msDutch, IEMSG_Type , 'Type'); IESetTranslationWord(msDutch, IEMSG_Created , 'Created'); IESetTranslationWord(msDutch, IEMSG_Modified , 'Modified'); IESetTranslationWord(msDutch, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msDutch, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msDutch, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msDutch, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msDutch, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msDutch, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msDutch, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msDutch, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msDutch, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msDutch, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msDutch, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msDutch, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msDutch, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msDutch, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msDutch, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msDutch, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msDutch, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msDutch, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msDutch, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msDutch, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msDutch, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msDutch, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msDutch, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msDutch, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msDutch, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msDutch, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msDutch, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msDutch, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msDutch, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msDutch, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msDutch, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msDutch, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msDutch, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msDutch, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msDutch, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msDutch, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msDutch, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msDutch, IEMsg_General , 'General' ); IESetTranslationWord(msDutch, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msDutch, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msDutch, IEMsg_Range , 'Range' ); IESetTranslationWord(msDutch, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msDutch, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msDutch, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msDutch, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msDutch, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msDutch, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msDutch, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msDutch, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msDutch, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msDutch, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msDutch, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msDutch, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msDutch, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msDutch, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msDutch, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msDutch, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msDutch, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msDutch, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msDutch, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msDutch, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msDutch, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msDutch, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msDutch, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msDutch, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msDutch, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msDutch, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msDutch, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msDutch, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msDutch, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msDutch, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msDutch, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msDutch, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msDutch, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msDutch, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msDutch, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msDutch, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msDutch, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msDutch, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msDutch, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msDutch, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msDutch, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msDutch, IEMsg_Path , 'Path' ); IESetTranslationWord(msDutch, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msDutch, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msDutch, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msDutch, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msDutch, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msDutch, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msDutch, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msDutch, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msDutch, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msDutch, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msDutch, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msDutch, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msDutch, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msDutch, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msDutch, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msDutch, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msDutch, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msDutch, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msDutch, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msDutch, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msDutch, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msDutch, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msDutch, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msDutch, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msDutch, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msDutch, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msDutch, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msDutch, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msDutch, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msDutch, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msDutch, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msDutch, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msDutch, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msDutch, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msDutch, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msDutch, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msDutch, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msDutch, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msDutch, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msDutch, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msDutch, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msDutch, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msDutch, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msDutch, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msDutch, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msDutch, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msDutch, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msDutch, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msDutch, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msDutch, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msDutch, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msDutch, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msDutch, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msDutch, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msDutch, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msDutch, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msDutch, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msDutch, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msDutch, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msDutch, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msDutch, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msDutch, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msDutch, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msDutch, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msDutch, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msDutch, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msDutch, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msDutch, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msDutch, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msDutch, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msDutch, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msDutch, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msDutch, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msDutch, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msDutch, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msDutch, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msDutch, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msDutch, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msDutch, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msDutch, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msDutch, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msDutch, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msDutch, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msDutch, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msDutch, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msDutch, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msDutch, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msDutch, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msDutch, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msDutch, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msDutch, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msDutch, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msDutch, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msDutch, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msDutch, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msDutch, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msDutch, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msDutch, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msDutch, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msDutch, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msDutch, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msDutch, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msDutch, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msDutch, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msDutch, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msDutch, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msDutch, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msDutch, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msDutch, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msDutch, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msDutch, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msDutch, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msDutch, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msDutch, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msDutch, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msDutch, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msDutch, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msDutch, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msDutch, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msDutch, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msDutch, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msDutch, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msDutch, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msDutch, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msDutch, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msDutch, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msDutch, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msDutch, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msDutch, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msDutch, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msDutch, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msDutch, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msDutch, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msDutch, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msDutch, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msDutch, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msDutch, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msDutch, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msDutch, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msDutch, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msDutch, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msDutch, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msDutch, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msDutch, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msDutch, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msDutch, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msDutch, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Swedish; begin // msSwedish {$IFDEF IESUPPORTSWEDISH} IESetTranslationWord(msSwedish, IEMSG_PREVIEW, 'Granska'); IESetTranslationWord(msSwedish, IEMSG_SOURCE, 'Original'); IESetTranslationWord(msSwedish, IEMSG_RESULT, 'Resultat'); IESetTranslationWord(msSwedish, IEMSG_OK, 'OK'); IESetTranslationWord(msSwedish, IEMSG_CANCEL, 'Avbryt'); IESetTranslationWord(msSwedish, IEMSG_LOCKPREVIEW, 'Lås granskning'); IESetTranslationWord(msSwedish, IEMSG_COPYRESULTTOSOURCE, 'Kopiera resultat till original'); IESetTranslationWord(msSwedish, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msSwedish, IEMSG_BRIGHTNESS, 'Ljusstyrka'); IESetTranslationWord(msSwedish, IEMSG_HUE, 'Nyans'); IESetTranslationWord(msSwedish, IEMSG_SATURATION, 'Mättnad'); IESetTranslationWord(msSwedish, IEMSG_VALUE, 'Värde'); IESetTranslationWord(msSwedish, IEMSG_BASECOLOR, 'Bas färg'); IESetTranslationWord(msSwedish, IEMSG_NEWCOLOR, 'Ny färg'); IESetTranslationWord(msSwedish, IEMSG_LUMINOSITY, 'Ljusstyrka'); IESetTranslationWord(msSwedish, IEMSG_RED, 'Röd'); IESetTranslationWord(msSwedish, IEMSG_GREEN, 'Grön'); IESetTranslationWord(msSwedish, IEMSG_BLUE, 'Blå'); IESetTranslationWord(msSwedish, IEMSG_FILTERVALUES, 'Filter värde'); IESetTranslationWord(msSwedish, IEMSG_PRESETS, 'Presets'); IESetTranslationWord(msSwedish, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msSwedish, IEMSG_LOAD, 'Ladda'); IESetTranslationWord(msSwedish, IEMSG_SAVE, 'Spara'); IESetTranslationWord(msSwedish, IEMSG_EQUALIZATION, 'Utjämning'); IESetTranslationWord(msSwedish, IEMSG_THRESHOLD, 'Tröskel'); IESetTranslationWord(msSwedish, IEMSG_EQUALIZE, 'Utjämna'); IESetTranslationWord(msSwedish, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msSwedish, IEMSG_GRAY, 'Grå'); IESetTranslationWord(msSwedish, IEMSG_LIGHT, 'Ljus'); IESetTranslationWord(msSwedish, IEMSG_LEFT, 'Vänster'); IESetTranslationWord(msSwedish, IEMSG_TOP, 'Topp'); IESetTranslationWord(msSwedish, IEMSG_WIDTH, 'Bredd'); IESetTranslationWord(msSwedish, IEMSG_HEIGHT, 'Höjd'); IESetTranslationWord(msSwedish, IEMSG_COLOR, 'Färg'); IESetTranslationWord(msSwedish, IEMSG_SOURCEIMAGEQUANTITY, 'Bildkvantitetskälla'); IESetTranslationWord(msSwedish, IEMSG_LENS, 'Lins'); IESetTranslationWord(msSwedish, IEMSG_REFRACTION, 'Refraktion'); IESetTranslationWord(msSwedish, IEMSG_PARAMETERSPREVIEW, 'Granskningsparameter'); IESetTranslationWord(msSwedish, IEMSG_QUALITY, 'Kvalite'); IESetTranslationWord(msSwedish, IEMSG_DCTMETHOD, 'DCT metod'); IESetTranslationWord(msSwedish, IEMSG_SMOOTHINGFACTOR, 'Utjämningsfaktor'); IESetTranslationWord(msSwedish, IEMSG_GRAYSCALE, 'Gråskala'); IESetTranslationWord(msSwedish, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msSwedish, IEMSG_ORIGINALSIZE, 'Originalstorlek'); IESetTranslationWord(msSwedish, IEMSG_COMPRESSEDSIZE, 'Komprimerad storlek'); IESetTranslationWord(msSwedish, IEMSG_ADVANCED, 'Avancerat'); IESetTranslationWord(msSwedish, IEMSG_PROGRESSIVE, 'Progressiv'); IESetTranslationWord(msSwedish, IEMSG_COMPRESSION, 'Kompression'); IESetTranslationWord(msSwedish, IEMSG_IMAGEINDEX, 'Bildindex'); IESetTranslationWord(msSwedish, IEMSG_PHOTOMETRIC, 'Fotometric'); IESetTranslationWord(msSwedish, IEMSG_SCANNDEDDOCUMENTINFO, 'Scannad dokument info'); IESetTranslationWord(msSwedish, IEMSG_NAME, 'Namn'); IESetTranslationWord(msSwedish, IEMSG_DESCRIPTION, 'Beskrivning'); IESetTranslationWord(msSwedish, IEMSG_PAGENAME, 'Sidnamn'); IESetTranslationWord(msSwedish, IEMSG_PAGENUMBER, 'Sidnummer'); IESetTranslationWord(msSwedish, IEMSG_OF, 'av'); IESetTranslationWord(msSwedish, IEMSG_HORIZPOSITIONINCH, 'Horis. Position (tum)'); IESetTranslationWord(msSwedish, IEMSG_VERTPOSITIONINCH, 'Vert. Position (tum)'); IESetTranslationWord(msSwedish, IEMSG_COLORS, 'Färger'); IESetTranslationWord(msSwedish, IEMSG_TRANSPARENT, 'Transparent'); IESetTranslationWord(msSwedish, IEMSG_TRANSPARENTCOLOR, 'Transparent färg'); IESetTranslationWord(msSwedish, IEMSG_INTERLACED, 'Slinga'); IESetTranslationWord(msSwedish, IEMSG_BACKGROUND, 'Bakgrund'); IESetTranslationWord(msSwedish, IEMSG_HORIZPOSITION, 'Horis. Position'); IESetTranslationWord(msSwedish, IEMSG_VERTPOSITION, 'Vert. Position'); IESetTranslationWord(msSwedish, IEMSG_DELAYTIME, 'Fördröjning'); IESetTranslationWord(msSwedish, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msSwedish, IEMSG_WAVE, 'Våg'); IESetTranslationWord(msSwedish, IEMSG_AMPLITUDE, 'Amplitud'); IESetTranslationWord(msSwedish, IEMSG_WAVELENGTH, 'Våglängd'); IESetTranslationWord(msSwedish, IEMSG_PHASE, 'Fas'); IESetTranslationWord(msSwedish, IEMSG_REFLECTIVE, 'Reflekterande'); IESetTranslationWord(msSwedish, IEMSG_USERFILTER, 'Användarfilter'); IESetTranslationWord(msSwedish, IEMSG_MORPHFILTER, 'Formfilter'); IESetTranslationWord(msSwedish, IEMSG_WINDOWSIZE, 'Fönsterstorlek'); IESetTranslationWord(msSwedish, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msSwedish, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msSwedish, IEMSG_OPEN, 'Öppna'); IESetTranslationWord(msSwedish, IEMSG_CLOSE, 'Stäng'); IESetTranslationWord(msSwedish, IEMSG_ROTATE, 'Rotera'); IESetTranslationWord(msSwedish, IEMSG_FLIP, 'Spegelvänd'); IESetTranslationWord(msSwedish, IEMSG_FLIPHOR, 'Horisontal'); IESetTranslationWord(msSwedish, IEMSG_FLIPVER, 'Vertikal'); IESetTranslationWord(msSwedish, IEMSG_FREQUENCYDOMAINIMAGE, 'Bildfrekvensområde'); IESetTranslationWord(msSwedish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Markera klippområde'); IESetTranslationWord(msSwedish, IEMSG_CLEAR, 'Rensa'); IESetTranslationWord(msSwedish, IEMSG_RESET, 'Återställ'); IESetTranslationWord(msSwedish, IEMSG_ANIMATE, 'Animation'); IESetTranslationWord(msSwedish, IEMSG_LOADFILTER, 'Ladda filter'); IESetTranslationWord(msSwedish, IEMSG_SAVEFILTER, 'Spara filter'); IESetTranslationWord(msSwedish, IEMSG_BUMPMAP, 'Bul mapp'); IESetTranslationWord(msSwedish, IEMSG_PRINT, 'Skriv ut'); IESetTranslationWord(msSwedish, IEMSG_MARGINS, 'Marginaler'); IESetTranslationWord(msSwedish, IEMSG_INCHES, 'tum'); IESetTranslationWord(msSwedish, IEMSG_RIGHT, 'Höger'); IESetTranslationWord(msSwedish, IEMSG_BOTTOM, 'Botten'); IESetTranslationWord(msSwedish, IEMSG_POSITION, 'Position'); IESetTranslationWord(msSwedish, IEMSG_SIZE, 'Storlek'); IESetTranslationWord(msSwedish, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msSwedish, IEMSG_FITTOPAGE, 'Exakt'); IESetTranslationWord(msSwedish, IEMSG_STRETCHTOPAGE, 'Sträck till sida'); IESetTranslationWord(msSwedish, IEMSG_SPECIFIEDSIZE, 'Specificerad storlek'); IESetTranslationWord(msSwedish, IEMSG_GAMMACORRECTION, 'Gamma korrektion'); IESetTranslationWord(msSwedish, IEMSG_VALUE2, 'Värde'); IESetTranslationWord(msSwedish, IEMSG_PRINTSETUP, 'Skrivarinställ.'); IESetTranslationWord(msSwedish, IEMSG_LEFTMARGIN, 'Vänster marginal'); IESetTranslationWord(msSwedish, IEMSG_TOPMARGIN, 'Topp Marginal'); IESetTranslationWord(msSwedish, IEMSG_RIGHTMARGIN, 'Höger Marginal'); IESetTranslationWord(msSwedish, IEMSG_BOTTOMMARGIN, 'Botten Marginal'); IESetTranslationWord(msSwedish, IEMSG_LOCATIONSIZE, 'Lokal/storlek'); IESetTranslationWord(msSwedish, IEMSG_TOPLEFT, 'Topp Vänster'); IESetTranslationWord(msSwedish, IEMSG_TOPCENTER, 'Topp Mitten'); IESetTranslationWord(msSwedish, IEMSG_TOPRIGHT, 'Topp Höger'); IESetTranslationWord(msSwedish, IEMSG_CENTERLEFT, 'Mitten Vänster'); IESetTranslationWord(msSwedish, IEMSG_CENTER, 'Mitten'); IESetTranslationWord(msSwedish, IEMSG_CENTERRIGHT, 'Mitten Höger'); IESetTranslationWord(msSwedish, IEMSG_BOTTOMLEFT, 'Botten Vänster'); IESetTranslationWord(msSwedish, IEMSG_BOTTOMCENTER, 'Botten Mitten'); IESetTranslationWord(msSwedish, IEMSG_BOTTOMRIGHT, 'Botten Höger'); IESetTranslationWord(msSwedish, IEMSG_CLOSE2, 'Stäng'); IESetTranslationWord(msSwedish, IEMSG_APPLY, 'Applicera'); IESetTranslationWord(msSwedish, IEMSG_MEASUREUNITS, 'Måttenheter'); IESetTranslationWord(msSwedish, IEMSG_UNITS, 'Enheter'); IESetTranslationWord(msSwedish, IEMSG_RATE, 'Proportion'); IESetTranslationWord(msSwedish, IEMSG_ALLGRAPHICS, 'All graphics'); IESetTranslationWord(msSwedish, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msSwedish, IEMSG_FILE, 'File'); IESetTranslationword(msSwedish, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msSwedish, IEMSG_LOCKPREVIEWHINT, 'Lås granskning'); IESetTranslationword(msSwedish, IEMSG_PRINTALL, 'Skriv ut Allt'); IESetTranslationword(msSwedish, IEMSG_PRINTSELECTED, 'Skriv ut Markerat'); IESetTranslationWord(msSwedish, IEMSG_ALLCOMMONGRAPHICFILES, 'Vanliga Bildformats Filer'); IESetTranslationWord(msSwedish, IEMSG_ALLFILES, 'Alla Filer'); IESetTranslationWord(msSwedish, IEMSG_HSV, 'HSV'); IESetTranslationWord(msSwedish, IEMSG_HSL, 'HSL'); IESetTranslationWord(msSwedish, IEMSG_RGB, 'RGB'); IESetTranslationWord(msSwedish, IEMSG_FFT, 'FFT'); IESetTranslationWord(msSwedish, IEMSG_SHARPEN, 'Skärpa'); IESetTranslationWord(msSwedish, IEMSG_CHANNELS, 'Kanaler'); IESetTranslationWord(msSwedish, IEMSG_PIXELS, 'pixlar'); IESetTranslationWord(msSwedish, IEMSG_FRAMES, 'ramar'); IESetTranslationWord(msSwedish, IEMSG_BIT, 'bit'); IESetTranslationWord(msSwedish, IEMSG_BYTE, 'byte'); IESetTranslationWord(msSwedish, IEMSG_DPI, 'dpi'); IESetTranslationWord(msSwedish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msSwedish, IEMSG_FIT, 'Anpassa'); IESetTranslationWord(msSwedish, IEMSG_OTHER, 'Andra'); IESetTranslationWord(msSwedish, IEMSG_COLUMNS, 'Kolumner'); IESetTranslationWord(msSwedish, IEMSG_ROWS, 'Rader'); IESetTranslationWord(msSwedish, IEMSG_STYLE, 'Stil'); IESetTranslationWord(msSwedish, IEMSG_SPACING, 'Mellanrum'); IESetTranslationWord(msSwedish, IEMSG_SELECTACQUIREDEVICE, 'Välj Skanner Enhet'); IESetTranslationWord(msSwedish, IEMSG_SELECTANACQUISITIONDEVICE, 'Välj en Skanner Enhet'); IESetTranslationWord(msSwedish, IEMSG_Page_X_of_X, 'Sida %d av %d'); IESetTranslationWord(msSwedish, IEMSG_X_Pages, '%d sidor'); IESetTranslationWord(msSwedish, IEMSG_Previous, 'Föregående'); IESetTranslationWord(msSwedish, IEMSG_Next, 'Nästa'); IESetTranslationWord(msSwedish, IEMSG_THUMBNAILS, 'Tumnaglar'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msSwedish, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msSwedish, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msSwedish, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msSwedish, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msSwedish, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msSwedish, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msSwedish, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msSwedish, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msSwedish, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msSwedish, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msSwedish, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msSwedish, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msSwedish, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msSwedish, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msSwedish, IEMsg_Copy, 'Copy'); IESetTranslationWord(msSwedish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msSwedish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msSwedish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msSwedish, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msSwedish, IEMsg_Cut, 'Cut'); IESetTranslationWord(msSwedish, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msSwedish, IEMsg_Delete, 'Delete'); IESetTranslationWord(msSwedish, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msSwedish, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msSwedish, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msSwedish, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msSwedish, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msSwedish, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msSwedish, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msSwedish, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msSwedish, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msSwedish, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msSwedish, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msSwedish, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msSwedish, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msSwedish, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msSwedish, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msSwedish, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msSwedish, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msSwedish, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msSwedish, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msSwedish, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msSwedish, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msSwedish, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msSwedish, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msSwedish, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msSwedish, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msSwedish, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msSwedish, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msSwedish, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msSwedish, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msSwedish, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msSwedish, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msSwedish, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msSwedish, IEMsg_Negative, 'Negative'); IESetTranslationWord(msSwedish, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msSwedish, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msSwedish, IEMsg_Paste, 'Paste'); IESetTranslationWord(msSwedish, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msSwedish, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msSwedish, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msSwedish, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msSwedish, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msSwedish, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msSwedish, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msSwedish, IEMsg_Redo, 'Redo'); IESetTranslationWord(msSwedish, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msSwedish, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msSwedish, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msSwedish, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msSwedish, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msSwedish, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msSwedish, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msSwedish, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msSwedish, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msSwedish, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msSwedish, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msSwedish, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msSwedish, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msSwedish, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msSwedish, IEMsg_Select, 'Select'); IESetTranslationWord(msSwedish, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msSwedish, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msSwedish, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msSwedish, IEMsg_Undo, 'Undo'); IESetTranslationWord(msSwedish, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msSwedish, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msSwedish, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msSwedish, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msSwedish, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msSwedish, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msSwedish, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msSwedish, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msSwedish, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msSwedish, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msSwedish, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msSwedish, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msSwedish, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msSwedish, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msSwedish, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msSwedish, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msSwedish, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msSwedish, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msSwedish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msSwedish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msSwedish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msSwedish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msSwedish, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msSwedish, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msSwedish, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msSwedish, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msSwedish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msSwedish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msSwedish, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msSwedish, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msSwedish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msSwedish, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msSwedish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msSwedish, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msSwedish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msSwedish, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msSwedish, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msSwedish, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msSwedish, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msSwedish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msSwedish, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msSwedish, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msSwedish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msSwedish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msSwedish, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msSwedish, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msSwedish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msSwedish, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msSwedish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msSwedish, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msSwedish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msSwedish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msSwedish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msSwedish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msSwedish, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msSwedish, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msSwedish, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msSwedish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msSwedish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msSwedish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msSwedish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msSwedish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msSwedish, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msSwedish, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msSwedish, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msSwedish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msSwedish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msSwedish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msSwedish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msSwedish, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msSwedish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msSwedish, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msSwedish, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msSwedish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msSwedish, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msSwedish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msSwedish, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msSwedish, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msSwedish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msSwedish, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msSwedish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msSwedish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msSwedish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msSwedish, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msSwedish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msSwedish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msSwedish, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msSwedish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msSwedish, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msSwedish, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msSwedish, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msSwedish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msSwedish, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msSwedish, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msSwedish, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msSwedish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msSwedish, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msSwedish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msSwedish, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msSwedish, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msSwedish, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msSwedish, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msSwedish, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msSwedish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msSwedish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msSwedish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msSwedish, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msSwedish, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msSwedish, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msSwedish, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msSwedish, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msSwedish, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msSwedish, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msSwedish, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msSwedish, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msSwedish, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msSwedish, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msSwedish, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msSwedish, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msSwedish, IEMSG_NEW, 'New'); IESetTranslationWord(msSwedish, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msSwedish, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msSwedish, IEMSG_Folder , 'Folder'); IESetTranslationWord(msSwedish, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msSwedish, IEMSG_Type , 'Type'); IESetTranslationWord(msSwedish, IEMSG_Created , 'Created'); IESetTranslationWord(msSwedish, IEMSG_Modified , 'Modified'); IESetTranslationWord(msSwedish, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msSwedish, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msSwedish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msSwedish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msSwedish, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msSwedish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msSwedish, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msSwedish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msSwedish, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msSwedish, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msSwedish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msSwedish, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msSwedish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msSwedish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msSwedish, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msSwedish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msSwedish, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msSwedish, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msSwedish, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msSwedish, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msSwedish, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msSwedish, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msSwedish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msSwedish, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msSwedish, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msSwedish, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msSwedish, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msSwedish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msSwedish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msSwedish, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msSwedish, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msSwedish, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msSwedish, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msSwedish, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msSwedish, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msSwedish, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msSwedish, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msSwedish, IEMsg_General , 'General' ); IESetTranslationWord(msSwedish, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msSwedish, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msSwedish, IEMsg_Range , 'Range' ); IESetTranslationWord(msSwedish, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msSwedish, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msSwedish, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msSwedish, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msSwedish, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msSwedish, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msSwedish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msSwedish, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msSwedish, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msSwedish, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msSwedish, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msSwedish, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msSwedish, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msSwedish, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msSwedish, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msSwedish, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msSwedish, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msSwedish, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msSwedish, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msSwedish, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msSwedish, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msSwedish, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msSwedish, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msSwedish, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msSwedish, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msSwedish, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msSwedish, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msSwedish, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msSwedish, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msSwedish, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msSwedish, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msSwedish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msSwedish, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msSwedish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msSwedish, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msSwedish, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msSwedish, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msSwedish, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msSwedish, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msSwedish, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msSwedish, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msSwedish, IEMsg_Path , 'Path' ); IESetTranslationWord(msSwedish, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msSwedish, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msSwedish, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msSwedish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msSwedish, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msSwedish, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msSwedish, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msSwedish, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msSwedish, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msSwedish, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msSwedish, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msSwedish, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msSwedish, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msSwedish, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msSwedish, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msSwedish, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msSwedish, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msSwedish, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msSwedish, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msSwedish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msSwedish, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msSwedish, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msSwedish, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msSwedish, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msSwedish, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msSwedish, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msSwedish, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msSwedish, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msSwedish, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msSwedish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msSwedish, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msSwedish, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msSwedish, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msSwedish, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msSwedish, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msSwedish, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msSwedish, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msSwedish, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msSwedish, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msSwedish, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msSwedish, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msSwedish, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msSwedish, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msSwedish, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msSwedish, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msSwedish, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msSwedish, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msSwedish, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msSwedish, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msSwedish, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msSwedish, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msSwedish, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msSwedish, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msSwedish, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msSwedish, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msSwedish, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msSwedish, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msSwedish, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msSwedish, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msSwedish, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msSwedish, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msSwedish, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msSwedish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msSwedish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msSwedish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msSwedish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msSwedish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msSwedish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msSwedish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msSwedish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msSwedish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msSwedish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msSwedish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msSwedish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msSwedish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msSwedish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msSwedish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msSwedish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msSwedish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msSwedish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msSwedish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msSwedish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msSwedish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msSwedish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msSwedish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msSwedish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msSwedish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msSwedish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msSwedish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msSwedish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msSwedish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msSwedish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msSwedish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msSwedish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msSwedish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msSwedish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msSwedish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msSwedish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msSwedish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msSwedish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msSwedish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msSwedish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msSwedish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msSwedish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msSwedish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msSwedish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msSwedish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msSwedish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msSwedish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msSwedish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msSwedish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msSwedish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msSwedish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msSwedish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msSwedish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msSwedish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msSwedish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msSwedish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msSwedish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msSwedish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msSwedish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msSwedish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msSwedish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msSwedish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msSwedish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msSwedish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msSwedish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msSwedish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msSwedish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msSwedish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msSwedish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msSwedish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSwedish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSwedish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msSwedish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msSwedish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msSwedish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msSwedish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msSwedish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msSwedish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msSwedish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msSwedish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Polish; begin {$IFDEF IESUPPORTPOLISH} IESetTranslationWord(msPolish, IEMSG_PREVIEW, 'Podgl¹d'); IESetTranslationWord(msPolish, IEMSG_SOURCE, 'ród³o'); IESetTranslationWord(msPolish, IEMSG_RESULT, 'Rezultat'); IESetTranslationWord(msPolish, IEMSG_OK, 'OK'); IESetTranslationWord(msPolish, IEMSG_CANCEL, 'Anuluj'); IESetTranslationWord(msPolish, IEMSG_LOCKPREVIEW, 'Zablokuj podgl¹d'); IESetTranslationWord(msPolish, IEMSG_COPYRESULTTOSOURCE, 'skopiuj efekty do Ÿród³a'); IESetTranslationWord(msPolish, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msPolish, IEMSG_BRIGHTNESS, 'Jasnoœæ'); IESetTranslationWord(msPolish, IEMSG_HUE, 'Barwa'); IESetTranslationWord(msPolish, IEMSG_SATURATION, 'Nasycenie'); IESetTranslationWord(msPolish, IEMSG_VALUE, 'Wartoœæ'); IESetTranslationWord(msPolish, IEMSG_BASECOLOR, 'Kolor Ÿród³a'); IESetTranslationWord(msPolish, IEMSG_NEWCOLOR, 'Nowy kolor'); IESetTranslationWord(msPolish, IEMSG_LUMINOSITY, 'Luminancja'); IESetTranslationWord(msPolish, IEMSG_RED, 'Czerw.'); IESetTranslationWord(msPolish, IEMSG_GREEN, 'Zielony'); IESetTranslationWord(msPolish, IEMSG_BLUE, 'Niebies.'); IESetTranslationWord(msPolish, IEMSG_FILTERVALUES, 'Wartoœci filtra'); IESetTranslationWord(msPolish, IEMSG_PRESETS, 'Wartoœci domyœlne'); IESetTranslationWord(msPolish, IEMSG_DIVISOR, 'Podzielnik'); IESetTranslationWord(msPolish, IEMSG_LOAD, 'Wczytaj'); IESetTranslationWord(msPolish, IEMSG_SAVE, 'Zapisz'); IESetTranslationWord(msPolish, IEMSG_EQUALIZATION, 'Wyrównanie poziomów'); IESetTranslationWord(msPolish, IEMSG_THRESHOLD, 'Wartoœæ graniczna'); IESetTranslationWord(msPolish, IEMSG_EQUALIZE, 'Wyrównanie'); IESetTranslationWord(msPolish, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msPolish, IEMSG_GRAY, 'Szary'); IESetTranslationWord(msPolish, IEMSG_LIGHT, 'Œwiat³o'); IESetTranslationWord(msPolish, IEMSG_LEFT, 'Lewy'); IESetTranslationWord(msPolish, IEMSG_TOP, 'Góra'); IESetTranslationWord(msPolish, IEMSG_WIDTH, 'Szerokoœæ'); IESetTranslationWord(msPolish, IEMSG_HEIGHT, 'Wysokoœæ'); IESetTranslationWord(msPolish, IEMSG_COLOR, 'Kolor'); IESetTranslationWord(msPolish, IEMSG_SOURCEIMAGEQUANTITY, 'Rozmiar ¿ród³a'); IESetTranslationWord(msPolish, IEMSG_LENS, 'Soczewka'); IESetTranslationWord(msPolish, IEMSG_REFRACTION, 'Refrakcja'); IESetTranslationWord(msPolish, IEMSG_PARAMETERSPREVIEW, 'Parametry podgl¹du'); IESetTranslationWord(msPolish, IEMSG_QUALITY, 'Jakoœæ'); IESetTranslationWord(msPolish, IEMSG_DCTMETHOD, 'metoda DCT'); IESetTranslationWord(msPolish, IEMSG_SMOOTHINGFACTOR, 'Stopieñ wyg³adzania'); IESetTranslationWord(msPolish, IEMSG_GRAYSCALE, 'Skala szaroœci'); IESetTranslationWord(msPolish, IEMSG_OPTIMALHUFFMAN, 'Optymalizacja Huffmana'); IESetTranslationWord(msPolish, IEMSG_ORIGINALSIZE, 'Oryginalny rozmiar'); IESetTranslationWord(msPolish, IEMSG_COMPRESSEDSIZE, 'Stopieñ kompresji'); IESetTranslationWord(msPolish, IEMSG_ADVANCED, 'Zaawansowany'); IESetTranslationWord(msPolish, IEMSG_PROGRESSIVE, 'Progresywna'); IESetTranslationWord(msPolish, IEMSG_COMPRESSION, 'Kompresja'); IESetTranslationWord(msPolish, IEMSG_IMAGEINDEX, 'Indeks'); IESetTranslationWord(msPolish, IEMSG_PHOTOMETRIC, 'Fotometria'); IESetTranslationWord(msPolish, IEMSG_SCANNDEDDOCUMENTINFO, 'Informacje z zeskanowanego dokumentu'); IESetTranslationWord(msPolish, IEMSG_NAME, 'Nazwa'); IESetTranslationWord(msPolish, IEMSG_DESCRIPTION, 'Opis'); IESetTranslationWord(msPolish, IEMSG_PAGENAME, 'Nazwa strony'); IESetTranslationWord(msPolish, IEMSG_PAGENUMBER, 'Numer strony'); IESetTranslationWord(msPolish, IEMSG_OF, 'z'); IESetTranslationWord(msPolish, IEMSG_HORIZPOSITIONINCH, 'Po³o¿enie w poziomie (mm)'); IESetTranslationWord(msPolish, IEMSG_VERTPOSITIONINCH, 'Po³o¿enie w pionie (mm)'); IESetTranslationWord(msPolish, IEMSG_COLORS, 'Kolory'); IESetTranslationWord(msPolish, IEMSG_TRANSPARENT, 'PrzeŸroczystoœæ'); IESetTranslationWord(msPolish, IEMSG_TRANSPARENTCOLOR, 'Kolor wybrany jako przeŸroczysty'); IESetTranslationWord(msPolish, IEMSG_INTERLACED, 'Z przeplotem'); IESetTranslationWord(msPolish, IEMSG_BACKGROUND, 'T³o'); IESetTranslationWord(msPolish, IEMSG_HORIZPOSITION, 'Po³o¿enie w poziomie'); IESetTranslationWord(msPolish, IEMSG_VERTPOSITION, 'Po³o¿enie w pionie'); IESetTranslationWord(msPolish, IEMSG_DELAYTIME, 'OpóŸnienie'); IESetTranslationWord(msPolish, IEMSG_FILTER, 'Filtr'); IESetTranslationWord(msPolish, IEMSG_WAVE, 'Fala'); IESetTranslationWord(msPolish, IEMSG_AMPLITUDE, 'Amplituda'); IESetTranslationWord(msPolish, IEMSG_WAVELENGTH, 'D³ugoœæ fali'); IESetTranslationWord(msPolish, IEMSG_PHASE, 'Faza'); IESetTranslationWord(msPolish, IEMSG_REFLECTIVE, 'Refleksy'); IESetTranslationWord(msPolish, IEMSG_USERFILTER, 'Filtry'); IESetTranslationWord(msPolish, IEMSG_MORPHFILTER, 'Morphing'); IESetTranslationWord(msPolish, IEMSG_WINDOWSIZE, 'Rozmiar okna'); IESetTranslationWord(msPolish, IEMSG_MAXIMUM, 'Maksimum'); IESetTranslationWord(msPolish, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msPolish, IEMSG_OPEN, 'Otwieranie'); IESetTranslationWord(msPolish, IEMSG_CLOSE, 'Zamykanie'); IESetTranslationWord(msPolish, IEMSG_ROTATE, 'Obróæ'); IESetTranslationWord(msPolish, IEMSG_FLIP, 'Odbicie'); IESetTranslationWord(msPolish, IEMSG_FLIPHOR, 'w poziomie'); IESetTranslationWord(msPolish, IEMSG_FLIPVER, 'w pionie'); IESetTranslationWord(msPolish, IEMSG_FREQUENCYDOMAINIMAGE, 'Obraz zakresu czêstotliwoœci'); IESetTranslationWord(msPolish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Wybierz obszar do wyczyszczenia'); IESetTranslationWord(msPolish, IEMSG_CLEAR, 'Wyczyœæ'); IESetTranslationWord(msPolish, IEMSG_RESET, 'Wróæ'); IESetTranslationWord(msPolish, IEMSG_ANIMATE, 'Animuj'); IESetTranslationWord(msPolish, IEMSG_LOADFILTER, 'Za³aduj filtr'); IESetTranslationWord(msPolish, IEMSG_SAVEFILTER, 'Zachowaj filtr'); IESetTranslationWord(msPolish, IEMSG_BUMPMAP, 'Mapa nierównoœci (bump)'); IESetTranslationWord(msPolish, IEMSG_PRINT, 'Drukuj'); IESetTranslationWord(msPolish, IEMSG_MARGINS, 'Marginesy'); IESetTranslationWord(msPolish, IEMSG_INCHES, 'cale'); IESetTranslationWord(msPolish, IEMSG_RIGHT, 'Prawy'); IESetTranslationWord(msPolish, IEMSG_BOTTOM, 'Dó³'); IESetTranslationWord(msPolish, IEMSG_POSITION, 'Pozycja'); IESetTranslationWord(msPolish, IEMSG_SIZE, 'Rozmiar'); IESetTranslationWord(msPolish, IEMSG_NORMAL, 'Normalny'); IESetTranslationWord(msPolish, IEMSG_FITTOPAGE, 'Dopasuj do strony'); IESetTranslationWord(msPolish, IEMSG_STRETCHTOPAGE, 'Rozci¹gnij do strony'); IESetTranslationWord(msPolish, IEMSG_SPECIFIEDSIZE, 'Wybrany rozmiar'); IESetTranslationWord(msPolish, IEMSG_GAMMACORRECTION, 'Zmiana wartoœci Gamma'); IESetTranslationWord(msPolish, IEMSG_VALUE2, 'Wartoœæ'); IESetTranslationWord(msPolish, IEMSG_PRINTSETUP, 'Ustawienia wydruku'); IESetTranslationWord(msPolish, IEMSG_LEFTMARGIN, 'Lewy margines'); IESetTranslationWord(msPolish, IEMSG_TOPMARGIN, 'Górny margines'); IESetTranslationWord(msPolish, IEMSG_RIGHTMARGIN, 'Prawy margines'); IESetTranslationWord(msPolish, IEMSG_BOTTOMMARGIN, 'Dolny margines'); IESetTranslationWord(msPolish, IEMSG_LOCATIONSIZE, 'Po³o¿enie/rozmiar'); IESetTranslationWord(msPolish, IEMSG_TOPLEFT, 'Górny lewy'); IESetTranslationWord(msPolish, IEMSG_TOPCENTER, 'Góra œrodek'); IESetTranslationWord(msPolish, IEMSG_TOPRIGHT, 'Górny prawy'); IESetTranslationWord(msPolish, IEMSG_CENTERLEFT, 'Lewa, œrodek'); IESetTranslationWord(msPolish, IEMSG_CENTER, 'Œrodek'); IESetTranslationWord(msPolish, IEMSG_CENTERRIGHT, 'Prawa, œrodek'); IESetTranslationWord(msPolish, IEMSG_BOTTOMLEFT, 'Dolny lewy'); IESetTranslationWord(msPolish, IEMSG_BOTTOMCENTER, 'Dó³, œrodek'); IESetTranslationWord(msPolish, IEMSG_BOTTOMRIGHT, 'Dolny prawy'); IESetTranslationWord(msPolish, IEMSG_CLOSE2, 'Zamknij'); IESetTranslationWord(msPolish, IEMSG_APPLY, 'Zastosuj'); IESetTranslationWord(msPolish, IEMSG_MEASUREUNITS, 'Jednostki miary'); IESetTranslationWord(msPolish, IEMSG_UNITS, 'Jednostki'); IESetTranslationWord(msPolish, IEMSG_ALLGRAPHICS, 'Wszystkie obrazy'); IESetTranslationWord(msPolish, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msPolish, IEMSG_FILE, 'Plik'); IESetTranslationword(msPolish, IEMSG_MEM, 'Pamiêæ'); // Mem.ory IESetTranslationWord(msPolish, IEMSG_LOCKPREVIEWHINT, 'Automatycznie poka¿ wynik'); IESetTranslationword(msPolish, IEMSG_PRINTALL, 'Drukuj wszystko'); IESetTranslationword(msPolish, IEMSG_PRINTSELECTED, 'Drukuj wybrane'); IESetTranslationWord(msPolish, IEMSG_ALLCOMMONGRAPHICFILES, 'Pliki graficzne'); IESetTranslationWord(msPolish, IEMSG_ALLFILES, 'Wszystkie pliki'); IESetTranslationWord(msPolish, IEMSG_HSV, 'HSV'); IESetTranslationWord(msPolish, IEMSG_HSL, 'HSL'); IESetTranslationWord(msPolish, IEMSG_RGB, 'RGB'); IESetTranslationWord(msPolish, IEMSG_FFT, 'FFT'); IESetTranslationWord(msPolish, IEMSG_SHARPEN, 'Wyostrz'); IESetTranslationWord(msPolish, IEMSG_CHANNELS, 'Kana³y'); IESetTranslationWord(msPolish, IEMsg_BringForward, 'Przesuc do Przodu'); IESetTranslationWord(msPolish, IEMsg_BringToFront, 'Przesuc na Wierzch'); IESetTranslationWord(msPolish, IEMsg_SendBackward, 'Przesuc do Tyiu'); IESetTranslationWord(msPolish, IEMsg_SendToBack, 'Przesuc na Spyd'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msPolish, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msPolish, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msPolish, IEMSG_BIT, 'bit'); IESetTranslationWord(msPolish, IEMSG_BYTE, 'byte'); IESetTranslationWord(msPolish, IEMSG_DPI, 'dpi'); IESetTranslationWord(msPolish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msPolish, IEMSG_FIT, 'Fit'); IESetTranslationWord(msPolish, IEMSG_OTHER, 'Other'); IESetTranslationWord(msPolish, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msPolish, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msPolish, IEMSG_STYLE, 'Style'); IESetTranslationWord(msPolish, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msPolish, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msPolish, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msPolish, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msPolish, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msPolish, IEMSG_Previous, 'Previous'); IESetTranslationWord(msPolish, IEMSG_Next, 'Next'); IESetTranslationWord(msPolish, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msPolish, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msPolish, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msPolish, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msPolish, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msPolish, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msPolish, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msPolish, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msPolish, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msPolish, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msPolish, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msPolish, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msPolish, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msPolish, IEMsg_Copy, 'Copy'); IESetTranslationWord(msPolish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msPolish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msPolish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msPolish, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msPolish, IEMsg_Cut, 'Cut'); IESetTranslationWord(msPolish, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msPolish, IEMsg_Delete, 'Delete'); IESetTranslationWord(msPolish, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msPolish, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msPolish, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msPolish, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msPolish, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msPolish, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msPolish, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msPolish, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msPolish, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msPolish, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msPolish, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msPolish, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msPolish, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msPolish, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msPolish, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msPolish, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msPolish, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msPolish, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msPolish, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msPolish, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msPolish, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msPolish, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msPolish, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msPolish, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msPolish, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msPolish, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msPolish, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msPolish, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msPolish, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msPolish, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msPolish, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msPolish, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msPolish, IEMsg_Negative, 'Negative'); IESetTranslationWord(msPolish, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msPolish, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msPolish, IEMsg_Paste, 'Paste'); IESetTranslationWord(msPolish, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msPolish, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msPolish, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msPolish, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msPolish, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msPolish, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msPolish, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msPolish, IEMsg_Redo, 'Redo'); IESetTranslationWord(msPolish, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msPolish, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msPolish, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msPolish, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msPolish, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msPolish, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msPolish, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msPolish, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msPolish, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msPolish, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msPolish, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msPolish, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msPolish, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msPolish, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msPolish, IEMsg_Select, 'Select'); IESetTranslationWord(msPolish, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msPolish, IEMsg_Undo, 'Undo'); IESetTranslationWord(msPolish, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msPolish, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msPolish, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msPolish, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msPolish, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msPolish, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msPolish, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msPolish, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msPolish, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msPolish, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msPolish, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msPolish, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msPolish, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msPolish, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msPolish, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msPolish, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msPolish, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msPolish, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msPolish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msPolish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msPolish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msPolish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msPolish, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msPolish, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msPolish, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msPolish, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msPolish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msPolish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msPolish, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msPolish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msPolish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msPolish, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msPolish, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msPolish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msPolish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msPolish, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msPolish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msPolish, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msPolish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msPolish, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msPolish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msPolish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msPolish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msPolish, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msPolish, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msPolish, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msPolish, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msPolish, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msPolish, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msPolish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msPolish, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msPolish, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msPolish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msPolish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msPolish, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msPolish, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msPolish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msPolish, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msPolish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msPolish, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msPolish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msPolish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msPolish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msPolish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msPolish, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msPolish, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msPolish, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msPolish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msPolish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msPolish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msPolish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msPolish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msPolish, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msPolish, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msPolish, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msPolish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msPolish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msPolish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msPolish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msPolish, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msPolish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msPolish, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msPolish, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msPolish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msPolish, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msPolish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msPolish, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msPolish, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msPolish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msPolish, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msPolish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msPolish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msPolish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msPolish, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msPolish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msPolish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msPolish, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msPolish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msPolish, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msPolish, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msPolish, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msPolish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msPolish, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msPolish, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msPolish, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msPolish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msPolish, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msPolish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msPolish, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msPolish, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msPolish, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msPolish, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msPolish, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msPolish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msPolish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msPolish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msPolish, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msPolish, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msPolish, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msPolish, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msPolish, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msPolish, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msPolish, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msPolish, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msPolish, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msPolish, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msPolish, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msPolish, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msPolish, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msPolish, IEMSG_NEW, 'New'); IESetTranslationWord(msPolish, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msPolish, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msPolish, IEMSG_Folder , 'Folder'); IESetTranslationWord(msPolish, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msPolish, IEMSG_Type , 'Type'); IESetTranslationWord(msPolish, IEMSG_Created , 'Created'); IESetTranslationWord(msPolish, IEMSG_Modified , 'Modified'); IESetTranslationWord(msPolish, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msPolish, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msPolish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msPolish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msPolish, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msPolish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msPolish, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msPolish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msPolish, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msPolish, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msPolish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msPolish, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msPolish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msPolish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msPolish, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msPolish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msPolish, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msPolish, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msPolish, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msPolish, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msPolish, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msPolish, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msPolish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msPolish, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msPolish, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msPolish, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msPolish, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msPolish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msPolish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msPolish, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msPolish, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msPolish, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msPolish, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msPolish, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msPolish, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msPolish, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msPolish, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msPolish, IEMsg_General , 'General' ); IESetTranslationWord(msPolish, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msPolish, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msPolish, IEMsg_Range , 'Range' ); IESetTranslationWord(msPolish, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msPolish, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msPolish, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msPolish, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msPolish, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msPolish, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msPolish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msPolish, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msPolish, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msPolish, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msPolish, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msPolish, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msPolish, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msPolish, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msPolish, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msPolish, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msPolish, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msPolish, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msPolish, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msPolish, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msPolish, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msPolish, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msPolish, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msPolish, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msPolish, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msPolish, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msPolish, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msPolish, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msPolish, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msPolish, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msPolish, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msPolish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msPolish, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msPolish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msPolish, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msPolish, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msPolish, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msPolish, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msPolish, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msPolish, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msPolish, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msPolish, IEMsg_Path , 'Path' ); IESetTranslationWord(msPolish, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msPolish, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msPolish, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msPolish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msPolish, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msPolish, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msPolish, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msPolish, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msPolish, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msPolish, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msPolish, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msPolish, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msPolish, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msPolish, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msPolish, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msPolish, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msPolish, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msPolish, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msPolish, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msPolish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msPolish, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msPolish, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msPolish, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msPolish, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msPolish, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msPolish, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msPolish, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msPolish, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msPolish, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msPolish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msPolish, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msPolish, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msPolish, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msPolish, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msPolish, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msPolish, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msPolish, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msPolish, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msPolish, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msPolish, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msPolish, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msPolish, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msPolish, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msPolish, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msPolish, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msPolish, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msPolish, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msPolish, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msPolish, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msPolish, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msPolish, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msPolish, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msPolish, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msPolish, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msPolish, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msPolish, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msPolish, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msPolish, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msPolish, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msPolish, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msPolish, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msPolish, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msPolish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msPolish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msPolish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msPolish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msPolish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msPolish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msPolish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msPolish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msPolish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msPolish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msPolish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msPolish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msPolish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msPolish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msPolish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msPolish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msPolish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msPolish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msPolish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msPolish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msPolish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msPolish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msPolish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msPolish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msPolish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msPolish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msPolish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msPolish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msPolish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msPolish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msPolish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msPolish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msPolish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msPolish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msPolish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msPolish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msPolish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msPolish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msPolish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msPolish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msPolish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msPolish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msPolish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msPolish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msPolish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msPolish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msPolish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msPolish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msPolish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msPolish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msPolish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msPolish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msPolish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msPolish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msPolish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msPolish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msPolish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msPolish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msPolish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msPolish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msPolish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msPolish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msPolish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msPolish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msPolish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msPolish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msPolish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msPolish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msPolish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msPolish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msPolish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msPolish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msPolish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msPolish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msPolish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msPolish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msPolish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msPolish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msPolish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msPolish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msPolish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msPolish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msPolish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msPolish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msPolish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Japanese; begin /////// msJapanese {$IFDEF IESUPPORTJAPANESE} IESetTranslationWord(msJapanese, IEMSG_PREVIEW, 'ƒvƒŒƒrƒ…['); IESetTranslationWord(msJapanese, IEMSG_SOURCE, 'ƒIƒŠƒWƒiƒ‹'); IESetTranslationWord(msJapanese, IEMSG_RESULT, 'Œ‹‰Ê'); IESetTranslationWord(msJapanese, IEMSG_OK, 'OK'); IESetTranslationWord(msJapanese, IEMSG_CANCEL, 'ƒLƒƒƒ“ƒZƒ‹'); IESetTranslationWord(msJapanese, IEMSG_LOCKPREVIEW, 'í‚ɃvƒŒƒrƒ…['); IESetTranslationWord(msJapanese, IEMSG_COPYRESULTTOSOURCE, 'Œ‹‰Ê‚ðƒRƒs['); IESetTranslationWord(msJapanese, IEMSG_CONTRAST, 'ƒRƒ“ƒgƒ‰ƒXƒg'); IESetTranslationWord(msJapanese, IEMSG_BRIGHTNESS, '‹P“x'); IESetTranslationWord(msJapanese, IEMSG_HUE, 'F‘Š'); IESetTranslationWord(msJapanese, IEMSG_SATURATION, 'Ê“x'); IESetTranslationWord(msJapanese, IEMSG_VALUE, '–¾“x'); IESetTranslationWord(msJapanese, IEMSG_BASECOLOR, 'Œ³‚ÌF'); IESetTranslationWord(msJapanese, IEMSG_NEWCOLOR, 'V‚µ‚¢F'); IESetTranslationWord(msJapanese, IEMSG_LUMINOSITY, 'Ž©ŒÈ”­Œõ“x'); IESetTranslationWord(msJapanese, IEMSG_RED, 'Ô'); IESetTranslationWord(msJapanese, IEMSG_GREEN, '—Î'); IESetTranslationWord(msJapanese, IEMSG_BLUE, 'Â'); IESetTranslationWord(msJapanese, IEMSG_FILTERVALUES, 'ƒtƒBƒ‹ƒ^‚Ì’l'); IESetTranslationWord(msJapanese, IEMSG_PRESETS, 'ƒvƒŠƒZƒbƒg'); IESetTranslationWord(msJapanese, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msJapanese, IEMSG_LOAD, '“ǂݞ‚Ý'); IESetTranslationWord(msJapanese, IEMSG_SAVE, '•Û‘¶'); IESetTranslationWord(msJapanese, IEMSG_EQUALIZATION, '•½‹Ï‰»'); IESetTranslationWord(msJapanese, IEMSG_THRESHOLD, '臒l'); IESetTranslationWord(msJapanese, IEMSG_EQUALIZE, '•½‹Ï‰»'); IESetTranslationWord(msJapanese, IEMSG_HISTOGRAM, 'ƒqƒXƒgƒOƒ‰ƒ€'); IESetTranslationWord(msJapanese, IEMSG_GRAY, 'ƒOƒŒ['); IESetTranslationWord(msJapanese, IEMSG_LIGHT, 'ƒ‰ƒCƒg'); IESetTranslationWord(msJapanese, IEMSG_LEFT, '¶'); IESetTranslationWord(msJapanese, IEMSG_TOP, 'ã'); IESetTranslationWord(msJapanese, IEMSG_WIDTH, '•'); IESetTranslationWord(msJapanese, IEMSG_HEIGHT, '‚'); IESetTranslationWord(msJapanese, IEMSG_COLOR, 'F'); IESetTranslationWord(msJapanese, IEMSG_SOURCEIMAGEQUANTITY, 'Œ³ƒCƒ[ƒW‚Ì“x‡‚¢'); IESetTranslationWord(msJapanese, IEMSG_LENS, 'ƒŒƒ“ƒYŒø‰Ê'); IESetTranslationWord(msJapanese, IEMSG_REFRACTION, '‹üÜ'); IESetTranslationWord(msJapanese, IEMSG_PARAMETERSPREVIEW, 'ƒvƒŒƒrƒ…['); IESetTranslationWord(msJapanese, IEMSG_QUALITY, '•iŽ¿'); IESetTranslationWord(msJapanese, IEMSG_DCTMETHOD, 'DCT method'); IESetTranslationWord(msJapanese, IEMSG_SMOOTHINGFACTOR, 'ƒXƒ€[ƒWƒ“ƒOƒtƒ@ƒNƒ^'); IESetTranslationWord(msJapanese, IEMSG_GRAYSCALE, 'ƒOƒŒ[ƒXƒP[ƒ‹'); IESetTranslationWord(msJapanese, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msJapanese, IEMSG_ORIGINALSIZE, 'ƒIƒŠƒWƒiƒ‹ƒTƒCƒY'); IESetTranslationWord(msJapanese, IEMSG_COMPRESSEDSIZE, 'ˆ³kƒTƒCƒY'); IESetTranslationWord(msJapanese, IEMSG_ADVANCED, 'Šg’£Ý’è'); IESetTranslationWord(msJapanese, IEMSG_PROGRESSIVE, 'ƒvƒƒOƒŒƒbƒVƒu'); IESetTranslationWord(msJapanese, IEMSG_COMPRESSION, 'ˆ³k'); IESetTranslationWord(msJapanese, IEMSG_IMAGEINDEX, 'ƒCƒ“ƒfƒbƒNƒX'); IESetTranslationWord(msJapanese, IEMSG_PHOTOMETRIC, 'ƒCƒ[ƒWŒ`Ž®'); IESetTranslationWord(msJapanese, IEMSG_SCANNDEDDOCUMENTINFO, 'ƒXƒLƒƒƒ“ƒCƒ[ƒWî•ñ'); IESetTranslationWord(msJapanese, IEMSG_NAME, '–¼‘O'); IESetTranslationWord(msJapanese, IEMSG_DESCRIPTION, 'à–¾'); IESetTranslationWord(msJapanese, IEMSG_PAGENAME, 'ƒy[ƒW–¼'); IESetTranslationWord(msJapanese, IEMSG_PAGENUMBER, 'ƒy[ƒWNo.'); IESetTranslationWord(msJapanese, IEMSG_OF, 'of'); IESetTranslationWord(msJapanese, IEMSG_HORIZPOSITIONINCH, '…•½ˆÊ’u(inch)'); IESetTranslationWord(msJapanese, IEMSG_VERTPOSITIONINCH, '‚’¼ˆÊ’u(inch)'); IESetTranslationWord(msJapanese, IEMSG_COLORS, 'F'); IESetTranslationWord(msJapanese, IEMSG_TRANSPARENT, '“§‰ß'); IESetTranslationWord(msJapanese, IEMSG_TRANSPARENTCOLOR, '“§‰ßF'); IESetTranslationWord(msJapanese, IEMSG_INTERLACED, 'ƒCƒ“ƒ^[ƒŒ[ƒX'); IESetTranslationWord(msJapanese, IEMSG_BACKGROUND, '”wŒi'); IESetTranslationWord(msJapanese, IEMSG_HORIZPOSITION, '…•½ˆÊ’u'); IESetTranslationWord(msJapanese, IEMSG_VERTPOSITION, '‚’¼ˆÊ’u'); IESetTranslationWord(msJapanese, IEMSG_DELAYTIME, 'ƒfƒBƒŒƒC'); IESetTranslationWord(msJapanese, IEMSG_FILTER, 'ƒtƒBƒ‹ƒ^'); IESetTranslationWord(msJapanese, IEMSG_WAVE, 'ƒEƒF[ƒuŒø‰Ê'); IESetTranslationWord(msJapanese, IEMSG_AMPLITUDE, '•(U•)'); IESetTranslationWord(msJapanese, IEMSG_WAVELENGTH, 'ƒEƒF[ƒu‚Ì’·‚³'); IESetTranslationWord(msJapanese, IEMSG_PHASE, 'ƒtƒF[ƒY'); IESetTranslationWord(msJapanese, IEMSG_REFLECTIVE, '”½ŽË'); IESetTranslationWord(msJapanese, IEMSG_USERFILTER, 'ƒ†[ƒU[ƒtƒBƒ‹ƒ^'); IESetTranslationWord(msJapanese, IEMSG_MORPHFILTER, 'ƒ‚[ƒtƒBƒ“ƒOƒtƒBƒ‹ƒ^'); IESetTranslationWord(msJapanese, IEMSG_WINDOWSIZE, 'ƒEƒBƒ“ƒhƒEƒTƒCƒY'); IESetTranslationWord(msJapanese, IEMSG_MAXIMUM, 'Å‘å'); IESetTranslationWord(msJapanese, IEMSG_MINIMUM, 'Ŭ'); IESetTranslationWord(msJapanese, IEMSG_OPEN, 'Opening'); IESetTranslationWord(msJapanese, IEMSG_CLOSE, 'Closing'); IESetTranslationWord(msJapanese, IEMSG_ROTATE, '‰ñ“]'); IESetTranslationWord(msJapanese, IEMSG_FLIP, '”½“]'); IESetTranslationWord(msJapanese, IEMSG_FLIPHOR, '…•½'); IESetTranslationWord(msJapanese, IEMSG_FLIPVER, '‚’¼'); IESetTranslationWord(msJapanese, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequency domain image'); IESetTranslationWord(msJapanese, IEMSG_SELECTTHEREGIONTOCLEAR, '‘I‘ð—̈æ‚̃NƒŠƒA'); IESetTranslationWord(msJapanese, IEMSG_CLEAR, 'ƒNƒŠƒA'); IESetTranslationWord(msJapanese, IEMSG_RESET, 'ƒŠƒZƒbƒg'); IESetTranslationWord(msJapanese, IEMSG_ANIMATE, 'Ķ'); IESetTranslationWord(msJapanese, IEMSG_LOADFILTER, 'ƒtƒBƒ‹ƒ^‚̓ǂݞ‚Ý'); IESetTranslationWord(msJapanese, IEMSG_SAVEFILTER, 'ƒtƒBƒ‹ƒ^‚̕ۑ¶'); IESetTranslationWord(msJapanese, IEMSG_BUMPMAP, 'ƒoƒ“ƒvƒ}ƒbƒsƒ“ƒO'); IESetTranslationWord(msJapanese, IEMSG_PRINT, 'ˆóü'); IESetTranslationWord(msJapanese, IEMSG_MARGINS, '—]”’'); IESetTranslationWord(msJapanese, IEMSG_INCHES, 'inches'); IESetTranslationWord(msJapanese, IEMSG_RIGHT, '‰E'); IESetTranslationWord(msJapanese, IEMSG_BOTTOM, '‰º'); IESetTranslationWord(msJapanese, IEMSG_POSITION, 'ˆÊ’u'); IESetTranslationWord(msJapanese, IEMSG_SIZE, 'ƒTƒCƒY'); IESetTranslationWord(msJapanese, IEMSG_NORMAL, 'Œ´¡‘å'); IESetTranslationWord(msJapanese, IEMSG_FITTOPAGE, '—pކ‚ɇ‚킹‚é'); IESetTranslationWord(msJapanese, IEMSG_STRETCHTOPAGE, '—pކ‚ɇ‚킹‚ÄLk'); IESetTranslationWord(msJapanese, IEMSG_SPECIFIEDSIZE, 'ƒTƒCƒY‚ðŽw’è'); IESetTranslationWord(msJapanese, IEMSG_GAMMACORRECTION, 'ƒKƒ“ƒ}•â³'); IESetTranslationWord(msJapanese, IEMSG_VALUE2, 'ƒKƒ“ƒ}’l'); IESetTranslationWord(msJapanese, IEMSG_PRINTSETUP, 'ƒvƒŠƒ“ƒ^‚ÌÝ’è'); IESetTranslationWord(msJapanese, IEMSG_LEFTMARGIN, '¶—]”’'); IESetTranslationWord(msJapanese, IEMSG_TOPMARGIN, 'ã—]”’'); IESetTranslationWord(msJapanese, IEMSG_RIGHTMARGIN, '‰E—]”’'); IESetTranslationWord(msJapanese, IEMSG_BOTTOMMARGIN, '‰º—]”’'); IESetTranslationWord(msJapanese, IEMSG_LOCATIONSIZE, 'ˆóüƒTƒCƒY'); IESetTranslationWord(msJapanese, IEMSG_TOPLEFT, '¶ã'); IESetTranslationWord(msJapanese, IEMSG_TOPCENTER, 'ã'); IESetTranslationWord(msJapanese, IEMSG_TOPRIGHT, '‰Eã'); IESetTranslationWord(msJapanese, IEMSG_CENTERLEFT, '¶'); IESetTranslationWord(msJapanese, IEMSG_CENTER, '’†S'); IESetTranslationWord(msJapanese, IEMSG_CENTERRIGHT, '‰E'); IESetTranslationWord(msJapanese, IEMSG_BOTTOMLEFT, '¶‰º'); IESetTranslationWord(msJapanese, IEMSG_BOTTOMCENTER, '‰º'); IESetTranslationWord(msJapanese, IEMSG_BOTTOMRIGHT, '‰E‰º'); IESetTranslationWord(msJapanese, IEMSG_CLOSE2, '•‚¶‚é'); IESetTranslationWord(msJapanese, IEMSG_APPLY, '“K—p'); IESetTranslationWord(msJapanese, IEMSG_MEASUREUNITS, '’·‚³‚Ì’PˆÊ'); IESetTranslationWord(msJapanese, IEMSG_UNITS, '’PˆÊ'); IESetTranslationWord(msJapanese, IEMSG_RATE, 'ƒŒ[ƒg'); IESetTranslationWord(msJapanese, IEMSG_ALLGRAPHICS, '‘S‚ẴCƒ[ƒWƒtƒ@ƒCƒ‹'); IESetTranslationWord(msJapanese, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msJapanese, IEMSG_FILE, 'ƒtƒ@ƒCƒ‹'); IESetTranslationword(msJapanese, IEMSG_MEM, 'ƒƒ‚ƒŠ'); // Mem.ory IESetTranslationWord(msJapanese, IEMSG_LOCKPREVIEWHINT, '•ÏX‚ðŽ©“®“I‚ɃvƒŒƒrƒ…[‚É”½‰f'); IESetTranslationword(msJapanese, IEMSG_PRINTALL, '‘S‚Ĉóü'); IESetTranslationword(msJapanese, IEMSG_PRINTSELECTED, '‘I‘ðƒy[ƒW‚ðˆóü'); IESetTranslationWord(msJapanese, IEMSG_ALLCOMMONGRAPHICFILES, '‹¤’ʂ̃Cƒ[ƒWƒtƒ@ƒCƒ‹'); IESetTranslationWord(msJapanese, IEMSG_ALLFILES, '‚·‚ׂẴtƒ@ƒCƒ‹'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msJapanese, IEMSG_HSV, 'HSV'); IESetTranslationWord(msJapanese, IEMSG_HSL, 'HSL'); IESetTranslationWord(msJapanese, IEMSG_RGB, 'RGB'); IESetTranslationWord(msJapanese, IEMSG_FFT, 'FFT'); IESetTranslationWord(msJapanese, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msJapanese, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msJapanese, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msJapanese, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msJapanese, IEMSG_BIT, 'bit'); IESetTranslationWord(msJapanese, IEMSG_BYTE, 'byte'); IESetTranslationWord(msJapanese, IEMSG_DPI, 'dpi'); IESetTranslationWord(msJapanese, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msJapanese, IEMSG_FIT, 'Fit'); IESetTranslationWord(msJapanese, IEMSG_OTHER, 'Other'); IESetTranslationWord(msJapanese, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msJapanese, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msJapanese, IEMSG_STYLE, 'Style'); IESetTranslationWord(msJapanese, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msJapanese, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msJapanese, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msJapanese, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msJapanese, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msJapanese, IEMSG_Previous, 'Previous'); IESetTranslationWord(msJapanese, IEMSG_Next, 'Next'); IESetTranslationWord(msJapanese, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msJapanese, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msJapanese, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msJapanese, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msJapanese, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msJapanese, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msJapanese, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msJapanese, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msJapanese, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msJapanese, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msJapanese, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msJapanese, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msJapanese, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msJapanese, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msJapanese, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msJapanese, IEMsg_Copy, 'Copy'); IESetTranslationWord(msJapanese, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msJapanese, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msJapanese, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msJapanese, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msJapanese, IEMsg_Cut, 'Cut'); IESetTranslationWord(msJapanese, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msJapanese, IEMsg_Delete, 'Delete'); IESetTranslationWord(msJapanese, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msJapanese, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msJapanese, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msJapanese, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msJapanese, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msJapanese, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msJapanese, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msJapanese, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msJapanese, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msJapanese, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msJapanese, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msJapanese, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msJapanese, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msJapanese, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msJapanese, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msJapanese, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msJapanese, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msJapanese, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msJapanese, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msJapanese, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msJapanese, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msJapanese, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msJapanese, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msJapanese, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msJapanese, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msJapanese, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msJapanese, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msJapanese, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msJapanese, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msJapanese, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msJapanese, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msJapanese, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msJapanese, IEMsg_Negative, 'Negative'); IESetTranslationWord(msJapanese, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msJapanese, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msJapanese, IEMsg_Paste, 'Paste'); IESetTranslationWord(msJapanese, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msJapanese, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msJapanese, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msJapanese, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msJapanese, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msJapanese, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msJapanese, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msJapanese, IEMsg_Redo, 'Redo'); IESetTranslationWord(msJapanese, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msJapanese, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msJapanese, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msJapanese, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msJapanese, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msJapanese, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msJapanese, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msJapanese, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msJapanese, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msJapanese, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msJapanese, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msJapanese, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msJapanese, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msJapanese, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msJapanese, IEMsg_Select, 'Select'); IESetTranslationWord(msJapanese, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msJapanese, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msJapanese, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msJapanese, IEMsg_Undo, 'Undo'); IESetTranslationWord(msJapanese, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msJapanese, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msJapanese, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msJapanese, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msJapanese, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msJapanese, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msJapanese, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msJapanese, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msJapanese, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msJapanese, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msJapanese, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msJapanese, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msJapanese, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msJapanese, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msJapanese, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msJapanese, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msJapanese, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msJapanese, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msJapanese, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msJapanese, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msJapanese, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msJapanese, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msJapanese, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msJapanese, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msJapanese, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msJapanese, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msJapanese, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msJapanese, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msJapanese, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msJapanese, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msJapanese, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msJapanese, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msJapanese, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msJapanese, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msJapanese, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msJapanese, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msJapanese, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msJapanese, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msJapanese, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msJapanese, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msJapanese, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msJapanese, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msJapanese, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msJapanese, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msJapanese, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msJapanese, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msJapanese, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msJapanese, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msJapanese, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msJapanese, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msJapanese, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msJapanese, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msJapanese, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msJapanese, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msJapanese, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msJapanese, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msJapanese, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msJapanese, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msJapanese, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msJapanese, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msJapanese, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msJapanese, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msJapanese, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msJapanese, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msJapanese, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msJapanese, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msJapanese, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msJapanese, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msJapanese, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msJapanese, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msJapanese, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msJapanese, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msJapanese, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msJapanese, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msJapanese, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msJapanese, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msJapanese, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msJapanese, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msJapanese, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msJapanese, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msJapanese, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msJapanese, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msJapanese, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msJapanese, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msJapanese, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msJapanese, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msJapanese, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msJapanese, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msJapanese, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msJapanese, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msJapanese, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msJapanese, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msJapanese, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msJapanese, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msJapanese, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msJapanese, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msJapanese, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msJapanese, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msJapanese, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msJapanese, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msJapanese, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msJapanese, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msJapanese, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msJapanese, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msJapanese, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msJapanese, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msJapanese, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msJapanese, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msJapanese, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msJapanese, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msJapanese, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msJapanese, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msJapanese, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msJapanese, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msJapanese, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msJapanese, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msJapanese, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msJapanese, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msJapanese, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msJapanese, IEMSG_NEW, 'New'); IESetTranslationWord(msJapanese, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msJapanese, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msJapanese, IEMSG_Folder , 'Folder'); IESetTranslationWord(msJapanese, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msJapanese, IEMSG_Type , 'Type'); IESetTranslationWord(msJapanese, IEMSG_Created , 'Created'); IESetTranslationWord(msJapanese, IEMSG_Modified , 'Modified'); IESetTranslationWord(msJapanese, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msJapanese, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msJapanese, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msJapanese, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msJapanese, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msJapanese, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msJapanese, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msJapanese, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msJapanese, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msJapanese, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msJapanese, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msJapanese, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msJapanese, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msJapanese, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msJapanese, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msJapanese, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msJapanese, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msJapanese, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msJapanese, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msJapanese, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msJapanese, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msJapanese, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msJapanese, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msJapanese, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msJapanese, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msJapanese, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msJapanese, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msJapanese, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msJapanese, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msJapanese, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msJapanese, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msJapanese, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msJapanese, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msJapanese, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msJapanese, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msJapanese, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msJapanese, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msJapanese, IEMsg_General , 'General' ); IESetTranslationWord(msJapanese, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msJapanese, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msJapanese, IEMsg_Range , 'Range' ); IESetTranslationWord(msJapanese, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msJapanese, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msJapanese, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msJapanese, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msJapanese, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msJapanese, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msJapanese, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msJapanese, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msJapanese, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msJapanese, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msJapanese, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msJapanese, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msJapanese, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msJapanese, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msJapanese, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msJapanese, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msJapanese, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msJapanese, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msJapanese, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msJapanese, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msJapanese, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msJapanese, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msJapanese, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msJapanese, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msJapanese, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msJapanese, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msJapanese, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msJapanese, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msJapanese, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msJapanese, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msJapanese, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msJapanese, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msJapanese, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msJapanese, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msJapanese, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msJapanese, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msJapanese, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msJapanese, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msJapanese, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msJapanese, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msJapanese, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msJapanese, IEMsg_Path , 'Path' ); IESetTranslationWord(msJapanese, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msJapanese, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msJapanese, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msJapanese, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msJapanese, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msJapanese, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msJapanese, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msJapanese, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msJapanese, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msJapanese, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msJapanese, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msJapanese, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msJapanese, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msJapanese, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msJapanese, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msJapanese, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msJapanese, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msJapanese, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msJapanese, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msJapanese, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msJapanese, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msJapanese, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msJapanese, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msJapanese, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msJapanese, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msJapanese, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msJapanese, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msJapanese, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msJapanese, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msJapanese, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msJapanese, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msJapanese, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msJapanese, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msJapanese, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msJapanese, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msJapanese, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msJapanese, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msJapanese, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msJapanese, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msJapanese, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msJapanese, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msJapanese, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msJapanese, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msJapanese, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msJapanese, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msJapanese, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msJapanese, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msJapanese, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msJapanese, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msJapanese, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msJapanese, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msJapanese, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msJapanese, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msJapanese, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msJapanese, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msJapanese, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msJapanese, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msJapanese, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msJapanese, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msJapanese, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msJapanese, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msJapanese, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msJapanese, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msJapanese, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msJapanese, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msJapanese, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msJapanese, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msJapanese, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msJapanese, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msJapanese, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msJapanese, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msJapanese, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msJapanese, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msJapanese, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msJapanese, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msJapanese, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msJapanese, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msJapanese, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msJapanese, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msJapanese, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msJapanese, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msJapanese, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msJapanese, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msJapanese, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msJapanese, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msJapanese, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msJapanese, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msJapanese, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msJapanese, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msJapanese, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msJapanese, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msJapanese, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msJapanese, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msJapanese, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msJapanese, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msJapanese, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msJapanese, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msJapanese, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msJapanese, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msJapanese, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msJapanese, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msJapanese, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msJapanese, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msJapanese, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msJapanese, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msJapanese, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msJapanese, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msJapanese, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msJapanese, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msJapanese, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msJapanese, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msJapanese, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msJapanese, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msJapanese, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msJapanese, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msJapanese, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msJapanese, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msJapanese, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msJapanese, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msJapanese, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msJapanese, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msJapanese, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msJapanese, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msJapanese, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msJapanese, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msJapanese, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msJapanese, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msJapanese, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msJapanese, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msJapanese, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msJapanese, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msJapanese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msJapanese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msJapanese, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msJapanese, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msJapanese, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msJapanese, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msJapanese, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msJapanese, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msJapanese, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msJapanese, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msJapanese, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Czech; begin /////// msCzech {$ifdef IESUPPORTCZECH} IESetTranslationWord(msCzech, IEMSG_PREVIEW, 'Náhled'); IESetTranslationWord(msCzech, IEMSG_SOURCE, 'Originál'); IESetTranslationWord(msCzech, IEMSG_RESULT, 'Výsledek'); IESetTranslationWord(msCzech, IEMSG_OK, 'OK'); IESetTranslationWord(msCzech, IEMSG_CANCEL, 'Storno'); IESetTranslationWord(msCzech, IEMSG_LOCKPREVIEW, 'Automatický náhled'); IESetTranslationWord(msCzech, IEMSG_COPYRESULTTOSOURCE, 'Pøenes výsledek do originálu'); IESetTranslationWord(msCzech, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msCzech, IEMSG_BRIGHTNESS, 'Jas'); IESetTranslationWord(msCzech, IEMSG_HUE, 'Zabarvení'); IESetTranslationWord(msCzech, IEMSG_SATURATION, 'Sytost'); IESetTranslationWord(msCzech, IEMSG_VALUE, 'Hodnota'); IESetTranslationWord(msCzech, IEMSG_BASECOLOR, 'Základní barva'); IESetTranslationWord(msCzech, IEMSG_NEWCOLOR, 'Nová barva'); IESetTranslationWord(msCzech, IEMSG_LUMINOSITY, 'Svítivost'); IESetTranslationWord(msCzech, IEMSG_RED, 'Èervená'); IESetTranslationWord(msCzech, IEMSG_GREEN, 'Zelená'); IESetTranslationWord(msCzech, IEMSG_BLUE, 'Modrá'); IESetTranslationWord(msCzech, IEMSG_FILTERVALUES, 'Hodnoty filtru'); IESetTranslationWord(msCzech, IEMSG_PRESETS, 'Pøedvolené'); IESetTranslationWord(msCzech, IEMSG_DIVISOR, 'Dìlitel'); IESetTranslationWord(msCzech, IEMSG_LOAD, 'Naèíst'); IESetTranslationWord(msCzech, IEMSG_SAVE, 'Uložit'); IESetTranslationWord(msCzech, IEMSG_EQUALIZATION, 'Úrovnì'); IESetTranslationWord(msCzech, IEMSG_THRESHOLD, 'Práh'); IESetTranslationWord(msCzech, IEMSG_EQUALIZE, 'Vyrovnat'); IESetTranslationWord(msCzech, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msCzech, IEMSG_GRAY, 'Šedá'); IESetTranslationWord(msCzech, IEMSG_LIGHT, 'Svìtlo'); IESetTranslationWord(msCzech, IEMSG_LEFT, 'Vlevo'); IESetTranslationWord(msCzech, IEMSG_TOP, 'Nahoøe'); IESetTranslationWord(msCzech, IEMSG_WIDTH, 'Šíøka'); IESetTranslationWord(msCzech, IEMSG_HEIGHT, 'Výška'); IESetTranslationWord(msCzech, IEMSG_COLOR, 'Barva'); IESetTranslationWord(msCzech, IEMSG_SOURCEIMAGEQUANTITY, 'Pomìr zdrojového obrázku'); IESetTranslationWord(msCzech, IEMSG_LENS, 'Èoèka'); IESetTranslationWord(msCzech, IEMSG_REFRACTION, 'Lom svìtla'); IESetTranslationWord(msCzech, IEMSG_PARAMETERSPREVIEW, 'Náhled'); IESetTranslationWord(msCzech, IEMSG_QUALITY, 'Kvalita'); IESetTranslationWord(msCzech, IEMSG_DCTMETHOD, 'DCT metoda'); IESetTranslationWord(msCzech, IEMSG_SMOOTHINGFACTOR, 'Faktor zjemnìní'); IESetTranslationWord(msCzech, IEMSG_GRAYSCALE, 'Odstíny šedi'); IESetTranslationWord(msCzech, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msCzech, IEMSG_ORIGINALSIZE, 'Velikost originálu'); IESetTranslationWord(msCzech, IEMSG_COMPRESSEDSIZE, 'Velikost po kompresi'); IESetTranslationWord(msCzech, IEMSG_ADVANCED, 'Pokroèilé'); IESetTranslationWord(msCzech, IEMSG_PROGRESSIVE, 'Progresivní'); IESetTranslationWord(msCzech, IEMSG_COMPRESSION, 'Komprese'); IESetTranslationWord(msCzech, IEMSG_IMAGEINDEX, 'Index obrázku'); IESetTranslationWord(msCzech, IEMSG_PHOTOMETRIC, 'Barevný prostor'); IESetTranslationWord(msCzech, IEMSG_SCANNDEDDOCUMENTINFO, 'Dokument info'); IESetTranslationWord(msCzech, IEMSG_NAME, 'Název'); IESetTranslationWord(msCzech, IEMSG_DESCRIPTION, 'Popis'); IESetTranslationWord(msCzech, IEMSG_PAGENAME, 'Název strany'); IESetTranslationWord(msCzech, IEMSG_PAGENUMBER, 'Strana èíslo'); IESetTranslationWord(msCzech, IEMSG_OF, 'z'); IESetTranslationWord(msCzech, IEMSG_HORIZPOSITIONINCH, 'Horiz. pozice (palcù)'); IESetTranslationWord(msCzech, IEMSG_VERTPOSITIONINCH, 'Vert. pozice (palcù)'); IESetTranslationWord(msCzech, IEMSG_COLORS, 'Barvy'); IESetTranslationWord(msCzech, IEMSG_TRANSPARENT, 'Transparentní'); IESetTranslationWord(msCzech, IEMSG_TRANSPARENTCOLOR, 'Transparentní barva'); IESetTranslationWord(msCzech, IEMSG_INTERLACED, 'Prokládaný'); IESetTranslationWord(msCzech, IEMSG_BACKGROUND, 'Pozadí'); IESetTranslationWord(msCzech, IEMSG_HORIZPOSITION, 'Horiz. pozice'); IESetTranslationWord(msCzech, IEMSG_VERTPOSITION, 'Vert. pozice'); IESetTranslationWord(msCzech, IEMSG_DELAYTIME, 'Zpoždìní'); IESetTranslationWord(msCzech, IEMSG_FILTER, 'Filtr'); IESetTranslationWord(msCzech, IEMSG_WAVE, 'Vlna'); IESetTranslationWord(msCzech, IEMSG_AMPLITUDE, 'Amplituda'); IESetTranslationWord(msCzech, IEMSG_WAVELENGTH, 'Délka vlny'); IESetTranslationWord(msCzech, IEMSG_PHASE, 'Fáze'); IESetTranslationWord(msCzech, IEMSG_REFLECTIVE, 'Reflexní'); IESetTranslationWord(msCzech, IEMSG_USERFILTER, 'Uživatelský filtr'); IESetTranslationWord(msCzech, IEMSG_MORPHFILTER, 'Morphing filtry'); IESetTranslationWord(msCzech, IEMSG_WINDOWSIZE, 'Rádius'); IESetTranslationWord(msCzech, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msCzech, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msCzech, IEMSG_OPEN, 'Otvírající'); IESetTranslationWord(msCzech, IEMSG_CLOSE, 'Zavírající'); IESetTranslationWord(msCzech, IEMSG_ROTATE, 'Otoèit'); IESetTranslationWord(msCzech, IEMSG_FLIP, 'Pøevrátit'); IESetTranslationWord(msCzech, IEMSG_FLIPHOR, 'Horizontálnì'); IESetTranslationWord(msCzech, IEMSG_FLIPVER, 'Vertikálnì'); IESetTranslationWord(msCzech, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequency domain image'); IESetTranslationWord(msCzech, IEMSG_SELECTTHEREGIONTOCLEAR, 'Vyber oblast pro èištìní'); IESetTranslationWord(msCzech, IEMSG_CLEAR, 'Vyprázdnit'); IESetTranslationWord(msCzech, IEMSG_RESET, 'Reset'); IESetTranslationWord(msCzech, IEMSG_ANIMATE, 'Animovat'); IESetTranslationWord(msCzech, IEMSG_LOADFILTER, 'Naèíst filtr'); IESetTranslationWord(msCzech, IEMSG_SAVEFILTER, 'Uložit filtr'); IESetTranslationWord(msCzech, IEMSG_BUMPMAP, 'Reliéf'); IESetTranslationWord(msCzech, IEMSG_PRINT, 'Tisk'); IESetTranslationWord(msCzech, IEMSG_MARGINS, 'Okraje'); IESetTranslationWord(msCzech, IEMSG_INCHES, 'palce'); IESetTranslationWord(msCzech, IEMSG_RIGHT, 'Vpravo'); IESetTranslationWord(msCzech, IEMSG_BOTTOM, 'Dole'); IESetTranslationWord(msCzech, IEMSG_POSITION, 'Pozice'); IESetTranslationWord(msCzech, IEMSG_SIZE, 'Velikost'); IESetTranslationWord(msCzech, IEMSG_NORMAL, 'Normální'); IESetTranslationWord(msCzech, IEMSG_FITTOPAGE, 'Pøizpùsobit stránce'); IESetTranslationWord(msCzech, IEMSG_STRETCHTOPAGE, 'Roztáhnout na stránku'); IESetTranslationWord(msCzech, IEMSG_SPECIFIEDSIZE, 'Vlastní velikost'); IESetTranslationWord(msCzech, IEMSG_GAMMACORRECTION, 'Gamma korekce'); IESetTranslationWord(msCzech, IEMSG_VALUE2, 'Hodnota'); IESetTranslationWord(msCzech, IEMSG_PRINTSETUP, 'Nastavení tiskárny'); IESetTranslationWord(msCzech, IEMSG_LEFTMARGIN, 'Levý okraj'); IESetTranslationWord(msCzech, IEMSG_TOPMARGIN, 'Horní okraj'); IESetTranslationWord(msCzech, IEMSG_RIGHTMARGIN, 'Pravý okraj'); IESetTranslationWord(msCzech, IEMSG_BOTTOMMARGIN, 'Spodní okraj'); IESetTranslationWord(msCzech, IEMSG_LOCATIONSIZE, 'Umístìní/Velikost'); IESetTranslationWord(msCzech, IEMSG_TOPLEFT, 'Vlevo nahoøe'); IESetTranslationWord(msCzech, IEMSG_TOPCENTER, 'Nahoøe uprostøed'); IESetTranslationWord(msCzech, IEMSG_TOPRIGHT, 'Vpravo nahoøe'); IESetTranslationWord(msCzech, IEMSG_CENTERLEFT, 'Uprostøed vlevo'); IESetTranslationWord(msCzech, IEMSG_CENTER, 'Uprostøed'); IESetTranslationWord(msCzech, IEMSG_CENTERRIGHT, 'Uprostøed vpravo'); IESetTranslationWord(msCzech, IEMSG_BOTTOMLEFT, 'Vlevo dole'); IESetTranslationWord(msCzech, IEMSG_BOTTOMCENTER, 'Dole uprostøed'); IESetTranslationWord(msCzech, IEMSG_BOTTOMRIGHT, 'Vpravo dole'); IESetTranslationWord(msCzech, IEMSG_CLOSE2, 'Zavøít'); IESetTranslationWord(msCzech, IEMSG_APPLY, 'Použít'); IESetTranslationWord(msCzech, IEMSG_MEASUREUNITS, 'Jednotky'); IESetTranslationWord(msCzech, IEMSG_UNITS, 'Jednotky'); IESetTranslationWord(msCzech, IEMSG_RATE, 'Kvalita'); IESetTranslationWord(msCzech, IEMSG_ALLGRAPHICS, 'Všechny obrázky'); IESetTranslationWord(msCzech, IEMSG_VIDEOFORWINDOWS, 'Video pro Windows'); IESetTranslationword(msCzech, IEMSG_FILE, 'Soubor'); IESetTranslationword(msCzech, IEMSG_MEM, 'Pamì'); IESetTranslationWord(msCzech, IEMSG_LOCKPREVIEWHINT, 'Automaticky aktualizuje náhled'); IESetTranslationword(msCzech, IEMSG_PRINTALL, 'Tisknout vše'); IESetTranslationword(msCzech, IEMSG_PRINTSELECTED, 'Tisknout oznaèené'); IESetTranslationWord(msCzech, IEMSG_ALLCOMMONGRAPHICFILES, 'Grafické soubory'); IESetTranslationWord(msCzech, IEMSG_ALLFILES, 'Všechny soubory'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msCzech, IEMSG_HSV, 'HSV'); IESetTranslationWord(msCzech, IEMSG_HSL, 'HSL'); IESetTranslationWord(msCzech, IEMSG_RGB, 'RGB'); IESetTranslationWord(msCzech, IEMSG_FFT, 'FFT'); IESetTranslationWord(msCzech, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msCzech, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msCzech, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msCzech, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msCzech, IEMSG_BIT, 'bit'); IESetTranslationWord(msCzech, IEMSG_BYTE, 'byte'); IESetTranslationWord(msCzech, IEMSG_DPI, 'dpi'); IESetTranslationWord(msCzech, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msCzech, IEMSG_FIT, 'Fit'); IESetTranslationWord(msCzech, IEMSG_OTHER, 'Other'); IESetTranslationWord(msCzech, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msCzech, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msCzech, IEMSG_STYLE, 'Style'); IESetTranslationWord(msCzech, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msCzech, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msCzech, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msCzech, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msCzech, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msCzech, IEMSG_Previous, 'Previous'); IESetTranslationWord(msCzech, IEMSG_Next, 'Next'); IESetTranslationWord(msCzech, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msCzech, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msCzech, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msCzech, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msCzech, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msCzech, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msCzech, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msCzech, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msCzech, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msCzech, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msCzech, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msCzech, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msCzech, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msCzech, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msCzech, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msCzech, IEMsg_Copy, 'Copy'); IESetTranslationWord(msCzech, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msCzech, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msCzech, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msCzech, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msCzech, IEMsg_Cut, 'Cut'); IESetTranslationWord(msCzech, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msCzech, IEMsg_Delete, 'Delete'); IESetTranslationWord(msCzech, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msCzech, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msCzech, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msCzech, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msCzech, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msCzech, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msCzech, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msCzech, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msCzech, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msCzech, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msCzech, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msCzech, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msCzech, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msCzech, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msCzech, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msCzech, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msCzech, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msCzech, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msCzech, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msCzech, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msCzech, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msCzech, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msCzech, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msCzech, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msCzech, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msCzech, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msCzech, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msCzech, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msCzech, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msCzech, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msCzech, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msCzech, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msCzech, IEMsg_Negative, 'Negative'); IESetTranslationWord(msCzech, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msCzech, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msCzech, IEMsg_Paste, 'Paste'); IESetTranslationWord(msCzech, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msCzech, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msCzech, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msCzech, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msCzech, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msCzech, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msCzech, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msCzech, IEMsg_Redo, 'Redo'); IESetTranslationWord(msCzech, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msCzech, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msCzech, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msCzech, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msCzech, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msCzech, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msCzech, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msCzech, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msCzech, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msCzech, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msCzech, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msCzech, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msCzech, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msCzech, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msCzech, IEMsg_Select, 'Select'); IESetTranslationWord(msCzech, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msCzech, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msCzech, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msCzech, IEMsg_Undo, 'Undo'); IESetTranslationWord(msCzech, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msCzech, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msCzech, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msCzech, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msCzech, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msCzech, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msCzech, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msCzech, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msCzech, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msCzech, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msCzech, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msCzech, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msCzech, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msCzech, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msCzech, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msCzech, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msCzech, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msCzech, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msCzech, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msCzech, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msCzech, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msCzech, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msCzech, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msCzech, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msCzech, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msCzech, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msCzech, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msCzech, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msCzech, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msCzech, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msCzech, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msCzech, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msCzech, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msCzech, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msCzech, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msCzech, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msCzech, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msCzech, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msCzech, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msCzech, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msCzech, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msCzech, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msCzech, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msCzech, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msCzech, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msCzech, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msCzech, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msCzech, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msCzech, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msCzech, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msCzech, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msCzech, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msCzech, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msCzech, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msCzech, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msCzech, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msCzech, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msCzech, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msCzech, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msCzech, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msCzech, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msCzech, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msCzech, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msCzech, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msCzech, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msCzech, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msCzech, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msCzech, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msCzech, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msCzech, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msCzech, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msCzech, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msCzech, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msCzech, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msCzech, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msCzech, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msCzech, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msCzech, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msCzech, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msCzech, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msCzech, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msCzech, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msCzech, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msCzech, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msCzech, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msCzech, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msCzech, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msCzech, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msCzech, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msCzech, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msCzech, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msCzech, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msCzech, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msCzech, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msCzech, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msCzech, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msCzech, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msCzech, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msCzech, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msCzech, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msCzech, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msCzech, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msCzech, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msCzech, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msCzech, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msCzech, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msCzech, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msCzech, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msCzech, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msCzech, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msCzech, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msCzech, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msCzech, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msCzech, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msCzech, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msCzech, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msCzech, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msCzech, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msCzech, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msCzech, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msCzech, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msCzech, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msCzech, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msCzech, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msCzech, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msCzech, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msCzech, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msCzech, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msCzech, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msCzech, IEMSG_NEW, 'New'); IESetTranslationWord(msCzech, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msCzech, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msCzech, IEMSG_Folder , 'Folder'); IESetTranslationWord(msCzech, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msCzech, IEMSG_Type , 'Type'); IESetTranslationWord(msCzech, IEMSG_Created , 'Created'); IESetTranslationWord(msCzech, IEMSG_Modified , 'Modified'); IESetTranslationWord(msCzech, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msCzech, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msCzech, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msCzech, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msCzech, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msCzech, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msCzech, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msCzech, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msCzech, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msCzech, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msCzech, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msCzech, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msCzech, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msCzech, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msCzech, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msCzech, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msCzech, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msCzech, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msCzech, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msCzech, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msCzech, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msCzech, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msCzech, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msCzech, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msCzech, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msCzech, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msCzech, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msCzech, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msCzech, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msCzech, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msCzech, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msCzech, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msCzech, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msCzech, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msCzech, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msCzech, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msCzech, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msCzech, IEMsg_General , 'General' ); IESetTranslationWord(msCzech, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msCzech, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msCzech, IEMsg_Range , 'Range' ); IESetTranslationWord(msCzech, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msCzech, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msCzech, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msCzech, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msCzech, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msCzech, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msCzech, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msCzech, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msCzech, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msCzech, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msCzech, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msCzech, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msCzech, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msCzech, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msCzech, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msCzech, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msCzech, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msCzech, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msCzech, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msCzech, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msCzech, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msCzech, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msCzech, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msCzech, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msCzech, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msCzech, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msCzech, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msCzech, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msCzech, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msCzech, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msCzech, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msCzech, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msCzech, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msCzech, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msCzech, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msCzech, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msCzech, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msCzech, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msCzech, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msCzech, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msCzech, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msCzech, IEMsg_Path , 'Path' ); IESetTranslationWord(msCzech, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msCzech, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msCzech, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msCzech, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msCzech, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msCzech, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msCzech, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msCzech, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msCzech, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msCzech, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msCzech, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msCzech, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msCzech, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msCzech, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msCzech, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msCzech, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msCzech, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msCzech, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msCzech, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msCzech, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msCzech, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msCzech, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msCzech, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msCzech, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msCzech, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msCzech, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msCzech, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msCzech, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msCzech, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msCzech, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msCzech, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msCzech, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msCzech, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msCzech, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msCzech, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msCzech, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msCzech, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msCzech, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msCzech, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msCzech, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msCzech, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msCzech, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msCzech, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msCzech, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msCzech, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msCzech, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msCzech, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msCzech, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msCzech, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msCzech, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msCzech, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msCzech, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msCzech, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msCzech, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msCzech, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msCzech, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msCzech, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msCzech, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msCzech, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msCzech, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msCzech, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msCzech, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msCzech, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msCzech, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msCzech, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msCzech, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msCzech, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msCzech, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msCzech, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msCzech, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msCzech, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msCzech, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msCzech, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msCzech, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msCzech, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msCzech, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msCzech, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msCzech, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msCzech, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msCzech, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msCzech, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msCzech, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msCzech, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msCzech, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msCzech, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msCzech, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msCzech, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msCzech, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msCzech, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msCzech, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msCzech, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msCzech, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msCzech, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msCzech, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msCzech, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msCzech, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msCzech, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msCzech, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msCzech, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msCzech, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msCzech, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msCzech, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msCzech, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msCzech, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msCzech, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msCzech, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msCzech, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msCzech, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msCzech, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msCzech, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msCzech, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msCzech, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msCzech, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msCzech, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msCzech, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msCzech, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msCzech, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msCzech, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msCzech, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msCzech, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msCzech, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msCzech, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msCzech, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msCzech, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msCzech, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msCzech, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msCzech, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msCzech, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msCzech, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msCzech, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msCzech, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msCzech, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msCzech, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msCzech, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msCzech, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msCzech, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msCzech, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msCzech, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msCzech, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msCzech, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msCzech, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msCzech, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msCzech, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msCzech, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msCzech, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msCzech, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msCzech, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Finnish; begin /////// msFinnish {$IFDEF IESUPPORTFINNISH} IESetTranslationWord(msFinnish, IEMSG_PREVIEW, 'Esikatselu'); IESetTranslationWord(msFinnish, IEMSG_SOURCE, 'Alkuperäinen'); IESetTranslationWord(msFinnish, IEMSG_RESULT, 'Kohde'); IESetTranslationWord(msFinnish, IEMSG_OK, 'OK'); IESetTranslationWord(msFinnish, IEMSG_CANCEL, 'Peruuta'); IESetTranslationWord(msFinnish, IEMSG_LOCKPREVIEW, 'Lukitse esikatselu'); IESetTranslationWord(msFinnish, IEMSG_COPYRESULTTOSOURCE, 'Kopioi kohde alkuperäiseen'); IESetTranslationWord(msFinnish, IEMSG_CONTRAST, 'Kontrasti'); IESetTranslationWord(msFinnish, IEMSG_BRIGHTNESS, 'Kirkkaus'); IESetTranslationWord(msFinnish, IEMSG_HUE, 'Hue'); IESetTranslationWord(msFinnish, IEMSG_SATURATION, 'Saturaatio'); IESetTranslationWord(msFinnish, IEMSG_VALUE, 'Arvo'); IESetTranslationWord(msFinnish, IEMSG_BASECOLOR, 'Perusväri'); IESetTranslationWord(msFinnish, IEMSG_NEWCOLOR, 'Uusi väri'); IESetTranslationWord(msFinnish, IEMSG_LUMINOSITY, 'Valoteho'); IESetTranslationWord(msFinnish, IEMSG_RED, 'Punainen'); IESetTranslationWord(msFinnish, IEMSG_GREEN, 'Vihreä'); IESetTranslationWord(msFinnish, IEMSG_BLUE, 'Sininen'); IESetTranslationWord(msFinnish, IEMSG_FILTERVALUES, 'Filtterin arvot'); IESetTranslationWord(msFinnish, IEMSG_PRESETS, 'Esiasetukset'); IESetTranslationWord(msFinnish, IEMSG_DIVISOR, 'Jakaja'); IESetTranslationWord(msFinnish, IEMSG_LOAD, 'Lataa'); IESetTranslationWord(msFinnish, IEMSG_SAVE, 'Tallenna'); IESetTranslationWord(msFinnish, IEMSG_EQUALIZATION, 'Ekvalisaatio'); IESetTranslationWord(msFinnish, IEMSG_THRESHOLD, 'Kynnys'); IESetTranslationWord(msFinnish, IEMSG_EQUALIZE, 'Ekvalisoi'); IESetTranslationWord(msFinnish, IEMSG_HISTOGRAM, 'Histogrammi'); IESetTranslationWord(msFinnish, IEMSG_GRAY, 'Harmaa'); IESetTranslationWord(msFinnish, IEMSG_LIGHT, 'Valo'); IESetTranslationWord(msFinnish, IEMSG_LEFT, 'Vasen'); IESetTranslationWord(msFinnish, IEMSG_TOP, 'Ylä'); IESetTranslationWord(msFinnish, IEMSG_WIDTH, 'Leveys'); IESetTranslationWord(msFinnish, IEMSG_HEIGHT, 'Korkeus'); IESetTranslationWord(msFinnish, IEMSG_COLOR, 'Väri'); IESetTranslationWord(msFinnish, IEMSG_SOURCEIMAGEQUANTITY, 'Alkuperäisen kuvan laatu'); IESetTranslationWord(msFinnish, IEMSG_LENS, 'Linssi'); IESetTranslationWord(msFinnish, IEMSG_REFRACTION, 'Heijastus'); IESetTranslationWord(msFinnish, IEMSG_PARAMETERSPREVIEW, 'Parameterien esikatselu'); IESetTranslationWord(msFinnish, IEMSG_QUALITY, 'Laatu'); IESetTranslationWord(msFinnish, IEMSG_DCTMETHOD, 'DCT metodi'); IESetTranslationWord(msFinnish, IEMSG_SMOOTHINGFACTOR, 'Smoothing arvo'); IESetTranslationWord(msFinnish, IEMSG_GRAYSCALE, 'Harmaasävy'); IESetTranslationWord(msFinnish, IEMSG_OPTIMALHUFFMAN, 'Optimaalinen Huffman'); IESetTranslationWord(msFinnish, IEMSG_ORIGINALSIZE, 'Alkuperäinen koko'); IESetTranslationWord(msFinnish, IEMSG_COMPRESSEDSIZE, 'Pakattu koko'); IESetTranslationWord(msFinnish, IEMSG_ADVANCED, 'Asetukset'); IESetTranslationWord(msFinnish, IEMSG_PROGRESSIVE, 'Progressiivinen'); IESetTranslationWord(msFinnish, IEMSG_COMPRESSION, 'Pakkaus'); IESetTranslationWord(msFinnish, IEMSG_IMAGEINDEX, 'Kuvan indeksi'); IESetTranslationWord(msFinnish, IEMSG_PHOTOMETRIC, 'Photometrinen'); IESetTranslationWord(msFinnish, IEMSG_SCANNDEDDOCUMENTINFO, 'Scannatun dokumentin tiedot'); IESetTranslationWord(msFinnish, IEMSG_NAME, 'Nimi'); IESetTranslationWord(msFinnish, IEMSG_DESCRIPTION, 'Kuvaus'); IESetTranslationWord(msFinnish, IEMSG_PAGENAME, 'Sivun nimi'); IESetTranslationWord(msFinnish, IEMSG_PAGENUMBER, 'Sivun numero'); IESetTranslationWord(msFinnish, IEMSG_OF, '/'); IESetTranslationWord(msFinnish, IEMSG_HORIZPOSITIONINCH, 'Paikka vaakasuunnassa (tuumaa)'); IESetTranslationWord(msFinnish, IEMSG_VERTPOSITIONINCH, 'Paikka pystysuunnassa (tuumaa)'); IESetTranslationWord(msFinnish, IEMSG_COLORS, 'Värit'); IESetTranslationWord(msFinnish, IEMSG_TRANSPARENT, 'Läpinäkyvä'); IESetTranslationWord(msFinnish, IEMSG_TRANSPARENTCOLOR, 'Läpinäkyvä väri'); IESetTranslationWord(msFinnish, IEMSG_INTERLACED, 'Lomitettu'); IESetTranslationWord(msFinnish, IEMSG_BACKGROUND, 'Tausta'); IESetTranslationWord(msFinnish, IEMSG_HORIZPOSITION, 'Paikka vaakasuunnassa'); IESetTranslationWord(msFinnish, IEMSG_VERTPOSITION, 'Paikka pystysuunnassa'); IESetTranslationWord(msFinnish, IEMSG_DELAYTIME, 'Viivearvo'); IESetTranslationWord(msFinnish, IEMSG_FILTER, 'Filtteri'); IESetTranslationWord(msFinnish, IEMSG_WAVE, 'Aalto'); IESetTranslationWord(msFinnish, IEMSG_AMPLITUDE, 'Amplitudi'); IESetTranslationWord(msFinnish, IEMSG_WAVELENGTH, 'Aallonpituus'); IESetTranslationWord(msFinnish, IEMSG_PHASE, 'Jakso'); IESetTranslationWord(msFinnish, IEMSG_REFLECTIVE, 'Heijastava'); IESetTranslationWord(msFinnish, IEMSG_USERFILTER, 'Käyttäjän filtterit'); IESetTranslationWord(msFinnish, IEMSG_MORPHFILTER, 'Morphing filtterit'); IESetTranslationWord(msFinnish, IEMSG_WINDOWSIZE, 'Ikkunan koko'); IESetTranslationWord(msFinnish, IEMSG_MAXIMUM, 'Maksimi'); IESetTranslationWord(msFinnish, IEMSG_MINIMUM, 'Minimi'); IESetTranslationWord(msFinnish, IEMSG_OPEN, 'Avataan'); IESetTranslationWord(msFinnish, IEMSG_CLOSE, 'Suljetaan'); IESetTranslationWord(msFinnish, IEMSG_ROTATE, 'Kierrä'); IESetTranslationWord(msFinnish, IEMSG_FLIP, 'Käännä'); IESetTranslationWord(msFinnish, IEMSG_FLIPHOR, 'Vaaka'); IESetTranslationWord(msFinnish, IEMSG_FLIPVER, 'Pysty'); IESetTranslationWord(msFinnish, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequency domain image'); IESetTranslationWord(msFinnish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Valitse tyhjennettävä alue'); IESetTranslationWord(msFinnish, IEMSG_CLEAR, 'Tyhjennä'); IESetTranslationWord(msFinnish, IEMSG_RESET, 'Nollaa'); IESetTranslationWord(msFinnish, IEMSG_ANIMATE, 'Animoi'); IESetTranslationWord(msFinnish, IEMSG_LOADFILTER, 'Lataa filtteri'); IESetTranslationWord(msFinnish, IEMSG_SAVEFILTER, 'Tallenna filtteri'); IESetTranslationWord(msFinnish, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msFinnish, IEMSG_PRINT, 'Tulosta'); IESetTranslationWord(msFinnish, IEMSG_MARGINS, 'Marginaalit'); IESetTranslationWord(msFinnish, IEMSG_INCHES, 'tuumaa'); IESetTranslationWord(msFinnish, IEMSG_RIGHT, 'Oikea'); IESetTranslationWord(msFinnish, IEMSG_BOTTOM, 'Ala'); IESetTranslationWord(msFinnish, IEMSG_POSITION, 'Paikka'); IESetTranslationWord(msFinnish, IEMSG_SIZE, 'Koko'); IESetTranslationWord(msFinnish, IEMSG_NORMAL, 'Normaali'); IESetTranslationWord(msFinnish, IEMSG_FITTOPAGE, 'Sovita sivulle'); IESetTranslationWord(msFinnish, IEMSG_STRETCHTOPAGE, 'Venytä sivulle'); IESetTranslationWord(msFinnish, IEMSG_SPECIFIEDSIZE, 'Määritelty koko'); IESetTranslationWord(msFinnish, IEMSG_GAMMACORRECTION, 'Gammakorjaus'); IESetTranslationWord(msFinnish, IEMSG_VALUE2, 'Arvo'); IESetTranslationWord(msFinnish, IEMSG_PRINTSETUP, 'Tulostusasetukset'); IESetTranslationWord(msFinnish, IEMSG_LEFTMARGIN, 'Vasen marginaali'); IESetTranslationWord(msFinnish, IEMSG_TOPMARGIN, 'Ylämarginaali'); IESetTranslationWord(msFinnish, IEMSG_RIGHTMARGIN, 'Oikea marginaali'); IESetTranslationWord(msFinnish, IEMSG_BOTTOMMARGIN, 'Alamarginaali'); IESetTranslationWord(msFinnish, IEMSG_LOCATIONSIZE, 'Paikka/koko'); IESetTranslationWord(msFinnish, IEMSG_TOPLEFT, 'Ylös vasemmalle'); IESetTranslationWord(msFinnish, IEMSG_TOPCENTER, 'Ylös keskelle'); IESetTranslationWord(msFinnish, IEMSG_TOPRIGHT, 'Ylös oikealle'); IESetTranslationWord(msFinnish, IEMSG_CENTERLEFT, 'Keskitetty vasemmalle'); IESetTranslationWord(msFinnish, IEMSG_CENTER, 'Keskitetty'); IESetTranslationWord(msFinnish, IEMSG_CENTERRIGHT, 'Keskitetty oikealle'); IESetTranslationWord(msFinnish, IEMSG_BOTTOMLEFT, 'Alas vasemmalle'); IESetTranslationWord(msFinnish, IEMSG_BOTTOMCENTER, 'Alas keskelle'); IESetTranslationWord(msFinnish, IEMSG_BOTTOMRIGHT, 'Alas oikealle'); IESetTranslationWord(msFinnish, IEMSG_CLOSE2, 'Sulje'); IESetTranslationWord(msFinnish, IEMSG_APPLY, 'Käytä'); IESetTranslationWord(msFinnish, IEMSG_MEASUREUNITS, 'Mittayksikkö'); IESetTranslationWord(msFinnish, IEMSG_UNITS, 'Yksikköä'); IESetTranslationWord(msFinnish, IEMSG_RATE, 'Laatu'); IESetTranslationWord(msFinnish, IEMSG_ALLGRAPHICS, 'Kaikki grafiikkatiedostot'); IESetTranslationWord(msFinnish, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationword(msFinnish, IEMSG_FILE, 'Tiedosto'); IESetTranslationword(msFinnish, IEMSG_MEM, 'Muisti'); // Mem.ory IESetTranslationWord(msFinnish, IEMSG_LOCKPREVIEWHINT, 'Päivitä automaattisesti esikatselu valitsemillasi muutoksilla'); IESetTranslationword(msFinnish, IEMSG_PRINTALL, 'Tulosta kaikki'); IESetTranslationword(msFinnish, IEMSG_PRINTSELECTED, 'Tulosta valitut'); IESetTranslationWord(msFinnish, IEMSG_ALLCOMMONGRAPHICFILES, 'Yleisimmät grafiikkatiedostot'); IESetTranslationWord(msFinnish, IEMSG_ALLFILES, 'Kaikki tiedostot'); IESetTranslationWord(msFinnish, IEMSG_HSV, 'HSV'); IESetTranslationWord(msFinnish, IEMSG_HSL, 'HSL'); IESetTranslationWord(msFinnish, IEMSG_RGB, 'RGB'); IESetTranslationWord(msFinnish, IEMSG_FFT, 'FFT'); IESetTranslationWord(msFinnish, IEMSG_SHARPEN, 'Terävöitä'); IESetTranslationWord(msFinnish, IEMSG_CHANNELS, 'Kanavat'); IESetTranslationWord(msFinnish, IEMSG_PIXELS, 'pikseli'); IESetTranslationWord(msFinnish, IEMSG_FRAMES, 'ruudut'); IESetTranslationWord(msFinnish, IEMSG_BIT, 'bit'); IESetTranslationWord(msFinnish, IEMSG_BYTE, 'byte'); IESetTranslationWord(msFinnish, IEMSG_DPI, 'dpi'); IESetTranslationWord(msFinnish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msFinnish, IEMSG_FIT, 'Sovita'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msFinnish, IEMSG_OTHER, 'Other'); IESetTranslationWord(msFinnish, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msFinnish, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msFinnish, IEMSG_STYLE, 'Style'); IESetTranslationWord(msFinnish, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msFinnish, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msFinnish, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msFinnish, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msFinnish, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msFinnish, IEMSG_Previous, 'Previous'); IESetTranslationWord(msFinnish, IEMSG_Next, 'Next'); IESetTranslationWord(msFinnish, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msFinnish, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msFinnish, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msFinnish, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msFinnish, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msFinnish, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msFinnish, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msFinnish, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msFinnish, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msFinnish, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msFinnish, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msFinnish, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msFinnish, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msFinnish, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msFinnish, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msFinnish, IEMsg_Copy, 'Copy'); IESetTranslationWord(msFinnish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msFinnish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msFinnish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msFinnish, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msFinnish, IEMsg_Cut, 'Cut'); IESetTranslationWord(msFinnish, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msFinnish, IEMsg_Delete, 'Delete'); IESetTranslationWord(msFinnish, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msFinnish, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msFinnish, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msFinnish, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msFinnish, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msFinnish, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msFinnish, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msFinnish, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msFinnish, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msFinnish, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msFinnish, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msFinnish, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msFinnish, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msFinnish, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msFinnish, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msFinnish, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msFinnish, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msFinnish, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msFinnish, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msFinnish, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msFinnish, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msFinnish, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msFinnish, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msFinnish, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msFinnish, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msFinnish, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msFinnish, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msFinnish, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msFinnish, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msFinnish, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msFinnish, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msFinnish, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msFinnish, IEMsg_Negative, 'Negative'); IESetTranslationWord(msFinnish, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msFinnish, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msFinnish, IEMsg_Paste, 'Paste'); IESetTranslationWord(msFinnish, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msFinnish, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msFinnish, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msFinnish, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msFinnish, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msFinnish, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msFinnish, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msFinnish, IEMsg_Redo, 'Redo'); IESetTranslationWord(msFinnish, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msFinnish, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msFinnish, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msFinnish, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msFinnish, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msFinnish, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msFinnish, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msFinnish, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msFinnish, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msFinnish, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msFinnish, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msFinnish, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msFinnish, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msFinnish, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msFinnish, IEMsg_Select, 'Select'); IESetTranslationWord(msFinnish, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msFinnish, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msFinnish, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msFinnish, IEMsg_Undo, 'Undo'); IESetTranslationWord(msFinnish, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msFinnish, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msFinnish, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msFinnish, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msFinnish, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msFinnish, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msFinnish, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msFinnish, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msFinnish, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msFinnish, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msFinnish, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msFinnish, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msFinnish, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msFinnish, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msFinnish, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msFinnish, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msFinnish, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msFinnish, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msFinnish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msFinnish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msFinnish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msFinnish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msFinnish, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msFinnish, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msFinnish, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msFinnish, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msFinnish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msFinnish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msFinnish, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msFinnish, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msFinnish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msFinnish, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msFinnish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msFinnish, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msFinnish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msFinnish, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msFinnish, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msFinnish, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msFinnish, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msFinnish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msFinnish, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msFinnish, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msFinnish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msFinnish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msFinnish, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msFinnish, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msFinnish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msFinnish, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msFinnish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msFinnish, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msFinnish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msFinnish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msFinnish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msFinnish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msFinnish, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msFinnish, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msFinnish, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msFinnish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msFinnish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msFinnish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msFinnish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msFinnish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msFinnish, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msFinnish, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msFinnish, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msFinnish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msFinnish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msFinnish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msFinnish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msFinnish, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msFinnish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msFinnish, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msFinnish, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msFinnish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msFinnish, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msFinnish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msFinnish, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msFinnish, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msFinnish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msFinnish, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msFinnish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msFinnish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msFinnish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msFinnish, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msFinnish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msFinnish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msFinnish, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msFinnish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msFinnish, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msFinnish, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msFinnish, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msFinnish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msFinnish, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msFinnish, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msFinnish, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msFinnish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msFinnish, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msFinnish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msFinnish, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msFinnish, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msFinnish, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msFinnish, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msFinnish, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msFinnish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msFinnish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msFinnish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msFinnish, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msFinnish, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msFinnish, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msFinnish, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msFinnish, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msFinnish, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msFinnish, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msFinnish, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msFinnish, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msFinnish, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msFinnish, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msFinnish, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msFinnish, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msFinnish, IEMSG_NEW, 'New'); IESetTranslationWord(msFinnish, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msFinnish, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msFinnish, IEMSG_Folder , 'Folder'); IESetTranslationWord(msFinnish, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msFinnish, IEMSG_Type , 'Type'); IESetTranslationWord(msFinnish, IEMSG_Created , 'Created'); IESetTranslationWord(msFinnish, IEMSG_Modified , 'Modified'); IESetTranslationWord(msFinnish, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msFinnish, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msFinnish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msFinnish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msFinnish, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msFinnish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msFinnish, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msFinnish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msFinnish, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msFinnish, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msFinnish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msFinnish, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msFinnish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msFinnish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msFinnish, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msFinnish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msFinnish, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msFinnish, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msFinnish, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msFinnish, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msFinnish, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msFinnish, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msFinnish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msFinnish, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msFinnish, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msFinnish, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msFinnish, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msFinnish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msFinnish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msFinnish, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msFinnish, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msFinnish, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msFinnish, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msFinnish, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msFinnish, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msFinnish, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msFinnish, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msFinnish, IEMsg_General , 'General' ); IESetTranslationWord(msFinnish, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msFinnish, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msFinnish, IEMsg_Range , 'Range' ); IESetTranslationWord(msFinnish, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msFinnish, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msFinnish, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msFinnish, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msFinnish, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msFinnish, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msFinnish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msFinnish, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msFinnish, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msFinnish, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msFinnish, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msFinnish, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msFinnish, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msFinnish, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msFinnish, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msFinnish, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msFinnish, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msFinnish, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msFinnish, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msFinnish, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msFinnish, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msFinnish, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msFinnish, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msFinnish, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msFinnish, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msFinnish, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msFinnish, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msFinnish, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msFinnish, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msFinnish, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msFinnish, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msFinnish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msFinnish, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msFinnish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msFinnish, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msFinnish, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msFinnish, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msFinnish, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msFinnish, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msFinnish, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msFinnish, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msFinnish, IEMsg_Path , 'Path' ); IESetTranslationWord(msFinnish, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msFinnish, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msFinnish, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msFinnish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msFinnish, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msFinnish, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msFinnish, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msFinnish, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msFinnish, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msFinnish, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msFinnish, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msFinnish, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msFinnish, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msFinnish, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msFinnish, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msFinnish, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msFinnish, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msFinnish, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msFinnish, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msFinnish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msFinnish, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msFinnish, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msFinnish, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msFinnish, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msFinnish, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msFinnish, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msFinnish, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msFinnish, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msFinnish, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msFinnish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msFinnish, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msFinnish, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msFinnish, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msFinnish, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msFinnish, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msFinnish, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msFinnish, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msFinnish, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msFinnish, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msFinnish, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msFinnish, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msFinnish, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msFinnish, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msFinnish, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msFinnish, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msFinnish, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msFinnish, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msFinnish, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msFinnish, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msFinnish, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msFinnish, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msFinnish, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msFinnish, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msFinnish, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msFinnish, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msFinnish, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msFinnish, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msFinnish, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msFinnish, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msFinnish, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msFinnish, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msFinnish, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msFinnish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msFinnish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msFinnish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msFinnish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msFinnish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msFinnish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msFinnish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msFinnish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msFinnish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msFinnish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msFinnish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msFinnish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msFinnish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msFinnish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msFinnish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msFinnish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msFinnish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msFinnish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msFinnish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msFinnish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msFinnish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msFinnish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msFinnish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msFinnish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msFinnish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msFinnish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msFinnish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msFinnish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msFinnish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msFinnish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msFinnish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msFinnish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msFinnish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msFinnish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msFinnish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msFinnish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msFinnish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msFinnish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msFinnish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msFinnish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msFinnish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msFinnish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msFinnish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msFinnish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msFinnish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msFinnish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msFinnish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msFinnish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msFinnish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msFinnish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msFinnish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msFinnish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msFinnish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msFinnish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msFinnish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msFinnish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msFinnish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msFinnish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msFinnish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msFinnish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msFinnish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msFinnish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msFinnish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msFinnish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msFinnish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msFinnish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msFinnish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msFinnish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msFinnish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msFinnish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFinnish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFinnish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msFinnish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msFinnish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msFinnish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msFinnish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msFinnish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msFinnish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msFinnish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msFinnish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Farsi; begin /////// msFarsi {$IFDEF IESUPPORTFARSI} IESetTranslationWord(msFarsi, IEMSG_PREVIEW, 'íÔ äãÇíÔ'); IESetTranslationWord(msFarsi, IEMSG_SOURCE, 'ÇÕáí'); IESetTranslationWord(msFarsi, IEMSG_RESULT, 'äÊíÌå'); IESetTranslationWord(msFarsi, IEMSG_OK, 'ÊÇÆíÏ'); IESetTranslationWord(msFarsi, IEMSG_CANCEL, 'ÇäÕÑÇÝ'); IESetTranslationWord(msFarsi, IEMSG_LOCKPREVIEW, 'ÞÝá ßÑÏä íÔ äãÇíÔ'); IESetTranslationWord(msFarsi, IEMSG_COPYRESULTTOSOURCE, 'ßí äÊíÌå ßÇÑ ÏÑ ÇÕáí'); IESetTranslationWord(msFarsi, IEMSG_CONTRAST, 'ÛáÙÊ Ñä'); IESetTranslationWord(msFarsi, IEMSG_BRIGHTNESS, 'ÑæÔäÇíí'); IESetTranslationWord(msFarsi, IEMSG_HUE, 'ÇÔÈÇåí Ñä'); IESetTranslationWord(msFarsi, IEMSG_SATURATION, 'ÇÔÈÇå ÔÏí'); IESetTranslationWord(msFarsi, IEMSG_VALUE, 'ãÞÏÇÑ'); IESetTranslationWord(msFarsi, IEMSG_BASECOLOR, 'Ñä Çíå'); IESetTranslationWord(msFarsi, IEMSG_NEWCOLOR, 'Ñä ÌÏíÏ'); IESetTranslationWord(msFarsi, IEMSG_LUMINOSITY, 'ÏÑÎÔÔ'); IESetTranslationWord(msFarsi, IEMSG_RED, 'ÞÑãÒ'); IESetTranslationWord(msFarsi, IEMSG_GREEN, 'ÓÈÒ'); IESetTranslationWord(msFarsi, IEMSG_BLUE, 'ÂÈí'); IESetTranslationWord(msFarsi, IEMSG_FILTERVALUES, 'ãÞÇÏíÑ ÝíáÊÑ'); IESetTranslationWord(msFarsi, IEMSG_PRESETS, 'ÊäÙíãÇÊ ãÑÊÈ ÔÏå ÞÈáí'); IESetTranslationWord(msFarsi, IEMSG_DIVISOR, 'ÈÎÔ ÐíÑí'); IESetTranslationWord(msFarsi, IEMSG_LOAD, 'áæÏ ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_SAVE, 'ÐÎíÑå ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_EQUALIZATION, 'ÈÑÇÈÑ ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_THRESHOLD, 'ãÞÏÇÑ ÂÓÊÇäå'); IESetTranslationWord(msFarsi, IEMSG_EQUALIZE, 'íßÓÇä ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_HISTOGRAM, 'åíÓÊæÑÇã'); IESetTranslationWord(msFarsi, IEMSG_GRAY, 'ÎÇßÓÊÑí'); IESetTranslationWord(msFarsi, IEMSG_LIGHT, 'äæÑ'); IESetTranslationWord(msFarsi, IEMSG_LEFT, ''); IESetTranslationWord(msFarsi, IEMSG_TOP, 'ÈÇáÇ'); IESetTranslationWord(msFarsi, IEMSG_WIDTH, 'åäÇ'); IESetTranslationWord(msFarsi, IEMSG_HEIGHT, 'ÇÑÊÝÇÚ'); IESetTranslationWord(msFarsi, IEMSG_COLOR, 'Ñä'); IESetTranslationWord(msFarsi, IEMSG_SOURCEIMAGEQUANTITY, 'ßãíÊ ÊÕæíÑ ÇÕáí'); IESetTranslationWord(msFarsi, IEMSG_LENS, 'ÚÏÓí'); IESetTranslationWord(msFarsi, IEMSG_REFRACTION, 'ÇäßÓÇÑ äæÑ'); IESetTranslationWord(msFarsi, IEMSG_PARAMETERSPREVIEW, 'ÇÑÇãÊÑåÇí íÔ äãÇíÔ'); IESetTranslationWord(msFarsi, IEMSG_QUALITY, 'ßíÝíÊ'); IESetTranslationWord(msFarsi, IEMSG_DCTMETHOD, 'DCT ÑæÔ'); IESetTranslationWord(msFarsi, IEMSG_SMOOTHINGFACTOR, 'ÝÇß澄 åãæÇÑÓÇÒí'); IESetTranslationWord(msFarsi, IEMSG_GRAYSCALE, 'ÎÇßÓÊÑí'); IESetTranslationWord(msFarsi, IEMSG_OPTIMALHUFFMAN, 'åÇÝãä Èåíäå'); IESetTranslationWord(msFarsi, IEMSG_ORIGINALSIZE, 'ÓÇíÒ ÇÕáí'); IESetTranslationWord(msFarsi, IEMSG_COMPRESSEDSIZE, 'ÓÇíÒ ÝÔÑÏå ÔÏå'); IESetTranslationWord(msFarsi, IEMSG_ADVANCED, 'íÔÑÝÊå'); IESetTranslationWord(msFarsi, IEMSG_PROGRESSIVE, 'ÊÕæíÑ Ìáæ ÑæäÏå'); IESetTranslationWord(msFarsi, IEMSG_COMPRESSION, 'ÝÔÑÏå ÓÇÒí'); IESetTranslationWord(msFarsi, IEMSG_IMAGEINDEX, 'ÇíäÏíßÓ ÊÕæíÑ'); IESetTranslationWord(msFarsi, IEMSG_PHOTOMETRIC, 'äæÑÓäÌí'); IESetTranslationWord(msFarsi, IEMSG_SCANNDEDDOCUMENTINFO, 'ÇØáÇÚÇÊ ÊÕæíÑ ÇÓßä ÔÏå'); IESetTranslationWord(msFarsi, IEMSG_NAME, 'äÇã'); IESetTranslationWord(msFarsi, IEMSG_DESCRIPTION, 'ÔÑÍ'); IESetTranslationWord(msFarsi, IEMSG_PAGENAME, 'äÇã ÕÝÍå'); IESetTranslationWord(msFarsi, IEMSG_PAGENUMBER, 'ÔãÇÑå ÕÝÍå'); IESetTranslationWord(msFarsi, IEMSG_OF, 'ÇÒ'); IESetTranslationWord(msFarsi, IEMSG_HORIZPOSITIONINCH, 'ãßÇä ÇÝÞí Èå Çíä'); IESetTranslationWord(msFarsi, IEMSG_VERTPOSITIONINCH, 'ãßÇä ÚãæÏí Èå Çíä'); IESetTranslationWord(msFarsi, IEMSG_COLORS, 'ÑäåÇ'); IESetTranslationWord(msFarsi, IEMSG_TRANSPARENT, 'ÔÝÇÝ'); IESetTranslationWord(msFarsi, IEMSG_TRANSPARENTCOLOR, 'Ñä ÔÝÇÝ'); IESetTranslationWord(msFarsi, IEMSG_INTERLACED, 'Èåã ííÏí'); IESetTranslationWord(msFarsi, IEMSG_BACKGROUND, 'Òãíäå'); IESetTranslationWord(msFarsi, IEMSG_HORIZPOSITION, 'ãßÇä ÇÝÞí'); IESetTranslationWord(msFarsi, IEMSG_VERTPOSITION, 'ãßÇä ÚãæÏí'); IESetTranslationWord(msFarsi, IEMSG_DELAYTIME, 'ÒãÇä ÊÇÎíÑ'); IESetTranslationWord(msFarsi, IEMSG_FILTER, 'ÝíáÊÑ'); IESetTranslationWord(msFarsi, IEMSG_WAVE, 'ãæÌ'); IESetTranslationWord(msFarsi, IEMSG_AMPLITUDE, 'ÏÇãäå'); IESetTranslationWord(msFarsi, IEMSG_WAVELENGTH, 'Øæá ãæÌ'); IESetTranslationWord(msFarsi, IEMSG_PHASE, 'ÝÇÒ'); IESetTranslationWord(msFarsi, IEMSG_REFLECTIVE, 'ÇäÚßÇÓí'); IESetTranslationWord(msFarsi, IEMSG_USERFILTER, 'ÝíáÊÑ ßÇÑÈÑ'); IESetTranslationWord(msFarsi, IEMSG_MORPHFILTER, 'ÝíáÊÑ ãæÑÝíä'); IESetTranslationWord(msFarsi, IEMSG_WINDOWSIZE, 'ÇäÏÇÒå äÌÑå'); IESetTranslationWord(msFarsi, IEMSG_MAXIMUM, 'ãÇßÒíãã'); IESetTranslationWord(msFarsi, IEMSG_MINIMUM, 'ãíäíãã'); IESetTranslationWord(msFarsi, IEMSG_OPEN, 'ÏÑ ÍÇá ÈÇÒ ÔÏä'); IESetTranslationWord(msFarsi, IEMSG_CLOSE, 'ÏÑ ÍÇá ÈÓÊå ÔÏä'); IESetTranslationWord(msFarsi, IEMSG_ROTATE, 'ÑÎÔ'); IESetTranslationWord(msFarsi, IEMSG_FLIP, 'Âíäå Çí'); IESetTranslationWord(msFarsi, IEMSG_FLIPHOR, 'ÇÝÞí'); IESetTranslationWord(msFarsi, IEMSG_FLIPVER, 'ÚãæÏí'); IESetTranslationWord(msFarsi, IEMSG_FREQUENCYDOMAINIMAGE, 'ÏÇãäå ÝÑßÇäÓ ÊÕæíÑ'); IESetTranslationWord(msFarsi, IEMSG_SELECTTHEREGIONTOCLEAR, 'äÇÍíå Çß ßÑÏä ÑÇ ÇäÊÎÇÈ ßäíÏ'); IESetTranslationWord(msFarsi, IEMSG_CLEAR, 'ÎÇáí ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_RESET, 'ÑíÓÊ'); IESetTranslationWord(msFarsi, IEMSG_ANIMATE, 'ÇäíãíÔä'); IESetTranslationWord(msFarsi, IEMSG_LOADFILTER, 'áæÏ ßÑÏä ÝíáÊÑ'); IESetTranslationWord(msFarsi, IEMSG_SAVEFILTER, 'ÐÎíÑå ßÑÏä ÝíáÊÑ'); IESetTranslationWord(msFarsi, IEMSG_BUMPMAP, 'Bump äÞÔå'); IESetTranslationWord(msFarsi, IEMSG_PRINT, 'Ç'); IESetTranslationWord(msFarsi, IEMSG_MARGINS, 'ÍÇÔíå åÇ'); IESetTranslationWord(msFarsi, IEMSG_INCHES, 'Çíä'); IESetTranslationWord(msFarsi, IEMSG_RIGHT, 'ÑÇÓÊ'); IESetTranslationWord(msFarsi, IEMSG_BOTTOM, 'Çííä'); IESetTranslationWord(msFarsi, IEMSG_POSITION, 'ãßÇä'); IESetTranslationWord(msFarsi, IEMSG_SIZE, 'ÓÇíÒ'); IESetTranslationWord(msFarsi, IEMSG_NORMAL, 'äÑãÇá'); IESetTranslationWord(msFarsi, IEMSG_FITTOPAGE, 'ÝíÊ ÕÝÍå ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_STRETCHTOPAGE, 'ÇÓÊÑ ÕÝÍå ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_SPECIFIEDSIZE, 'ÓÇíÒ ÊÚííä ÔÏå'); IESetTranslationWord(msFarsi, IEMSG_GAMMACORRECTION, 'ÇÕáÇÍ ÇãÇí ÊÕæíÑ'); IESetTranslationWord(msFarsi, IEMSG_VALUE2, 'ãÞÏÇÑ'); IESetTranslationWord(msFarsi, IEMSG_PRINTSETUP, 'ÊäÙíãÇÊ Ç'); IESetTranslationWord(msFarsi, IEMSG_LEFTMARGIN, 'ÍÇÔíå '); IESetTranslationWord(msFarsi, IEMSG_TOPMARGIN, 'ÍÇÔíå ÈÇáÇ'); IESetTranslationWord(msFarsi, IEMSG_RIGHTMARGIN, 'ÍÇÔíå ÑÇÓÊ'); IESetTranslationWord(msFarsi, IEMSG_BOTTOMMARGIN, 'ÍÇÔíå Çííä'); IESetTranslationWord(msFarsi, IEMSG_LOCATIONSIZE, 'ãßÇä/ÓÇíÒ'); IESetTranslationWord(msFarsi, IEMSG_TOPLEFT, 'äÇÍíå ÈÇáÇ'); IESetTranslationWord(msFarsi, IEMSG_TOPCENTER, 'äÇÍíå æÓØ ÈÇáÇ'); IESetTranslationWord(msFarsi, IEMSG_TOPRIGHT, 'äÇÍíå ÑÇÓÊ ÈÇáÇ'); IESetTranslationWord(msFarsi, IEMSG_CENTERLEFT, ' ãÑßÒ'); IESetTranslationWord(msFarsi, IEMSG_CENTER, 'æÓØ'); IESetTranslationWord(msFarsi, IEMSG_CENTERRIGHT, 'äÇÍíå æÓØ ÑÇÓÊ'); IESetTranslationWord(msFarsi, IEMSG_BOTTOMLEFT, 'äÇÍíå Çííä'); IESetTranslationWord(msFarsi, IEMSG_BOTTOMCENTER, 'äÇÍíå æÓØ Çííä'); IESetTranslationWord(msFarsi, IEMSG_BOTTOMRIGHT, 'äÇÍíå æÓØ ÑÇÓÊ'); IESetTranslationWord(msFarsi, IEMSG_CLOSE2, 'ÈÓÊä'); IESetTranslationWord(msFarsi, IEMSG_APPLY, 'ÇÚãÇá ßÑÏä'); IESetTranslationWord(msFarsi, IEMSG_MEASUREUNITS, 'ÇäÏÇÒå æÇÍÏåÇ'); IESetTranslationWord(msFarsi, IEMSG_UNITS, 'æÇÍÏåÇ'); IESetTranslationWord(msFarsi, IEMSG_RATE, 'äÓÈÊ'); IESetTranslationWord(msFarsi, IEMSG_ALLGRAPHICS, 'åãå äæÚ ÑÇÝíß'); IESetTranslationWord(msFarsi, IEMSG_VIDEOFORWINDOWS, 'æíÏíæ ÈÑÇí æíäÏæÒ'); IESetTranslationword(msFarsi, IEMSG_FILE, 'ÝÇíá'); IESetTranslationword(msFarsi, IEMSG_MEM, 'ÍÇÝÙå'); // Mem.ory IESetTranslationWord(msFarsi, IEMSG_LOCKPREVIEWHINT, 'Èå ÑæÒÑÓÇäí ÇÊæãÇÊíß íÔ äãÇíÔ ÔãÇ ÈæÓíáå ÊÛííÑ äÇÍíå ÇäÊÎÇÈ ÔÏå'); IESetTranslationword(msFarsi, IEMSG_PRINTALL, 'Ç åãå'); IESetTranslationword(msFarsi, IEMSG_PRINTSELECTED, 'Ç äÇÍíå ÇäÊÎÇÈ ÔÏå'); IESetTranslationWord(msFarsi, IEMSG_ALLCOMMONGRAPHICFILES, 'ÝÇíáåÇí ÑÇÝíßí Úãæãí'); IESetTranslationWord(msFarsi, IEMSG_ALLFILES, 'åãå ÝÇíáåÇ'); IESetTranslationWord(msFarsi, IEMSG_HSV, 'HSV ÇÔÈÇÚ ßÑÏä Ñä Èå ÑæÔ'); IESetTranslationWord(msFarsi, IEMSG_HSL, 'HSL ÇÔÈÇÚ ßÑÏä Ñä Èå ÑæÔ'); IESetTranslationWord(msFarsi, IEMSG_RGB, 'RGB ÊÛííÑÏÑ Óå Ñä '); IESetTranslationWord(msFarsi, IEMSG_FFT, 'FFT ÇÝßÊ'); IESetTranslationWord(msFarsi, IEMSG_SHARPEN, 'ÇÝßÊ ÔÇÑ ßÑÏä ÊÕæíÑ'); IESetTranslationWord(msFarsi, IEMSG_CHANNELS, 'ßÇäÇåÇí Ñä'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msFarsi, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msFarsi, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msFarsi, IEMSG_BIT, 'bit'); IESetTranslationWord(msFarsi, IEMSG_BYTE, 'byte'); IESetTranslationWord(msFarsi, IEMSG_DPI, 'dpi'); IESetTranslationWord(msFarsi, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msFarsi, IEMSG_FIT, 'Fit'); IESetTranslationWord(msFarsi, IEMSG_OTHER, 'Other'); IESetTranslationWord(msFarsi, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msFarsi, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msFarsi, IEMSG_STYLE, 'Style'); IESetTranslationWord(msFarsi, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msFarsi, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msFarsi, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msFarsi, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msFarsi, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msFarsi, IEMSG_Previous, 'Previous'); IESetTranslationWord(msFarsi, IEMSG_Next, 'Next'); IESetTranslationWord(msFarsi, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msFarsi, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msFarsi, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msFarsi, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msFarsi, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msFarsi, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msFarsi, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msFarsi, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msFarsi, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msFarsi, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msFarsi, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msFarsi, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msFarsi, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msFarsi, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msFarsi, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msFarsi, IEMsg_Copy, 'Copy'); IESetTranslationWord(msFarsi, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msFarsi, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msFarsi, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msFarsi, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msFarsi, IEMsg_Cut, 'Cut'); IESetTranslationWord(msFarsi, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msFarsi, IEMsg_Delete, 'Delete'); IESetTranslationWord(msFarsi, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msFarsi, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msFarsi, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msFarsi, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msFarsi, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msFarsi, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msFarsi, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msFarsi, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msFarsi, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msFarsi, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msFarsi, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msFarsi, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msFarsi, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msFarsi, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msFarsi, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msFarsi, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msFarsi, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msFarsi, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msFarsi, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msFarsi, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msFarsi, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msFarsi, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msFarsi, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msFarsi, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msFarsi, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msFarsi, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msFarsi, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msFarsi, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msFarsi, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msFarsi, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msFarsi, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msFarsi, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msFarsi, IEMsg_Negative, 'Negative'); IESetTranslationWord(msFarsi, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msFarsi, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msFarsi, IEMsg_Paste, 'Paste'); IESetTranslationWord(msFarsi, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msFarsi, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msFarsi, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msFarsi, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msFarsi, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msFarsi, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msFarsi, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msFarsi, IEMsg_Redo, 'Redo'); IESetTranslationWord(msFarsi, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msFarsi, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msFarsi, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msFarsi, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msFarsi, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msFarsi, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msFarsi, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msFarsi, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msFarsi, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msFarsi, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msFarsi, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msFarsi, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msFarsi, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msFarsi, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msFarsi, IEMsg_Select, 'Select'); IESetTranslationWord(msFarsi, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msFarsi, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msFarsi, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msFarsi, IEMsg_Undo, 'Undo'); IESetTranslationWord(msFarsi, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msFarsi, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msFarsi, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msFarsi, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msFarsi, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msFarsi, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msFarsi, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msFarsi, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msFarsi, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msFarsi, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msFarsi, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msFarsi, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msFarsi, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msFarsi, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msFarsi, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msFarsi, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msFarsi, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msFarsi, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msFarsi, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msFarsi, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msFarsi, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msFarsi, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msFarsi, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msFarsi, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msFarsi, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msFarsi, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msFarsi, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msFarsi, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msFarsi, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msFarsi, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msFarsi, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msFarsi, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msFarsi, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msFarsi, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msFarsi, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msFarsi, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msFarsi, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msFarsi, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msFarsi, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msFarsi, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msFarsi, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msFarsi, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msFarsi, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msFarsi, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msFarsi, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msFarsi, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msFarsi, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msFarsi, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msFarsi, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msFarsi, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msFarsi, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msFarsi, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msFarsi, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msFarsi, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msFarsi, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msFarsi, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msFarsi, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msFarsi, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msFarsi, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msFarsi, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msFarsi, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msFarsi, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msFarsi, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msFarsi, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msFarsi, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msFarsi, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msFarsi, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msFarsi, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msFarsi, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msFarsi, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msFarsi, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msFarsi, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msFarsi, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msFarsi, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msFarsi, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msFarsi, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msFarsi, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msFarsi, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msFarsi, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msFarsi, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msFarsi, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msFarsi, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msFarsi, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msFarsi, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msFarsi, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msFarsi, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msFarsi, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msFarsi, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msFarsi, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msFarsi, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msFarsi, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msFarsi, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msFarsi, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msFarsi, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msFarsi, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msFarsi, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msFarsi, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msFarsi, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msFarsi, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msFarsi, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msFarsi, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msFarsi, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msFarsi, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msFarsi, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msFarsi, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msFarsi, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msFarsi, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msFarsi, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msFarsi, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msFarsi, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msFarsi, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msFarsi, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msFarsi, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msFarsi, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msFarsi, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msFarsi, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msFarsi, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msFarsi, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msFarsi, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msFarsi, IEMSG_NEW, 'New'); IESetTranslationWord(msFarsi, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msFarsi, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msFarsi, IEMSG_Folder , 'Folder'); IESetTranslationWord(msFarsi, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msFarsi, IEMSG_Type , 'Type'); IESetTranslationWord(msFarsi, IEMSG_Created , 'Created'); IESetTranslationWord(msFarsi, IEMSG_Modified , 'Modified'); IESetTranslationWord(msFarsi, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msFarsi, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msFarsi, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msFarsi, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msFarsi, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msFarsi, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msFarsi, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msFarsi, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msFarsi, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msFarsi, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msFarsi, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msFarsi, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msFarsi, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msFarsi, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msFarsi, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msFarsi, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msFarsi, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msFarsi, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msFarsi, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msFarsi, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msFarsi, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msFarsi, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msFarsi, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msFarsi, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msFarsi, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msFarsi, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msFarsi, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msFarsi, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msFarsi, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msFarsi, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msFarsi, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msFarsi, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msFarsi, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msFarsi, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msFarsi, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msFarsi, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msFarsi, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msFarsi, IEMsg_General , 'General' ); IESetTranslationWord(msFarsi, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msFarsi, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msFarsi, IEMsg_Range , 'Range' ); IESetTranslationWord(msFarsi, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msFarsi, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msFarsi, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msFarsi, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msFarsi, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msFarsi, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msFarsi, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msFarsi, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msFarsi, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msFarsi, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msFarsi, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msFarsi, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msFarsi, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msFarsi, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msFarsi, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msFarsi, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msFarsi, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msFarsi, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msFarsi, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msFarsi, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msFarsi, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msFarsi, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msFarsi, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msFarsi, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msFarsi, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msFarsi, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msFarsi, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msFarsi, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msFarsi, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msFarsi, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msFarsi, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msFarsi, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msFarsi, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msFarsi, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msFarsi, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msFarsi, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msFarsi, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msFarsi, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msFarsi, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msFarsi, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msFarsi, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msFarsi, IEMsg_Path , 'Path' ); IESetTranslationWord(msFarsi, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msFarsi, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msFarsi, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msFarsi, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msFarsi, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msFarsi, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msFarsi, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msFarsi, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msFarsi, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msFarsi, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msFarsi, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msFarsi, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msFarsi, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msFarsi, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msFarsi, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msFarsi, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msFarsi, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msFarsi, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msFarsi, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msFarsi, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msFarsi, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msFarsi, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msFarsi, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msFarsi, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msFarsi, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msFarsi, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msFarsi, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msFarsi, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msFarsi, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msFarsi, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msFarsi, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msFarsi, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msFarsi, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msFarsi, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msFarsi, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msFarsi, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msFarsi, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msFarsi, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msFarsi, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msFarsi, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msFarsi, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msFarsi, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msFarsi, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msFarsi, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msFarsi, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msFarsi, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msFarsi, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msFarsi, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msFarsi, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msFarsi, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msFarsi, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msFarsi, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msFarsi, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msFarsi, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msFarsi, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msFarsi, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msFarsi, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msFarsi, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msFarsi, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msFarsi, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msFarsi, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msFarsi, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msFarsi, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msFarsi, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msFarsi, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msFarsi, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msFarsi, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msFarsi, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msFarsi, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msFarsi, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msFarsi, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msFarsi, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msFarsi, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msFarsi, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msFarsi, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msFarsi, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msFarsi, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msFarsi, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msFarsi, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msFarsi, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msFarsi, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msFarsi, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msFarsi, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msFarsi, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msFarsi, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msFarsi, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msFarsi, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msFarsi, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msFarsi, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msFarsi, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msFarsi, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msFarsi, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msFarsi, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msFarsi, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msFarsi, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msFarsi, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msFarsi, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msFarsi, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msFarsi, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msFarsi, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msFarsi, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msFarsi, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msFarsi, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msFarsi, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msFarsi, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msFarsi, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msFarsi, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msFarsi, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msFarsi, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msFarsi, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msFarsi, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msFarsi, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msFarsi, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msFarsi, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msFarsi, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msFarsi, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msFarsi, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msFarsi, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msFarsi, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msFarsi, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msFarsi, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msFarsi, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msFarsi, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msFarsi, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msFarsi, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msFarsi, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msFarsi, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msFarsi, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msFarsi, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msFarsi, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msFarsi, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msFarsi, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFarsi, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msFarsi, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msFarsi, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msFarsi, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msFarsi, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msFarsi, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msFarsi, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msFarsi, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msFarsi, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msFarsi, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Chinese; begin ///// Chinese {$ifdef IESUPPORTCHINESE} IESetTranslationWord(msChinese, IEMSG_PREVIEW, 'Ô¤ÀÀ'); IESetTranslationWord(msChinese, IEMSG_SOURCE, 'ԭͼ'); IESetTranslationWord(msChinese, IEMSG_RESULT, 'Ч¹ûͼ'); IESetTranslationWord(msChinese, IEMSG_OK, 'È·¶¨'); IESetTranslationWord(msChinese, IEMSG_CANCEL, 'È¡Ïû'); IESetTranslationWord(msChinese, IEMSG_LOCKPREVIEW, 'Ëø¶¨Ô¤ÀÀ'); IESetTranslationWord(msChinese, IEMSG_COPYRESULTTOSOURCE, '¸´ÖÆÐ§¹ûµ½Ô­Í¼'); IESetTranslationWord(msChinese, IEMSG_CONTRAST, '¶Ô±È¶È'); IESetTranslationWord(msChinese, IEMSG_BRIGHTNESS, 'ÁÁ¶È'); IESetTranslationWord(msChinese, IEMSG_HUE, 'É«¶È'); IESetTranslationWord(msChinese, IEMSG_SATURATION, '±¥ºÍ¶È'); IESetTranslationWord(msChinese, IEMSG_VALUE, 'ÊýÖµ'); IESetTranslationWord(msChinese, IEMSG_BASECOLOR, '»ùÉ«'); IESetTranslationWord(msChinese, IEMSG_NEWCOLOR, 'ÐÂÑÕÉ«'); IESetTranslationWord(msChinese, IEMSG_LUMINOSITY, 'ÁÁ¶È'); IESetTranslationWord(msChinese, IEMSG_RED, 'ºì'); IESetTranslationWord(msChinese, IEMSG_GREEN, 'ÂÌ'); IESetTranslationWord(msChinese, IEMSG_BLUE, 'À¶'); IESetTranslationWord(msChinese, IEMSG_FILTERVALUES, 'Â˲¨Öµ'); IESetTranslationWord(msChinese, IEMSG_PRESETS, 'Ô¤Éè'); IESetTranslationWord(msChinese, IEMSG_DIVISOR, '³ýÊý'); IESetTranslationWord(msChinese, IEMSG_LOAD, '¼ÓÔØ'); IESetTranslationWord(msChinese, IEMSG_SAVE, '±£´æ'); IESetTranslationWord(msChinese, IEMSG_EQUALIZATION, '¾ùºâ»¯'); IESetTranslationWord(msChinese, IEMSG_THRESHOLD, 'ãÐÖµ'); IESetTranslationWord(msChinese, IEMSG_EQUALIZE, '¾ùºâ»¯'); IESetTranslationWord(msChinese, IEMSG_HISTOGRAM, 'Ö±·½Í¼'); IESetTranslationWord(msChinese, IEMSG_GRAY, '»Ò¶È'); IESetTranslationWord(msChinese, IEMSG_LIGHT, '¹âÕÕ'); IESetTranslationWord(msChinese, IEMSG_LEFT, '×ó'); IESetTranslationWord(msChinese, IEMSG_TOP, 'ÉÏ'); IESetTranslationWord(msChinese, IEMSG_WIDTH, '¿í¶È'); IESetTranslationWord(msChinese, IEMSG_HEIGHT, '¸ß¶È'); IESetTranslationWord(msChinese, IEMSG_COLOR, 'ÑÕÉ«'); IESetTranslationWord(msChinese, IEMSG_SOURCEIMAGEQUANTITY, 'ԭͼÏñÊýÁ¿'); IESetTranslationWord(msChinese, IEMSG_LENS, '¾µÍ·Ð§¹û'); IESetTranslationWord(msChinese, IEMSG_REFRACTION, 'ÕÛÉä'); IESetTranslationWord(msChinese, IEMSG_PARAMETERSPREVIEW, '²ÎÊýÔ¤ÀÀ'); IESetTranslationWord(msChinese, IEMSG_QUALITY, 'ÖÊÁ¿'); IESetTranslationWord(msChinese, IEMSG_DCTMETHOD, 'DCT·½·¨'); IESetTranslationWord(msChinese, IEMSG_SMOOTHINGFACTOR, 'ƽ»¬ÒªËØ'); IESetTranslationWord(msChinese, IEMSG_GRAYSCALE, '»Ò¶È±ÈÀý'); IESetTranslationWord(msChinese, IEMSG_OPTIMALHUFFMAN, '×î¼Ñ¹þ·òÂü±àÂë'); IESetTranslationWord(msChinese, IEMSG_ORIGINALSIZE, 'ԭʼ´óС'); IESetTranslationWord(msChinese, IEMSG_COMPRESSEDSIZE, 'ѹËõ´óС'); IESetTranslationWord(msChinese, IEMSG_ADVANCED, '¸ß¼¶'); IESetTranslationWord(msChinese, IEMSG_PROGRESSIVE, '½¥½ø'); IESetTranslationWord(msChinese, IEMSG_COMPRESSION, 'ѹËõ'); IESetTranslationWord(msChinese, IEMSG_IMAGEINDEX, 'ͼÏñË÷Òý'); IESetTranslationWord(msChinese, IEMSG_PHOTOMETRIC, '¹â¶È¼Æ'); IESetTranslationWord(msChinese, IEMSG_SCANNDEDDOCUMENTINFO, 'ɨÃèÎļþÐÅÏ¢'); IESetTranslationWord(msChinese, IEMSG_NAME, 'Ãû³Æ'); IESetTranslationWord(msChinese, IEMSG_DESCRIPTION, 'ÃèÊö'); IESetTranslationWord(msChinese, IEMSG_PAGENAME, 'Ò³Ãû³Æ'); IESetTranslationWord(msChinese, IEMSG_PAGENUMBER, 'Ò³Êý'); IESetTranslationWord(msChinese, IEMSG_OF, 'of'); IESetTranslationWord(msChinese, IEMSG_HORIZPOSITIONINCH, 'ˮƽλÖÃ(Ó¢´ç)'); IESetTranslationWord(msChinese, IEMSG_VERTPOSITIONINCH, '´¹Ö±Î»ÖÃ(Ó¢´ç)'); IESetTranslationWord(msChinese, IEMSG_COLORS, 'ÑÕÉ«'); IESetTranslationWord(msChinese, IEMSG_TRANSPARENT, '͸Ã÷'); IESetTranslationWord(msChinese, IEMSG_TRANSPARENTCOLOR, '͸Ã÷ÑÕÉ«'); IESetTranslationWord(msChinese, IEMSG_INTERLACED, '½»´í'); IESetTranslationWord(msChinese, IEMSG_BACKGROUND, '±³¾°'); IESetTranslationWord(msChinese, IEMSG_HORIZPOSITION, 'ˮƽλÖÃ'); IESetTranslationWord(msChinese, IEMSG_VERTPOSITION, '´¹Ö±Î»ÖÃ'); IESetTranslationWord(msChinese, IEMSG_DELAYTIME, 'ÑÓʱ'); IESetTranslationWord(msChinese, IEMSG_FILTER, 'Â˲¨Æ÷'); IESetTranslationWord(msChinese, IEMSG_WAVE, '²¨ÀËÐÎ'); {$ifdef UNICODE} IESetTranslationWordU(msChinese, IEMSG_AMPLITUDE,#1583#1575#1605#1606#1607); {$else} IESetTranslationWord(msChinese, IEMSG_AMPLITUDE, 'Amplitude'); {$endif} IESetTranslationWord(msChinese, IEMSG_WAVELENGTH, '²¨³¤'); IESetTranslationWord(msChinese, IEMSG_PHASE, 'Ïàλ'); IESetTranslationWord(msChinese, IEMSG_REFLECTIVE, '·´Éä'); IESetTranslationWord(msChinese, IEMSG_USERFILTER, '×Ô¶¨Òå¹ýÂË'); IESetTranslationWord(msChinese, IEMSG_MORPHFILTER, 'ÐÎ̬¹ýÂË'); {$ifdef UNICODE} IESetTranslationWordU(msChinese, IEMSG_WINDOWSIZE,#1575#1606#1583#1575#1586#1607' '#1662#1606#1580#1585#1607); {$else} IESetTranslationWord(msChinese, IEMSG_WINDOWSIZE, 'Window Size'); {$endif} IESetTranslationWord(msChinese, IEMSG_MAXIMUM, '×î´ó'); IESetTranslationWord(msChinese, IEMSG_MINIMUM, '×îС'); IESetTranslationWord(msChinese, IEMSG_OPEN, '¿ª·Åʽ'); IESetTranslationWord(msChinese, IEMSG_CLOSE, '·â±Õʽ'); IESetTranslationWord(msChinese, IEMSG_ROTATE, 'Ðýת'); IESetTranslationWord(msChinese, IEMSG_FLIP, '¾µÏñ'); IESetTranslationWord(msChinese, IEMSG_FLIPHOR, 'ˮƽ'); IESetTranslationWord(msChinese, IEMSG_FLIPVER, '´¹Ö±'); IESetTranslationWord(msChinese, IEMSG_FREQUENCYDOMAINIMAGE, 'ͼÏñÖ÷ƵÂÊ'); IESetTranslationWord(msChinese, IEMSG_SELECTTHEREGIONTOCLEAR, 'Ñ¡ÔñÒªÇå³ýµÄÇøÓò'); IESetTranslationWord(msChinese, IEMSG_CLEAR, 'Çå³ý'); IESetTranslationWord(msChinese, IEMSG_RESET, '¸´Î»'); IESetTranslationWord(msChinese, IEMSG_ANIMATE, '¶¯Ì¬'); IESetTranslationWord(msChinese, IEMSG_LOADFILTER, '¼ÓÔØ'); IESetTranslationWord(msChinese, IEMSG_SAVEFILTER, '±£´æ'); IESetTranslationWord(msChinese, IEMSG_BUMPMAP, 'ÅöײЧ¹û'); IESetTranslationWord(msChinese, IEMSG_PRINT, '´òÓ¡'); IESetTranslationWord(msChinese, IEMSG_MARGINS, 'Ò³±ß¾à'); IESetTranslationWord(msChinese, IEMSG_INCHES, 'Ó¢´ç'); IESetTranslationWord(msChinese, IEMSG_RIGHT, 'ÓÒ'); IESetTranslationWord(msChinese, IEMSG_BOTTOM, 'ÏÂ'); IESetTranslationWord(msChinese, IEMSG_POSITION, 'λÖÃ'); IESetTranslationWord(msChinese, IEMSG_SIZE, '´óС'); IESetTranslationWord(msChinese, IEMSG_NORMAL, 'Õý³£'); IESetTranslationWord(msChinese, IEMSG_FITTOPAGE, 'ÊʺÏÒ³Ãæ'); IESetTranslationWord(msChinese, IEMSG_STRETCHTOPAGE, 'À­Éìµ½Ò³Ãæ´óС'); IESetTranslationWord(msChinese, IEMSG_SPECIFIEDSIZE, 'Ö¸¶¨´óС'); IESetTranslationWord(msChinese, IEMSG_GAMMACORRECTION, 'Ù¤ÂêУÕý'); IESetTranslationWord(msChinese, IEMSG_VALUE2, 'ÊýÖµ'); IESetTranslationWord(msChinese, IEMSG_PRINTSETUP, '´òÓ¡»úÉèÖÃ'); IESetTranslationWord(msChinese, IEMSG_LEFTMARGIN, '×ó±ß¾à'); IESetTranslationWord(msChinese, IEMSG_TOPMARGIN, 'Éϱ߾à'); IESetTranslationWord(msChinese, IEMSG_RIGHTMARGIN, 'Óұ߾à'); IESetTranslationWord(msChinese, IEMSG_BOTTOMMARGIN, 'µ×±ß¾à'); IESetTranslationWord(msChinese, IEMSG_LOCATIONSIZE, 'λÖÃ/´óС'); IESetTranslationWord(msChinese, IEMSG_TOPLEFT, '×óÉϽÇ'); IESetTranslationWord(msChinese, IEMSG_TOPCENTER, '¶¥²¿ÖÐÑë'); IESetTranslationWord(msChinese, IEMSG_TOPRIGHT, 'ÓÒÉϽÇ'); IESetTranslationWord(msChinese, IEMSG_CENTERLEFT, '×óÖÐÑë'); IESetTranslationWord(msChinese, IEMSG_CENTER, 'ÖÐÑë'); IESetTranslationWord(msChinese, IEMSG_CENTERRIGHT, 'ÓÒÖÐÑë'); IESetTranslationWord(msChinese, IEMSG_BOTTOMLEFT, '×óϽÇ'); IESetTranslationWord(msChinese, IEMSG_BOTTOMCENTER, 'µ×²¿ÖÐÑë'); IESetTranslationWord(msChinese, IEMSG_BOTTOMRIGHT, 'ÓÒϽÇ'); IESetTranslationWord(msChinese, IEMSG_CLOSE2, '¹Ø±Õ'); IESetTranslationWord(msChinese, IEMSG_APPLY, 'Ó¦ÓÃ'); IESetTranslationWord(msChinese, IEMSG_MEASUREUNITS, '²âÁ¿µ¥Î»'); IESetTranslationWord(msChinese, IEMSG_UNITS, 'µ¥Î»'); IESetTranslationWord(msChinese, IEMSG_RATE, '±ÈÂÊ'); IESetTranslationWord(msChinese, IEMSG_ALLGRAPHICS, 'ËùÓÐͼÏñ¸ñʽ'); IESetTranslationWord(msChinese, IEMSG_VIDEOFORWINDOWS, 'WindowsÊÓÆµ'); IESetTranslationword(msChinese, IEMSG_FILE, 'Îļþ'); IESetTranslationword(msChinese, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msChinese, IEMSG_LOCKPREVIEWHINT, '×Ô¶¯¸üÐÂËùÑ¡ÔñÇøÓò'); IESetTranslationword(msChinese, IEMSG_PRINTALL, '´òÓ¡ËùÓÐ'); IESetTranslationword(msChinese, IEMSG_PRINTSELECTED, 'Ñ¡Ôñ´òÓ¡»ú'); IESetTranslationWord(msChinese, IEMSG_ALLCOMMONGRAPHICFILES, 'Ò»°ãͼÏñÎļþ'); IESetTranslationWord(msChinese, IEMSG_ALLFILES, 'ËùÓÐÎļþ'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msChinese, IEMSG_HSV, 'HSV'); IESetTranslationWord(msChinese, IEMSG_HSL, 'HSL'); IESetTranslationWord(msChinese, IEMSG_RGB, 'RGB'); IESetTranslationWord(msChinese, IEMSG_FFT, 'FFT'); IESetTranslationWord(msChinese, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msChinese, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msChinese, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msChinese, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msChinese, IEMSG_BIT, 'bit'); IESetTranslationWord(msChinese, IEMSG_BYTE, 'byte'); IESetTranslationWord(msChinese, IEMSG_DPI, 'dpi'); IESetTranslationWord(msChinese, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msChinese, IEMSG_FIT, 'Fit'); IESetTranslationWord(msChinese, IEMSG_OTHER, 'Other'); IESetTranslationWord(msChinese, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msChinese, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msChinese, IEMSG_STYLE, 'Style'); IESetTranslationWord(msChinese, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msChinese, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msChinese, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msChinese, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msChinese, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msChinese, IEMSG_Previous, 'Previous'); IESetTranslationWord(msChinese, IEMSG_Next, 'Next'); IESetTranslationWord(msChinese, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msChinese, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msChinese, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msChinese, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msChinese, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msChinese, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msChinese, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msChinese, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msChinese, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msChinese, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msChinese, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msChinese, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msChinese, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msChinese, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msChinese, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msChinese, IEMsg_Copy, 'Copy'); IESetTranslationWord(msChinese, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msChinese, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msChinese, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msChinese, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msChinese, IEMsg_Cut, 'Cut'); IESetTranslationWord(msChinese, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msChinese, IEMsg_Delete, 'Delete'); IESetTranslationWord(msChinese, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msChinese, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msChinese, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msChinese, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msChinese, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msChinese, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msChinese, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msChinese, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msChinese, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msChinese, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msChinese, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msChinese, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msChinese, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msChinese, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msChinese, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msChinese, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msChinese, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msChinese, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msChinese, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msChinese, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msChinese, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msChinese, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msChinese, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msChinese, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msChinese, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msChinese, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msChinese, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msChinese, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msChinese, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msChinese, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msChinese, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msChinese, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msChinese, IEMsg_Negative, 'Negative'); IESetTranslationWord(msChinese, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msChinese, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msChinese, IEMsg_Paste, 'Paste'); IESetTranslationWord(msChinese, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msChinese, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msChinese, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msChinese, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msChinese, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msChinese, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msChinese, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msChinese, IEMsg_Redo, 'Redo'); IESetTranslationWord(msChinese, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msChinese, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msChinese, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msChinese, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msChinese, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msChinese, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msChinese, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msChinese, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msChinese, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msChinese, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msChinese, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msChinese, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msChinese, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msChinese, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msChinese, IEMsg_Select, 'Select'); IESetTranslationWord(msChinese, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msChinese, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msChinese, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msChinese, IEMsg_Undo, 'Undo'); IESetTranslationWord(msChinese, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msChinese, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msChinese, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msChinese, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msChinese, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msChinese, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msChinese, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msChinese, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msChinese, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msChinese, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msChinese, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msChinese, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msChinese, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msChinese, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msChinese, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msChinese, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msChinese, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msChinese, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msChinese, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msChinese, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msChinese, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msChinese, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msChinese, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msChinese, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msChinese, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msChinese, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msChinese, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msChinese, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msChinese, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msChinese, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msChinese, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msChinese, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msChinese, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msChinese, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msChinese, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msChinese, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msChinese, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msChinese, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msChinese, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msChinese, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msChinese, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msChinese, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msChinese, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msChinese, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msChinese, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msChinese, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msChinese, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msChinese, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msChinese, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msChinese, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msChinese, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msChinese, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msChinese, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msChinese, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msChinese, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msChinese, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msChinese, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msChinese, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msChinese, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msChinese, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msChinese, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msChinese, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msChinese, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msChinese, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msChinese, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msChinese, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msChinese, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msChinese, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msChinese, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msChinese, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msChinese, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msChinese, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msChinese, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msChinese, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msChinese, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msChinese, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msChinese, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msChinese, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msChinese, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msChinese, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msChinese, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msChinese, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msChinese, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msChinese, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msChinese, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msChinese, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msChinese, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msChinese, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msChinese, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msChinese, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msChinese, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msChinese, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msChinese, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msChinese, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msChinese, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msChinese, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msChinese, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msChinese, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msChinese, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msChinese, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msChinese, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msChinese, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msChinese, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msChinese, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msChinese, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msChinese, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msChinese, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msChinese, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msChinese, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msChinese, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msChinese, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msChinese, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msChinese, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msChinese, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msChinese, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msChinese, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msChinese, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msChinese, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msChinese, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msChinese, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msChinese, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msChinese, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msChinese, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msChinese, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msChinese, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msChinese, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msChinese, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msChinese, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msChinese, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msChinese, IEMSG_NEW, 'New'); IESetTranslationWord(msChinese, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msChinese, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msChinese, IEMSG_Folder , 'Folder'); IESetTranslationWord(msChinese, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msChinese, IEMSG_Type , 'Type'); IESetTranslationWord(msChinese, IEMSG_Created , 'Created'); IESetTranslationWord(msChinese, IEMSG_Modified , 'Modified'); IESetTranslationWord(msChinese, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msChinese, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msChinese, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msChinese, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msChinese, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msChinese, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msChinese, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msChinese, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msChinese, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msChinese, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msChinese, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msChinese, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msChinese, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msChinese, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msChinese, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msChinese, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msChinese, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msChinese, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msChinese, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msChinese, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msChinese, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msChinese, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msChinese, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msChinese, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msChinese, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msChinese, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msChinese, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msChinese, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msChinese, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msChinese, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msChinese, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msChinese, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msChinese, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msChinese, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msChinese, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msChinese, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msChinese, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msChinese, IEMsg_General , 'General' ); IESetTranslationWord(msChinese, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msChinese, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msChinese, IEMsg_Range , 'Range' ); IESetTranslationWord(msChinese, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msChinese, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msChinese, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msChinese, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msChinese, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msChinese, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msChinese, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msChinese, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msChinese, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msChinese, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msChinese, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msChinese, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msChinese, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msChinese, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msChinese, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msChinese, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msChinese, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msChinese, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msChinese, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msChinese, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msChinese, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msChinese, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msChinese, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msChinese, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msChinese, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msChinese, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msChinese, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msChinese, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msChinese, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msChinese, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msChinese, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msChinese, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msChinese, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msChinese, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msChinese, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msChinese, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msChinese, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msChinese, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msChinese, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msChinese, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msChinese, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msChinese, IEMsg_Path , 'Path' ); IESetTranslationWord(msChinese, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msChinese, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msChinese, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msChinese, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msChinese, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msChinese, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msChinese, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msChinese, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msChinese, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msChinese, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msChinese, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msChinese, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msChinese, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msChinese, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msChinese, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msChinese, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msChinese, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msChinese, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msChinese, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msChinese, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msChinese, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msChinese, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msChinese, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msChinese, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msChinese, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msChinese, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msChinese, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msChinese, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msChinese, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msChinese, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msChinese, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msChinese, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msChinese, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msChinese, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msChinese, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msChinese, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msChinese, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msChinese, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msChinese, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msChinese, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msChinese, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msChinese, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msChinese, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msChinese, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msChinese, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msChinese, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msChinese, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msChinese, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msChinese, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msChinese, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msChinese, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msChinese, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msChinese, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msChinese, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msChinese, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msChinese, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msChinese, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msChinese, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msChinese, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msChinese, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msChinese, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msChinese, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msChinese, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msChinese, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msChinese, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msChinese, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msChinese, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msChinese, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msChinese, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msChinese, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msChinese, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msChinese, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msChinese, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msChinese, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msChinese, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msChinese, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msChinese, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msChinese, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msChinese, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msChinese, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msChinese, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msChinese, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msChinese, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msChinese, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msChinese, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msChinese, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msChinese, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msChinese, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msChinese, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msChinese, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msChinese, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msChinese, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msChinese, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msChinese, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msChinese, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msChinese, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msChinese, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msChinese, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msChinese, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msChinese, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msChinese, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msChinese, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msChinese, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msChinese, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msChinese, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msChinese, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msChinese, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msChinese, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msChinese, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msChinese, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msChinese, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msChinese, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msChinese, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msChinese, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msChinese, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msChinese, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msChinese, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msChinese, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msChinese, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msChinese, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msChinese, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msChinese, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msChinese, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msChinese, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msChinese, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msChinese, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msChinese, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msChinese, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msChinese, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msChinese, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msChinese, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msChinese, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msChinese, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msChinese, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msChinese, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msChinese, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msChinese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChinese, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChinese, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msChinese, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msChinese, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msChinese, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msChinese, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msChinese, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msChinese, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msChinese, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msChinese, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_ChineseTraditional; begin ///// Chinese Traditional {$ifdef IESUPPORTCHINESE} IESetTranslationWord(msChineseTraditional, IEMSG_PREVIEW, 'îAÓ['); IESetTranslationWord(msChineseTraditional, IEMSG_SOURCE, 'Ô­ˆD'); IESetTranslationWord(msChineseTraditional, IEMSG_RESULT, 'Ч¹ûˆD'); IESetTranslationWord(msChineseTraditional, IEMSG_OK, '´_¶¨'); IESetTranslationWord(msChineseTraditional, IEMSG_CANCEL, 'È¡Ïû'); IESetTranslationWord(msChineseTraditional, IEMSG_LOCKPREVIEW, 'æi¶¨îAÓ['); IESetTranslationWord(msChineseTraditional, IEMSG_COPYRESULTTOSOURCE, 'ÍÖÆÐ§¹ûµ½Ô­ˆD'); IESetTranslationWord(msChineseTraditional, IEMSG_CONTRAST, 'Œ¦±È¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_BRIGHTNESS, 'ÁÁ¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_HUE, 'É«¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_SATURATION, 'ͶÈ'); IESetTranslationWord(msChineseTraditional, IEMSG_VALUE, '”µÖµ'); IESetTranslationWord(msChineseTraditional, IEMSG_BASECOLOR, '»ùÉ«'); IESetTranslationWord(msChineseTraditional, IEMSG_NEWCOLOR, 'ÐÂîÉ«'); IESetTranslationWord(msChineseTraditional, IEMSG_LUMINOSITY, 'ÁÁ¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_RED, '¼t'); IESetTranslationWord(msChineseTraditional, IEMSG_GREEN, '¾G'); IESetTranslationWord(msChineseTraditional, IEMSG_BLUE, 'Ë{'); IESetTranslationWord(msChineseTraditional, IEMSG_FILTERVALUES, 'žV²¨Öµ'); IESetTranslationWord(msChineseTraditional, IEMSG_PRESETS, 'îAÔO'); IESetTranslationWord(msChineseTraditional, IEMSG_DIVISOR, '³ý”µ'); IESetTranslationWord(msChineseTraditional, IEMSG_LOAD, '¼ÓÝd'); IESetTranslationWord(msChineseTraditional, IEMSG_SAVE, '±£´æ'); IESetTranslationWord(msChineseTraditional, IEMSG_EQUALIZATION, '¾ùºâ»¯'); IESetTranslationWord(msChineseTraditional, IEMSG_THRESHOLD, 'é“Öµ'); IESetTranslationWord(msChineseTraditional, IEMSG_EQUALIZE, '¾ùºâ»¯'); IESetTranslationWord(msChineseTraditional, IEMSG_HISTOGRAM, 'Ö±·½ˆD'); IESetTranslationWord(msChineseTraditional, IEMSG_GRAY, '»Ò¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_LIGHT, '¹âÕÕ'); IESetTranslationWord(msChineseTraditional, IEMSG_LEFT, '×ó'); IESetTranslationWord(msChineseTraditional, IEMSG_TOP, 'ÉÏ'); IESetTranslationWord(msChineseTraditional, IEMSG_WIDTH, 'Œ’¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_HEIGHT, '¸ß¶È'); IESetTranslationWord(msChineseTraditional, IEMSG_COLOR, 'îÉ«'); IESetTranslationWord(msChineseTraditional, IEMSG_SOURCEIMAGEQUANTITY, 'Ô­ˆDÏñ”µÁ¿'); IESetTranslationWord(msChineseTraditional, IEMSG_LENS, 'çRî^Ч¹û'); IESetTranslationWord(msChineseTraditional, IEMSG_REFRACTION, 'ÕÛÉä'); IESetTranslationWord(msChineseTraditional, IEMSG_PARAMETERSPREVIEW, '…¢”µîAÓ['); IESetTranslationWord(msChineseTraditional, IEMSG_QUALITY, 'Ù|Á¿'); IESetTranslationWord(msChineseTraditional, IEMSG_DCTMETHOD, 'DCT·½·¨'); IESetTranslationWord(msChineseTraditional, IEMSG_SMOOTHINGFACTOR, 'ƽ»¬ÒªËØ'); IESetTranslationWord(msChineseTraditional, IEMSG_GRAYSCALE, '»Ò¶È±ÈÀý'); IESetTranslationWord(msChineseTraditional, IEMSG_OPTIMALHUFFMAN, '×î¼Ñ¹þ·òÂü¾Ž´a'); IESetTranslationWord(msChineseTraditional, IEMSG_ORIGINALSIZE, 'ԭʼ´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_COMPRESSEDSIZE, '‰º¿s´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_ADVANCED, '¸ß¼‰'); IESetTranslationWord(msChineseTraditional, IEMSG_PROGRESSIVE, 'ußM'); IESetTranslationWord(msChineseTraditional, IEMSG_COMPRESSION, '‰º¿s'); IESetTranslationWord(msChineseTraditional, IEMSG_IMAGEINDEX, 'ˆDÏñË÷Òý'); IESetTranslationWord(msChineseTraditional, IEMSG_PHOTOMETRIC, '¹â¶ÈÓ‹'); IESetTranslationWord(msChineseTraditional, IEMSG_SCANNDEDDOCUMENTINFO, '’ßÃèÎļþÐÅÏ¢'); IESetTranslationWord(msChineseTraditional, IEMSG_NAME, 'Ãû·Q'); IESetTranslationWord(msChineseTraditional, IEMSG_DESCRIPTION, 'ÃèÊö'); IESetTranslationWord(msChineseTraditional, IEMSG_PAGENAME, 'í“Ãû·Q'); IESetTranslationWord(msChineseTraditional, IEMSG_PAGENUMBER, 'í“”µ'); IESetTranslationWord(msChineseTraditional, IEMSG_OF, 'of'); IESetTranslationWord(msChineseTraditional, IEMSG_HORIZPOSITIONINCH, 'ˮƽλÖÃ(Ó¢´ç)'); IESetTranslationWord(msChineseTraditional, IEMSG_VERTPOSITIONINCH, '´¹Ö±Î»ÖÃ(Ó¢´ç)'); IESetTranslationWord(msChineseTraditional, IEMSG_COLORS, 'îÉ«'); IESetTranslationWord(msChineseTraditional, IEMSG_TRANSPARENT, '͸Ã÷'); IESetTranslationWord(msChineseTraditional, IEMSG_TRANSPARENTCOLOR, '͸Ã÷îÉ«'); IESetTranslationWord(msChineseTraditional, IEMSG_INTERLACED, '½»åe'); IESetTranslationWord(msChineseTraditional, IEMSG_BACKGROUND, '±³¾°'); IESetTranslationWord(msChineseTraditional, IEMSG_HORIZPOSITION, 'ˮƽλÖÃ'); IESetTranslationWord(msChineseTraditional, IEMSG_VERTPOSITION, '´¹Ö±Î»ÖÃ'); IESetTranslationWord(msChineseTraditional, IEMSG_DELAYTIME, 'ÑÓ•r'); IESetTranslationWord(msChineseTraditional, IEMSG_FILTER, 'žV²¨Æ÷'); IESetTranslationWord(msChineseTraditional, IEMSG_WAVE, '²¨ÀËÐÎ'); IESetTranslationWord(msChineseTraditional, IEMSG_AMPLITUDE, 'Õñ·ù'); IESetTranslationWord(msChineseTraditional, IEMSG_WAVELENGTH, '²¨éL'); IESetTranslationWord(msChineseTraditional, IEMSG_PHASE, 'Ïàλ'); IESetTranslationWord(msChineseTraditional, IEMSG_REFLECTIVE, '·´Éä'); IESetTranslationWord(msChineseTraditional, IEMSG_USERFILTER, '×Ô¶¨Áxß^žV'); IESetTranslationWord(msChineseTraditional, IEMSG_MORPHFILTER, 'ÐΑBß^žV'); IESetTranslationWord(msChineseTraditional, IEMSG_WINDOWSIZE, '´°¿Ú´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_MAXIMUM, '×î´ó'); IESetTranslationWord(msChineseTraditional, IEMSG_MINIMUM, '×îС'); IESetTranslationWord(msChineseTraditional, IEMSG_OPEN, 'é_·Åʽ'); IESetTranslationWord(msChineseTraditional, IEMSG_CLOSE, '·âé]ʽ'); IESetTranslationWord(msChineseTraditional, IEMSG_ROTATE, 'ÐýÞD'); IESetTranslationWord(msChineseTraditional, IEMSG_FLIP, 'çRÏñ'); IESetTranslationWord(msChineseTraditional, IEMSG_FLIPHOR, 'ˮƽ'); IESetTranslationWord(msChineseTraditional, IEMSG_FLIPVER, '´¹Ö±'); IESetTranslationWord(msChineseTraditional, IEMSG_FREQUENCYDOMAINIMAGE, 'ˆDÏñÖ÷îlÂÊ'); IESetTranslationWord(msChineseTraditional, IEMSG_SELECTTHEREGIONTOCLEAR, 'ßx“ñÒªÇå³ýµÄ…^Óò'); IESetTranslationWord(msChineseTraditional, IEMSG_CLEAR, 'Çå³ý'); IESetTranslationWord(msChineseTraditional, IEMSG_RESET, 'Íλ'); IESetTranslationWord(msChineseTraditional, IEMSG_ANIMATE, '„Ó‘B'); IESetTranslationWord(msChineseTraditional, IEMSG_LOADFILTER, '¼ÓÝd'); IESetTranslationWord(msChineseTraditional, IEMSG_SAVEFILTER, '±£´æ'); IESetTranslationWord(msChineseTraditional, IEMSG_BUMPMAP, 'ÅöײЧ¹û'); IESetTranslationWord(msChineseTraditional, IEMSG_PRINT, '´òÓ¡'); IESetTranslationWord(msChineseTraditional, IEMSG_MARGINS, 'í“ß…¾à'); IESetTranslationWord(msChineseTraditional, IEMSG_INCHES, 'Ó¢´ç'); IESetTranslationWord(msChineseTraditional, IEMSG_RIGHT, 'ÓÒ'); IESetTranslationWord(msChineseTraditional, IEMSG_BOTTOM, 'ÏÂ'); IESetTranslationWord(msChineseTraditional, IEMSG_POSITION, 'λÖÃ'); IESetTranslationWord(msChineseTraditional, IEMSG_SIZE, '´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_NORMAL, 'Õý³£'); IESetTranslationWord(msChineseTraditional, IEMSG_FITTOPAGE, 'ßmºÏí“Ãæ'); IESetTranslationWord(msChineseTraditional, IEMSG_STRETCHTOPAGE, 'À­Éìµ½í“Ãæ´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_SPECIFIEDSIZE, 'Ö¸¶¨´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_GAMMACORRECTION, 'Ù¤¬”УÕý'); IESetTranslationWord(msChineseTraditional, IEMSG_VALUE2, '”µÖµ'); IESetTranslationWord(msChineseTraditional, IEMSG_PRINTSETUP, '´òÓ¡™CÔOÖÃ'); IESetTranslationWord(msChineseTraditional, IEMSG_LEFTMARGIN, '×óß…¾à'); IESetTranslationWord(msChineseTraditional, IEMSG_TOPMARGIN, 'ÉÏß…¾à'); IESetTranslationWord(msChineseTraditional, IEMSG_RIGHTMARGIN, 'ÓÒß…¾à'); IESetTranslationWord(msChineseTraditional, IEMSG_BOTTOMMARGIN, 'µ×ß…¾à'); IESetTranslationWord(msChineseTraditional, IEMSG_LOCATIONSIZE, 'λÖÃ/´óС'); IESetTranslationWord(msChineseTraditional, IEMSG_TOPLEFT, '×óÉϽÇ'); IESetTranslationWord(msChineseTraditional, IEMSG_TOPCENTER, '픲¿ÖÐÑë'); IESetTranslationWord(msChineseTraditional, IEMSG_TOPRIGHT, 'ÓÒÉϽÇ'); IESetTranslationWord(msChineseTraditional, IEMSG_CENTERLEFT, '×óÖÐÑë'); IESetTranslationWord(msChineseTraditional, IEMSG_CENTER, 'ÖÐÑë'); IESetTranslationWord(msChineseTraditional, IEMSG_CENTERRIGHT, 'ÓÒÖÐÑë'); IESetTranslationWord(msChineseTraditional, IEMSG_BOTTOMLEFT, '×óϽÇ'); IESetTranslationWord(msChineseTraditional, IEMSG_BOTTOMCENTER, 'µ×²¿ÖÐÑë'); IESetTranslationWord(msChineseTraditional, IEMSG_BOTTOMRIGHT, 'ÓÒϽÇ'); IESetTranslationWord(msChineseTraditional, IEMSG_CLOSE2, 'êPé]'); IESetTranslationWord(msChineseTraditional, IEMSG_APPLY, '‘ªÓÃ'); IESetTranslationWord(msChineseTraditional, IEMSG_MEASUREUNITS, 'œyÁ¿†Îλ'); IESetTranslationWord(msChineseTraditional, IEMSG_UNITS, '†Îλ'); IESetTranslationWord(msChineseTraditional, IEMSG_RATE, '±ÈÂÊ'); IESetTranslationWord(msChineseTraditional, IEMSG_ALLGRAPHICS, 'ËùÓЈDÏñ¸ñʽ'); IESetTranslationWord(msChineseTraditional, IEMSG_VIDEOFORWINDOWS, 'WindowsÒ•îl'); IESetTranslationword(msChineseTraditional, IEMSG_FILE, 'Îļþ'); IESetTranslationword(msChineseTraditional, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msChineseTraditional, IEMSG_LOCKPREVIEWHINT, '×Ô„Ó¸üÐÂËùßx“ñ…^Óò'); IESetTranslationword(msChineseTraditional, IEMSG_PRINTALL, '´òÓ¡ËùÓÐ'); IESetTranslationword(msChineseTraditional, IEMSG_PRINTSELECTED, 'ßx“ñ´òÓ¡™C'); IESetTranslationWord(msChineseTraditional, IEMSG_ALLCOMMONGRAPHICFILES, 'Ò»°ãˆDÏñÎļþ'); IESetTranslationWord(msChineseTraditional, IEMSG_ALLFILES, 'ËùÓÐÎļþ'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msChineseTraditional, IEMSG_HSV, 'HSV'); IESetTranslationWord(msChineseTraditional, IEMSG_HSL, 'HSL'); IESetTranslationWord(msChineseTraditional, IEMSG_RGB, 'RGB'); IESetTranslationWord(msChineseTraditional, IEMSG_FFT, 'FFT'); IESetTranslationWord(msChineseTraditional, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msChineseTraditional, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msChineseTraditional, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msChineseTraditional, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msChineseTraditional, IEMSG_BIT, 'bit'); IESetTranslationWord(msChineseTraditional, IEMSG_BYTE, 'byte'); IESetTranslationWord(msChineseTraditional, IEMSG_DPI, 'dpi'); IESetTranslationWord(msChineseTraditional, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msChineseTraditional, IEMSG_FIT, 'Fit'); IESetTranslationWord(msChineseTraditional, IEMSG_OTHER, 'Other'); IESetTranslationWord(msChineseTraditional, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msChineseTraditional, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msChineseTraditional, IEMSG_STYLE, 'Style'); IESetTranslationWord(msChineseTraditional, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msChineseTraditional, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msChineseTraditional, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msChineseTraditional, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msChineseTraditional, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msChineseTraditional, IEMSG_Previous, 'Previous'); IESetTranslationWord(msChineseTraditional, IEMSG_Next, 'Next'); IESetTranslationWord(msChineseTraditional, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msChineseTraditional, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msChineseTraditional, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msChineseTraditional, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msChineseTraditional, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msChineseTraditional, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msChineseTraditional, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msChineseTraditional, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msChineseTraditional, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msChineseTraditional, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msChineseTraditional, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msChineseTraditional, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msChineseTraditional, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msChineseTraditional, IEMsg_Copy, 'Copy'); IESetTranslationWord(msChineseTraditional, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msChineseTraditional, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msChineseTraditional, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msChineseTraditional, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msChineseTraditional, IEMsg_Cut, 'Cut'); IESetTranslationWord(msChineseTraditional, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msChineseTraditional, IEMsg_Delete, 'Delete'); IESetTranslationWord(msChineseTraditional, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msChineseTraditional, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msChineseTraditional, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msChineseTraditional, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msChineseTraditional, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msChineseTraditional, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msChineseTraditional, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msChineseTraditional, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msChineseTraditional, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msChineseTraditional, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msChineseTraditional, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msChineseTraditional, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msChineseTraditional, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msChineseTraditional, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msChineseTraditional, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msChineseTraditional, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msChineseTraditional, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msChineseTraditional, IEMsg_Negative, 'Negative'); IESetTranslationWord(msChineseTraditional, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msChineseTraditional, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msChineseTraditional, IEMsg_Paste, 'Paste'); IESetTranslationWord(msChineseTraditional, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msChineseTraditional, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msChineseTraditional, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msChineseTraditional, IEMsg_Redo, 'Redo'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msChineseTraditional, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msChineseTraditional, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msChineseTraditional, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msChineseTraditional, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msChineseTraditional, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msChineseTraditional, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msChineseTraditional, IEMsg_Select, 'Select'); IESetTranslationWord(msChineseTraditional, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msChineseTraditional, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msChineseTraditional, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msChineseTraditional, IEMsg_Undo, 'Undo'); IESetTranslationWord(msChineseTraditional, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msChineseTraditional, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msChineseTraditional, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msChineseTraditional, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msChineseTraditional, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msChineseTraditional, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msChineseTraditional, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msChineseTraditional, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msChineseTraditional, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msChineseTraditional, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msChineseTraditional, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msChineseTraditional, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msChineseTraditional, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msChineseTraditional, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msChineseTraditional, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msChineseTraditional, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msChineseTraditional, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msChineseTraditional, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msChineseTraditional, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msChineseTraditional, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msChineseTraditional, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msChineseTraditional, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msChineseTraditional, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msChineseTraditional, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msChineseTraditional, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msChineseTraditional, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msChineseTraditional, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msChineseTraditional, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msChineseTraditional, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msChineseTraditional, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msChineseTraditional, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msChineseTraditional, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msChineseTraditional, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msChineseTraditional, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msChineseTraditional, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msChineseTraditional, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msChineseTraditional, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msChineseTraditional, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msChineseTraditional, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msChineseTraditional, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msChineseTraditional, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msChineseTraditional, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msChineseTraditional, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msChineseTraditional, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msChineseTraditional, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msChineseTraditional, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msChineseTraditional, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msChineseTraditional, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msChineseTraditional, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msChineseTraditional, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msChineseTraditional, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msChineseTraditional, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msChineseTraditional, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msChineseTraditional, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msChineseTraditional, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msChineseTraditional, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msChineseTraditional, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msChineseTraditional, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msChineseTraditional, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msChineseTraditional, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msChineseTraditional, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msChineseTraditional, IEMSG_NEW, 'New'); IESetTranslationWord(msChineseTraditional, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msChineseTraditional, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msChineseTraditional, IEMSG_Folder , 'Folder'); IESetTranslationWord(msChineseTraditional, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msChineseTraditional, IEMSG_Type , 'Type'); IESetTranslationWord(msChineseTraditional, IEMSG_Created , 'Created'); IESetTranslationWord(msChineseTraditional, IEMSG_Modified , 'Modified'); IESetTranslationWord(msChineseTraditional, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msChineseTraditional, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msChineseTraditional, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msChineseTraditional, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msChineseTraditional, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msChineseTraditional, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msChineseTraditional, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msChineseTraditional, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msChineseTraditional, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msChineseTraditional, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msChineseTraditional, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msChineseTraditional, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msChineseTraditional, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msChineseTraditional, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msChineseTraditional, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msChineseTraditional, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msChineseTraditional, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msChineseTraditional, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msChineseTraditional, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msChineseTraditional, IEMsg_General , 'General' ); IESetTranslationWord(msChineseTraditional, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msChineseTraditional, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msChineseTraditional, IEMsg_Range , 'Range' ); IESetTranslationWord(msChineseTraditional, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msChineseTraditional, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msChineseTraditional, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msChineseTraditional, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msChineseTraditional, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msChineseTraditional, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msChineseTraditional, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msChineseTraditional, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msChineseTraditional, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msChineseTraditional, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msChineseTraditional, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msChineseTraditional, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msChineseTraditional, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msChineseTraditional, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msChineseTraditional, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msChineseTraditional, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msChineseTraditional, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msChineseTraditional, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msChineseTraditional, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msChineseTraditional, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msChineseTraditional, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msChineseTraditional, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msChineseTraditional, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msChineseTraditional, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msChineseTraditional, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msChineseTraditional, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msChineseTraditional, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msChineseTraditional, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msChineseTraditional, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msChineseTraditional, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msChineseTraditional, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msChineseTraditional, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msChineseTraditional, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msChineseTraditional, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msChineseTraditional, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msChineseTraditional, IEMsg_Path , 'Path' ); IESetTranslationWord(msChineseTraditional, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msChineseTraditional, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msChineseTraditional, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msChineseTraditional, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msChineseTraditional, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msChineseTraditional, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msChineseTraditional, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msChineseTraditional, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msChineseTraditional, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msChineseTraditional, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msChineseTraditional, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msChineseTraditional, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msChineseTraditional, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msChineseTraditional, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msChineseTraditional, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msChineseTraditional, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msChineseTraditional, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msChineseTraditional, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msChineseTraditional, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msChineseTraditional, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msChineseTraditional, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msChineseTraditional, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msChineseTraditional, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msChineseTraditional, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msChineseTraditional, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msChineseTraditional, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msChineseTraditional, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msChineseTraditional, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msChineseTraditional, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msChineseTraditional, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msChineseTraditional, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msChineseTraditional, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msChineseTraditional, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msChineseTraditional, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msChineseTraditional, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msChineseTraditional, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msChineseTraditional, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msChineseTraditional, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msChineseTraditional, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msChineseTraditional, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msChineseTraditional, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msChineseTraditional, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msChineseTraditional, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msChineseTraditional, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msChineseTraditional, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msChineseTraditional, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msChineseTraditional, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msChineseTraditional, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msChineseTraditional, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msChineseTraditional, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msChineseTraditional, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msChineseTraditional, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msChineseTraditional, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msChineseTraditional, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msChineseTraditional, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msChineseTraditional, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msChineseTraditional, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msChineseTraditional, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msChineseTraditional, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msChineseTraditional, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msChineseTraditional, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msChineseTraditional, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msChineseTraditional, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msChineseTraditional, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msChineseTraditional, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msChineseTraditional, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msChineseTraditional, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msChineseTraditional, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msChineseTraditional, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msChineseTraditional, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msChineseTraditional, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msChineseTraditional, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msChineseTraditional, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msChineseTraditional, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msChineseTraditional, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msChineseTraditional, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msChineseTraditional, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msChineseTraditional, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msChineseTraditional, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msChineseTraditional, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msChineseTraditional, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msChineseTraditional, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msChineseTraditional, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msChineseTraditional, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msChineseTraditional, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msChineseTraditional, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msChineseTraditional, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msChineseTraditional, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msChineseTraditional, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msChineseTraditional, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msChineseTraditional, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChineseTraditional, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChineseTraditional, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msChineseTraditional, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msChineseTraditional, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msChineseTraditional, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msChineseTraditional, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msChineseTraditional, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msChineseTraditional, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msChineseTraditional, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_ChineseTraditional_Big5; begin ///// Chinese Traditional (Big5 Encoding) {$ifdef IESUPPORTCHINESE} IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PREVIEW, '¹wÄý'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SOURCE, '­ì¹Ï'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RESULT, '®ÄªG¹Ï'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_OK, '½T©w'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CANCEL, '¨ú®ø'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LOCKPREVIEW, 'Âê©w¹wÄý'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COPYRESULTTOSOURCE, '½Æ»s®ÄªG¨ì­ì¹Ï'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CONTRAST, '¹ï¤ñ«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BRIGHTNESS, '«G«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HUE, '¦â«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SATURATION, '¹¡©M«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_VALUE, '¼Æ­È'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BASECOLOR, '°ò¦â'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_NEWCOLOR, '·sÃC¦â'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LUMINOSITY, '«G«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RED, '¬õ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_GREEN, 'ºñ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BLUE, 'ÂÅ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FILTERVALUES, 'Âoªi­È'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PRESETS, '¹w³]'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_DIVISOR, '°£¼Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LOAD, '¥[¸ü'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SAVE, '«O¦s'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_EQUALIZATION, '§¡¿Å¤Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_THRESHOLD, '?­È'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_EQUALIZE, '§¡¿Å¤Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HISTOGRAM, 'ª½¤è¹Ï'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_GRAY, '¦Ç«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LIGHT, '¥ú·Ó'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LEFT, '¥ª'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TOP, '¤W'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_WIDTH, '¼e«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HEIGHT, '°ª«×'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COLOR, 'ÃC¦â'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SOURCEIMAGEQUANTITY, '­ì¹Ï¹³¼Æ¶q'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LENS, 'ÃèÀY®ÄªG'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_REFRACTION, '§é®g'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PARAMETERSPREVIEW, '°Ñ¼Æ¹wÄý'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_QUALITY, '½è¶q'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_DCTMETHOD, 'DCT¤èªk'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SMOOTHINGFACTOR, '¥­·Æ­n¯À'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_GRAYSCALE, '¦Ç«×¤ñ¨Ò'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_OPTIMALHUFFMAN, '³Ì¨Î«¢¤Ò°Ò½s½X'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ORIGINALSIZE, '­ì©l¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COMPRESSEDSIZE, 'À£ÁY¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ADVANCED, '¶i¶¥'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PROGRESSIVE, 'º¥¶i'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COMPRESSION, 'À£ÁY'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_IMAGEINDEX, '¹Ï¹³¯Á¤Þ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PHOTOMETRIC, '¥ú«×­p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SCANNDEDDOCUMENTINFO, '±½ºË¤å¥ó«H®§'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_NAME, '¦WºÙ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_DESCRIPTION, '´y­z'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PAGENAME, '?¦WºÙ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PAGENUMBER, '­¶¼Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_OF, 'of'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HORIZPOSITIONINCH, '¤ô¥­¦ì¸m(­^¦T)'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_VERTPOSITIONINCH, '««ª½¦ì¸m(­^¦T)'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COLORS, 'ÃC¦â'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TRANSPARENT, '³z©ú'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TRANSPARENTCOLOR, '³z©ú¦â'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_INTERLACED, '¥æ¿ù'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BACKGROUND, '­I´º'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HORIZPOSITION, '¤ô¥­¦ì¸m'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_VERTPOSITION, '««ª½¦ì¸m'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_DELAYTIME, '©µ®É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FILTER, 'Âoªi¾¹'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_WAVE, 'ªi®ö§Î'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_AMPLITUDE, '®¶´T'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_WAVELENGTH, 'ªiªø'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PHASE, '¬Û¦ì'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_REFLECTIVE, '¤Ï®g'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_USERFILTER, '¦Û©w¸q¹LÂo'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MORPHFILTER, '§ÎºA¹LÂo'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_WINDOWSIZE, 'µ¡¤f¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MAXIMUM, '³Ì¤j'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MINIMUM, '³Ì¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_OPEN, '¶}©ñ¦¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CLOSE, '«Ê³¬¦¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ROTATE, '±ÛÂà'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FLIP, 'Ãè¹³'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FLIPHOR, '¤ô¥­'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FLIPVER, '««ª½'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FREQUENCYDOMAINIMAGE, '¹Ï¹³¥DÀW²v'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SELECTTHEREGIONTOCLEAR, '¿ï¾Ü­n²M°£ªº°Ï°ì'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CLEAR, '²M°£'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RESET, '¦^´_'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ANIMATE, '°ÊºA'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LOADFILTER, '¥[¸ü'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SAVEFILTER, '«O¦s'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BUMPMAP, '¸I¼²®ÄªG'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PRINT, '¦C¦L'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MARGINS, 'Ãä¬É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_INCHES, '­^¦T'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RIGHT, '¥k'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BOTTOM, '¤U'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_POSITION, '¦ì¸m'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SIZE, '¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_NORMAL, '¥¿±`'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FITTOPAGE, '¾A¦X­¶­±'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_STRETCHTOPAGE, '©µ¦ù¨ì­¶­±¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SPECIFIEDSIZE, '«ü©w¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_GAMMACORRECTION, '¦÷½X®Õ¥¿'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_VALUE2, '¼Æ­È'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PRINTSETUP, '¦Lªí¾÷³]¸m'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LEFTMARGIN, '¥ªÃä¬É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TOPMARGIN, '¤WÃä¬É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RIGHTMARGIN, '¥kÃä¬É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BOTTOMMARGIN, '©³Ãä¬É'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LOCATIONSIZE, '¦ì¸m/¤j¤p'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TOPLEFT, '¥ª¤W¨¤'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TOPCENTER, '³»³¡¤¤¥¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_TOPRIGHT, '¥k¤W¨¤'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CENTERLEFT, '¥ª¤¤¥¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CENTER, '¤¤¥¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CENTERRIGHT, '¥k¤¤¥¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BOTTOMLEFT, '¥ª¤U¨¤'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BOTTOMCENTER, '©³³¡¤¤¥¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BOTTOMRIGHT, '¥k¤U¨¤'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CLOSE2, 'Ãö³¬'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_APPLY, 'À³¥Î'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MEASUREUNITS, '´ú¶q³æ¦ì'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_UNITS, '³æ¦ì'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RATE, '¤ñ²v'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ALLGRAPHICS, '©Ò¦³¹Ï¹³®æ¦¡'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_VIDEOFORWINDOWS, 'WindowsµøÀW'); IESetTranslationword(msChineseTraditionalBig5, IEMSG_FILE, '¤å¥ó'); IESetTranslationword(msChineseTraditionalBig5, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msChineseTraditionalBig5, IEMSG_LOCKPREVIEWHINT, '¦Û°Ê§ó·s©Ò¿ï¾Ü°Ï°ì'); IESetTranslationword(msChineseTraditionalBig5, IEMSG_PRINTALL, '¥þ³¡¦C¦L'); IESetTranslationword(msChineseTraditionalBig5, IEMSG_PRINTSELECTED, '¿ï¾Ü¦Lªí¾÷'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ALLCOMMONGRAPHICFILES, '¤@¯ë¹Ï¹³¤å¥ó'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ALLFILES, '©Ò¦³¤å¥ó'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HSV, 'HSV'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_HSL, 'HSL'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RGB, 'RGB'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FFT, 'FFT'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SHARPEN, '¾U§Q'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BIT, 'bit'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_BYTE, 'byte'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_DPI, 'dpi'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msChineseTraditionalBig5, IEMSG_FIT, 'Fit'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_OTHER, 'Other'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_STYLE, 'Style'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SELECTACQUIREDEVICE, '¿ï¾ÜÂ^¨ú³]³Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SELECTANACQUISITIONDEVICE, '¿ï¾ÜÂ^¨ú³]³Æ'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_X_Pages, '%d ­¶'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Previous, '¤W¤@­Ó'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Next, '¤U¤@­Ó'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_THUMBNAILS, '²¤¹Ï'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Copy, 'Copy'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Cut, 'Cut'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Delete, 'Delete'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Negative, 'Negative'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Paste, 'Paste'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Redo, 'Redo'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Select, 'Select'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Undo, 'Undo'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_NEW, 'New'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Folder , 'Folder'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Type , 'Type'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Created , 'Created'); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_Modified , 'Modified'); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_General , 'General' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Range , 'Range' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Crop ,'Crop' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Path , 'Path' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msChineseTraditionalBig5, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msChineseTraditionalBig5, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msChineseTraditionalBig5, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Danish; begin {$ifdef IESUPPORTDANISH} IESetTranslationWord(msDanish, IEMSG_PREVIEW, 'Visning'); IESetTranslationWord(msDanish, IEMSG_SOURCE, 'Original'); IESetTranslationWord(msDanish, IEMSG_RESULT, 'Resultat'); IESetTranslationWord(msDanish, IEMSG_OK, 'OK'); IESetTranslationWord(msDanish, IEMSG_CANCEL, 'Annuller'); IESetTranslationWord(msDanish, IEMSG_LOCKPREVIEW, 'Lås visning'); IESetTranslationWord(msDanish, IEMSG_COPYRESULTTOSOURCE, 'Kopier Resultat to Original'); IESetTranslationWord(msDanish, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msDanish, IEMSG_BRIGHTNESS, 'Lys'); IESetTranslationWord(msDanish, IEMSG_HUE, 'Hue'); IESetTranslationWord(msDanish, IEMSG_SATURATION, 'Saturation'); IESetTranslationWord(msDanish, IEMSG_VALUE, 'Værdi'); IESetTranslationWord(msDanish, IEMSG_BASECOLOR, 'Grund farve'); IESetTranslationWord(msDanish, IEMSG_NEWCOLOR, 'Ny farve'); IESetTranslationWord(msDanish, IEMSG_LUMINOSITY, 'Luminosity'); IESetTranslationWord(msDanish, IEMSG_RED, 'Rød'); IESetTranslationWord(msDanish, IEMSG_GREEN, 'Grøn'); IESetTranslationWord(msDanish, IEMSG_BLUE, 'Blå'); IESetTranslationWord(msDanish, IEMSG_FILTERVALUES, 'Filter værdier'); IESetTranslationWord(msDanish, IEMSG_PRESETS, 'Forudindstillinger'); IESetTranslationWord(msDanish, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msDanish, IEMSG_LOAD, 'Hent'); IESetTranslationWord(msDanish, IEMSG_SAVE, 'Gem'); IESetTranslationWord(msDanish, IEMSG_EQUALIZATION, 'Equalization'); IESetTranslationWord(msDanish, IEMSG_THRESHOLD, 'Threshold'); IESetTranslationWord(msDanish, IEMSG_EQUALIZE, 'Equalize'); IESetTranslationWord(msDanish, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msDanish, IEMSG_GRAY, 'Grå'); IESetTranslationWord(msDanish, IEMSG_LIGHT, 'Lys'); IESetTranslationWord(msDanish, IEMSG_LEFT, 'Venstre'); IESetTranslationWord(msDanish, IEMSG_TOP, 'Top'); IESetTranslationWord(msDanish, IEMSG_WIDTH, 'Bredde'); IESetTranslationWord(msDanish, IEMSG_HEIGHT, 'Højde'); IESetTranslationWord(msDanish, IEMSG_COLOR, 'Farve'); IESetTranslationWord(msDanish, IEMSG_SOURCEIMAGEQUANTITY, 'Original billed kvantitet'); IESetTranslationWord(msDanish, IEMSG_LENS, 'Linse'); IESetTranslationWord(msDanish, IEMSG_REFRACTION, 'Refraktion'); IESetTranslationWord(msDanish, IEMSG_PARAMETERSPREVIEW, 'Parametre visning'); IESetTranslationWord(msDanish, IEMSG_QUALITY, 'Kvalitet'); IESetTranslationWord(msDanish, IEMSG_DCTMETHOD, 'DCT metode'); IESetTranslationWord(msDanish, IEMSG_SMOOTHINGFACTOR, 'Blødheds faktor'); IESetTranslationWord(msDanish, IEMSG_GRAYSCALE, 'Grå skala'); IESetTranslationWord(msDanish, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msDanish, IEMSG_ORIGINALSIZE, 'Original størrelse'); IESetTranslationWord(msDanish, IEMSG_COMPRESSEDSIZE, 'Komprimeret størrelse'); IESetTranslationWord(msDanish, IEMSG_ADVANCED, 'Avanceret'); IESetTranslationWord(msDanish, IEMSG_PROGRESSIVE, 'Progressiv'); IESetTranslationWord(msDanish, IEMSG_COMPRESSION, 'Kompression'); IESetTranslationWord(msDanish, IEMSG_IMAGEINDEX, 'Billed indeks'); IESetTranslationWord(msDanish, IEMSG_PHOTOMETRIC, 'Photometrisk'); IESetTranslationWord(msDanish, IEMSG_SCANNDEDDOCUMENTINFO, 'Scannet dokument info'); IESetTranslationWord(msDanish, IEMSG_NAME, 'Navn'); IESetTranslationWord(msDanish, IEMSG_DESCRIPTION, 'Beskrivelse'); IESetTranslationWord(msDanish, IEMSG_PAGENAME, 'Side navn'); IESetTranslationWord(msDanish, IEMSG_PAGENUMBER, 'Side nummer'); IESetTranslationWord(msDanish, IEMSG_OF, 'af'); IESetTranslationWord(msDanish, IEMSG_HORIZPOSITIONINCH, 'Horis. Position'); IESetTranslationWord(msDanish, IEMSG_VERTPOSITIONINCH, 'Vert. Position'); IESetTranslationWord(msDanish, IEMSG_COLORS, 'farver'); IESetTranslationWord(msDanish, IEMSG_TRANSPARENT, 'Transparent'); IESetTranslationWord(msDanish, IEMSG_TRANSPARENTCOLOR, 'Transparent farve'); IESetTranslationWord(msDanish, IEMSG_INTERLACED, 'Interlaced'); IESetTranslationWord(msDanish, IEMSG_BACKGROUND, 'Baggrund'); IESetTranslationWord(msDanish, IEMSG_HORIZPOSITION, 'Horis. Position'); IESetTranslationWord(msDanish, IEMSG_VERTPOSITION, 'Vert. Position'); IESetTranslationWord(msDanish, IEMSG_DELAYTIME, 'Forsinket tid'); IESetTranslationWord(msDanish, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msDanish, IEMSG_WAVE, 'Bølge'); IESetTranslationWord(msDanish, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msDanish, IEMSG_WAVELENGTH, 'Bølge længde'); IESetTranslationWord(msDanish, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msDanish, IEMSG_REFLECTIVE, 'Reflekterbar'); IESetTranslationWord(msDanish, IEMSG_USERFILTER, 'Bruger filter'); IESetTranslationWord(msDanish, IEMSG_MORPHFILTER, 'Morphing filtre'); IESetTranslationWord(msDanish, IEMSG_WINDOWSIZE, 'Vindue størrelse'); IESetTranslationWord(msDanish, IEMSG_MAXIMUM, 'Maksimum'); IESetTranslationWord(msDanish, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msDanish, IEMSG_OPEN, 'Åbner'); IESetTranslationWord(msDanish, IEMSG_CLOSE, 'Lukker'); IESetTranslationWord(msDanish, IEMSG_ROTATE, 'Roter'); IESetTranslationWord(msDanish, IEMSG_FLIP, 'Flip'); IESetTranslationWord(msDanish, IEMSG_FLIPHOR, 'Horisontal'); IESetTranslationWord(msDanish, IEMSG_FLIPVER, 'Vertikal'); IESetTranslationWord(msDanish, IEMSG_FREQUENCYDOMAINIMAGE, 'Frekvens domain billede'); IESetTranslationWord(msDanish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Vælg regioner der skal tømmes'); IESetTranslationWord(msDanish, IEMSG_CLEAR, 'Tøm'); IESetTranslationWord(msDanish, IEMSG_RESET, 'Reset'); IESetTranslationWord(msDanish, IEMSG_ANIMATE, 'Animer'); IESetTranslationWord(msDanish, IEMSG_LOADFILTER, 'Hent filter'); IESetTranslationWord(msDanish, IEMSG_SAVEFILTER, 'Gem filter'); IESetTranslationWord(msDanish, IEMSG_BUMPMAP, 'Bump map'); IESetTranslationWord(msDanish, IEMSG_PRINT, 'Udskriv'); IESetTranslationWord(msDanish, IEMSG_MARGINS, 'Marginer'); IESetTranslationWord(msDanish, IEMSG_INCHES, 'tommer'); IESetTranslationWord(msDanish, IEMSG_RIGHT, 'Højre'); IESetTranslationWord(msDanish, IEMSG_BOTTOM, 'Bund'); IESetTranslationWord(msDanish, IEMSG_POSITION, 'Position'); IESetTranslationWord(msDanish, IEMSG_SIZE, 'Størrelse'); IESetTranslationWord(msDanish, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msDanish, IEMSG_FITTOPAGE, 'Hele siden'); IESetTranslationWord(msDanish, IEMSG_STRETCHTOPAGE, 'Sidebredde'); IESetTranslationWord(msDanish, IEMSG_SPECIFIEDSIZE, 'Specificeret størrelse'); IESetTranslationWord(msDanish, IEMSG_GAMMACORRECTION, 'Gamma korrektion'); IESetTranslationWord(msDanish, IEMSG_VALUE2, 'Værdi'); IESetTranslationWord(msDanish, IEMSG_PRINTSETUP, 'Print opsætning'); IESetTranslationWord(msDanish, IEMSG_LEFTMARGIN, 'Venstre Margin'); IESetTranslationWord(msDanish, IEMSG_TOPMARGIN, 'Top Margin'); IESetTranslationWord(msDanish, IEMSG_RIGHTMARGIN, 'Højre Margin'); IESetTranslationWord(msDanish, IEMSG_BOTTOMMARGIN, 'Bund Margin'); IESetTranslationWord(msDanish, IEMSG_LOCATIONSIZE, 'Placering/størrelse'); IESetTranslationWord(msDanish, IEMSG_TOPLEFT, 'Top Venstre'); IESetTranslationWord(msDanish, IEMSG_TOPCENTER, 'Top Center'); IESetTranslationWord(msDanish, IEMSG_TOPRIGHT, 'Top Højre'); IESetTranslationWord(msDanish, IEMSG_CENTERLEFT, 'Center Venstre'); IESetTranslationWord(msDanish, IEMSG_CENTER, 'Center'); IESetTranslationWord(msDanish, IEMSG_CENTERRIGHT, 'Center Højre'); IESetTranslationWord(msDanish, IEMSG_BOTTOMLEFT, 'Bund Venstre'); IESetTranslationWord(msDanish, IEMSG_BOTTOMCENTER, 'Bund Center'); IESetTranslationWord(msDanish, IEMSG_BOTTOMRIGHT, 'Bund Højre'); IESetTranslationWord(msDanish, IEMSG_CLOSE2, 'Luk'); IESetTranslationWord(msDanish, IEMSG_APPLY, 'Sæt'); IESetTranslationWord(msDanish, IEMSG_MEASUREUNITS, 'Måleenheder'); IESetTranslationWord(msDanish, IEMSG_UNITS, 'Enheder'); IESetTranslationWord(msDanish, IEMSG_RATE, 'Hastighed'); IESetTranslationWord(msDanish, IEMSG_ALLGRAPHICS, 'Alle grafik'); IESetTranslationWord(msDanish, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationWord(msDanish, IEMSG_FILE, 'Fil'); IESetTranslationWord(msDanish, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msDanish, IEMSG_LOCKPREVIEWHINT, 'Automatisk opdater visning med de ændringer du har valgt'); IESetTranslationWord(msDanish, IEMSG_PRINTALL, 'Udskriv Alle'); IESetTranslationWord(msDanish, IEMSG_PRINTSELECTED, 'Udskriv valgt'); IESetTranslationWord(msDanish, IEMSG_ALLCOMMONGRAPHICFILES, 'Grafik Filer'); IESetTranslationWord(msDanish, IEMSG_ALLFILES, 'Alle Filer'); IESetTranslationWord(msDanish, IEMSG_HSV, 'HSV'); IESetTranslationWord(msDanish, IEMSG_HSL, 'HSL'); IESetTranslationWord(msDanish, IEMSG_RGB, 'RGB'); IESetTranslationWord(msDanish, IEMSG_FFT, 'FFT'); IESetTranslationWord(msDanish, IEMSG_SHARPEN, 'Skarpere'); IESetTranslationWord(msDanish, IEMSG_CHANNELS, 'Kanaler'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msDanish, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msDanish, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msDanish, IEMSG_BIT, 'bit'); IESetTranslationWord(msDanish, IEMSG_BYTE, 'byte'); IESetTranslationWord(msDanish, IEMSG_DPI, 'dpi'); IESetTranslationWord(msDanish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msDanish, IEMSG_FIT, 'Fit'); IESetTranslationWord(msDanish, IEMSG_OTHER, 'Other'); IESetTranslationWord(msDanish, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msDanish, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msDanish, IEMSG_STYLE, 'Style'); IESetTranslationWord(msDanish, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msDanish, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msDanish, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msDanish, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msDanish, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msDanish, IEMSG_Previous, 'Previous'); IESetTranslationWord(msDanish, IEMSG_Next, 'Next'); IESetTranslationWord(msDanish, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msDanish, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msDanish, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msDanish, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msDanish, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msDanish, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msDanish, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msDanish, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msDanish, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msDanish, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msDanish, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msDanish, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msDanish, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msDanish, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msDanish, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msDanish, IEMsg_Copy, 'Copy'); IESetTranslationWord(msDanish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msDanish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msDanish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msDanish, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msDanish, IEMsg_Cut, 'Cut'); IESetTranslationWord(msDanish, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msDanish, IEMsg_Delete, 'Delete'); IESetTranslationWord(msDanish, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msDanish, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msDanish, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msDanish, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msDanish, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msDanish, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msDanish, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msDanish, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msDanish, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msDanish, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msDanish, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msDanish, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msDanish, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msDanish, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msDanish, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msDanish, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msDanish, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msDanish, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msDanish, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msDanish, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msDanish, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msDanish, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msDanish, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msDanish, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msDanish, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msDanish, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msDanish, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msDanish, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msDanish, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msDanish, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msDanish, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msDanish, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msDanish, IEMsg_Negative, 'Negative'); IESetTranslationWord(msDanish, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msDanish, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msDanish, IEMsg_Paste, 'Paste'); IESetTranslationWord(msDanish, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msDanish, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msDanish, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msDanish, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msDanish, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msDanish, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msDanish, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msDanish, IEMsg_Redo, 'Redo'); IESetTranslationWord(msDanish, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msDanish, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msDanish, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msDanish, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msDanish, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msDanish, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msDanish, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msDanish, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msDanish, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msDanish, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msDanish, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msDanish, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msDanish, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msDanish, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msDanish, IEMsg_Select, 'Select'); IESetTranslationWord(msDanish, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msDanish, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msDanish, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msDanish, IEMsg_Undo, 'Undo'); IESetTranslationWord(msDanish, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msDanish, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msDanish, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msDanish, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msDanish, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msDanish, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msDanish, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msDanish, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msDanish, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msDanish, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msDanish, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msDanish, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msDanish, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msDanish, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msDanish, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msDanish, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msDanish, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msDanish, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msDanish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msDanish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msDanish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msDanish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msDanish, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msDanish, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msDanish, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msDanish, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msDanish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msDanish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msDanish, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msDanish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msDanish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msDanish, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msDanish, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msDanish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msDanish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msDanish, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msDanish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msDanish, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msDanish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msDanish, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msDanish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msDanish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msDanish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msDanish, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msDanish, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msDanish, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msDanish, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msDanish, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msDanish, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msDanish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msDanish, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msDanish, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msDanish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msDanish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msDanish, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msDanish, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msDanish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msDanish, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msDanish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msDanish, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msDanish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msDanish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msDanish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msDanish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msDanish, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msDanish, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msDanish, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msDanish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msDanish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msDanish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msDanish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msDanish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msDanish, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msDanish, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msDanish, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msDanish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msDanish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msDanish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msDanish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msDanish, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msDanish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msDanish, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msDanish, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msDanish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msDanish, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msDanish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msDanish, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msDanish, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msDanish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msDanish, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msDanish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msDanish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msDanish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msDanish, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msDanish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msDanish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msDanish, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msDanish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msDanish, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msDanish, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msDanish, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msDanish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msDanish, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msDanish, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msDanish, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msDanish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msDanish, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msDanish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msDanish, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msDanish, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msDanish, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msDanish, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msDanish, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msDanish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msDanish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msDanish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msDanish, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msDanish, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msDanish, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msDanish, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msDanish, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msDanish, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msDanish, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msDanish, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msDanish, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msDanish, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msDanish, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msDanish, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msDanish, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msDanish, IEMSG_NEW, 'New'); IESetTranslationWord(msDanish, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msDanish, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msDanish, IEMSG_Folder , 'Folder'); IESetTranslationWord(msDanish, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msDanish, IEMSG_Type , 'Type'); IESetTranslationWord(msDanish, IEMSG_Created , 'Created'); IESetTranslationWord(msDanish, IEMSG_Modified , 'Modified'); IESetTranslationWord(msDanish, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msDanish, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msDanish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msDanish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msDanish, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msDanish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msDanish, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msDanish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msDanish, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msDanish, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msDanish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msDanish, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msDanish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msDanish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msDanish, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msDanish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msDanish, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msDanish, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msDanish, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msDanish, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msDanish, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msDanish, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msDanish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msDanish, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msDanish, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msDanish, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msDanish, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msDanish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msDanish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msDanish, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msDanish, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msDanish, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msDanish, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msDanish, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msDanish, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msDanish, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msDanish, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msDanish, IEMsg_General , 'General' ); IESetTranslationWord(msDanish, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msDanish, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msDanish, IEMsg_Range , 'Range' ); IESetTranslationWord(msDanish, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msDanish, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msDanish, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msDanish, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msDanish, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msDanish, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msDanish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msDanish, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msDanish, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msDanish, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msDanish, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msDanish, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msDanish, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msDanish, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msDanish, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msDanish, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msDanish, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msDanish, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msDanish, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msDanish, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msDanish, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msDanish, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msDanish, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msDanish, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msDanish, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msDanish, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msDanish, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msDanish, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msDanish, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msDanish, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msDanish, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msDanish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msDanish, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msDanish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msDanish, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msDanish, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msDanish, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msDanish, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msDanish, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msDanish, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msDanish, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msDanish, IEMsg_Path , 'Path' ); IESetTranslationWord(msDanish, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msDanish, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msDanish, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msDanish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msDanish, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msDanish, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msDanish, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msDanish, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msDanish, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msDanish, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msDanish, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msDanish, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msDanish, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msDanish, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msDanish, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msDanish, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msDanish, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msDanish, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msDanish, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msDanish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msDanish, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msDanish, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msDanish, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msDanish, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msDanish, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msDanish, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msDanish, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msDanish, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msDanish, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msDanish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msDanish, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msDanish, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msDanish, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msDanish, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msDanish, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msDanish, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msDanish, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msDanish, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msDanish, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msDanish, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msDanish, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msDanish, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msDanish, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msDanish, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msDanish, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msDanish, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msDanish, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msDanish, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msDanish, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msDanish, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msDanish, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msDanish, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msDanish, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msDanish, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msDanish, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msDanish, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msDanish, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msDanish, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msDanish, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msDanish, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msDanish, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msDanish, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msDanish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msDanish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msDanish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msDanish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msDanish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msDanish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msDanish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msDanish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msDanish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msDanish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msDanish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msDanish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msDanish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msDanish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msDanish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msDanish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msDanish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msDanish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msDanish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msDanish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msDanish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msDanish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msDanish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msDanish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msDanish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msDanish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msDanish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msDanish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msDanish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msDanish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msDanish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msDanish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msDanish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msDanish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msDanish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msDanish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msDanish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msDanish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msDanish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msDanish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msDanish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msDanish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msDanish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msDanish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msDanish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msDanish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msDanish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msDanish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msDanish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msDanish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msDanish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msDanish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msDanish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msDanish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msDanish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msDanish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msDanish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msDanish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msDanish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msDanish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msDanish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msDanish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msDanish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msDanish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msDanish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msDanish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msDanish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msDanish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msDanish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msDanish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msDanish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msDanish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msDanish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msDanish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msDanish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msDanish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msDanish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msDanish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msDanish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msDanish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msDanish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msDanish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msDanish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msDanish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msDanish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Turkish; begin {$IFDEF IESUPPORTTURKISH} IESetTranslationWord(msTurkish, IEMSG_PREVIEW, 'Önizleme'); IESetTranslationWord(msTurkish, IEMSG_SOURCE, 'Orjinal'); IESetTranslationWord(msTurkish, IEMSG_RESULT, 'Sonuç'); IESetTranslationWord(msTurkish, IEMSG_OK, 'Tamam'); IESetTranslationWord(msTurkish, IEMSG_CANCEL, 'Ýptal'); IESetTranslationWord(msTurkish, IEMSG_LOCKPREVIEW, 'Önizleme kilidi'); IESetTranslationWord(msTurkish, IEMSG_COPYRESULTTOSOURCE, 'Sonucu Orjinale Kopyala'); IESetTranslationWord(msTurkish, IEMSG_CONTRAST, 'Karþýtlýk'); IESetTranslationWord(msTurkish, IEMSG_BRIGHTNESS, 'Parlaklýk'); IESetTranslationWord(msTurkish, IEMSG_HUE, 'Renk Tonu'); IESetTranslationWord(msTurkish, IEMSG_SATURATION, 'Doygunluk'); IESetTranslationWord(msTurkish, IEMSG_VALUE, 'Deðer'); IESetTranslationWord(msTurkish, IEMSG_BASECOLOR, 'Temel renk'); IESetTranslationWord(msTurkish, IEMSG_NEWCOLOR, 'Yeni renk'); IESetTranslationWord(msTurkish, IEMSG_LUMINOSITY, 'Aydýnlýk'); IESetTranslationWord(msTurkish, IEMSG_RED, 'Kýrmýzý'); IESetTranslationWord(msTurkish, IEMSG_GREEN, 'Yeþil'); IESetTranslationWord(msTurkish, IEMSG_BLUE, 'Mavi'); IESetTranslationWord(msTurkish, IEMSG_FILTERVALUES, 'Filtre deðerleri'); IESetTranslationWord(msTurkish, IEMSG_PRESETS, 'Ön ayarlar'); IESetTranslationWord(msTurkish, IEMSG_DIVISOR, 'Bölük'); IESetTranslationWord(msTurkish, IEMSG_LOAD, 'Yükle'); IESetTranslationWord(msTurkish, IEMSG_SAVE, 'Kaydet'); IESetTranslationWord(msTurkish, IEMSG_EQUALIZATION, 'Eþitleme'); IESetTranslationWord(msTurkish, IEMSG_THRESHOLD, 'Basamak'); IESetTranslationWord(msTurkish, IEMSG_EQUALIZE, 'Eþitle'); IESetTranslationWord(msTurkish, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msTurkish, IEMSG_GRAY, 'Gri'); IESetTranslationWord(msTurkish, IEMSG_LIGHT, 'Açýk'); IESetTranslationWord(msTurkish, IEMSG_LEFT, 'Sol'); IESetTranslationWord(msTurkish, IEMSG_TOP, 'Üst'); IESetTranslationWord(msTurkish, IEMSG_WIDTH, 'Geniþlik'); IESetTranslationWord(msTurkish, IEMSG_HEIGHT, 'Yükseklik'); IESetTranslationWord(msTurkish, IEMSG_COLOR, 'Renk'); IESetTranslationWord(msTurkish, IEMSG_SOURCEIMAGEQUANTITY, 'Orjinal imaj miktarý'); IESetTranslationWord(msTurkish, IEMSG_LENS, 'Lens'); IESetTranslationWord(msTurkish, IEMSG_REFRACTION, 'Kýrýlma'); IESetTranslationWord(msTurkish, IEMSG_PARAMETERSPREVIEW, 'Parametreler Önizlemesi'); IESetTranslationWord(msTurkish, IEMSG_QUALITY, 'Kalite'); IESetTranslationWord(msTurkish, IEMSG_DCTMETHOD, 'DCT metodu'); IESetTranslationWord(msTurkish, IEMSG_SMOOTHINGFACTOR, 'Düzleþtirme faktörü'); IESetTranslationWord(msTurkish, IEMSG_GRAYSCALE, 'Siyah Beyaz'); IESetTranslationWord(msTurkish, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msTurkish, IEMSG_ORIGINALSIZE, 'Orjinal ebat'); IESetTranslationWord(msTurkish, IEMSG_COMPRESSEDSIZE, 'Sýkýþtýrýlmýþ ebat'); IESetTranslationWord(msTurkish, IEMSG_ADVANCED, 'Geliþmiþ'); IESetTranslationWord(msTurkish, IEMSG_PROGRESSIVE, 'Aþamalý'); IESetTranslationWord(msTurkish, IEMSG_COMPRESSION, 'Sýkýþtýrma'); IESetTranslationWord(msTurkish, IEMSG_IMAGEINDEX, 'Ýmaj kataloðu'); IESetTranslationWord(msTurkish, IEMSG_PHOTOMETRIC, 'Fotometrik'); IESetTranslationWord(msTurkish, IEMSG_SCANNDEDDOCUMENTINFO, 'Gözlemlenen doküman bilgisi'); IESetTranslationWord(msTurkish, IEMSG_NAME, 'Ýsim'); IESetTranslationWord(msTurkish, IEMSG_DESCRIPTION, 'Açýklama'); IESetTranslationWord(msTurkish, IEMSG_PAGENAME, 'Sayfa ismi'); IESetTranslationWord(msTurkish, IEMSG_PAGENUMBER, 'Sayfa numarasý'); IESetTranslationWord(msTurkish, IEMSG_OF, 'nýn'); IESetTranslationWord(msTurkish, IEMSG_HORIZPOSITIONINCH, 'Yatay Pozisyon (inç)'); IESetTranslationWord(msTurkish, IEMSG_VERTPOSITIONINCH, 'Dikey Pozisyon (inç)'); IESetTranslationWord(msTurkish, IEMSG_COLORS, 'Renkler'); IESetTranslationWord(msTurkish, IEMSG_TRANSPARENT, 'Þeffaf'); IESetTranslationWord(msTurkish, IEMSG_TRANSPARENTCOLOR, 'Þeffaf renk'); IESetTranslationWord(msTurkish, IEMSG_INTERLACED, 'Birleþtirildi'); IESetTranslationWord(msTurkish, IEMSG_BACKGROUND, 'Arkaplan'); IESetTranslationWord(msTurkish, IEMSG_HORIZPOSITION, 'Yatay Posizyon'); IESetTranslationWord(msTurkish, IEMSG_VERTPOSITION, 'Diker Pozisyon'); IESetTranslationWord(msTurkish, IEMSG_DELAYTIME, 'Gecikme zamaný'); IESetTranslationWord(msTurkish, IEMSG_FILTER, 'Filtre'); IESetTranslationWord(msTurkish, IEMSG_WAVE, 'Dalga'); IESetTranslationWord(msTurkish, IEMSG_AMPLITUDE, 'Büyüklük'); IESetTranslationWord(msTurkish, IEMSG_WAVELENGTH, 'Dalga boyu'); IESetTranslationWord(msTurkish, IEMSG_PHASE, 'Aþama'); IESetTranslationWord(msTurkish, IEMSG_REFLECTIVE, 'Yansýtýcý'); IESetTranslationWord(msTurkish, IEMSG_USERFILTER, 'Kullanýcý filtresi'); IESetTranslationWord(msTurkish, IEMSG_MORPHFILTER, 'Yuvarlama filtreleri'); IESetTranslationWord(msTurkish, IEMSG_WINDOWSIZE, 'Pencere ebadý'); IESetTranslationWord(msTurkish, IEMSG_MAXIMUM, 'Maksimum'); IESetTranslationWord(msTurkish, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msTurkish, IEMSG_OPEN, 'Açma'); IESetTranslationWord(msTurkish, IEMSG_CLOSE, 'Kapama'); IESetTranslationWord(msTurkish, IEMSG_ROTATE, 'Döndürme'); IESetTranslationWord(msTurkish, IEMSG_FLIP, 'Çevirme'); IESetTranslationWord(msTurkish, IEMSG_FLIPHOR, 'Yatay'); IESetTranslationWord(msTurkish, IEMSG_FLIPVER, 'Dikey'); IESetTranslationWord(msTurkish, IEMSG_FREQUENCYDOMAINIMAGE, 'Sýklýk bölgesi imajý'); IESetTranslationWord(msTurkish, IEMSG_SELECTTHEREGIONTOCLEAR, 'Temizlenecek bölgeyi seç'); IESetTranslationWord(msTurkish, IEMSG_CLEAR, 'Temizle'); IESetTranslationWord(msTurkish, IEMSG_RESET, 'Sýfýrla'); IESetTranslationWord(msTurkish, IEMSG_ANIMATE, 'Canlandýr'); IESetTranslationWord(msTurkish, IEMSG_LOADFILTER, 'Filtre yükle'); IESetTranslationWord(msTurkish, IEMSG_SAVEFILTER, 'Filtre kaydet'); IESetTranslationWord(msTurkish, IEMSG_BUMPMAP, 'Tampon haritasý'); IESetTranslationWord(msTurkish, IEMSG_PRINT, 'Yazdýr'); IESetTranslationWord(msTurkish, IEMSG_MARGINS, 'Kenarlar'); IESetTranslationWord(msTurkish, IEMSG_INCHES, 'inçler'); IESetTranslationWord(msTurkish, IEMSG_RIGHT, 'Sað'); IESetTranslationWord(msTurkish, IEMSG_BOTTOM, 'Alt'); IESetTranslationWord(msTurkish, IEMSG_POSITION, 'Pozisyon'); IESetTranslationWord(msTurkish, IEMSG_SIZE, 'Ebat'); IESetTranslationWord(msTurkish, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msTurkish, IEMSG_FITTOPAGE, 'Sayfaya sýðdýr'); IESetTranslationWord(msTurkish, IEMSG_STRETCHTOPAGE, 'Sayfaya ger'); IESetTranslationWord(msTurkish, IEMSG_SPECIFIEDSIZE, 'Belirlenmiþ ebat'); IESetTranslationWord(msTurkish, IEMSG_GAMMACORRECTION, 'Gama düzeltme'); IESetTranslationWord(msTurkish, IEMSG_VALUE2, 'Deðer'); IESetTranslationWord(msTurkish, IEMSG_PRINTSETUP, 'Yazdýrma Ayarý'); IESetTranslationWord(msTurkish, IEMSG_LEFTMARGIN, 'Sol Kenar'); IESetTranslationWord(msTurkish, IEMSG_TOPMARGIN, 'Üst Kenar'); IESetTranslationWord(msTurkish, IEMSG_RIGHTMARGIN, 'Sað Kenar'); IESetTranslationWord(msTurkish, IEMSG_BOTTOMMARGIN, 'Alt Kenar'); IESetTranslationWord(msTurkish, IEMSG_LOCATIONSIZE, 'Mevki/ebat'); IESetTranslationWord(msTurkish, IEMSG_TOPLEFT, 'Sol Üst'); IESetTranslationWord(msTurkish, IEMSG_TOPCENTER, 'Üst Merken'); IESetTranslationWord(msTurkish, IEMSG_TOPRIGHT, 'Sað Üst'); IESetTranslationWord(msTurkish, IEMSG_CENTERLEFT, 'Sol Merkez'); IESetTranslationWord(msTurkish, IEMSG_CENTER, 'Merkez'); IESetTranslationWord(msTurkish, IEMSG_CENTERRIGHT, 'Sað Merkez'); IESetTranslationWord(msTurkish, IEMSG_BOTTOMLEFT, 'Sol Alt'); IESetTranslationWord(msTurkish, IEMSG_BOTTOMCENTER, 'Alt Merkaz'); IESetTranslationWord(msTurkish, IEMSG_BOTTOMRIGHT, 'Sað Alt'); IESetTranslationWord(msTurkish, IEMSG_CLOSE2, 'Kapat'); IESetTranslationWord(msTurkish, IEMSG_APPLY, 'Uygula'); IESetTranslationWord(msTurkish, IEMSG_MEASUREUNITS, 'Ölçü Birimleri'); IESetTranslationWord(msTurkish, IEMSG_UNITS, 'Birimler'); IESetTranslationWord(msTurkish, IEMSG_RATE, 'Oran'); IESetTranslationWord(msTurkish, IEMSG_ALLGRAPHICS, 'Bütün grafikler'); IESetTranslationWord(msTurkish, IEMSG_VIDEOFORWINDOWS, 'Windows Ýçin Video'); IESetTranslationword(msTurkish, IEMSG_FILE, 'Dosya'); IESetTranslationword(msTurkish, IEMSG_MEM, 'Hafýza'); // Hafýza IESetTranslationWord(msTurkish, IEMSG_LOCKPREVIEWHINT, 'Seçtiðiniz deðiþikliklerle önizlemeyi otomatik olarak günceller'); IESetTranslationword(msTurkish, IEMSG_PRINTALL, 'Hepsini Yazdýr'); IESetTranslationword(msTurkish, IEMSG_PRINTSELECTED, 'Seçileni Yazdýr'); IESetTranslationWord(msTurkish, IEMSG_ALLCOMMONGRAPHICFILES, 'Genel Grafik Dosyalarý'); IESetTranslationWord(msTurkish, IEMSG_ALLFILES, 'Bütün Dosyalar'); IESetTranslationWord(msTurkish, IEMSG_HSV, 'HSV (Renk Uzayý)'); IESetTranslationWord(msTurkish, IEMSG_HSL, 'HSL (Renk Uzayý)'); IESetTranslationWord(msTurkish, IEMSG_RGB, 'RGB (Renk Modeli)'); IESetTranslationWord(msTurkish, IEMSG_FFT, 'FFT (Algoritmik)'); IESetTranslationWord(msTurkish, IEMSG_SHARPEN, 'Keskinlik'); IESetTranslationWord(msTurkish, IEMSG_CHANNELS, 'Kanallar'); IESetTranslationWord(msTurkish, IEMSG_PIXELS, 'Piksel'); IESetTranslationWord(msTurkish, IEMSG_FRAMES, 'Çerçeveler'); IESetTranslationWord(msTurkish, IEMSG_BIT, 'Bit'); IESetTranslationWord(msTurkish, IEMSG_BYTE, 'Bayt'); IESetTranslationWord(msTurkish, IEMSG_DPI, 'Dpi'); IESetTranslationWord(msTurkish, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msTurkish, IEMSG_FIT, 'Sigdir'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msTurkish, IEMSG_OTHER, 'Other'); IESetTranslationWord(msTurkish, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msTurkish, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msTurkish, IEMSG_STYLE, 'Style'); IESetTranslationWord(msTurkish, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msTurkish, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msTurkish, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msTurkish, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msTurkish, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msTurkish, IEMSG_Previous, 'Previous'); IESetTranslationWord(msTurkish, IEMSG_Next, 'Next'); IESetTranslationWord(msTurkish, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msTurkish, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msTurkish, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msTurkish, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msTurkish, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msTurkish, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msTurkish, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msTurkish, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msTurkish, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msTurkish, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msTurkish, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msTurkish, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msTurkish, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msTurkish, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msTurkish, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msTurkish, IEMsg_Copy, 'Copy'); IESetTranslationWord(msTurkish, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msTurkish, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msTurkish, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msTurkish, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msTurkish, IEMsg_Cut, 'Cut'); IESetTranslationWord(msTurkish, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msTurkish, IEMsg_Delete, 'Delete'); IESetTranslationWord(msTurkish, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msTurkish, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msTurkish, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msTurkish, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msTurkish, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msTurkish, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msTurkish, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msTurkish, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msTurkish, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msTurkish, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msTurkish, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msTurkish, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msTurkish, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msTurkish, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msTurkish, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msTurkish, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msTurkish, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msTurkish, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msTurkish, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msTurkish, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msTurkish, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msTurkish, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msTurkish, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msTurkish, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msTurkish, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msTurkish, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msTurkish, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msTurkish, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msTurkish, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msTurkish, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msTurkish, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msTurkish, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msTurkish, IEMsg_Negative, 'Negative'); IESetTranslationWord(msTurkish, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msTurkish, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msTurkish, IEMsg_Paste, 'Paste'); IESetTranslationWord(msTurkish, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msTurkish, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msTurkish, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msTurkish, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msTurkish, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msTurkish, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msTurkish, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msTurkish, IEMsg_Redo, 'Redo'); IESetTranslationWord(msTurkish, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msTurkish, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msTurkish, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msTurkish, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msTurkish, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msTurkish, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msTurkish, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msTurkish, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msTurkish, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msTurkish, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msTurkish, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msTurkish, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msTurkish, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msTurkish, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msTurkish, IEMsg_Select, 'Select'); IESetTranslationWord(msTurkish, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msTurkish, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msTurkish, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msTurkish, IEMsg_Undo, 'Undo'); IESetTranslationWord(msTurkish, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msTurkish, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msTurkish, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msTurkish, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msTurkish, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msTurkish, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msTurkish, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msTurkish, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msTurkish, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msTurkish, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msTurkish, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msTurkish, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msTurkish, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msTurkish, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msTurkish, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msTurkish, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msTurkish, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msTurkish, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msTurkish, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msTurkish, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msTurkish, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msTurkish, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msTurkish, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msTurkish, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msTurkish, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msTurkish, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msTurkish, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msTurkish, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msTurkish, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msTurkish, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msTurkish, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msTurkish, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msTurkish, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msTurkish, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msTurkish, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msTurkish, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msTurkish, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msTurkish, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msTurkish, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msTurkish, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msTurkish, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msTurkish, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msTurkish, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msTurkish, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msTurkish, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msTurkish, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msTurkish, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msTurkish, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msTurkish, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msTurkish, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msTurkish, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msTurkish, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msTurkish, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msTurkish, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msTurkish, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msTurkish, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msTurkish, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msTurkish, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msTurkish, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msTurkish, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msTurkish, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msTurkish, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msTurkish, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msTurkish, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msTurkish, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msTurkish, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msTurkish, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msTurkish, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msTurkish, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msTurkish, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msTurkish, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msTurkish, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msTurkish, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msTurkish, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msTurkish, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msTurkish, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msTurkish, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msTurkish, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msTurkish, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msTurkish, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msTurkish, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msTurkish, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msTurkish, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msTurkish, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msTurkish, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msTurkish, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msTurkish, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msTurkish, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msTurkish, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msTurkish, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msTurkish, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msTurkish, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msTurkish, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msTurkish, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msTurkish, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msTurkish, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msTurkish, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msTurkish, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msTurkish, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msTurkish, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msTurkish, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msTurkish, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msTurkish, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msTurkish, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msTurkish, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msTurkish, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msTurkish, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msTurkish, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msTurkish, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msTurkish, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msTurkish, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msTurkish, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msTurkish, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msTurkish, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msTurkish, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msTurkish, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msTurkish, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msTurkish, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msTurkish, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msTurkish, IEMSG_NEW, 'New'); IESetTranslationWord(msTurkish, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msTurkish, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msTurkish, IEMSG_Folder , 'Folder'); IESetTranslationWord(msTurkish, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msTurkish, IEMSG_Type , 'Type'); IESetTranslationWord(msTurkish, IEMSG_Created , 'Created'); IESetTranslationWord(msTurkish, IEMSG_Modified , 'Modified'); IESetTranslationWord(msTurkish, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msTurkish, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msTurkish, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msTurkish, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msTurkish, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msTurkish, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msTurkish, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msTurkish, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msTurkish, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msTurkish, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msTurkish, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msTurkish, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msTurkish, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msTurkish, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msTurkish, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msTurkish, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msTurkish, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msTurkish, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msTurkish, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msTurkish, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msTurkish, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msTurkish, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msTurkish, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msTurkish, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msTurkish, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msTurkish, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msTurkish, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msTurkish, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msTurkish, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msTurkish, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msTurkish, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msTurkish, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msTurkish, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msTurkish, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msTurkish, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msTurkish, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msTurkish, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msTurkish, IEMsg_General , 'General' ); IESetTranslationWord(msTurkish, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msTurkish, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msTurkish, IEMsg_Range , 'Range' ); IESetTranslationWord(msTurkish, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msTurkish, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msTurkish, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msTurkish, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msTurkish, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msTurkish, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msTurkish, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msTurkish, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msTurkish, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msTurkish, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msTurkish, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msTurkish, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msTurkish, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msTurkish, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msTurkish, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msTurkish, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msTurkish, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msTurkish, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msTurkish, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msTurkish, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msTurkish, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msTurkish, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msTurkish, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msTurkish, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msTurkish, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msTurkish, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msTurkish, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msTurkish, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msTurkish, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msTurkish, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msTurkish, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msTurkish, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msTurkish, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msTurkish, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msTurkish, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msTurkish, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msTurkish, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msTurkish, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msTurkish, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msTurkish, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msTurkish, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msTurkish, IEMsg_Path , 'Path' ); IESetTranslationWord(msTurkish, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msTurkish, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msTurkish, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msTurkish, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msTurkish, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msTurkish, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msTurkish, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msTurkish, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msTurkish, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msTurkish, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msTurkish, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msTurkish, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msTurkish, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msTurkish, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msTurkish, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msTurkish, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msTurkish, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msTurkish, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msTurkish, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msTurkish, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msTurkish, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msTurkish, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msTurkish, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msTurkish, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msTurkish, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msTurkish, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msTurkish, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msTurkish, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msTurkish, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msTurkish, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msTurkish, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msTurkish, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msTurkish, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msTurkish, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msTurkish, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msTurkish, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msTurkish, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msTurkish, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msTurkish, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msTurkish, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msTurkish, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msTurkish, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msTurkish, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msTurkish, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msTurkish, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msTurkish, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msTurkish, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msTurkish, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msTurkish, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msTurkish, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msTurkish, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msTurkish, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msTurkish, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msTurkish, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msTurkish, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msTurkish, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msTurkish, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msTurkish, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msTurkish, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msTurkish, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msTurkish, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msTurkish, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msTurkish, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msTurkish, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msTurkish, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msTurkish, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msTurkish, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msTurkish, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msTurkish, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msTurkish, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msTurkish, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msTurkish, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msTurkish, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msTurkish, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msTurkish, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msTurkish, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msTurkish, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msTurkish, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msTurkish, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msTurkish, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msTurkish, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msTurkish, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msTurkish, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msTurkish, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msTurkish, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msTurkish, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msTurkish, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msTurkish, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msTurkish, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msTurkish, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msTurkish, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msTurkish, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msTurkish, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msTurkish, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msTurkish, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msTurkish, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msTurkish, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msTurkish, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msTurkish, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msTurkish, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msTurkish, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msTurkish, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msTurkish, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msTurkish, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msTurkish, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msTurkish, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msTurkish, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msTurkish, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msTurkish, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msTurkish, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msTurkish, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msTurkish, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msTurkish, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msTurkish, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msTurkish, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msTurkish, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msTurkish, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msTurkish, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msTurkish, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msTurkish, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msTurkish, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msTurkish, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msTurkish, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msTurkish, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msTurkish, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msTurkish, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msTurkish, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msTurkish, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msTurkish, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msTurkish, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msTurkish, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msTurkish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msTurkish, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msTurkish, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msTurkish, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msTurkish, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msTurkish, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msTurkish, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msTurkish, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msTurkish, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msTurkish, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msTurkish, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Korean; begin /////// msKorean {$IFDEF IESUPPORTKOREAN} IESetTranslationWord(msKorean, IEMSG_PREVIEW, '¹Ì¸®º¸±â'); IESetTranslationWord(msKorean, IEMSG_SOURCE, '¿øº»'); IESetTranslationWord(msKorean, IEMSG_RESULT, '°á°ú'); IESetTranslationWord(msKorean, IEMSG_OK, 'È®ÀÎ'); IESetTranslationWord(msKorean, IEMSG_CANCEL, 'Ãë¼Ò'); IESetTranslationWord(msKorean, IEMSG_LOCKPREVIEW, '¹Ì¸®º¸±â Àá±Ý'); IESetTranslationWord(msKorean, IEMSG_COPYRESULTTOSOURCE, 'µ¤¾î¾²±â'); IESetTranslationWord(msKorean, IEMSG_CONTRAST, '´ëÁ¶'); IESetTranslationWord(msKorean, IEMSG_BRIGHTNESS, '¼±¸í'); IESetTranslationWord(msKorean, IEMSG_HUE, '»öÁ¶'); IESetTranslationWord(msKorean, IEMSG_SATURATION, 'äµµ'); IESetTranslationWord(msKorean, IEMSG_VALUE, '°ª'); IESetTranslationWord(msKorean, IEMSG_BASECOLOR, '±âº» »ö»ó'); IESetTranslationWord(msKorean, IEMSG_NEWCOLOR, '½Å±Ô »ö»ó'); IESetTranslationWord(msKorean, IEMSG_LUMINOSITY, '¹à±â'); IESetTranslationWord(msKorean, IEMSG_RED, '»¡°­'); IESetTranslationWord(msKorean, IEMSG_GREEN, '³ì»ö'); IESetTranslationWord(msKorean, IEMSG_BLUE, 'ÆÄ¶û'); IESetTranslationWord(msKorean, IEMSG_FILTERVALUES, 'ÇÊÅÍ °ª'); IESetTranslationWord(msKorean, IEMSG_PRESETS, '»çÀü¼³Á¤'); IESetTranslationWord(msKorean, IEMSG_DIVISOR, '³ª´®¼ö'); IESetTranslationWord(msKorean, IEMSG_LOAD, 'Àбâ'); IESetTranslationWord(msKorean, IEMSG_SAVE, 'ÀúÀå'); IESetTranslationWord(msKorean, IEMSG_EQUALIZATION, '±ÕµîÈ­'); IESetTranslationWord(msKorean, IEMSG_THRESHOLD, 'ÀÓ°è°ª'); IESetTranslationWord(msKorean, IEMSG_EQUALIZE, '±ÕµîºÐ¹è'); IESetTranslationWord(msKorean, IEMSG_HISTOGRAM, '¸·´ë±×·¡ÇÁ'); IESetTranslationWord(msKorean, IEMSG_GRAY, 'ȸ»ö'); IESetTranslationWord(msKorean, IEMSG_LIGHT, '±¤ÈÖ'); IESetTranslationWord(msKorean, IEMSG_LEFT, '¿ÞÂÊ'); IESetTranslationWord(msKorean, IEMSG_TOP, 'À§'); IESetTranslationWord(msKorean, IEMSG_WIDTH, '³ÐÀÌ'); IESetTranslationWord(msKorean, IEMSG_HEIGHT, '³ôÀÌ'); IESetTranslationWord(msKorean, IEMSG_COLOR, '»ö»ó'); IESetTranslationWord(msKorean, IEMSG_SOURCEIMAGEQUANTITY, '¿øº» À̹ÌÁö ¼ö'); IESetTranslationWord(msKorean, IEMSG_LENS, '·»Áî'); IESetTranslationWord(msKorean, IEMSG_REFRACTION, '±¼Àý'); IESetTranslationWord(msKorean, IEMSG_PARAMETERSPREVIEW, '¸Å°³º¯¼ö ¹Ì¸®º¸±â'); IESetTranslationWord(msKorean, IEMSG_QUALITY, 'ǰÁú'); IESetTranslationWord(msKorean, IEMSG_DCTMETHOD, 'DCT ¹æ½Ä'); IESetTranslationWord(msKorean, IEMSG_SMOOTHINGFACTOR, '½º¹«½º °ª'); IESetTranslationWord(msKorean, IEMSG_GRAYSCALE, 'ȸ»ö ôµµ'); IESetTranslationWord(msKorean, IEMSG_OPTIMALHUFFMAN, 'ÃÖÀû È£ÇÁ¸¸'); IESetTranslationWord(msKorean, IEMSG_ORIGINALSIZE, '¿øº» Å©±â'); IESetTranslationWord(msKorean, IEMSG_COMPRESSEDSIZE, '¾ÐÃà Å©±â'); IESetTranslationWord(msKorean, IEMSG_ADVANCED, '°í±Þ'); IESetTranslationWord(msKorean, IEMSG_PROGRESSIVE, 'ÁøÇà'); IESetTranslationWord(msKorean, IEMSG_COMPRESSION, '¾ÐÃà'); IESetTranslationWord(msKorean, IEMSG_IMAGEINDEX, 'À̹ÌÁö À妽º'); IESetTranslationWord(msKorean, IEMSG_PHOTOMETRIC, '±¤µµÃøÁ¤'); IESetTranslationWord(msKorean, IEMSG_SCANNDEDDOCUMENTINFO, '½ºÄµµÈ ¹®¼­ Á¤º¸'); IESetTranslationWord(msKorean, IEMSG_NAME, '¼º¸í'); IESetTranslationWord(msKorean, IEMSG_DESCRIPTION, '¼³¸í'); IESetTranslationWord(msKorean, IEMSG_PAGENAME, 'ÂÊ À̸§'); IESetTranslationWord(msKorean, IEMSG_PAGENUMBER, 'ÂÊ ¹øÈ£'); IESetTranslationWord(msKorean, IEMSG_OF, 'of'); IESetTranslationWord(msKorean, IEMSG_HORIZPOSITIONINCH, '¼öÆò À§Ä¡(inch)'); IESetTranslationWord(msKorean, IEMSG_VERTPOSITIONINCH, '¼öÁ÷ À§Ä¡(inch)'); IESetTranslationWord(msKorean, IEMSG_COLORS, '»ö»óµé'); IESetTranslationWord(msKorean, IEMSG_TRANSPARENT, 'Åõ¸íµµ'); IESetTranslationWord(msKorean, IEMSG_TRANSPARENTCOLOR, 'Åõ¸í »ö»ó'); IESetTranslationWord(msKorean, IEMSG_INTERLACED, 'ºñ¿ùÁÖ»ç'); IESetTranslationWord(msKorean, IEMSG_BACKGROUND, '¹è°æ'); IESetTranslationWord(msKorean, IEMSG_HORIZPOSITION, '¼öÆò À§Ä¡'); IESetTranslationWord(msKorean, IEMSG_VERTPOSITION, '¼öÁ÷ À§Ä¡'); IESetTranslationWord(msKorean, IEMSG_DELAYTIME, 'Áö¿¬ ½Ã°£'); IESetTranslationWord(msKorean, IEMSG_FILTER, 'ÇÊÅÍ'); IESetTranslationWord(msKorean, IEMSG_WAVE, '¿þÀ̺ê'); IESetTranslationWord(msKorean, IEMSG_AMPLITUDE, 'ÁøÆø'); IESetTranslationWord(msKorean, IEMSG_WAVELENGTH, '¿þÀÌºê ±æÀÌ'); IESetTranslationWord(msKorean, IEMSG_PHASE, 'À§»ó'); IESetTranslationWord(msKorean, IEMSG_REFLECTIVE, 'µÚÁý±â'); IESetTranslationWord(msKorean, IEMSG_USERFILTER, '»ç¿ëÀÚ ÇÊÅÍ'); IESetTranslationWord(msKorean, IEMSG_MORPHFILTER, '¸ðÇÎ ÇÊÅÍ'); IESetTranslationWord(msKorean, IEMSG_WINDOWSIZE, 'â Å©±â'); IESetTranslationWord(msKorean, IEMSG_MAXIMUM, 'ÃÖ´ëÈ­'); IESetTranslationWord(msKorean, IEMSG_MINIMUM, 'ÃÖ¼ÒÈ­'); IESetTranslationWord(msKorean, IEMSG_OPEN, '¿­±â'); IESetTranslationWord(msKorean, IEMSG_CLOSE, '´Ý±â'); IESetTranslationWord(msKorean, IEMSG_ROTATE, 'ȸÀü'); IESetTranslationWord(msKorean, IEMSG_FLIP, 'Çø³'); IESetTranslationWord(msKorean, IEMSG_FLIPHOR, '¼öÆò'); IESetTranslationWord(msKorean, IEMSG_FLIPVER, '¼öÁ÷'); IESetTranslationWord(msKorean, IEMSG_FREQUENCYDOMAINIMAGE, 'À̹ÌÁö Á֯ļö ºÐÆ÷'); IESetTranslationWord(msKorean, IEMSG_SELECTTHEREGIONTOCLEAR, '¼±Åÿµ¿ª Áö¿ì±â'); IESetTranslationWord(msKorean, IEMSG_CLEAR, 'Áö¿ì±â'); IESetTranslationWord(msKorean, IEMSG_RESET, 'Àç¼³Á¤'); IESetTranslationWord(msKorean, IEMSG_ANIMATE, '¾Ö´Ï¸ÞÀÌÆ®'); IESetTranslationWord(msKorean, IEMSG_LOADFILTER, 'ÇÊÅÍ Àбâ'); IESetTranslationWord(msKorean, IEMSG_SAVEFILTER, 'ÇÊÅÍ ÀúÀå'); IESetTranslationWord(msKorean, IEMSG_BUMPMAP, '¹üÇÁ¸Ê'); IESetTranslationWord(msKorean, IEMSG_PRINT, 'Ãâ·Â'); IESetTranslationWord(msKorean, IEMSG_MARGINS, '¿©¹é'); IESetTranslationWord(msKorean, IEMSG_INCHES, 'ÀÎÄ¡'); IESetTranslationWord(msKorean, IEMSG_RIGHT, '¿À¸¥ÂÊ'); IESetTranslationWord(msKorean, IEMSG_BOTTOM, '¹Ù´Ú'); IESetTranslationWord(msKorean, IEMSG_POSITION, 'À§Ä¡'); IESetTranslationWord(msKorean, IEMSG_SIZE, 'Å©±â'); IESetTranslationWord(msKorean, IEMSG_NORMAL, 'º¸Åë'); IESetTranslationWord(msKorean, IEMSG_FITTOPAGE, 'ÂÊ ¸ÂÃã'); IESetTranslationWord(msKorean, IEMSG_STRETCHTOPAGE, 'ÂÊ¿¡ ¸Â°Ô ´Ã¸®±â'); IESetTranslationWord(msKorean, IEMSG_SPECIFIEDSIZE, '¼³Á¤µÈ Å©±â'); IESetTranslationWord(msKorean, IEMSG_GAMMACORRECTION, '°¨¸¶ Á¶Á¤'); IESetTranslationWord(msKorean, IEMSG_VALUE2, '°ª'); IESetTranslationWord(msKorean, IEMSG_PRINTSETUP, 'Ãâ·Â ¼³Á¤'); IESetTranslationWord(msKorean, IEMSG_LEFTMARGIN, '¿ÞÂÊ ¿©¹é'); IESetTranslationWord(msKorean, IEMSG_TOPMARGIN, 'À§ ¿©¹é'); IESetTranslationWord(msKorean, IEMSG_RIGHTMARGIN, '¿À¸¥ÂÊ ¿©¹é'); IESetTranslationWord(msKorean, IEMSG_BOTTOMMARGIN, '¹Ù´Ú ¿©¹é'); IESetTranslationWord(msKorean, IEMSG_LOCATIONSIZE, 'À§Ä¡/Å©±â'); IESetTranslationWord(msKorean, IEMSG_TOPLEFT, '¿ÞÂÊ À§'); IESetTranslationWord(msKorean, IEMSG_TOPCENTER, 'Áß¾Ó À§'); IESetTranslationWord(msKorean, IEMSG_TOPRIGHT, '¿À¸¥ÂÊ À§'); IESetTranslationWord(msKorean, IEMSG_CENTERLEFT, '¿ÞÂÊ Áß¾Ó'); IESetTranslationWord(msKorean, IEMSG_CENTER, 'Á¤ Áß¾Ó'); IESetTranslationWord(msKorean, IEMSG_CENTERRIGHT, '¿À¸¥ÂÊ Áß¾Ó'); IESetTranslationWord(msKorean, IEMSG_BOTTOMLEFT, '¿ÞÂÊ ¾Æ·¡'); IESetTranslationWord(msKorean, IEMSG_BOTTOMCENTER, 'Áß¾Ó ¾Æ·¡'); IESetTranslationWord(msKorean, IEMSG_BOTTOMRIGHT, '¿À¸¥ÂÊ ¾Æ·¡'); IESetTranslationWord(msKorean, IEMSG_CLOSE2, '´Ý±â'); IESetTranslationWord(msKorean, IEMSG_APPLY, 'Àû¿ë'); IESetTranslationWord(msKorean, IEMSG_MEASUREUNITS, 'ÃøÁ¤ ´ÜÀ§'); IESetTranslationWord(msKorean, IEMSG_UNITS, '´ÜÀ§'); IESetTranslationWord(msKorean, IEMSG_RATE, 'ºñÀ²'); IESetTranslationWord(msKorean, IEMSG_ALLGRAPHICS, '¸ðµç À̹ÌÁö'); IESetTranslationWord(msKorean, IEMSG_VIDEOFORWINDOWS, 'À©µµ¿ë ºñµð¿À'); IESetTranslationword(msKorean, IEMSG_FILE, 'ÆÄÀÏ'); IESetTranslationword(msKorean, IEMSG_MEM, '¸Þ¸ð¸®'); // Mem.ory IESetTranslationWord(msKorean, IEMSG_LOCKPREVIEWHINT, '¹Ì¸®º¸±â ÀÚµ¿°»½Å'); IESetTranslationword(msKorean, IEMSG_PRINTALL, '¸ðµÎ Ãâ·Â'); IESetTranslationword(msKorean, IEMSG_PRINTSELECTED, '¼±Åà Ãâ·Â'); IESetTranslationWord(msKorean, IEMSG_ALLCOMMONGRAPHICFILES, 'º¸Åë À̹ÌÁö ÆÄÀÏ'); IESetTranslationWord(msKorean, IEMSG_ALLFILES, '¸ðµç ÆÄÀÏ'); IESetTranslationWord(msKorean, IEMSG_HSV, 'HSV'); IESetTranslationWord(msKorean, IEMSG_HSL, 'HSL'); IESetTranslationWord(msKorean, IEMSG_RGB, 'RGB'); IESetTranslationWord(msKorean, IEMSG_FFT, 'FFT'); IESetTranslationWord(msKorean, IEMSG_SHARPEN, '³¯Ä«·Ó°Ô'); IESetTranslationWord(msKorean, IEMSG_CHANNELS, 'ä³Î'); IESetTranslationWord(msKorean, IEMSG_PIXELS, 'Çȼ¿'); IESetTranslationWord(msKorean, IEMSG_FRAMES, 'ÇÁ·¹ÀÓ'); IESetTranslationWord(msKorean, IEMSG_BIT, 'ºñÆ®'); IESetTranslationWord(msKorean, IEMSG_BYTE, '¹ÙÀÌÆ®'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msKorean, IEMSG_DPI, 'dpi'); IESetTranslationWord(msKorean, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msKorean, IEMSG_FIT, 'Fit'); IESetTranslationWord(msKorean, IEMSG_OTHER, 'Other'); IESetTranslationWord(msKorean, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msKorean, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msKorean, IEMSG_STYLE, 'Style'); IESetTranslationWord(msKorean, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msKorean, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msKorean, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msKorean, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msKorean, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msKorean, IEMSG_Previous, 'Previous'); IESetTranslationWord(msKorean, IEMSG_Next, 'Next'); IESetTranslationWord(msKorean, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msKorean, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msKorean, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msKorean, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msKorean, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msKorean, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msKorean, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msKorean, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msKorean, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msKorean, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msKorean, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msKorean, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msKorean, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msKorean, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msKorean, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msKorean, IEMsg_Copy, 'Copy'); IESetTranslationWord(msKorean, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msKorean, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msKorean, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msKorean, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msKorean, IEMsg_Cut, 'Cut'); IESetTranslationWord(msKorean, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msKorean, IEMsg_Delete, 'Delete'); IESetTranslationWord(msKorean, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msKorean, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msKorean, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msKorean, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msKorean, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msKorean, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msKorean, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msKorean, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msKorean, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msKorean, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msKorean, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msKorean, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msKorean, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msKorean, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msKorean, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msKorean, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msKorean, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msKorean, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msKorean, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msKorean, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msKorean, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msKorean, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msKorean, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msKorean, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msKorean, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msKorean, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msKorean, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msKorean, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msKorean, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msKorean, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msKorean, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msKorean, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msKorean, IEMsg_Negative, 'Negative'); IESetTranslationWord(msKorean, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msKorean, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msKorean, IEMsg_Paste, 'Paste'); IESetTranslationWord(msKorean, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msKorean, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msKorean, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msKorean, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msKorean, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msKorean, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msKorean, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msKorean, IEMsg_Redo, 'Redo'); IESetTranslationWord(msKorean, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msKorean, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msKorean, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msKorean, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msKorean, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msKorean, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msKorean, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msKorean, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msKorean, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msKorean, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msKorean, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msKorean, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msKorean, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msKorean, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msKorean, IEMsg_Select, 'Select'); IESetTranslationWord(msKorean, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msKorean, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msKorean, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msKorean, IEMsg_Undo, 'Undo'); IESetTranslationWord(msKorean, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msKorean, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msKorean, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msKorean, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msKorean, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msKorean, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msKorean, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msKorean, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msKorean, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msKorean, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msKorean, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msKorean, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msKorean, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msKorean, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msKorean, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msKorean, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msKorean, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msKorean, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msKorean, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msKorean, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msKorean, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msKorean, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msKorean, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msKorean, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msKorean, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msKorean, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msKorean, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msKorean, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msKorean, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msKorean, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msKorean, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msKorean, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msKorean, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msKorean, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msKorean, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msKorean, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msKorean, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msKorean, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msKorean, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msKorean, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msKorean, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msKorean, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msKorean, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msKorean, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msKorean, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msKorean, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msKorean, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msKorean, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msKorean, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msKorean, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msKorean, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msKorean, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msKorean, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msKorean, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msKorean, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msKorean, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msKorean, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msKorean, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msKorean, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msKorean, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msKorean, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msKorean, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msKorean, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msKorean, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msKorean, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msKorean, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msKorean, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msKorean, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msKorean, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msKorean, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msKorean, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msKorean, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msKorean, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msKorean, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msKorean, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msKorean, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msKorean, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msKorean, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msKorean, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msKorean, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msKorean, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msKorean, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msKorean, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msKorean, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msKorean, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msKorean, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msKorean, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msKorean, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msKorean, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msKorean, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msKorean, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msKorean, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msKorean, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msKorean, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msKorean, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msKorean, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msKorean, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msKorean, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msKorean, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msKorean, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msKorean, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msKorean, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msKorean, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msKorean, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msKorean, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msKorean, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msKorean, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msKorean, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msKorean, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msKorean, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msKorean, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msKorean, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msKorean, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msKorean, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msKorean, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msKorean, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msKorean, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msKorean, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msKorean, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msKorean, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msKorean, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msKorean, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msKorean, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msKorean, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msKorean, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msKorean, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msKorean, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msKorean, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msKorean, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msKorean, IEMSG_NEW, 'New'); IESetTranslationWord(msKorean, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msKorean, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msKorean, IEMSG_Folder , 'Folder'); IESetTranslationWord(msKorean, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msKorean, IEMSG_Type , 'Type'); IESetTranslationWord(msKorean, IEMSG_Created , 'Created'); IESetTranslationWord(msKorean, IEMSG_Modified , 'Modified'); IESetTranslationWord(msKorean, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msKorean, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msKorean, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msKorean, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msKorean, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msKorean, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msKorean, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msKorean, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msKorean, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msKorean, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msKorean, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msKorean, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msKorean, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msKorean, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msKorean, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msKorean, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msKorean, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msKorean, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msKorean, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msKorean, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msKorean, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msKorean, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msKorean, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msKorean, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msKorean, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msKorean, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msKorean, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msKorean, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msKorean, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msKorean, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msKorean, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msKorean, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msKorean, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msKorean, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msKorean, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msKorean, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msKorean, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msKorean, IEMsg_General , 'General' ); IESetTranslationWord(msKorean, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msKorean, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msKorean, IEMsg_Range , 'Range' ); IESetTranslationWord(msKorean, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msKorean, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msKorean, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msKorean, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msKorean, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msKorean, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msKorean, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msKorean, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msKorean, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msKorean, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msKorean, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msKorean, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msKorean, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msKorean, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msKorean, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msKorean, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msKorean, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msKorean, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msKorean, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msKorean, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msKorean, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msKorean, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msKorean, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msKorean, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msKorean, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msKorean, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msKorean, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msKorean, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msKorean, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msKorean, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msKorean, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msKorean, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msKorean, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msKorean, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msKorean, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msKorean, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msKorean, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msKorean, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msKorean, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msKorean, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msKorean, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msKorean, IEMsg_Path , 'Path' ); IESetTranslationWord(msKorean, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msKorean, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msKorean, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msKorean, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msKorean, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msKorean, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msKorean, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msKorean, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msKorean, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msKorean, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msKorean, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msKorean, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msKorean, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msKorean, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msKorean, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msKorean, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msKorean, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msKorean, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msKorean, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msKorean, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msKorean, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msKorean, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msKorean, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msKorean, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msKorean, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msKorean, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msKorean, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msKorean, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msKorean, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msKorean, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msKorean, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msKorean, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msKorean, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msKorean, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msKorean, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msKorean, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msKorean, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msKorean, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msKorean, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msKorean, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msKorean, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msKorean, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msKorean, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msKorean, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msKorean, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msKorean, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msKorean, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msKorean, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msKorean, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msKorean, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msKorean, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msKorean, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msKorean, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msKorean, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msKorean, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msKorean, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msKorean, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msKorean, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msKorean, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msKorean, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msKorean, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msKorean, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msKorean, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msKorean, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msKorean, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msKorean, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msKorean, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msKorean, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msKorean, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msKorean, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msKorean, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msKorean, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msKorean, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msKorean, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msKorean, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msKorean, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msKorean, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msKorean, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msKorean, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msKorean, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msKorean, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msKorean, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msKorean, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msKorean, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msKorean, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msKorean, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msKorean, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msKorean, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msKorean, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msKorean, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msKorean, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msKorean, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msKorean, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msKorean, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msKorean, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msKorean, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msKorean, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msKorean, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msKorean, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msKorean, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msKorean, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msKorean, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msKorean, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msKorean, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msKorean, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msKorean, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msKorean, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msKorean, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msKorean, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msKorean, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msKorean, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msKorean, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msKorean, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msKorean, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msKorean, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msKorean, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msKorean, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msKorean, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msKorean, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msKorean, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msKorean, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msKorean, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msKorean, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msKorean, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msKorean, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msKorean, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msKorean, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msKorean, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msKorean, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msKorean, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msKorean, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msKorean, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msKorean, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msKorean, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msKorean, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msKorean, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msKorean, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msKorean, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msKorean, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msKorean, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msKorean, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msKorean, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msKorean, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msKorean, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msKorean, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msKorean, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msKorean, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Hungarian; begin /////// msHungarian {$IFDEF IESUPPORTHUNGARIAN} IESetTranslationWord(msHungarian, IEMSG_PREVIEW, 'Elõnézet'); IESetTranslationWord(msHungarian, IEMSG_SOURCE, 'Forrás'); IESetTranslationWord(msHungarian, IEMSG_RESULT, 'Eredmény'); IESetTranslationWord(msHungarian, IEMSG_OK, 'OK'); IESetTranslationWord(msHungarian, IEMSG_CANCEL, 'Mégsem'); IESetTranslationWord(msHungarian, IEMSG_LOCKPREVIEW, 'Elõnézet zárolva'); IESetTranslationWord(msHungarian, IEMSG_COPYRESULTTOSOURCE, 'Erdemény másolása a forrásba'); IESetTranslationWord(msHungarian, IEMSG_CONTRAST, 'Kontraszt'); IESetTranslationWord(msHungarian, IEMSG_BRIGHTNESS, 'Világosság'); IESetTranslationWord(msHungarian, IEMSG_HUE, 'Színárnyalat, '); IESetTranslationWord(msHungarian, IEMSG_SATURATION, 'Szaturáció'); IESetTranslationWord(msHungarian, IEMSG_VALUE, 'Érték'); IESetTranslationWord(msHungarian, IEMSG_BASECOLOR, 'Alapszín'); IESetTranslationWord(msHungarian, IEMSG_NEWCOLOR, 'Új szín'); IESetTranslationWord(msHungarian, IEMSG_LUMINOSITY, 'Fényesség'); IESetTranslationWord(msHungarian, IEMSG_RED, 'Piros'); IESetTranslationWord(msHungarian, IEMSG_GREEN, 'Zöld'); IESetTranslationWord(msHungarian, IEMSG_BLUE, 'Kék'); IESetTranslationWord(msHungarian, IEMSG_FILTERVALUES, 'Szûrõ értékek'); IESetTranslationWord(msHungarian, IEMSG_PRESETS, 'Alap beállítások'); IESetTranslationWord(msHungarian, IEMSG_DIVISOR, 'Osztó'); IESetTranslationWord(msHungarian, IEMSG_LOAD, 'Betöltés'); IESetTranslationWord(msHungarian, IEMSG_SAVE, 'Mentés'); IESetTranslationWord(msHungarian, IEMSG_EQUALIZATION, 'Kiegyenlítés'); IESetTranslationWord(msHungarian, IEMSG_THRESHOLD, 'Küszöb'); IESetTranslationWord(msHungarian, IEMSG_EQUALIZE, 'Kiegyenlít'); IESetTranslationWord(msHungarian, IEMSG_HISTOGRAM, 'Hisztogram'); IESetTranslationWord(msHungarian, IEMSG_GRAY, 'Szürke'); IESetTranslationWord(msHungarian, IEMSG_LIGHT, 'Világosság'); IESetTranslationWord(msHungarian, IEMSG_LEFT, 'Bal'); IESetTranslationWord(msHungarian, IEMSG_TOP, 'Fent'); IESetTranslationWord(msHungarian, IEMSG_WIDTH, 'Szélesség'); IESetTranslationWord(msHungarian, IEMSG_HEIGHT, 'Magasság'); IESetTranslationWord(msHungarian, IEMSG_COLOR, 'Szín'); IESetTranslationWord(msHungarian, IEMSG_SOURCEIMAGEQUANTITY, 'Forrás képek mennyisége'); IESetTranslationWord(msHungarian, IEMSG_LENS, 'Lencse'); IESetTranslationWord(msHungarian, IEMSG_REFRACTION, 'Refrakció'); IESetTranslationWord(msHungarian, IEMSG_PARAMETERSPREVIEW, 'Paraméterek elõnézete'); IESetTranslationWord(msHungarian, IEMSG_QUALITY, 'Minõség'); IESetTranslationWord(msHungarian, IEMSG_DCTMETHOD, 'DCT módszer'); IESetTranslationWord(msHungarian, IEMSG_SMOOTHINGFACTOR, 'Simítási tényezõ'); IESetTranslationWord(msHungarian, IEMSG_GRAYSCALE, 'Szürke árnyalat'); IESetTranslationWord(msHungarian, IEMSG_OPTIMALHUFFMAN, 'Optimális Huffman'); IESetTranslationWord(msHungarian, IEMSG_ORIGINALSIZE, 'Eredeti méret'); IESetTranslationWord(msHungarian, IEMSG_COMPRESSEDSIZE, 'Tömörített méret'); IESetTranslationWord(msHungarian, IEMSG_ADVANCED, 'Haladó'); IESetTranslationWord(msHungarian, IEMSG_PROGRESSIVE, 'Progresszív'); IESetTranslationWord(msHungarian, IEMSG_COMPRESSION, 'Tömörítés'); IESetTranslationWord(msHungarian, IEMSG_IMAGEINDEX, 'Kép sorszám'); IESetTranslationWord(msHungarian, IEMSG_PHOTOMETRIC, 'Fotometrikus'); IESetTranslationWord(msHungarian, IEMSG_SCANNDEDDOCUMENTINFO, 'Szkennelt dokumentum infó'); IESetTranslationWord(msHungarian, IEMSG_NAME, 'Név'); IESetTranslationWord(msHungarian, IEMSG_DESCRIPTION, 'Leírás'); IESetTranslationWord(msHungarian, IEMSG_PAGENAME, 'Oldalnév'); IESetTranslationWord(msHungarian, IEMSG_PAGENUMBER, 'Oldalszám'); IESetTranslationWord(msHungarian, IEMSG_OF, '-ból(bõl)'); IESetTranslationWord(msHungarian, IEMSG_HORIZPOSITIONINCH, 'Vizszintes poz. (inch)'); IESetTranslationWord(msHungarian, IEMSG_VERTPOSITIONINCH, 'Függõleges poz. (inch)'); IESetTranslationWord(msHungarian, IEMSG_COLORS, 'Színek'); IESetTranslationWord(msHungarian, IEMSG_TRANSPARENT, 'Átlátszó'); IESetTranslationWord(msHungarian, IEMSG_TRANSPARENTCOLOR, 'Átlátszósági szín'); IESetTranslationWord(msHungarian, IEMSG_INTERLACED, 'Váltósoros'); IESetTranslationWord(msHungarian, IEMSG_BACKGROUND, 'Háttér'); IESetTranslationWord(msHungarian, IEMSG_HORIZPOSITION, 'Vizszintes poz.'); IESetTranslationWord(msHungarian, IEMSG_VERTPOSITION, 'Függõleges poz.'); IESetTranslationWord(msHungarian, IEMSG_DELAYTIME, 'Késleltetési idõ'); IESetTranslationWord(msHungarian, IEMSG_FILTER, 'Szûrõ'); IESetTranslationWord(msHungarian, IEMSG_WAVE, 'Hullám'); IESetTranslationWord(msHungarian, IEMSG_AMPLITUDE, 'Amplitúdó'); IESetTranslationWord(msHungarian, IEMSG_WAVELENGTH, 'Hullámhossz'); IESetTranslationWord(msHungarian, IEMSG_PHASE, 'Fázis'); IESetTranslationWord(msHungarian, IEMSG_REFLECTIVE, 'Visszatükrözõ'); IESetTranslationWord(msHungarian, IEMSG_USERFILTER, 'Felhaszn. szûrõ'); IESetTranslationWord(msHungarian, IEMSG_MORPHFILTER, 'Morphing szûrõ'); IESetTranslationWord(msHungarian, IEMSG_WINDOWSIZE, 'Ablak méret'); IESetTranslationWord(msHungarian, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msHungarian, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msHungarian, IEMSG_OPEN, 'Megnyitás'); IESetTranslationWord(msHungarian, IEMSG_CLOSE, 'Bezárás'); IESetTranslationWord(msHungarian, IEMSG_ROTATE, 'Forgatás'); IESetTranslationWord(msHungarian, IEMSG_FLIP, 'Flip'); IESetTranslationWord(msHungarian, IEMSG_FLIPHOR, 'Vizszintes'); IESetTranslationWord(msHungarian, IEMSG_FLIPVER, 'Függõleges'); IESetTranslationWord(msHungarian, IEMSG_FREQUENCYDOMAINIMAGE, 'Frekvenciatartomány képe'); IESetTranslationWord(msHungarian, IEMSG_SELECTTHEREGIONTOCLEAR, 'Törlési terület kiválasztása'); IESetTranslationWord(msHungarian, IEMSG_CLEAR, 'Törlés'); IESetTranslationWord(msHungarian, IEMSG_RESET, 'Alap beállítás'); IESetTranslationWord(msHungarian, IEMSG_ANIMATE, 'Animáció'); IESetTranslationWord(msHungarian, IEMSG_LOADFILTER, 'Szûrõ betöltés'); IESetTranslationWord(msHungarian, IEMSG_SAVEFILTER, 'Szûrõ mentés'); IESetTranslationWord(msHungarian, IEMSG_BUMPMAP, 'Bump térkép'); IESetTranslationWord(msHungarian, IEMSG_PRINT, 'Nyomtatás'); IESetTranslationWord(msHungarian, IEMSG_MARGINS, 'Margók'); IESetTranslationWord(msHungarian, IEMSG_INCHES, 'inch'); IESetTranslationWord(msHungarian, IEMSG_RIGHT, 'Jobb'); IESetTranslationWord(msHungarian, IEMSG_BOTTOM, 'Lent'); IESetTranslationWord(msHungarian, IEMSG_POSITION, 'Pozició'); IESetTranslationWord(msHungarian, IEMSG_SIZE, 'Méret'); IESetTranslationWord(msHungarian, IEMSG_NORMAL, 'Normál'); IESetTranslationWord(msHungarian, IEMSG_FITTOPAGE, 'Lapra nagyítás'); IESetTranslationWord(msHungarian, IEMSG_STRETCHTOPAGE, 'Lapra nyújtás'); IESetTranslationWord(msHungarian, IEMSG_SPECIFIEDSIZE, 'Speciális méret'); IESetTranslationWord(msHungarian, IEMSG_GAMMACORRECTION, 'Gamma korrekció'); IESetTranslationWord(msHungarian, IEMSG_VALUE2, 'Érték'); IESetTranslationWord(msHungarian, IEMSG_PRINTSETUP, 'Nyomtató beállítás'); IESetTranslationWord(msHungarian, IEMSG_LEFTMARGIN, 'Bal margó'); IESetTranslationWord(msHungarian, IEMSG_TOPMARGIN, 'Felsõ margó'); IESetTranslationWord(msHungarian, IEMSG_RIGHTMARGIN, 'Jobb margó'); IESetTranslationWord(msHungarian, IEMSG_BOTTOMMARGIN, 'Alsó margó'); IESetTranslationWord(msHungarian, IEMSG_LOCATIONSIZE, 'Hely/méret'); IESetTranslationWord(msHungarian, IEMSG_TOPLEFT, 'Fent balra'); IESetTranslationWord(msHungarian, IEMSG_TOPCENTER, 'Fent középre'); IESetTranslationWord(msHungarian, IEMSG_TOPRIGHT, 'Fent jobbra'); IESetTranslationWord(msHungarian, IEMSG_CENTERLEFT, 'Középen balra'); IESetTranslationWord(msHungarian, IEMSG_CENTER, 'Középen'); IESetTranslationWord(msHungarian, IEMSG_CENTERRIGHT, 'Középen jobbra'); IESetTranslationWord(msHungarian, IEMSG_BOTTOMLEFT, 'Lent balra'); IESetTranslationWord(msHungarian, IEMSG_BOTTOMCENTER, 'Lent középre'); IESetTranslationWord(msHungarian, IEMSG_BOTTOMRIGHT, 'Lent jobbra'); IESetTranslationWord(msHungarian, IEMSG_CLOSE2, 'Bezár'); IESetTranslationWord(msHungarian, IEMSG_APPLY, 'Alkalmaz'); IESetTranslationWord(msHungarian, IEMSG_MEASUREUNITS, 'Mérési egység'); IESetTranslationWord(msHungarian, IEMSG_UNITS, 'Egység'); IESetTranslationWord(msHungarian, IEMSG_RATE, 'Arány'); IESetTranslationWord(msHungarian, IEMSG_ALLGRAPHICS, 'Összes grafika'); IESetTranslationWord(msHungarian, IEMSG_VIDEOFORWINDOWS, 'Windows Videó'); IESetTranslationWord(msHungarian, IEMSG_FILE, 'Fájl'); IESetTranslationWord(msHungarian, IEMSG_MEM, 'Mem.'); // Mem.ory IESetTranslationWord(msHungarian, IEMSG_LOCKPREVIEWHINT, 'A kiválasztott elõnézetének automatikus frissítése'); IESetTranslationWord(msHungarian, IEMSG_PRINTALL, 'Összes nyomtatása'); IESetTranslationWord(msHungarian, IEMSG_PRINTSELECTED, 'Kiválasztott nyomtatása'); IESetTranslationWord(msHungarian, IEMSG_ALLCOMMONGRAPHICFILES, 'Ált. grafikai fájlok'); IESetTranslationWord(msHungarian, IEMSG_ALLFILES, 'Minden fálj'); IESetTranslationWord(msHungarian, IEMSG_HSV, 'HSV'); IESetTranslationWord(msHungarian, IEMSG_HSL, 'HSL'); IESetTranslationWord(msHungarian, IEMSG_RGB, 'RGB'); IESetTranslationWord(msHungarian, IEMSG_FFT, 'FFT'); IESetTranslationWord(msHungarian, IEMSG_SHARPEN, 'Élesítés'); IESetTranslationWord(msHungarian, IEMSG_CHANNELS, 'Csatornák'); IESetTranslationWord(msHungarian, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msHungarian, IEMSG_FRAMES, 'frame(ek)'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msHungarian, IEMSG_BIT, 'bit'); IESetTranslationWord(msHungarian, IEMSG_BYTE, 'byte'); IESetTranslationWord(msHungarian, IEMSG_DPI, 'dpi'); IESetTranslationWord(msHungarian, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msHungarian, IEMSG_FIT, 'Igazít'); IESetTranslationWord(msHungarian, IEMSG_OTHER, 'Other'); IESetTranslationWord(msHungarian, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msHungarian, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msHungarian, IEMSG_STYLE, 'Style'); IESetTranslationWord(msHungarian, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msHungarian, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msHungarian, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msHungarian, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msHungarian, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msHungarian, IEMSG_Previous, 'Previous'); IESetTranslationWord(msHungarian, IEMSG_Next, 'Next'); IESetTranslationWord(msHungarian, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msHungarian, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msHungarian, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msHungarian, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msHungarian, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msHungarian, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msHungarian, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msHungarian, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msHungarian, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msHungarian, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msHungarian, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msHungarian, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msHungarian, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msHungarian, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msHungarian, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msHungarian, IEMsg_Copy, 'Copy'); IESetTranslationWord(msHungarian, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msHungarian, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msHungarian, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msHungarian, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msHungarian, IEMsg_Cut, 'Cut'); IESetTranslationWord(msHungarian, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msHungarian, IEMsg_Delete, 'Delete'); IESetTranslationWord(msHungarian, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msHungarian, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msHungarian, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msHungarian, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msHungarian, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msHungarian, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msHungarian, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msHungarian, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msHungarian, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msHungarian, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msHungarian, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msHungarian, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msHungarian, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msHungarian, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msHungarian, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msHungarian, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msHungarian, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msHungarian, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msHungarian, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msHungarian, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msHungarian, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msHungarian, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msHungarian, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msHungarian, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msHungarian, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msHungarian, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msHungarian, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msHungarian, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msHungarian, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msHungarian, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msHungarian, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msHungarian, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msHungarian, IEMsg_Negative, 'Negative'); IESetTranslationWord(msHungarian, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msHungarian, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msHungarian, IEMsg_Paste, 'Paste'); IESetTranslationWord(msHungarian, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msHungarian, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msHungarian, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msHungarian, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msHungarian, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msHungarian, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msHungarian, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msHungarian, IEMsg_Redo, 'Redo'); IESetTranslationWord(msHungarian, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msHungarian, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msHungarian, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msHungarian, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msHungarian, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msHungarian, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msHungarian, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msHungarian, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msHungarian, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msHungarian, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msHungarian, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msHungarian, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msHungarian, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msHungarian, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msHungarian, IEMsg_Select, 'Select'); IESetTranslationWord(msHungarian, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msHungarian, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msHungarian, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msHungarian, IEMsg_Undo, 'Undo'); IESetTranslationWord(msHungarian, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msHungarian, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msHungarian, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msHungarian, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msHungarian, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msHungarian, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msHungarian, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msHungarian, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msHungarian, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msHungarian, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msHungarian, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msHungarian, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msHungarian, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msHungarian, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msHungarian, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msHungarian, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msHungarian, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msHungarian, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msHungarian, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msHungarian, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msHungarian, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msHungarian, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msHungarian, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msHungarian, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msHungarian, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msHungarian, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msHungarian, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msHungarian, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msHungarian, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msHungarian, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msHungarian, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msHungarian, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msHungarian, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msHungarian, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msHungarian, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msHungarian, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msHungarian, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msHungarian, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msHungarian, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msHungarian, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msHungarian, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msHungarian, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msHungarian, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msHungarian, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msHungarian, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msHungarian, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msHungarian, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msHungarian, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msHungarian, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msHungarian, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msHungarian, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msHungarian, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msHungarian, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msHungarian, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msHungarian, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msHungarian, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msHungarian, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msHungarian, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msHungarian, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msHungarian, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msHungarian, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msHungarian, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msHungarian, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msHungarian, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msHungarian, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msHungarian, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msHungarian, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msHungarian, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msHungarian, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msHungarian, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msHungarian, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msHungarian, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msHungarian, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msHungarian, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msHungarian, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msHungarian, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msHungarian, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msHungarian, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msHungarian, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msHungarian, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msHungarian, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msHungarian, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msHungarian, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msHungarian, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msHungarian, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msHungarian, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msHungarian, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msHungarian, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msHungarian, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msHungarian, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msHungarian, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msHungarian, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msHungarian, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msHungarian, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msHungarian, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msHungarian, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msHungarian, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msHungarian, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msHungarian, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msHungarian, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msHungarian, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msHungarian, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msHungarian, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msHungarian, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msHungarian, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msHungarian, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msHungarian, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msHungarian, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msHungarian, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msHungarian, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msHungarian, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msHungarian, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msHungarian, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msHungarian, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msHungarian, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msHungarian, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msHungarian, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msHungarian, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msHungarian, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msHungarian, IEMSG_NEW, 'New'); IESetTranslationWord(msHungarian, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msHungarian, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msHungarian, IEMSG_Folder , 'Folder'); IESetTranslationWord(msHungarian, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msHungarian, IEMSG_Type , 'Type'); IESetTranslationWord(msHungarian, IEMSG_Created , 'Created'); IESetTranslationWord(msHungarian, IEMSG_Modified , 'Modified'); IESetTranslationWord(msHungarian, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msHungarian, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msHungarian, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msHungarian, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msHungarian, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msHungarian, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msHungarian, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msHungarian, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msHungarian, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msHungarian, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msHungarian, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msHungarian, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msHungarian, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msHungarian, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msHungarian, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msHungarian, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msHungarian, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msHungarian, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msHungarian, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msHungarian, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msHungarian, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msHungarian, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msHungarian, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msHungarian, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msHungarian, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msHungarian, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msHungarian, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msHungarian, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msHungarian, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msHungarian, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msHungarian, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msHungarian, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msHungarian, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msHungarian, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msHungarian, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msHungarian, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msHungarian, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msHungarian, IEMsg_General , 'General' ); IESetTranslationWord(msHungarian, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msHungarian, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msHungarian, IEMsg_Range , 'Range' ); IESetTranslationWord(msHungarian, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msHungarian, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msHungarian, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msHungarian, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msHungarian, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msHungarian, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msHungarian, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msHungarian, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msHungarian, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msHungarian, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msHungarian, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msHungarian, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msHungarian, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msHungarian, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msHungarian, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msHungarian, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msHungarian, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msHungarian, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msHungarian, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msHungarian, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msHungarian, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msHungarian, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msHungarian, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msHungarian, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msHungarian, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msHungarian, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msHungarian, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msHungarian, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msHungarian, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msHungarian, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msHungarian, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msHungarian, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msHungarian, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msHungarian, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msHungarian, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msHungarian, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msHungarian, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msHungarian, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msHungarian, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msHungarian, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msHungarian, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msHungarian, IEMsg_Path , 'Path' ); IESetTranslationWord(msHungarian, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msHungarian, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msHungarian, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msHungarian, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msHungarian, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msHungarian, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msHungarian, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msHungarian, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msHungarian, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msHungarian, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msHungarian, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msHungarian, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msHungarian, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msHungarian, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msHungarian, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msHungarian, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msHungarian, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msHungarian, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msHungarian, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msHungarian, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msHungarian, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msHungarian, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msHungarian, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msHungarian, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msHungarian, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msHungarian, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msHungarian, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msHungarian, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msHungarian, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msHungarian, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msHungarian, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msHungarian, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msHungarian, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msHungarian, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msHungarian, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msHungarian, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msHungarian, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msHungarian, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msHungarian, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msHungarian, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msHungarian, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msHungarian, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msHungarian, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msHungarian, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msHungarian, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msHungarian, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msHungarian, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msHungarian, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msHungarian, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msHungarian, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msHungarian, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msHungarian, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msHungarian, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msHungarian, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msHungarian, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msHungarian, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msHungarian, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msHungarian, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msHungarian, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msHungarian, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msHungarian, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msHungarian, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msHungarian, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msHungarian, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msHungarian, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msHungarian, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msHungarian, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msHungarian, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msHungarian, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msHungarian, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msHungarian, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msHungarian, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msHungarian, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msHungarian, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msHungarian, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msHungarian, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msHungarian, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msHungarian, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msHungarian, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msHungarian, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msHungarian, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msHungarian, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msHungarian, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msHungarian, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msHungarian, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msHungarian, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msHungarian, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msHungarian, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msHungarian, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msHungarian, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msHungarian, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msHungarian, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msHungarian, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msHungarian, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msHungarian, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msHungarian, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msHungarian, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msHungarian, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msHungarian, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msHungarian, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msHungarian, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msHungarian, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msHungarian, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msHungarian, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msHungarian, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msHungarian, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msHungarian, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msHungarian, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msHungarian, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msHungarian, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msHungarian, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msHungarian, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msHungarian, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msHungarian, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msHungarian, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msHungarian, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msHungarian, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msHungarian, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msHungarian, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msHungarian, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msHungarian, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msHungarian, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msHungarian, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msHungarian, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msHungarian, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msHungarian, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msHungarian, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msHungarian, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msHungarian, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msHungarian, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msHungarian, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msHungarian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msHungarian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msHungarian, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msHungarian, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msHungarian, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msHungarian, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msHungarian, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msHungarian, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msHungarian, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msHungarian, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msHungarian, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$endif} end; procedure IESetDefaultTranslationWords_Arabic; begin /////// msArabic {$IFDEF IESUPPORTARABIC} {$IFDEF USE_UNICODE_FOR_TRANSLATION} IESetTranslationWordU(msArabic, IEMSG_PREVIEW, '#1605#1593#1575#1610#1606#1577'); IESetTranslationWordU(msArabic, IEMSG_SOURCE, '#1575#1589#1604#1610'); IESetTranslationWordU(msArabic, IEMSG_RESULT, '#1575#1604#1606#1578#1610#1580#1607'); IESetTranslationWordU(msArabic, IEMSG_OK, '#1605#1608#1575#1601#1602'); IESetTranslationWordU(msArabic, IEMSG_CANCEL, '#1575#1604#1594#1575#1569'); IESetTranslationWordU(msArabic, IEMSG_LOCKPREVIEW, '#1575#1594#1604#1575#1602 #1575#1604#1605#1593#1575#1610#1606#1577'); IESetTranslationWordU(msArabic, IEMSG_COPYRESULTTOSOURCE, '#1606#1587#1582 #1575#1604#1606#1578#1610#1580#1577 #1573#1604#1609 #1575#1604#1571#1589#1604'); IESetTranslationWordU(msArabic, IEMSG_CONTRAST, '#1578#1576#1575#1610#1606'); IESetTranslationWordU(msArabic, IEMSG_BRIGHTNESS, '#1604#1605#1593#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_HUE, 'Hue #1583#1585#1580#1577 #1604#1608#1606'); IESetTranslationWordU(msArabic, IEMSG_SATURATION, '#1589#1601#1575#1569 #1575#1604#1604#1608#1606'); IESetTranslationWordU(msArabic, IEMSG_VALUE, '#1575#1604#1602#1610#1605#1577'); IESetTranslationWordU(msArabic, IEMSG_BASECOLOR, '#1575#1604#1575#1604#1608#1575#1606 #1575#1604#1575#1587#1575#1587#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_NEWCOLOR, '#1604#1608#1606 #1580#1583#1610#1583'); IESetTranslationWordU(msArabic, IEMSG_LUMINOSITY, '#1605#1590#1610#1569'); IESetTranslationWordU(msArabic, IEMSG_RED, '#1575#1581#1605#1585'); IESetTranslationWordU(msArabic, IEMSG_GREEN, '#1575#1582#1590#1585'); IESetTranslationWordU(msArabic, IEMSG_BLUE, '#1575#1586#1585#1602'); IESetTranslationWordU(msArabic, IEMSG_FILTERVALUES, '#1578#1589#1601#1610#1577 #1575#1604#1602#1610#1605'); IESetTranslationWordU(msArabic, IEMSG_PRESETS, '#1575#1604#1605#1587#1576#1602#1577'); IESetTranslationWordU(msArabic, IEMSG_DIVISOR, '#1602#1587#1605#1577'); IESetTranslationWordU(msArabic, IEMSG_LOAD, '#1578#1581#1605#1610#1604'); IESetTranslationWordU(msArabic, IEMSG_SAVE, '#1581#1601#1592'); IESetTranslationWordU(msArabic, IEMSG_EQUALIZATION, '#1575#1587#1578#1608#1575#1569'); IESetTranslationWordU(msArabic, IEMSG_THRESHOLD, '#1576#1583#1575#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_EQUALIZE, '#1580#1593#1604#1607 #1605#1578#1587#1575#1608#1610#1575'); IESetTranslationWordU(msArabic, IEMSG_HISTOGRAM, '#1575#1604#1585#1587#1605 #1575#1604#1576#1610#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_GRAY, '#1585#1605#1575#1583#1610'); IESetTranslationWordU(msArabic, IEMSG_LIGHT, '#1590#1608#1569'); IESetTranslationWordU(msArabic, IEMSG_LEFT, '#1588#1605#1575#1604'); IESetTranslationWordU(msArabic, IEMSG_TOP, '#1575#1593#1604#1609'); IESetTranslationWordU(msArabic, IEMSG_WIDTH, '#1593#1585#1590'); IESetTranslationWordU(msArabic, IEMSG_HEIGHT, '#1575#1604#1575#1585#1578#1601#1575#1593'); IESetTranslationWordU(msArabic, IEMSG_COLOR, '#1575#1604#1604#1608#1606'); IESetTranslationWordU(msArabic, IEMSG_SOURCEIMAGEQUANTITY, '#1575#1604#1589#1608#1585#1577 #1575#1604#1571#1589#1604#1610#1577 #1575#1604#1603#1605#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_LENS, '#1593#1583#1587#1577'); IESetTranslationWordU(msArabic, IEMSG_REFRACTION, '#1573#1606#1603#1587#1575#1585 #1604#1604#1590#1608#1569'); IESetTranslationWordU(msArabic, IEMSG_PARAMETERSPREVIEW, '#1605#1593#1575#1610#1606#1577 #1575#1604#1605#1578#1594#1610#1585#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_QUALITY, '#1575#1604#1580#1608#1583#1577'); IESetTranslationWordU(msArabic, IEMSG_DCTMETHOD, 'DCT #1582#1589#1575#1574#1589'); IESetTranslationWordU(msArabic, IEMSG_SMOOTHINGFACTOR, '#1578#1580#1575#1606#1587 #1593#1575#1605#1604'); IESetTranslationWordU(msArabic, IEMSG_GRAYSCALE, '#1606#1591#1575#1602 #1585#1605#1575#1583#1610'); IESetTranslationWordU(msArabic, IEMSG_OPTIMALHUFFMAN, '#1575#1604#1571#1605#1579#1604 Huffman'); IESetTranslationWordU(msArabic, IEMSG_ORIGINALSIZE, '#1575#1604#1581#1580#1605 #1575#1604#1571#1589#1604#1610'); IESetTranslationWordU(msArabic, IEMSG_COMPRESSEDSIZE, '#1581#1580#1605 #1605#1590#1594#1608#1591'); IESetTranslationWordU(msArabic, IEMSG_ADVANCED, '#1605#1578#1602#1583#1605'); IESetTranslationWordU(msArabic, IEMSG_PROGRESSIVE, '#1578#1589#1575#1593#1583#1610'); IESetTranslationWordU(msArabic, IEMSG_COMPRESSION, '#1590#1594#1591'); IESetTranslationWordU(msArabic, IEMSG_IMAGEINDEX, '#1578#1585#1578#1610#1576 #1589#1608#1585#1577'); IESetTranslationWordU(msArabic, IEMSG_PHOTOMETRIC, '#1589#1608#1585#1577 #1590#1608#1574#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_SCANNDEDDOCUMENTINFO, '#1605#1593#1604#1608#1605#1575#1578 #1593#1606 #1575#1604#1589#1601#1581#1577'); IESetTranslationWordU(msArabic, IEMSG_NAME, '#1575#1604#1575#1587#1605'); IESetTranslationWordU(msArabic, IEMSG_DESCRIPTION, '#1575#1604#1608#1589#1601'); IESetTranslationWordU(msArabic, IEMSG_PAGENAME, '#1575#1587#1605 #1575#1604#1589#1601#1581#1577'); IESetTranslationWordU(msArabic, IEMSG_PAGENUMBER, '#1585#1602#1605 #1575#1604#1589#1601#1581#1577'); IESetTranslationWordU(msArabic, IEMSG_OF, '#1575#1604#1609'); IESetTranslationWordU(msArabic, IEMSG_HORIZPOSITIONINCH, '#1575#1601#1602#1610. Position (#1576#1608#1589#1577)'); IESetTranslationWordU(msArabic, IEMSG_VERTPOSITIONINCH, '#1585#1571#1587#1610. Position (#1576#1608#1589#1577)'); IESetTranslationWordU(msArabic, IEMSG_COLORS, '#1575#1604#1575#1604#1608#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_TRANSPARENT, '#1588#1601#1575#1601'); IESetTranslationWordU(msArabic, IEMSG_TRANSPARENTCOLOR, '#1604#1608#1606 #1588#1601#1575#1601'); IESetTranslationWordU(msArabic, IEMSG_INTERLACED, '#1575#1604#1605#1578#1583#1575#1582#1604#1577'); IESetTranslationWordU(msArabic, IEMSG_BACKGROUND, '#1582#1604#1601#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_HORIZPOSITION, '#1575#1601#1602#1610. Position'); IESetTranslationWordU(msArabic, IEMSG_VERTPOSITION, '#1585#1571#1587#1610. Position'); IESetTranslationWordU(msArabic, IEMSG_DELAYTIME, '#1578#1571#1582#1610#1585 #1575#1604#1608#1602#1578'); IESetTranslationWordU(msArabic, IEMSG_FILTER, '#1578#1589#1601#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_WAVE, '#1605#1608#1580#1577'); IESetTranslationWordU(msArabic, IEMSG_AMPLITUDE, '#1605#1583#1609'); IESetTranslationWordU(msArabic, IEMSG_WAVELENGTH, '#1591#1608#1604 #1575#1604#1605#1608#1580#1607'); IESetTranslationWordU(msArabic, IEMSG_PHASE, '#1605#1585#1581#1604#1577'); IESetTranslationWordU(msArabic, IEMSG_REFLECTIVE, '#1593#1575#1603#1587'); IESetTranslationWordU(msArabic, IEMSG_USERFILTER, '#1578#1589#1601#1610#1577 #1605#1587#1578#1582#1583#1605'); IESetTranslationWordU(msArabic, IEMSG_MORPHFILTER, '#1578#1581#1608#1604 #1575#1604#1578#1589#1601#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_WINDOWSIZE, '#1581#1580#1605 #1575#1604#1606#1575#1601#1584#1577'); IESetTranslationWordU(msArabic, IEMSG_MAXIMUM, '#1575#1604#1602#1610#1605#1577 #1575#1604#1602#1589#1608#1609'); IESetTranslationWordU(msArabic, IEMSG_MINIMUM, '#1575#1604#1602#1610#1605#1577 #1575#1604#1589#1594#1585#1609'); IESetTranslationWordU(msArabic, IEMSG_OPEN, '#1580#1575#1585#1610 #1575#1604#1601#1578#1581'); IESetTranslationWordU(msArabic, IEMSG_CLOSE, '#1580#1575#1585#1610 #1575#1604#1575#1594#1604#1575#1602'); IESetTranslationWordU(msArabic, IEMSG_ROTATE, '#1583#1608#1585#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_FLIP, '#1602#1604#1576 #1575#1604#1589#1608#1585#1577'); IESetTranslationWordU(msArabic, IEMSG_FLIPHOR, '#1571#1601#1602#1610'); IESetTranslationWordU(msArabic, IEMSG_FLIPVER, '#1585#1571#1587#1610'); IESetTranslationWordU(msArabic, IEMSG_FREQUENCYDOMAINIMAGE, '#1578#1585#1583#1583 #1605#1580#1575#1604 #1575#1604#1589#1608#1585#1577'); IESetTranslationWordU(msArabic, IEMSG_SELECTTHEREGIONTOCLEAR, '#1581#1583#1583 #1604#1578#1606#1592#1610#1601 #1575#1604#1605#1606#1591#1602#1577'); IESetTranslationWordU(msArabic, IEMSG_CLEAR, '#1605#1587#1581'); IESetTranslationWordU(msArabic, IEMSG_RESET, '#1575#1593#1575#1583#1577'); IESetTranslationWordU(msArabic, IEMSG_ANIMATE, '#1581#1585#1603#1610'); IESetTranslationWordU(msArabic, IEMSG_LOADFILTER, '#1578#1581#1605#1610#1604 #1575#1604#1578#1589#1601#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_SAVEFILTER, '#1581#1601#1592 #1575#1604#1578#1589#1601#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_BUMPMAP, '#1582#1591#1571 #1601#1610 #1575#1604#1582#1585#1610#1591#1607'); IESetTranslationWordU(msArabic, IEMSG_PRINT, '#1591#1576#1575#1593#1577'); IESetTranslationWordU(msArabic, IEMSG_MARGINS, '#1575#1604#1607#1575#1605#1588'); IESetTranslationWordU(msArabic, IEMSG_INCHES, '#1576#1608#1589#1577'); IESetTranslationWordU(msArabic, IEMSG_RIGHT, '#1610#1605#1610#1606'); IESetTranslationWordU(msArabic, IEMSG_BOTTOM, '#1575#1587#1601#1604'); IESetTranslationWordU(msArabic, IEMSG_POSITION, '#1575#1604#1608#1590#1593'); IESetTranslationWordU(msArabic, IEMSG_SIZE, '#1575#1604#1581#1580#1605'); IESetTranslationWordU(msArabic, IEMSG_NORMAL, '#1591#1576#1610#1593#1610'); IESetTranslationWordU(msArabic, IEMSG_FITTOPAGE, '#1589#1601#1581#1577 #1575#1589#1604#1610#1577'); IESetTranslationWordU(msArabic, IEMSG_STRETCHTOPAGE, '#1605#1604#1574 #1575#1604#1589#1601#1581#1607'); IESetTranslationWordU(msArabic, IEMSG_SPECIFIEDSIZE, '#1581#1580#1605 #1582#1575#1589'); IESetTranslationWordU(msArabic, IEMSG_GAMMACORRECTION, '#1578#1582#1601#1610#1601 #1575#1604#1604#1608#1606'); IESetTranslationWordU(msArabic, IEMSG_VALUE2, '#1575#1604#1602#1610#1605#1607'); IESetTranslationWordU(msArabic, IEMSG_PRINTSETUP, '#1578#1580#1607#1610#1586 #1575#1604#1591#1576#1575#1593#1577'); IESetTranslationWordU(msArabic, IEMSG_LEFTMARGIN, '#1575#1604#1607#1575#1605#1588 #1575#1604#1575#1610#1587#1585'); IESetTranslationWordU(msArabic, IEMSG_TOPMARGIN, '#1575#1604#1607#1575#1605#1588 #1575#1604#1575#1593#1604#1609'); IESetTranslationWordU(msArabic, IEMSG_RIGHTMARGIN, '#1575#1604#1607#1575#1605#1588 #1575#1604#1575#1610#1605#1606'); IESetTranslationWordU(msArabic, IEMSG_BOTTOMMARGIN, '#1575#1604#1607#1575#1605#1588 #1575#1604#1575#1587#1601#1604'); IESetTranslationWordU(msArabic, IEMSG_LOCATIONSIZE, '#1575#1604#1605#1608#1602#1593/#1575#1604#1581#1580#1605'); IESetTranslationWordU(msArabic, IEMSG_TOPLEFT, '#1588#1605#1575#1604 #1593#1604#1608#1610'); IESetTranslationWordU(msArabic, IEMSG_TOPCENTER, '#1608#1587#1591 #1593#1604#1608#1610'); IESetTranslationWordU(msArabic, IEMSG_TOPRIGHT, '#1575#1610#1605#1606 #1593#1604#1608#1610'); IESetTranslationWordU(msArabic, IEMSG_CENTERLEFT, '#1588#1605#1575#1604 #1608#1587#1591'); IESetTranslationWordU(msArabic, IEMSG_CENTER, '#1605#1585#1603#1586#1610'); IESetTranslationWordU(msArabic, IEMSG_CENTERRIGHT, '#1610#1605#1610#1606 #1608#1587#1591'); IESetTranslationWordU(msArabic, IEMSG_BOTTOMLEFT, '#1588#1605#1575#1604 #1575#1587#1601#1604'); IESetTranslationWordU(msArabic, IEMSG_BOTTOMCENTER, '#1608#1587#1591 #1575#1587#1601#1604'); IESetTranslationWordU(msArabic, IEMSG_BOTTOMRIGHT, '#1610#1605#1610#1606 #1575#1587#1601#1604'); IESetTranslationWordU(msArabic, IEMSG_CLOSE2, '#1575#1594#1604#1575#1602'); IESetTranslationWordU(msArabic, IEMSG_APPLY, '#1578#1591#1576#1610#1602'); IESetTranslationWordU(msArabic, IEMSG_MEASUREUNITS, '#1608#1581#1583#1577 #1575#1604#1602#1610#1575#1587'); IESetTranslationWordU(msArabic, IEMSG_UNITS, '#1575#1604#1608#1581#1583#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_RATE, '#1605#1593#1583#1604'); IESetTranslationWordU(msArabic, IEMSG_ALLGRAPHICS, '#1580#1605#1610#1593 #1575#1604#1585#1587#1608#1605#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_VIDEOFORWINDOWS, '#1601#1610#1583#1610#1608 #1604#1606#1592#1575#1605 #1575#1604#1578#1588#1594#1610#1604 Windows'); IESetTranslationWordU(msArabic, IEMSG_FILE, '#1605#1604#1601'); IESetTranslationWordU(msArabic, IEMSG_MEM, '#1605#1604#1575#1581#1592#1575#1578'); // Mem.ory IESetTranslationWordU(msArabic, IEMSG_LOCKPREVIEWHINT, '#1580#1575#1585#1610 #1578#1581#1583#1610#1579 #1578#1593#1583#1610#1604#1575#1578 #1575#1604#1605#1593#1575#1610#1606#1577'); IESetTranslationWordU(msArabic, IEMSG_PRINTALL, '#1591#1576#1575#1593#1577 #1575#1604#1603#1604'); IESetTranslationWordU(msArabic, IEMSG_PRINTSELECTED, '#1591#1576#1575#1593#1577 #1575#1604#1589#1601#1581#1607'); IESetTranslationWordU(msArabic, IEMSG_ALLCOMMONGRAPHICFILES, '#1580#1585#1575#1601#1610#1603 #1575#1604#1605#1604#1601#1575#1578 #1575#1604#1605#1588#1578#1585#1603#1577'); IESetTranslationWordU(msArabic, IEMSG_ALLFILES, '#1580#1605#1610#1593 #1575#1604#1605#1604#1601#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_HSV, 'HSV #1575#1604#1608#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_HSL, 'HSL #1575#1604#1608#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_RGB, 'RGB #1575#1604#1608#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_FFT, 'FFT #1575#1604#1608#1575#1606'); IESetTranslationWordU(msArabic, IEMSG_SHARPEN, '#1608#1590#1608#1581 #1581#1575#1583'); IESetTranslationWordU(msArabic, IEMSG_CHANNELS, '#1575#1604#1602#1606#1608#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_PIXELS, '#1576#1603#1587#1604'); IESetTranslationWordU(msArabic, IEMSG_FRAMES, '#1573#1591#1575#1585#1575#1578'); IESetTranslationWordU(msArabic, IEMSG_BIT, 'bit #1580#1586#1569 #1608#1581#1583#1577'); IESetTranslationWordU(msArabic, IEMSG_BYTE, 'byte #1608#1581#1583#1577 #1576#1575#1610#1578'); IESetTranslationWordU(msArabic, IEMSG_DPI, 'dpi #1606#1602#1591#1577 #1601#1610 #1575#1604#1576#1608#1589#1577'); IESetTranslationWordU(msArabic, IEMSG_KB, 'KB #1603#1610#1604#1608 #1576#1575#1610#1578'); // kilobyte (KB) IESetTranslationWordU(msArabic, IEMSG_FIT, '#1575#1589#1604#1610'); IESetTranslationWordU(msArabic, IEMSG_OTHER, '#1575#1582#1585#1608#1606'); IESetTranslationWordU(msArabic, IEMSG_COLUMNS, ' #1575#1604#1571#1593#1605#1583#1577'); IESetTranslationWordU(msArabic, IEMSG_ROWS, ' #1575#1604#1589#1601#1608#1601'); IESetTranslationWordU(msArabic, IEMSG_STYLE, '#1575#1604#1575#1587#1604#1608#1576'); IESetTranslationWordU(msArabic, IEMSG_SPACING, '#1575#1604#1605#1587#1575#1601#1577'); IESetTranslationWordU(msArabic, IEMSG_SELECTACQUIREDEVICE, '#1575#1582#1578#1610#1575#1585 #1580#1607#1575#1586 #1575#1604#1605#1575#1587#1581'); IESetTranslationWordU(msArabic, IEMSG_SELECTANACQUISITIONDEVICE, '#1575#1582#1578#1610#1575#1585 #1580#1607#1575#1586 #1575#1604#1605#1575#1587#1581'); IESetTranslationWordU(msArabic, IEMSG_Page_X_of_X, '#1589#1601#1581#1577 %d #1575#1604#1609 %d'); IESetTranslationWordU(msArabic, IEMSG_X_Pages, '%d #1589#1601#1581#1577'); IESetTranslationWordU(msArabic, IEMSG_Previous, '#1575#1604#1587#1575#1576#1602'); IESetTranslationWordU(msArabic, IEMSG_Next, '#1575#1604#1578#1575#1604#1610'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWordU(msArabic, IEMsg_Acquire, 'Acquire'); IESetTranslationWordU(msArabic, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWordU(msArabic, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWordU(msArabic, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWordU(msArabic, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWordU(msArabic, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWordU(msArabic, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWordU(msArabic, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWordU(msArabic, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWordU(msArabic, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWordU(msArabic, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWordU(msArabic, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWordU(msArabic, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWordU(msArabic, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWordU(msArabic, IEMsg_Copy, 'Copy'); IESetTranslationWordU(msArabic, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWordU(msArabic, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWordU(msArabic, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWordU(msArabic, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWordU(msArabic, IEMsg_Cut, 'Cut'); IESetTranslationWordU(msArabic, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWordU(msArabic, IEMsg_Delete, 'Delete'); IESetTranslationWordU(msArabic, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWordU(msArabic, IEMsg_Deselect, 'Deselect'); IESetTranslationWordU(msArabic, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWordU(msArabic, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWordU(msArabic, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWordU(msArabic, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWordU(msArabic, IEMsg_FitImage, 'Fit Image'); IESetTranslationWordU(msArabic, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWordU(msArabic, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWordU(msArabic, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWordU(msArabic, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWordU(msArabic, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWordU(msArabic, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWordU(msArabic, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWordU(msArabic, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWordU(msArabic, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWordU(msArabic, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWordU(msArabic, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWordU(msArabic, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWordU(msArabic, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWordU(msArabic, IEMsg_InsertText, 'Insert Text'); IESetTranslationWordU(msArabic, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWordU(msArabic, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWordU(msArabic, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWordU(msArabic, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWordU(msArabic, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWordU(msArabic, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWordU(msArabic, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWordU(msArabic, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWordU(msArabic, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWordU(msArabic, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWordU(msArabic, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWordU(msArabic, IEMsg_Negative, 'Negative'); IESetTranslationWordU(msArabic, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWordU(msArabic, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWordU(msArabic, IEMsg_Paste, 'Paste'); IESetTranslationWordU(msArabic, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWordU(msArabic, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWordU(msArabic, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWordU(msArabic, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWordU(msArabic, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWordU(msArabic, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWordU(msArabic, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWordU(msArabic, IEMsg_Redo, 'Redo'); IESetTranslationWordU(msArabic, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWordU(msArabic, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWordU(msArabic, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWordU(msArabic, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWordU(msArabic, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWordU(msArabic, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWordU(msArabic, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWordU(msArabic, IEMsg_SaveAs, 'Save as'); IESetTranslationWordU(msArabic, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWordU(msArabic, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWordU(msArabic, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWordU(msArabic, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWordU(msArabic, IEMsg_SelectAll, 'Select All'); IESetTranslationWordU(msArabic, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWordU(msArabic, IEMsg_Select, 'Select'); IESetTranslationWordU(msArabic, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWordU(msArabic, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWordU(msArabic, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWordU(msArabic, IEMsg_Undo, 'Undo'); IESetTranslationWordU(msArabic, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWordU(msArabic, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWordU(msArabic, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWordU(msArabic, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWordU(msArabic, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWordU(msArabic, IEMsg_Zoom, 'Zoom'); IESetTranslationWordU(msArabic, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWordU(msArabic, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWordU(msArabic, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWordU(msArabic, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWordU(msArabic, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWordU(msArabic, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWordU(msArabic, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWordU(msArabic, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWordU(msArabic, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWordU(msArabic, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWordU(msArabic, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWordU(msArabic, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWordU(msArabic, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWordU(msArabic, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWordU(msArabic, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWordU(msArabic, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWordU(msArabic, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWordU(msArabic, IEMsg_ClearAll, 'Clear All'); IESetTranslationWordU(msArabic, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWordU(msArabic, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWordU(msArabic, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWordU(msArabic, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWordU(msArabic, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWordU(msArabic, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWordU(msArabic, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWordU(msArabic, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWordU(msArabic, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWordU(msArabic, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWordU(msArabic, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWordU(msArabic, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWordU(msArabic, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWordU(msArabic, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWordU(msArabic, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWordU(msArabic, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWordU(msArabic, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWordU(msArabic, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWordU(msArabic, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWordU(msArabic, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWordU(msArabic, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWordU(msArabic, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWordU(msArabic, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWordU(msArabic, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWordU(msArabic, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWordU(msArabic, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWordU(msArabic, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWordU(msArabic, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWordU(msArabic, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWordU(msArabic, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWordU(msArabic, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWordU(msArabic, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWordU(msArabic, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWordU(msArabic, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWordU(msArabic, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWordU(msArabic, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWordU(msArabic, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWordU(msArabic, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWordU(msArabic, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWordU(msArabic, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWordU(msArabic, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWordU(msArabic, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWordU(msArabic, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWordU(msArabic, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWordU(msArabic, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWordU(msArabic, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWordU(msArabic, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWordU(msArabic, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWordU(msArabic, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWordU(msArabic, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWordU(msArabic, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWordU(msArabic, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWordU(msArabic, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWordU(msArabic, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWordU(msArabic, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWordU(msArabic, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWordU(msArabic, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWordU(msArabic, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWordU(msArabic, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWordU(msArabic, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWordU(msArabic, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWordU(msArabic, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWordU(msArabic, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWordU(msArabic, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWordU(msArabic, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWordU(msArabic, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWordU(msArabic, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWordU(msArabic, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWordU(msArabic, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWordU(msArabic, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWordU(msArabic, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWordU(msArabic, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWordU(msArabic, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWordU(msArabic, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWordU(msArabic, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWordU(msArabic, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWordU(msArabic, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWordU(msArabic, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWordU(msArabic, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWordU(msArabic, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWordU(msArabic, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWordU(msArabic, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWordU(msArabic, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWordU(msArabic, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWordU(msArabic, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWordU(msArabic, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWordU(msArabic, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWordU(msArabic, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWordU(msArabic, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWordU(msArabic, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWordU(msArabic, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWordU(msArabic, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWordU(msArabic, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWordU(msArabic, IEMSG_RESIZE, 'Resize'); IESetTranslationWordU(msArabic, IEMSG_CURRENT, 'Current'); IESetTranslationWordU(msArabic, IEMSG_NEW, 'New'); IESetTranslationWordU(msArabic, IEMSG_SCALE, 'Scale'); IESetTranslationWordU(msArabic, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWordU(msArabic, IEMSG_Folder , 'Folder'); IESetTranslationWordU(msArabic, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWordU(msArabic, IEMSG_Type , 'Type'); IESetTranslationWordU(msArabic, IEMSG_Created , 'Created'); IESetTranslationWordU(msArabic, IEMSG_Modified , 'Modified'); IESetTranslationWordU(msArabic, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWordU(msArabic, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWordU(msArabic, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWordU(msArabic, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWordU(msArabic, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWordU(msArabic, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWordU(msArabic, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWordU(msArabic, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWordU(msArabic, IEMsg_GoUp , 'Go Up' ); IESetTranslationWordU(msArabic, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWordU(msArabic, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWordU(msArabic, IEMsg_OpenFile , 'Open File' ); IESetTranslationWordU(msArabic, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWordU(msArabic, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWordU(msArabic, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWordU(msArabic, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWordU(msArabic, IEMsg_Refresh , 'Refresh' ); IESetTranslationWordU(msArabic, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWordU(msArabic, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWordU(msArabic, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWordU(msArabic, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWordU(msArabic, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWordU(msArabic, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWordU(msArabic, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWordU(msArabic, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWordU(msArabic, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWordU(msArabic, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWordU(msArabic, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWordU(msArabic, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWordU(msArabic, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWordU(msArabic, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWordU(msArabic, IEMsg_Radius , 'Radius' ); IESetTranslationWordU(msArabic, IEMsg_Offset , 'Offset' ); IESetTranslationWordU(msArabic, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWordU(msArabic, IEMsg_FillPage , 'Fill page' ); IESetTranslationWordU(msArabic, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWordU(msArabic, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWordU(msArabic, IEMsg_General , 'General' ); IESetTranslationWordU(msArabic, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWordU(msArabic, IEMsg_Slope , 'Slope' ); IESetTranslationWordU(msArabic, IEMsg_Range , 'Range' ); IESetTranslationWordU(msArabic, IEMsg_Gamma , 'Gamma' ); IESetTranslationWordU(msArabic, IEMsg_Crop , 'Crop' ); IESetTranslationWordU(msArabic, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWordU(msArabic, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWordU(msArabic, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWordU(msArabic, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWordU(msArabic, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWordU(msArabic, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWordU(msArabic, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWordU(msArabic, IEMsg_DetailView , 'Detail View' ); IESetTranslationWordU(msArabic, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWordU(msArabic, IEMsg_Filename , 'Filename' ); IESetTranslationWordU(msArabic, IEMsg_FileType , 'File Type' ); IESetTranslationWordU(msArabic, IEMsg_FileSize , 'File Size' ); IESetTranslationWordU(msArabic, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWordU(msArabic, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWordU(msArabic, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWordU(msArabic, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWordU(msArabic, IEMsg_Ascending , 'Ascending' ); IESetTranslationWordU(msArabic, IEMsg_Descending , 'Descending' ); IESetTranslationWordU(msArabic, IEMsg_SortX , 'Sort %s' ); IESetTranslationWordU(msArabic, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWordU(msArabic, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWordU(msArabic, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWordU(msArabic, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWordU(msArabic, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWordU(msArabic, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWordU(msArabic, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWordU(msArabic, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWordU(msArabic, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWordU(msArabic, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWordU(msArabic, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWordU(msArabic IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWordU(msArabic, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWordU(msArabic, IEMsg_ColumnView , 'Column View' ); IESetTranslationWordU(msArabic, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWordU(msArabic, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWordU(msArabic, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWordU(msArabic, IEMsg_FileListView , 'File List View' ); IESetTranslationWordU(msArabic, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWordU(msArabic, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWordU(msArabic, IEMsg_Path , 'Path' ); IESetTranslationWordU(msArabic, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWordU(msArabic, IEMsg_Caption , 'Caption' ); IESetTranslationWordU(msArabic, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWordU(msArabic, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWordU(msArabic, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWordU(msArabic, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWordU(msArabic, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWordU(msArabic, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWordU(msArabic, IEMsg_Automatic , 'Automatic' ); IESetTranslationWordU(msArabic, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWordU(msArabic, IEMsg_BLUR , 'Blur' ); IESetTranslationWordU(msArabic, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWordU(msArabic, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWordU(msArabic, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWordU(msArabic, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWordU(msArabic, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWordU(msArabic, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWordU(msArabic, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWordU(msArabic, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWordU(msArabic, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWordU(msArabic, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWordU(msArabic, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWordU(msArabic, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWordU(msArabic, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWordU(msArabic, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWordU(msArabic, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWordU(msArabic, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWordU(msArabic, IEMsg_FILL , 'Fill' ); IESetTranslationWordU(msArabic, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWordU(msArabic, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWordU(msArabic, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWordU(msArabic, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWordU(msArabic, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWordU(msArabic, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWordU(msArabic, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWordU(msArabic, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWordU(msArabic, IEMsg_MERGE , 'Merge' ); IESetTranslationWordU(msArabic, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWordU(msArabic, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWordU(msArabic, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWordU(msArabic, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWordU(msArabic, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWordU(msArabic, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWordU(msArabic, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWordU(msArabic, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWordU(msArabic, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWordU(msArabic, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWordU(msArabic, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWordU(msArabic, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWordU(msArabic, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWordU(msArabic, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWordU(msArabic, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWordU(msArabic, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWordU(msArabic, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWordU(msArabic, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWordU(msArabic, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWordU(msArabic, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWordU(msArabic, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWordU(msArabic, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWordU(msArabic, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWordU(msArabic, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWordU(msArabic, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWordU(msArabic, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWordU(msArabic, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWordU(msArabic, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWordU(msArabic, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWordU(msArabic, IEMsg_CapInches , 'Inches' ); IESetTranslationWordU(msArabic, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWordU(msArabic, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWordU(msArabic, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWordU(msArabic, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWordU(msArabic, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWordU(msArabic, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWordU(msArabic, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWordU(msArabic, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWordU(msArabic, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWordU(msArabic, IEMsg_Linear , 'Linear' ); IESetTranslationWordU(msArabic, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWordU(msArabic, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWordU( msArabic, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWordU( msArabic, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWordU( msArabic, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWordU( msArabic, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWordU( msArabic, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWordU( msArabic, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWordU( msArabic, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWordU( msArabic, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWordU( msArabic, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWordU( msArabic, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWordU( msArabic, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWordU( msArabic, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWordU( msArabic, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWordU( msArabic, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWordU( msArabic, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWordU( msArabic, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWordU( msArabic, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWordU( msArabic, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWordU( msArabic, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWordU( msArabic, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWordU( msArabic, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWordU( msArabic, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWordU( msArabic, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWordU( msArabic, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWordU( msArabic, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWordU( msArabic, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWordU( msArabic, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWordU( msArabic, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWordU( msArabic, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWordU( msArabic, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWordU( msArabic, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWordU( msArabic, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWordU( msArabic, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWordU( msArabic, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWordU( msArabic, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWordU( msArabic, IEMsg_Visible , 'Visible' ); IESetTranslationWordU( msArabic, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWordU( msArabic, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWordU( msArabic, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWordU( msArabic, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWordU( msArabic, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWordU( msArabic, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWordU( msArabic, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWordU( msArabic, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWordU( msArabic, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWordU( msArabic, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWordU( msArabic, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWordU( msArabic, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWordU( msArabic, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWordU( msArabic, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWordU( msArabic, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWordU( msArabic, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWordU( msArabic, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWordU( msArabic, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWordU( msArabic, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWordU( msArabic, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWordU( msArabic, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWordU( msArabic, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWordU( msArabic, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWordU( msArabic, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWordU( msArabic, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWordU( msArabic, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWordU( msArabic, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ELSE} IESetTranslationWord(msArabic, IEMSG_PREVIEW, 'ãÚÇíäÉ'); IESetTranslationWord(msArabic, IEMSG_SOURCE, 'ÇÕáí'); IESetTranslationWord(msArabic, IEMSG_RESULT, 'ÇáäÊíÌå'); IESetTranslationWord(msArabic, IEMSG_OK, 'ãæÇÝÞ'); IESetTranslationWord(msArabic, IEMSG_CANCEL, 'ÇáÛÇÁ'); IESetTranslationWord(msArabic, IEMSG_LOCKPREVIEW, 'ÇÛáÇÞ ÇáãÚÇíäÉ'); IESetTranslationWord(msArabic, IEMSG_COPYRESULTTOSOURCE, 'äÓÎ ÇáäÊíÌÉ Åáì ÇáÃÕá'); IESetTranslationWord(msArabic, IEMSG_CONTRAST, 'ÊÈÇíä'); IESetTranslationWord(msArabic, IEMSG_BRIGHTNESS, 'áãÚÇä'); IESetTranslationWord(msArabic, IEMSG_HUE, 'Hue ÏÑÌÉ áæä'); IESetTranslationWord(msArabic, IEMSG_SATURATION, 'ÕÝÇÁ Çááæä'); IESetTranslationWord(msArabic, IEMSG_VALUE, 'ÇáÞíãÉ'); IESetTranslationWord(msArabic, IEMSG_BASECOLOR, 'ÇáÇáæÇä ÇáÇÓÇÓíÉ'); IESetTranslationWord(msArabic, IEMSG_NEWCOLOR, 'áæä ÌÏíÏ'); IESetTranslationWord(msArabic, IEMSG_LUMINOSITY, 'ãÖíÁ'); IESetTranslationWord(msArabic, IEMSG_RED, 'ÇÍãÑ'); IESetTranslationWord(msArabic, IEMSG_GREEN, 'ÇÎÖÑ'); IESetTranslationWord(msArabic, IEMSG_BLUE, 'ÇÒÑÞ'); IESetTranslationWord(msArabic, IEMSG_FILTERVALUES, 'ÊÕÝíÉ ÇáÞíã'); IESetTranslationWord(msArabic, IEMSG_PRESETS, 'ÇáãÓÈÞÉ'); IESetTranslationWord(msArabic, IEMSG_DIVISOR, 'ÞÓãÉ'); IESetTranslationWord(msArabic, IEMSG_LOAD, 'ÊÍãíá'); IESetTranslationWord(msArabic, IEMSG_SAVE, 'ÍÝÙ'); IESetTranslationWord(msArabic, IEMSG_EQUALIZATION, 'ÇÓÊæÇÁ'); IESetTranslationWord(msArabic, IEMSG_THRESHOLD, 'ÈÏÇíÉ'); IESetTranslationWord(msArabic, IEMSG_EQUALIZE, 'ÌÚáå ãÊÓÇæíÇ'); IESetTranslationWord(msArabic, IEMSG_HISTOGRAM, 'ÇáÑÓã ÇáÈíÇä'); IESetTranslationWord(msArabic, IEMSG_GRAY, 'ÑãÇÏí'); IESetTranslationWord(msArabic, IEMSG_LIGHT, 'ÖæÁ'); IESetTranslationWord(msArabic, IEMSG_LEFT, 'ÔãÇá'); IESetTranslationWord(msArabic, IEMSG_TOP, 'ÇÚáì'); IESetTranslationWord(msArabic, IEMSG_WIDTH, 'ÚÑÖ'); IESetTranslationWord(msArabic, IEMSG_HEIGHT, 'ÇáÇÑÊÝÇÚ'); IESetTranslationWord(msArabic, IEMSG_COLOR, 'Çááæä'); IESetTranslationWord(msArabic, IEMSG_SOURCEIMAGEQUANTITY, 'ÇáÕæÑÉ ÇáÃÕáíÉ ÇáßãíÉ'); IESetTranslationWord(msArabic, IEMSG_LENS, 'ÚÏÓÉ'); IESetTranslationWord(msArabic, IEMSG_REFRACTION, 'ÅäßÓÇÑ ááÖæÁ'); IESetTranslationWord(msArabic, IEMSG_PARAMETERSPREVIEW, 'ãÚÇíäÉ ÇáãÊÛíÑÇÊ'); IESetTranslationWord(msArabic, IEMSG_QUALITY, 'ÇáÌæÏÉ'); IESetTranslationWord(msArabic, IEMSG_DCTMETHOD, 'DCT ÎÕÇÆÕ'); IESetTranslationWord(msArabic, IEMSG_SMOOTHINGFACTOR, 'ÊÌÇäÓ ÚÇãá'); IESetTranslationWord(msArabic, IEMSG_GRAYSCALE, 'äØÇÞ ÑãÇÏí'); IESetTranslationWord(msArabic, IEMSG_OPTIMALHUFFMAN, 'ÇáÃãËá Huffman'); IESetTranslationWord(msArabic, IEMSG_ORIGINALSIZE, 'ÇáÍÌã ÇáÃÕáí'); IESetTranslationWord(msArabic, IEMSG_COMPRESSEDSIZE, 'ÍÌã ãÖÛæØ'); IESetTranslationWord(msArabic, IEMSG_ADVANCED, 'ãÊÞÏã'); IESetTranslationWord(msArabic, IEMSG_PROGRESSIVE, 'ÊÕÇÚÏí'); IESetTranslationWord(msArabic, IEMSG_COMPRESSION, 'ÖÛØ'); IESetTranslationWord(msArabic, IEMSG_IMAGEINDEX, 'ÊÑÊíÈ ÕæÑÉ'); IESetTranslationWord(msArabic, IEMSG_PHOTOMETRIC, 'ÕæÑÉ ÖæÆíÉ'); IESetTranslationWord(msArabic, IEMSG_SCANNDEDDOCUMENTINFO, 'ãÚáæãÇÊ Úä ÇáÕÝÍÉ'); IESetTranslationWord(msArabic, IEMSG_NAME, 'ÇáÇÓã'); IESetTranslationWord(msArabic, IEMSG_DESCRIPTION, 'ÇáæÕÝ'); IESetTranslationWord(msArabic, IEMSG_PAGENAME, 'ÇÓã ÇáÕÝÍÉ'); IESetTranslationWord(msArabic, IEMSG_PAGENUMBER, 'ÑÞã ÇáÕÝÍÉ'); IESetTranslationWord(msArabic, IEMSG_OF, 'Çáì'); IESetTranslationWord(msArabic, IEMSG_HORIZPOSITIONINCH, 'ÇÝÞí. Position (ÈæÕÉ)'); IESetTranslationWord(msArabic, IEMSG_VERTPOSITIONINCH, 'ÑÃÓí. Position (ÈæÕÉ)'); IESetTranslationWord(msArabic, IEMSG_COLORS, 'ÇáÇáæÇä'); IESetTranslationWord(msArabic, IEMSG_TRANSPARENT, 'ÔÝÇÝ'); IESetTranslationWord(msArabic, IEMSG_TRANSPARENTCOLOR, 'áæä ÔÝÇÝ'); IESetTranslationWord(msArabic, IEMSG_INTERLACED, 'ÇáãÊÏÇÎáÉ'); IESetTranslationWord(msArabic, IEMSG_BACKGROUND, 'ÎáÝíÉ'); IESetTranslationWord(msArabic, IEMSG_HORIZPOSITION, 'ÇÝÞí. Position'); IESetTranslationWord(msArabic, IEMSG_VERTPOSITION, 'ÑÃÓí. Position'); IESetTranslationWord(msArabic, IEMSG_DELAYTIME, 'ÊÃÎíÑ ÇáæÞÊ'); IESetTranslationWord(msArabic, IEMSG_FILTER, 'ÊÕÝíÉ'); IESetTranslationWord(msArabic, IEMSG_WAVE, 'ãæÌÉ'); IESetTranslationWord(msArabic, IEMSG_AMPLITUDE, 'ãÏì'); IESetTranslationWord(msArabic, IEMSG_WAVELENGTH, 'Øæá ÇáãæÌå'); IESetTranslationWord(msArabic, IEMSG_PHASE, 'ãÑÍáÉ'); IESetTranslationWord(msArabic, IEMSG_REFLECTIVE, 'ÚÇßÓ'); IESetTranslationWord(msArabic, IEMSG_USERFILTER, 'ÊÕÝíÉ ãÓÊÎÏã'); IESetTranslationWord(msArabic, IEMSG_MORPHFILTER, 'ÊÍæá ÇáÊÕÝíÉ'); IESetTranslationWord(msArabic, IEMSG_WINDOWSIZE, 'ÍÌã ÇáäÇÝÐÉ'); IESetTranslationWord(msArabic, IEMSG_MAXIMUM, 'ÇáÞíãÉ ÇáÞÕæì'); IESetTranslationWord(msArabic, IEMSG_MINIMUM, 'ÇáÞíãÉ ÇáÕÛÑì'); IESetTranslationWord(msArabic, IEMSG_OPEN, 'ÌÇÑí ÇáÝÊÍ'); IESetTranslationWord(msArabic, IEMSG_CLOSE, 'ÌÇÑí ÇáÇÛáÇÞ'); IESetTranslationWord(msArabic, IEMSG_ROTATE, 'ÏæÑÇä'); IESetTranslationWord(msArabic, IEMSG_FLIP, 'ÞáÈ ÇáÕæÑÉ'); IESetTranslationWord(msArabic, IEMSG_FLIPHOR, 'ÃÝÞí'); IESetTranslationWord(msArabic, IEMSG_FLIPVER, 'ÑÃÓí'); IESetTranslationWord(msArabic, IEMSG_FREQUENCYDOMAINIMAGE, 'ÊÑÏÏ ãÌÇá ÇáÕæÑÉ'); IESetTranslationWord(msArabic, IEMSG_SELECTTHEREGIONTOCLEAR, 'ÍÏÏ áÊäÙíÝ ÇáãäØÞÉ'); IESetTranslationWord(msArabic, IEMSG_CLEAR, 'ãÓÍ'); IESetTranslationWord(msArabic, IEMSG_RESET, 'ÇÚÇÏÉ'); IESetTranslationWord(msArabic, IEMSG_ANIMATE, 'ÍÑßí'); IESetTranslationWord(msArabic, IEMSG_LOADFILTER, 'ÊÍãíá ÇáÊÕÝíÉ'); IESetTranslationWord(msArabic, IEMSG_SAVEFILTER, 'ÍÝÙ ÇáÊÕÝíÉ'); IESetTranslationWord(msArabic, IEMSG_BUMPMAP, 'ÎØÃ Ýí ÇáÎÑíØå'); IESetTranslationWord(msArabic, IEMSG_PRINT, 'ØÈÇÚÉ'); IESetTranslationWord(msArabic, IEMSG_MARGINS, 'ÇáåÇãÔ'); IESetTranslationWord(msArabic, IEMSG_INCHES, 'ÈæÕÉ'); IESetTranslationWord(msArabic, IEMSG_RIGHT, 'íãíä'); IESetTranslationWord(msArabic, IEMSG_BOTTOM, 'ÇÓÝá'); IESetTranslationWord(msArabic, IEMSG_POSITION, 'ÇáæÖÚ'); IESetTranslationWord(msArabic, IEMSG_SIZE, 'ÇáÍÌã'); IESetTranslationWord(msArabic, IEMSG_NORMAL, 'ØÈíÚí'); IESetTranslationWord(msArabic, IEMSG_FITTOPAGE, 'ÕÝÍÉ ÇÕáíÉ'); IESetTranslationWord(msArabic, IEMSG_STRETCHTOPAGE, 'ãáÆ ÇáÕÝÍå'); IESetTranslationWord(msArabic, IEMSG_SPECIFIEDSIZE, 'ÍÌã ÎÇÕ'); IESetTranslationWord(msArabic, IEMSG_GAMMACORRECTION, 'ÊÎÝíÝ Çááæä'); IESetTranslationWord(msArabic, IEMSG_VALUE2, 'ÇáÞíãå'); IESetTranslationWord(msArabic, IEMSG_PRINTSETUP, 'ÊÌåíÒ ÇáØÈÇÚÉ'); IESetTranslationWord(msArabic, IEMSG_LEFTMARGIN, 'ÇáåÇãÔ ÇáÇíÓÑ'); IESetTranslationWord(msArabic, IEMSG_TOPMARGIN, 'ÇáåÇãÔ ÇáÇÚáì'); IESetTranslationWord(msArabic, IEMSG_RIGHTMARGIN, 'ÇáåÇãÔ ÇáÇíãä'); IESetTranslationWord(msArabic, IEMSG_BOTTOMMARGIN, 'ÇáåÇãÔ ÇáÇÓÝá'); IESetTranslationWord(msArabic, IEMSG_LOCATIONSIZE, 'ÇáãæÞÚ/ÇáÍÌã'); IESetTranslationWord(msArabic, IEMSG_TOPLEFT, 'ÔãÇá Úáæí'); IESetTranslationWord(msArabic, IEMSG_TOPCENTER, 'æÓØ Úáæí'); IESetTranslationWord(msArabic, IEMSG_TOPRIGHT, 'Çíãä Úáæí'); IESetTranslationWord(msArabic, IEMSG_CENTERLEFT, 'ÔãÇá æÓØ'); IESetTranslationWord(msArabic, IEMSG_CENTER, 'ãÑßÒí'); IESetTranslationWord(msArabic, IEMSG_CENTERRIGHT, 'íãíä æÓØ'); IESetTranslationWord(msArabic, IEMSG_BOTTOMLEFT, 'ÔãÇá ÇÓÝá'); IESetTranslationWord(msArabic, IEMSG_BOTTOMCENTER, 'æÓØ ÇÓÝá'); IESetTranslationWord(msArabic, IEMSG_BOTTOMRIGHT, 'íãíä ÇÓÝá'); IESetTranslationWord(msArabic, IEMSG_CLOSE2, 'ÇÛáÇÞ'); IESetTranslationWord(msArabic, IEMSG_APPLY, 'ÊØÈíÞ'); IESetTranslationWord(msArabic, IEMSG_MEASUREUNITS, 'æÍÏÉ ÇáÞíÇÓ'); IESetTranslationWord(msArabic, IEMSG_UNITS, 'ÇáæÍÏÇÊ'); IESetTranslationWord(msArabic, IEMSG_RATE, 'ãÚÏá'); IESetTranslationWord(msArabic, IEMSG_ALLGRAPHICS, 'ÌãíÚ ÇáÑÓæãÇÊ'); IESetTranslationWord(msArabic, IEMSG_VIDEOFORWINDOWS, 'ÝíÏíæ áäÙÇã ÇáÊÔÛíá Windows'); IESetTranslationWord(msArabic, IEMSG_FILE, 'ãáÝ'); IESetTranslationWord(msArabic, IEMSG_MEM, 'ãáÇÍÙÇÊ'); // Mem.ory IESetTranslationWord(msArabic, IEMSG_LOCKPREVIEWHINT, 'ÌÇÑí ÊÍÏíË ÊÚÏíáÇÊ ÇáãÚÇíäÉ'); IESetTranslationWord(msArabic, IEMSG_PRINTALL, 'ØÈÇÚÉ Çáßá'); IESetTranslationWord(msArabic, IEMSG_PRINTSELECTED, 'ØÈÇÚÉ ÇáÕÝÍå'); IESetTranslationWord(msArabic, IEMSG_ALLCOMMONGRAPHICFILES, 'ÌÑÇÝíß ÇáãáÝÇÊ ÇáãÔÊÑßÉ'); IESetTranslationWord(msArabic, IEMSG_ALLFILES, 'ÌãíÚ ÇáãáÝÇÊ'); IESetTranslationWord(msArabic, IEMSG_HSV, 'HSV ÇáæÇä'); IESetTranslationWord(msArabic, IEMSG_HSL, 'HSL ÇáæÇä'); IESetTranslationWord(msArabic, IEMSG_RGB, 'RGB ÇáæÇä'); IESetTranslationWord(msArabic, IEMSG_FFT, 'FFT ÇáæÇä'); IESetTranslationWord(msArabic, IEMSG_SHARPEN, 'æÖæÍ ÍÇÏ'); IESetTranslationWord(msArabic, IEMSG_CHANNELS, 'ÇáÞäæÇÊ'); IESetTranslationWord(msArabic, IEMSG_PIXELS, 'ÈßÓá'); IESetTranslationWord(msArabic, IEMSG_FRAMES, 'ÅØÇÑÇÊ'); IESetTranslationWord(msArabic, IEMSG_BIT, 'bit ÌÒÁ æÍÏÉ'); IESetTranslationWord(msArabic, IEMSG_BYTE, 'byte æÍÏÉ ÈÇíÊ'); IESetTranslationWord(msArabic, IEMSG_DPI, 'dpi äÞØÉ Ýí ÇáÈæÕÉ'); IESetTranslationWord(msArabic, IEMSG_KB, 'KB ßíáæ ÈÇíÊ'); // kilobyte (KB) IESetTranslationWord(msArabic, IEMSG_FIT, 'ÇÕáí'); IESetTranslationWord(msArabic, IEMSG_OTHER, 'ÇÎÑæä'); IESetTranslationWord(msArabic, IEMSG_COLUMNS, ' ÇáÃÚãÏÉ'); IESetTranslationWord(msArabic, IEMSG_ROWS, ' ÇáÕÝæÝ'); IESetTranslationWord(msArabic, IEMSG_STYLE, 'ÇáÇÓáæÈ'); IESetTranslationWord(msArabic, IEMSG_SPACING, 'ÇáãÓÇÝÉ'); IESetTranslationWord(msArabic, IEMSG_SELECTACQUIREDEVICE, 'ÇÎÊíÇÑ ÌåÇÒ ÇáãÇÓÍ'); IESetTranslationWord(msArabic, IEMSG_SELECTANACQUISITIONDEVICE, 'ÇÎÊíÇÑ ÌåÇÒ ÇáãÇÓÍ'); IESetTranslationWord(msArabic, IEMSG_Page_X_of_X, 'ÕÝÍÉ %d Çáì %d'); IESetTranslationWord(msArabic, IEMSG_X_Pages, '%d ÕÝÍÉ'); IESetTranslationWord(msArabic, IEMSG_Previous, 'ÇáÓÇÈÞ'); IESetTranslationWord(msArabic, IEMSG_Next, 'ÇáÊÇáí'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msArabic, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msArabic, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msArabic, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msArabic, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msArabic, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msArabic, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msArabic, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msArabic, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msArabic, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msArabic, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msArabic, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msArabic, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msArabic, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msArabic, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msArabic, IEMsg_Copy, 'Copy'); IESetTranslationWord(msArabic, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msArabic, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msArabic, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msArabic, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msArabic, IEMsg_Cut, 'Cut'); IESetTranslationWord(msArabic, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msArabic, IEMsg_Delete, 'Delete'); IESetTranslationWord(msArabic, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msArabic, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msArabic, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msArabic, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msArabic, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msArabic, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msArabic, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msArabic, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msArabic, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msArabic, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msArabic, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msArabic, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msArabic, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msArabic, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msArabic, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msArabic, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msArabic, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msArabic, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msArabic, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msArabic, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msArabic, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msArabic, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msArabic, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msArabic, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msArabic, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msArabic, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msArabic, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msArabic, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msArabic, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msArabic, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msArabic, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msArabic, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msArabic, IEMsg_Negative, 'Negative'); IESetTranslationWord(msArabic, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msArabic, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msArabic, IEMsg_Paste, 'Paste'); IESetTranslationWord(msArabic, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msArabic, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msArabic, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msArabic, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msArabic, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msArabic, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msArabic, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msArabic, IEMsg_Redo, 'Redo'); IESetTranslationWord(msArabic, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msArabic, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msArabic, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msArabic, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msArabic, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msArabic, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msArabic, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msArabic, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msArabic, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msArabic, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msArabic, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msArabic, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msArabic, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msArabic, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msArabic, IEMsg_Select, 'Select'); IESetTranslationWord(msArabic, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msArabic, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msArabic, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msArabic, IEMsg_Undo, 'Undo'); IESetTranslationWord(msArabic, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msArabic, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msArabic, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msArabic, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msArabic, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msArabic, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msArabic, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msArabic, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msArabic, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msArabic, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msArabic, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msArabic, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msArabic, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msArabic, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msArabic, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msArabic, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msArabic, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msArabic, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msArabic, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msArabic, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msArabic, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msArabic, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msArabic, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msArabic, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msArabic, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msArabic, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msArabic, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msArabic, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msArabic, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msArabic, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msArabic, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msArabic, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msArabic, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msArabic, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msArabic, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msArabic, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msArabic, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msArabic, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msArabic, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msArabic, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msArabic, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msArabic, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msArabic, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msArabic, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msArabic, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msArabic, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msArabic, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msArabic, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msArabic, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msArabic, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msArabic, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msArabic, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msArabic, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msArabic, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msArabic, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msArabic, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msArabic, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msArabic, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msArabic, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msArabic, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msArabic, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msArabic, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msArabic, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msArabic, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msArabic, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msArabic, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msArabic, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msArabic, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msArabic, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msArabic, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msArabic, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msArabic, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msArabic, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msArabic, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msArabic, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msArabic, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msArabic, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msArabic, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msArabic, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msArabic, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msArabic, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msArabic, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msArabic, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msArabic, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msArabic, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msArabic, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msArabic, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msArabic, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msArabic, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msArabic, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msArabic, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msArabic, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msArabic, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msArabic, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msArabic, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msArabic, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msArabic, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msArabic, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msArabic, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msArabic, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msArabic, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msArabic, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msArabic, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msArabic, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msArabic, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msArabic, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msArabic, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msArabic, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msArabic, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msArabic, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msArabic, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msArabic, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msArabic, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msArabic, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msArabic, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msArabic, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msArabic, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msArabic, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msArabic, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msArabic, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msArabic, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msArabic, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msArabic, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msArabic, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msArabic, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msArabic, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msArabic, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msArabic, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msArabic, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msArabic, IEMSG_NEW, 'New'); IESetTranslationWord(msArabic, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msArabic, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msArabic, IEMSG_Folder , 'Folder'); IESetTranslationWord(msArabic, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msArabic, IEMSG_Type , 'Type'); IESetTranslationWord(msArabic, IEMSG_Created , 'Created'); IESetTranslationWord(msArabic, IEMSG_Modified , 'Modified'); IESetTranslationWord(msArabic, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msArabic, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msArabic, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msArabic, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msArabic, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msArabic, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msArabic, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msArabic, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msArabic, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msArabic, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msArabic, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msArabic, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msArabic, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msArabic, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msArabic, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msArabic, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msArabic, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msArabic, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msArabic, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msArabic, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msArabic, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msArabic, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msArabic, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msArabic, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msArabic, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msArabic, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msArabic, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msArabic, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msArabic, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msArabic, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msArabic, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msArabic, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msArabic, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msArabic, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msArabic, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msArabic, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msArabic, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msArabic, IEMsg_General , 'General' ); IESetTranslationWord(msArabic, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msArabic, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msArabic, IEMsg_Range , 'Range' ); IESetTranslationWord(msArabic, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msArabic, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msArabic, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msArabic, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msArabic, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msArabic, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msArabic, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msArabic, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msArabic, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msArabic, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msArabic, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msArabic, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msArabic, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msArabic, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msArabic, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msArabic, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msArabic, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msArabic, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msArabic, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msArabic, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msArabic, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msArabic, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msArabic, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msArabic, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msArabic, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msArabic, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msArabic, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msArabic, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msArabic, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msArabic, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msArabic, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msArabic, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msArabic, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msArabic, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msArabic, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msArabic, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msArabic, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msArabic, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msArabic, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msArabic, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msArabic, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msArabic, IEMsg_Path , 'Path' ); IESetTranslationWord(msArabic, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msArabic, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msArabic, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msArabic, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msArabic, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msArabic, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msArabic, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msArabic, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msArabic, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msArabic, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msArabic, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msArabic, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msArabic, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msArabic, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msArabic, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msArabic, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msArabic, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msArabic, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msArabic, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msArabic, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msArabic, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msArabic, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msArabic, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msArabic, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msArabic, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msArabic, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msArabic, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msArabic, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msArabic, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msArabic, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msArabic, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msArabic, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msArabic, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msArabic, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msArabic, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msArabic, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msArabic, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msArabic, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msArabic, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msArabic, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msArabic, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msArabic, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msArabic, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msArabic, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msArabic, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msArabic, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msArabic, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msArabic, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msArabic, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msArabic, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msArabic, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msArabic, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msArabic, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msArabic, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msArabic, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msArabic, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msArabic, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msArabic, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msArabic, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msArabic, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msArabic, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msArabic, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msArabic, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msArabic, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msArabic, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msArabic, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msArabic, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msArabic, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msArabic, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msArabic, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msArabic, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msArabic, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msArabic, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msArabic, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msArabic, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msArabic, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msArabic, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msArabic, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msArabic, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msArabic, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msArabic, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msArabic, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msArabic, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msArabic, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msArabic, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msArabic, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msArabic, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msArabic, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msArabic, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msArabic, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msArabic, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msArabic, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msArabic, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msArabic, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msArabic, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msArabic, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msArabic, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msArabic, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msArabic, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msArabic, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msArabic, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msArabic, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msArabic, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msArabic, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msArabic, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msArabic, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msArabic, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msArabic, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msArabic, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msArabic, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msArabic, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msArabic, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msArabic, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msArabic, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msArabic, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msArabic, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msArabic, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msArabic, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msArabic, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msArabic, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msArabic, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msArabic, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msArabic, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msArabic, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msArabic, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msArabic, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msArabic, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msArabic, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msArabic, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msArabic, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msArabic, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msArabic, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msArabic, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msArabic, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msArabic, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msArabic, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msArabic, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msArabic, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msArabic, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msArabic, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msArabic, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msArabic, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msArabic, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msArabic, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msArabic, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msArabic, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msArabic, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} {$ENDIF} end; procedure IESetDefaultTranslationWords_Serbian; begin /////// msSerbian {$IFDEF IESUPPORTSERBIAN} IESetTranslationWord(msSerbian, IEMSG_PREVIEW, 'Pregled'); IESetTranslationWord(msSerbian, IEMSG_SOURCE, 'Izvor'); IESetTranslationWord(msSerbian, IEMSG_RESULT, 'Rezultat'); IESetTranslationWord(msSerbian, IEMSG_OK, 'U redu'); IESetTranslationWord(msSerbian, IEMSG_CANCEL, 'Otkaži'); IESetTranslationWord(msSerbian, IEMSG_LOCKPREVIEW, 'Zakljuèan pregled'); IESetTranslationWord(msSerbian, IEMSG_COPYRESULTTOSOURCE, 'Kopirajte izvorni rezultat'); IESetTranslationWord(msSerbian, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msSerbian, IEMSG_BRIGHTNESS, 'Osvetljenje'); IESetTranslationWord(msSerbian, IEMSG_HUE, 'Nijansa'); IESetTranslationWord(msSerbian, IEMSG_SATURATION, 'Zasiæenje'); IESetTranslationWord(msSerbian, IEMSG_VALUE, 'Vrednost'); IESetTranslationWord(msSerbian, IEMSG_BASECOLOR, 'Osnovna boja'); IESetTranslationWord(msSerbian, IEMSG_NEWCOLOR, 'Nova boja'); IESetTranslationWord(msSerbian, IEMSG_LUMINOSITY, 'Sjaj'); IESetTranslationWord(msSerbian, IEMSG_RED, 'Crvena'); IESetTranslationWord(msSerbian, IEMSG_GREEN, 'Zelena'); IESetTranslationWord(msSerbian, IEMSG_BLUE, 'Plava'); IESetTranslationWord(msSerbian, IEMSG_FILTERVALUES, 'Filter vrednosti'); IESetTranslationWord(msSerbian, IEMSG_PRESETS, 'Podesi'); IESetTranslationWord(msSerbian, IEMSG_DIVISOR, 'Delilac'); IESetTranslationWord(msSerbian, IEMSG_LOAD, 'Uèitaj'); IESetTranslationWord(msSerbian, IEMSG_SAVE, 'Saèuvaj'); IESetTranslationWord(msSerbian, IEMSG_EQUALIZATION, 'Ujednaèeno'); IESetTranslationWord(msSerbian, IEMSG_THRESHOLD, 'Poèetak'); IESetTranslationWord(msSerbian, IEMSG_EQUALIZE, 'Izjednaèi'); IESetTranslationWord(msSerbian, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msSerbian, IEMSG_GRAY, 'Siva'); IESetTranslationWord(msSerbian, IEMSG_LIGHT, 'Svetlost'); IESetTranslationWord(msSerbian, IEMSG_LEFT, 'Levo'); IESetTranslationWord(msSerbian, IEMSG_TOP, 'Gore'); IESetTranslationWord(msSerbian, IEMSG_WIDTH, 'Širina'); IESetTranslationWord(msSerbian, IEMSG_HEIGHT, 'Vrh'); IESetTranslationWord(msSerbian, IEMSG_COLOR, 'Boja'); IESetTranslationWord(msSerbian, IEMSG_SOURCEIMAGEQUANTITY, 'Izvorni kvantitet slike'); IESetTranslationWord(msSerbian, IEMSG_LENS, 'Objektiv'); IESetTranslationWord(msSerbian, IEMSG_REFRACTION, 'Prelamanje'); IESetTranslationWord(msSerbian, IEMSG_PARAMETERSPREVIEW, 'Pregled parametra'); IESetTranslationWord(msSerbian, IEMSG_QUALITY, 'Kvalitet'); IESetTranslationWord(msSerbian, IEMSG_DCTMETHOD, 'DCT metod'); IESetTranslationWord(msSerbian, IEMSG_SMOOTHINGFACTOR, 'Faktor poravnjanja'); IESetTranslationWord(msSerbian, IEMSG_GRAYSCALE, 'Siva skala'); IESetTranslationWord(msSerbian, IEMSG_OPTIMALHUFFMAN, 'Optimalni Huffman'); IESetTranslationWord(msSerbian, IEMSG_ORIGINALSIZE, 'Originalna velièina'); IESetTranslationWord(msSerbian, IEMSG_COMPRESSEDSIZE, 'Komprimovana velièina'); IESetTranslationWord(msSerbian, IEMSG_ADVANCED, 'Napredan'); IESetTranslationWord(msSerbian, IEMSG_PROGRESSIVE, 'Progresivan'); IESetTranslationWord(msSerbian, IEMSG_COMPRESSION, 'Kompresija'); IESetTranslationWord(msSerbian, IEMSG_IMAGEINDEX, 'Foto indeks'); IESetTranslationWord(msSerbian, IEMSG_PHOTOMETRIC, 'Fotometrijski'); IESetTranslationWord(msSerbian, IEMSG_SCANNDEDDOCUMENTINFO, 'Skeniran info dokument'); IESetTranslationWord(msSerbian, IEMSG_NAME, 'Naziv'); IESetTranslationWord(msSerbian, IEMSG_DESCRIPTION, 'Opis'); IESetTranslationWord(msSerbian, IEMSG_PAGENAME, 'Naziv stranice'); IESetTranslationWord(msSerbian, IEMSG_PAGENUMBER, 'Broj stranice'); IESetTranslationWord(msSerbian, IEMSG_OF, 'od'); IESetTranslationWord(msSerbian, IEMSG_HORIZPOSITIONINCH, 'Horizontalna pozicija (inè)'); IESetTranslationWord(msSerbian, IEMSG_VERTPOSITIONINCH, 'Vertikalna pozicija (inc)'); IESetTranslationWord(msSerbian, IEMSG_COLORS, 'Boje'); IESetTranslationWord(msSerbian, IEMSG_TRANSPARENT, 'Transparentna'); IESetTranslationWord(msSerbian, IEMSG_TRANSPARENTCOLOR, 'Transparentna boja'); IESetTranslationWord(msSerbian, IEMSG_INTERLACED, 'Prepleteno'); IESetTranslationWord(msSerbian, IEMSG_BACKGROUND, 'Pozadina'); IESetTranslationWord(msSerbian, IEMSG_HORIZPOSITION, 'Horizontalna pozicija'); IESetTranslationWord(msSerbian, IEMSG_VERTPOSITION, 'Vertikalna pozicija'); IESetTranslationWord(msSerbian, IEMSG_DELAYTIME, 'Odloženo vreme'); IESetTranslationWord(msSerbian, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msSerbian, IEMSG_WAVE, 'Talas'); IESetTranslationWord(msSerbian, IEMSG_AMPLITUDE, 'Amplituda'); IESetTranslationWord(msSerbian, IEMSG_WAVELENGTH, 'Talasna dužina'); IESetTranslationWord(msSerbian, IEMSG_PHASE, 'Faza'); IESetTranslationWord(msSerbian, IEMSG_REFLECTIVE, 'Refleksija'); IESetTranslationWord(msSerbian, IEMSG_USERFILTER, 'Korisnièki filter'); IESetTranslationWord(msSerbian, IEMSG_MORPHFILTER, 'Morphing filter'); IESetTranslationWord(msSerbian, IEMSG_WINDOWSIZE, 'Velièina prozora'); IESetTranslationWord(msSerbian, IEMSG_MAXIMUM, 'Maksimum'); IESetTranslationWord(msSerbian, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msSerbian, IEMSG_OPEN, 'Otvaranje'); IESetTranslationWord(msSerbian, IEMSG_CLOSE, 'Završavanje'); IESetTranslationWord(msSerbian, IEMSG_ROTATE, 'Rotiranje'); IESetTranslationWord(msSerbian, IEMSG_FLIP, 'Flip'); IESetTranslationWord(msSerbian, IEMSG_FLIPHOR, 'Horizontalno'); IESetTranslationWord(msSerbian, IEMSG_FLIPVER, 'Vertikalno'); IESetTranslationWord(msSerbian, IEMSG_FREQUENCYDOMAINIMAGE, 'Frekvencija oblasti slike'); IESetTranslationWord(msSerbian, IEMSG_SELECTTHEREGIONTOCLEAR, 'Izaberite region za èišæenje'); IESetTranslationWord(msSerbian, IEMSG_CLEAR, 'Ukloni'); IESetTranslationWord(msSerbian, IEMSG_RESET, 'Resetuj'); IESetTranslationWord(msSerbian, IEMSG_ANIMATE, 'Animirano'); IESetTranslationWord(msSerbian, IEMSG_LOADFILTER, 'Uèitaj filter'); IESetTranslationWord(msSerbian, IEMSG_SAVEFILTER, 'Saèuvaj filter'); IESetTranslationWord(msSerbian, IEMSG_BUMPMAP, 'Ispupèena mapa'); IESetTranslationWord(msSerbian, IEMSG_PRINT, 'Štampaj'); IESetTranslationWord(msSerbian, IEMSG_MARGINS, 'Margine'); IESetTranslationWord(msSerbian, IEMSG_INCHES, 'inèi'); IESetTranslationWord(msSerbian, IEMSG_RIGHT, 'Desno'); IESetTranslationWord(msSerbian, IEMSG_BOTTOM, 'Dole'); IESetTranslationWord(msSerbian, IEMSG_POSITION, 'Pozicija'); IESetTranslationWord(msSerbian, IEMSG_SIZE, 'Velièina'); IESetTranslationWord(msSerbian, IEMSG_NORMAL, 'Normalan'); IESetTranslationWord(msSerbian, IEMSG_FITTOPAGE, 'Podešena stranica'); IESetTranslationWord(msSerbian, IEMSG_STRETCHTOPAGE, 'Razvuèeno na stranici'); IESetTranslationWord(msSerbian, IEMSG_SPECIFIEDSIZE, 'Odredjena velièina'); IESetTranslationWord(msSerbian, IEMSG_GAMMACORRECTION, 'Gama korekcija'); IESetTranslationWord(msSerbian, IEMSG_VALUE2, 'Vrednost'); IESetTranslationWord(msSerbian, IEMSG_PRINTSETUP, 'Podešavanje štampaèa'); IESetTranslationWord(msSerbian, IEMSG_LEFTMARGIN, 'Leva margina'); IESetTranslationWord(msSerbian, IEMSG_TOPMARGIN, 'Gornja margina'); IESetTranslationWord(msSerbian, IEMSG_RIGHTMARGIN, 'Desna margina'); IESetTranslationWord(msSerbian, IEMSG_BOTTOMMARGIN, 'Donja margina'); IESetTranslationWord(msSerbian, IEMSG_LOCATIONSIZE, 'Lokacija/Velièina'); IESetTranslationWord(msSerbian, IEMSG_TOPLEFT, 'Gore levo'); IESetTranslationWord(msSerbian, IEMSG_TOPCENTER, 'Gore na sredini'); IESetTranslationWord(msSerbian, IEMSG_TOPRIGHT, 'Gore desno'); IESetTranslationWord(msSerbian, IEMSG_CENTERLEFT, 'Sredina levo'); IESetTranslationWord(msSerbian, IEMSG_CENTER, 'Sredina'); IESetTranslationWord(msSerbian, IEMSG_CENTERRIGHT, 'Sredina desno'); IESetTranslationWord(msSerbian, IEMSG_BOTTOMLEFT, 'Dole levo'); IESetTranslationWord(msSerbian, IEMSG_BOTTOMCENTER, 'Dole na sredini'); IESetTranslationWord(msSerbian, IEMSG_BOTTOMRIGHT, 'Dole desno'); IESetTranslationWord(msSerbian, IEMSG_CLOSE2, 'Zatvori'); IESetTranslationWord(msSerbian, IEMSG_APPLY, 'Primeni'); IESetTranslationWord(msSerbian, IEMSG_MEASUREUNITS, 'Jedinica mere'); IESetTranslationWord(msSerbian, IEMSG_UNITS, 'Jedinice'); IESetTranslationWord(msSerbian, IEMSG_RATE, 'Procena'); IESetTranslationWord(msSerbian, IEMSG_ALLGRAPHICS, 'Sve grafike'); IESetTranslationWord(msSerbian, IEMSG_VIDEOFORWINDOWS, 'Video za windows'); IESetTranslationWord(msSerbian, IEMSG_FILE, 'Datoteka'); IESetTranslationWord(msSerbian, IEMSG_MEM, 'Memorija'); // Mem.ory IESetTranslationWord(msSerbian, IEMSG_LOCKPREVIEWHINT, 'Automatski ažurira svoj prikaz sa promenama koje ste izabrali'); IESetTranslationWord(msSerbian, IEMSG_PRINTALL, 'Odštampaj sve'); IESetTranslationWord(msSerbian, IEMSG_PRINTSELECTED, 'Izaberi za štampanje'); IESetTranslationWord(msSerbian, IEMSG_ALLCOMMONGRAPHICFILES, 'Zajednièke grafièke datoteke'); IESetTranslationWord(msSerbian, IEMSG_ALLFILES, 'Sve datoteke'); IESetTranslationWord(msSerbian, IEMSG_HSV, 'HSV'); IESetTranslationWord(msSerbian, IEMSG_HSL, 'HSL'); IESetTranslationWord(msSerbian, IEMSG_RGB, 'RGB'); IESetTranslationWord(msSerbian, IEMSG_FFT, 'FFT'); IESetTranslationWord(msSerbian, IEMSG_SHARPEN, 'Izoštreno'); IESetTranslationWord(msSerbian, IEMSG_CHANNELS, 'Kanali'); IESetTranslationWord(msSerbian, IEMSG_PIXELS, 'Pikseli'); IESetTranslationWord(msSerbian, IEMSG_FRAMES, 'Okviri'); IESetTranslationWord(msSerbian, IEMSG_BIT, 'bit'); IESetTranslationWord(msSerbian, IEMSG_BYTE, 'byte'); IESetTranslationWord(msSerbian, IEMSG_DPI, 'dpi'); IESetTranslationWord(msSerbian, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msSerbian, IEMSG_FIT, 'Pogodan'); IESetTranslationWord(msSerbian, IEMSG_OTHER, 'Drugi'); IESetTranslationWord(msSerbian, IEMSG_COLUMNS, 'Kolone'); IESetTranslationWord(msSerbian, IEMSG_ROWS, 'Redovi'); IESetTranslationWord(msSerbian, IEMSG_STYLE, 'Stil'); IESetTranslationWord(msSerbian, IEMSG_SPACING, 'Razmak'); IESetTranslationWord(msSerbian, IEMSG_SELECTACQUIREDEVICE, 'Izaberite uredjaj'); IESetTranslationWord(msSerbian, IEMSG_SELECTANACQUISITIONDEVICE, 'Izaberite uredjaj za akviziciju'); IESetTranslationWord(msSerbian, IEMSG_Page_X_of_X, 'Stranica %d od %d'); IESetTranslationWord(msSerbian, IEMSG_X_Pages, '%d stranice'); IESetTranslationWord(msSerbian, IEMSG_Previous, 'Predhodna'); IESetTranslationWord(msSerbian, IEMSG_Next, 'Sledeæa'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msSerbian, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msSerbian, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msSerbian, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msSerbian, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msSerbian, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msSerbian, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msSerbian, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msSerbian, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msSerbian, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msSerbian, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msSerbian, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msSerbian, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msSerbian, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msSerbian, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msSerbian, IEMsg_Copy, 'Copy'); IESetTranslationWord(msSerbian, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msSerbian, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msSerbian, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msSerbian, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msSerbian, IEMsg_Cut, 'Cut'); IESetTranslationWord(msSerbian, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msSerbian, IEMsg_Delete, 'Delete'); IESetTranslationWord(msSerbian, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msSerbian, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msSerbian, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msSerbian, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msSerbian, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msSerbian, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msSerbian, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msSerbian, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msSerbian, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msSerbian, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msSerbian, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msSerbian, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msSerbian, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msSerbian, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msSerbian, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msSerbian, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msSerbian, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msSerbian, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msSerbian, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msSerbian, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msSerbian, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msSerbian, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msSerbian, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msSerbian, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msSerbian, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msSerbian, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msSerbian, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msSerbian, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msSerbian, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msSerbian, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msSerbian, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msSerbian, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msSerbian, IEMsg_Negative, 'Negative'); IESetTranslationWord(msSerbian, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msSerbian, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msSerbian, IEMsg_Paste, 'Paste'); IESetTranslationWord(msSerbian, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msSerbian, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msSerbian, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msSerbian, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msSerbian, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msSerbian, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msSerbian, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msSerbian, IEMsg_Redo, 'Redo'); IESetTranslationWord(msSerbian, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msSerbian, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msSerbian, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msSerbian, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msSerbian, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msSerbian, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msSerbian, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msSerbian, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msSerbian, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msSerbian, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msSerbian, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msSerbian, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msSerbian, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msSerbian, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msSerbian, IEMsg_Select, 'Select'); IESetTranslationWord(msSerbian, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msSerbian, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msSerbian, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msSerbian, IEMsg_Undo, 'Undo'); IESetTranslationWord(msSerbian, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msSerbian, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msSerbian, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msSerbian, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msSerbian, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msSerbian, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msSerbian, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msSerbian, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msSerbian, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msSerbian, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msSerbian, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msSerbian, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msSerbian, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msSerbian, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msSerbian, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msSerbian, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msSerbian, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msSerbian, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msSerbian, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msSerbian, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msSerbian, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msSerbian, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msSerbian, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msSerbian, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msSerbian, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msSerbian, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msSerbian, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msSerbian, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msSerbian, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msSerbian, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msSerbian, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msSerbian, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msSerbian, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msSerbian, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msSerbian, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msSerbian, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msSerbian, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msSerbian, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msSerbian, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msSerbian, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msSerbian, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msSerbian, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msSerbian, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msSerbian, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msSerbian, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msSerbian, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msSerbian, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msSerbian, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msSerbian, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msSerbian, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msSerbian, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msSerbian, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msSerbian, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msSerbian, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msSerbian, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msSerbian, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msSerbian, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msSerbian, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msSerbian, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msSerbian, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msSerbian, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msSerbian, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msSerbian, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msSerbian, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msSerbian, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msSerbian, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msSerbian, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msSerbian, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msSerbian, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msSerbian, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msSerbian, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msSerbian, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msSerbian, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msSerbian, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msSerbian, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msSerbian, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msSerbian, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msSerbian, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msSerbian, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msSerbian, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msSerbian, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msSerbian, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msSerbian, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msSerbian, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msSerbian, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msSerbian, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msSerbian, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msSerbian, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msSerbian, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msSerbian, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msSerbian, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msSerbian, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msSerbian, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msSerbian, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msSerbian, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msSerbian, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msSerbian, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msSerbian, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msSerbian, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msSerbian, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msSerbian, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msSerbian, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msSerbian, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msSerbian, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msSerbian, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msSerbian, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msSerbian, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msSerbian, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msSerbian, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msSerbian, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msSerbian, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msSerbian, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msSerbian, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msSerbian, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msSerbian, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msSerbian, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msSerbian, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msSerbian, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msSerbian, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msSerbian, IEMSG_NEW, 'New'); IESetTranslationWord(msSerbian, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msSerbian, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msSerbian, IEMSG_Folder , 'Folder'); IESetTranslationWord(msSerbian, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msSerbian, IEMSG_Type , 'Type'); IESetTranslationWord(msSerbian, IEMSG_Created , 'Created'); IESetTranslationWord(msSerbian, IEMSG_Modified , 'Modified'); IESetTranslationWord(msSerbian, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msSerbian, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msSerbian, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msSerbian, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msSerbian, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msSerbian, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msSerbian, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msSerbian, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msSerbian, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msSerbian, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msSerbian, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msSerbian, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msSerbian, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msSerbian, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msSerbian, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msSerbian, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msSerbian, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msSerbian, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msSerbian, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msSerbian, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msSerbian, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msSerbian, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msSerbian, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msSerbian, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msSerbian, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msSerbian, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msSerbian, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msSerbian, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msSerbian, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msSerbian, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msSerbian, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msSerbian, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msSerbian, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msSerbian, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msSerbian, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msSerbian, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msSerbian, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msSerbian, IEMsg_General , 'General' ); IESetTranslationWord(msSerbian, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msSerbian, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msSerbian, IEMsg_Range , 'Range' ); IESetTranslationWord(msSerbian, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msSerbian, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msSerbian, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msSerbian, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msSerbian, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msSerbian, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msSerbian, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msSerbian, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msSerbian, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msSerbian, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msSerbian, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msSerbian, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msSerbian, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msSerbian, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msSerbian, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msSerbian, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msSerbian, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msSerbian, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msSerbian, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msSerbian, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msSerbian, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msSerbian, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msSerbian, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msSerbian, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msSerbian, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msSerbian, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msSerbian, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msSerbian, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msSerbian, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msSerbian, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msSerbian, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msSerbian, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msSerbian, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msSerbian, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msSerbian, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msSerbian, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msSerbian, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msSerbian, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msSerbian, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msSerbian, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msSerbian, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msSerbian, IEMsg_Path , 'Path' ); IESetTranslationWord(msSerbian, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msSerbian, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msSerbian, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msSerbian, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msSerbian, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msSerbian, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msSerbian, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msSerbian, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msSerbian, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msSerbian, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msSerbian, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msSerbian, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msSerbian, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msSerbian, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msSerbian, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msSerbian, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msSerbian, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msSerbian, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msSerbian, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msSerbian, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msSerbian, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msSerbian, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msSerbian, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msSerbian, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msSerbian, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msSerbian, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msSerbian, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msSerbian, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msSerbian, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msSerbian, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msSerbian, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msSerbian, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msSerbian, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msSerbian, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msSerbian, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msSerbian, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msSerbian, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msSerbian, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msSerbian, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msSerbian, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msSerbian, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msSerbian, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msSerbian, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msSerbian, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msSerbian, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msSerbian, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msSerbian, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msSerbian, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msSerbian, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msSerbian, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msSerbian, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msSerbian, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msSerbian, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msSerbian, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msSerbian, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msSerbian, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msSerbian, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msSerbian, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msSerbian, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msSerbian, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msSerbian, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msSerbian, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msSerbian, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msSerbian, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msSerbian, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msSerbian, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msSerbian, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msSerbian, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msSerbian, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msSerbian, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msSerbian, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msSerbian, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msSerbian, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msSerbian, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msSerbian, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msSerbian, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msSerbian, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msSerbian, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msSerbian, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msSerbian, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msSerbian, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msSerbian, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msSerbian, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msSerbian, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msSerbian, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msSerbian, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msSerbian, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msSerbian, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msSerbian, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msSerbian, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msSerbian, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msSerbian, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msSerbian, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msSerbian, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msSerbian, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msSerbian, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msSerbian, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msSerbian, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msSerbian, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msSerbian, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msSerbian, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msSerbian, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msSerbian, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msSerbian, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msSerbian, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msSerbian, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msSerbian, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msSerbian, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msSerbian, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msSerbian, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msSerbian, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msSerbian, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msSerbian, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msSerbian, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msSerbian, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msSerbian, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msSerbian, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msSerbian, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msSerbian, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msSerbian, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msSerbian, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msSerbian, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msSerbian, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msSerbian, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msSerbian, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msSerbian, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msSerbian, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msSerbian, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msSerbian, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msSerbian, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msSerbian, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msSerbian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSerbian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msSerbian, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msSerbian, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msSerbian, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msSerbian, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msSerbian, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msSerbian, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msSerbian, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msSerbian, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msSerbian, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; procedure IESetDefaultTranslationWords_Norwegian; begin /////// msNorwegian {$IFDEF IESUPPORTNORWEGIAN} IESetTranslationWord(msNorwegian, IEMSG_PREVIEW, 'Forhåndsvisning'); IESetTranslationWord(msNorwegian, IEMSG_SOURCE, 'Kilde'); IESetTranslationWord(msNorwegian, IEMSG_RESULT, 'Resultat'); IESetTranslationWord(msNorwegian, IEMSG_OK, 'OK'); IESetTranslationWord(msNorwegian, IEMSG_CANCEL, 'Avbryt'); IESetTranslationWord(msNorwegian, IEMSG_LOCKPREVIEW, 'Lås forhåndsvisning'); IESetTranslationWord(msNorwegian, IEMSG_COPYRESULTTOSOURCE, 'Kopiere resultatet tilbake'); IESetTranslationWord(msNorwegian, IEMSG_CONTRAST, 'Kontrast'); IESetTranslationWord(msNorwegian, IEMSG_BRIGHTNESS, 'Lysstyrke'); IESetTranslationWord(msNorwegian, IEMSG_HUE, 'Nyanse'); IESetTranslationWord(msNorwegian, IEMSG_SATURATION, 'Metning'); IESetTranslationWord(msNorwegian, IEMSG_VALUE, 'Verdi'); IESetTranslationWord(msNorwegian, IEMSG_BASECOLOR, 'Grunnfarge'); IESetTranslationWord(msNorwegian, IEMSG_NEWCOLOR, 'Ny farge'); IESetTranslationWord(msNorwegian, IEMSG_LUMINOSITY, 'Lysstyrke'); IESetTranslationWord(msNorwegian, IEMSG_RED, 'Rød'); IESetTranslationWord(msNorwegian, IEMSG_GREEN, 'Grønn'); IESetTranslationWord(msNorwegian, IEMSG_BLUE, 'Blå'); IESetTranslationWord(msNorwegian, IEMSG_FILTERVALUES, 'Filterverdier'); IESetTranslationWord(msNorwegian, IEMSG_PRESETS, 'Forhåndsinnstillinger'); IESetTranslationWord(msNorwegian, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msNorwegian, IEMSG_LOAD, 'Åpne'); IESetTranslationWord(msNorwegian, IEMSG_SAVE, 'Lagre'); IESetTranslationWord(msNorwegian, IEMSG_EQUALIZATION, 'Tonekontroll'); IESetTranslationWord(msNorwegian, IEMSG_THRESHOLD, 'Terskel'); IESetTranslationWord(msNorwegian, IEMSG_EQUALIZE, 'Utjevning'); IESetTranslationWord(msNorwegian, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msNorwegian, IEMSG_GRAY, 'Grå'); IESetTranslationWord(msNorwegian, IEMSG_LIGHT, 'Lys'); IESetTranslationWord(msNorwegian, IEMSG_LEFT, 'Venstre'); IESetTranslationWord(msNorwegian, IEMSG_TOP, 'Topp'); IESetTranslationWord(msNorwegian, IEMSG_WIDTH, 'Bredde'); IESetTranslationWord(msNorwegian, IEMSG_HEIGHT, 'Høyde'); IESetTranslationWord(msNorwegian, IEMSG_COLOR, 'Farge'); IESetTranslationWord(msNorwegian, IEMSG_SOURCEIMAGEQUANTITY, 'Antall kildebilder'); IESetTranslationWord(msNorwegian, IEMSG_LENS, 'Linse'); IESetTranslationWord(msNorwegian, IEMSG_REFRACTION, 'Refraksjon'); IESetTranslationWord(msNorwegian, IEMSG_PARAMETERSPREVIEW, 'Forhåndsvisning av parametere'); IESetTranslationWord(msNorwegian, IEMSG_QUALITY, 'Kvalitet'); IESetTranslationWord(msNorwegian, IEMSG_DCTMETHOD, 'DCT metoden'); IESetTranslationWord(msNorwegian, IEMSG_SMOOTHINGFACTOR, 'Utjevningsfaktor'); IESetTranslationWord(msNorwegian, IEMSG_GRAYSCALE, 'Gråtone'); IESetTranslationWord(msNorwegian, IEMSG_OPTIMALHUFFMAN, 'Optimert Huffman'); IESetTranslationWord(msNorwegian, IEMSG_ORIGINALSIZE, 'Originalstørrelse'); IESetTranslationWord(msNorwegian, IEMSG_COMPRESSEDSIZE, 'Komprimert størrelse'); IESetTranslationWord(msNorwegian, IEMSG_ADVANCED, 'Avansert'); IESetTranslationWord(msNorwegian, IEMSG_PROGRESSIVE, 'Progressiv'); IESetTranslationWord(msNorwegian, IEMSG_COMPRESSION, 'Komprimering'); IESetTranslationWord(msNorwegian, IEMSG_IMAGEINDEX, 'Bildeindeks'); IESetTranslationWord(msNorwegian, IEMSG_PHOTOMETRIC, 'Fotometrisk'); IESetTranslationWord(msNorwegian, IEMSG_SCANNDEDDOCUMENTINFO, 'Skannetdocumentinformasjon'); IESetTranslationWord(msNorwegian, IEMSG_NAME, 'Navn'); IESetTranslationWord(msNorwegian, IEMSG_DESCRIPTION, 'Beskrivelse'); IESetTranslationWord(msNorwegian, IEMSG_PAGENAME, 'Sidenavn'); IESetTranslationWord(msNorwegian, IEMSG_PAGENUMBER, 'Sidenummer'); IESetTranslationWord(msNorwegian, IEMSG_OF, 'av'); IESetTranslationWord(msNorwegian, IEMSG_HORIZPOSITIONINCH, 'Hor. Posisjon (tommer)'); IESetTranslationWord(msNorwegian, IEMSG_VERTPOSITIONINCH, 'Vert. Posisjon (tommer)'); IESetTranslationWord(msNorwegian, IEMSG_COLORS, 'Farger'); IESetTranslationWord(msNorwegian, IEMSG_TRANSPARENT, 'Gjennomsiktig'); IESetTranslationWord(msNorwegian, IEMSG_TRANSPARENTCOLOR, 'Gjennomsiktig farge'); IESetTranslationWord(msNorwegian, IEMSG_INTERLACED, 'Linjefletting'); IESetTranslationWord(msNorwegian, IEMSG_BACKGROUND, 'Bakgrunn'); IESetTranslationWord(msNorwegian, IEMSG_HORIZPOSITION, 'Hor. Posisjon'); IESetTranslationWord(msNorwegian, IEMSG_VERTPOSITION, 'Vert. Posisjon'); IESetTranslationWord(msNorwegian, IEMSG_DELAYTIME, 'Forsinkelsestid'); IESetTranslationWord(msNorwegian, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msNorwegian, IEMSG_WAVE, 'Bølge'); IESetTranslationWord(msNorwegian, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msNorwegian, IEMSG_WAVELENGTH, 'Bølgelengde'); IESetTranslationWord(msNorwegian, IEMSG_PHASE, 'Fase'); IESetTranslationWord(msNorwegian, IEMSG_REFLECTIVE, 'Reflektiv'); IESetTranslationWord(msNorwegian, IEMSG_USERFILTER, 'Brukerfilter'); IESetTranslationWord(msNorwegian, IEMSG_MORPHFILTER, 'Morfefiltere'); IESetTranslationWord(msNorwegian, IEMSG_WINDOWSIZE, 'Vindusstørrelse'); IESetTranslationWord(msNorwegian, IEMSG_MAXIMUM, 'Maksimum'); IESetTranslationWord(msNorwegian, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msNorwegian, IEMSG_OPEN, 'Åpner'); IESetTranslationWord(msNorwegian, IEMSG_CLOSE, 'Lukker'); IESetTranslationWord(msNorwegian, IEMSG_ROTATE, 'Rotere'); IESetTranslationWord(msNorwegian, IEMSG_FLIP, 'Vende'); IESetTranslationWord(msNorwegian, IEMSG_FLIPHOR, 'Horisontal'); IESetTranslationWord(msNorwegian, IEMSG_FLIPVER, 'Vertikal'); IESetTranslationWord(msNorwegian, IEMSG_FREQUENCYDOMAINIMAGE, 'Bilde av frekvensdomene'); IESetTranslationWord(msNorwegian, IEMSG_SELECTTHEREGIONTOCLEAR, 'Velg region som skal slettes'); IESetTranslationWord(msNorwegian, IEMSG_CLEAR, 'Slett'); IESetTranslationWord(msNorwegian, IEMSG_RESET, 'Tilbakestille'); IESetTranslationWord(msNorwegian, IEMSG_ANIMATE, 'Animere'); IESetTranslationWord(msNorwegian, IEMSG_LOADFILTER, 'Åpne filter'); IESetTranslationWord(msNorwegian, IEMSG_SAVEFILTER, 'Lagre filter'); IESetTranslationWord(msNorwegian, IEMSG_BUMPMAP, 'Ruglekart'); IESetTranslationWord(msNorwegian, IEMSG_PRINT, 'Skriv ut'); IESetTranslationWord(msNorwegian, IEMSG_MARGINS, 'Marginer'); IESetTranslationWord(msNorwegian, IEMSG_INCHES, 'tommer'); IESetTranslationWord(msNorwegian, IEMSG_RIGHT, 'Høyre'); IESetTranslationWord(msNorwegian, IEMSG_BOTTOM, 'Bunn'); IESetTranslationWord(msNorwegian, IEMSG_POSITION, 'Posisjon'); IESetTranslationWord(msNorwegian, IEMSG_SIZE, 'Størrelse'); IESetTranslationWord(msNorwegian, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msNorwegian, IEMSG_FITTOPAGE, 'Tilpass til side'); IESetTranslationWord(msNorwegian, IEMSG_STRETCHTOPAGE, 'Tilpass til sidebredde'); IESetTranslationWord(msNorwegian, IEMSG_SPECIFIEDSIZE, 'Oppgitt størrelse'); IESetTranslationWord(msNorwegian, IEMSG_GAMMACORRECTION, 'Gammakorreksjon'); IESetTranslationWord(msNorwegian, IEMSG_VALUE2, 'Verdi'); IESetTranslationWord(msNorwegian, IEMSG_PRINTSETUP, 'Utskriftsinnstillinger'); IESetTranslationWord(msNorwegian, IEMSG_LEFTMARGIN, 'Venstremarg'); IESetTranslationWord(msNorwegian, IEMSG_TOPMARGIN, 'Toppmarg'); IESetTranslationWord(msNorwegian, IEMSG_RIGHTMARGIN, 'Høyremarg'); IESetTranslationWord(msNorwegian, IEMSG_BOTTOMMARGIN, 'Bunnmarg'); IESetTranslationWord(msNorwegian, IEMSG_LOCATIONSIZE, 'Plassering/størrelse'); IESetTranslationWord(msNorwegian, IEMSG_TOPLEFT, 'Topp Venstre'); IESetTranslationWord(msNorwegian, IEMSG_TOPCENTER, 'Topp Midten'); IESetTranslationWord(msNorwegian, IEMSG_TOPRIGHT, 'Topp Høyre'); IESetTranslationWord(msNorwegian, IEMSG_CENTERLEFT, 'Midten Venstre'); IESetTranslationWord(msNorwegian, IEMSG_CENTER, 'Midten'); IESetTranslationWord(msNorwegian, IEMSG_CENTERRIGHT, 'Midten Høyre'); IESetTranslationWord(msNorwegian, IEMSG_BOTTOMLEFT, 'Bunn Venstre'); IESetTranslationWord(msNorwegian, IEMSG_BOTTOMCENTER, 'Bunn Midten'); IESetTranslationWord(msNorwegian, IEMSG_BOTTOMRIGHT, 'Bunn Høyre'); IESetTranslationWord(msNorwegian, IEMSG_CLOSE2, 'Lukk'); IESetTranslationWord(msNorwegian, IEMSG_APPLY, 'Bruk'); IESetTranslationWord(msNorwegian, IEMSG_MEASUREUNITS, 'Måleenheter'); IESetTranslationWord(msNorwegian, IEMSG_UNITS, 'Enheter'); IESetTranslationWord(msNorwegian, IEMSG_RATE, 'Hastighet'); IESetTranslationWord(msNorwegian, IEMSG_ALLGRAPHICS, 'Alle Bildefiler'); IESetTranslationWord(msNorwegian, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationWord(msNorwegian, IEMSG_FILE, 'Fil'); IESetTranslationWord(msNorwegian, IEMSG_MEM, 'Minne'); // Mem.orys IESetTranslationWord(msNorwegian, IEMSG_LOCKPREVIEWHINT, 'Oppdaterer forhåndsvisningen automatisk med de endringene du har valgt'); IESetTranslationWord(msNorwegian, IEMSG_PRINTALL, 'Skriv ut alt'); IESetTranslationWord(msNorwegian, IEMSG_PRINTSELECTED, 'Skriv ut merket område'); IESetTranslationWord(msNorwegian, IEMSG_ALLCOMMONGRAPHICFILES, 'Vanlige Bildefiler'); IESetTranslationWord(msNorwegian, IEMSG_ALLFILES, 'Alle Filer'); IESetTranslationWord(msNorwegian, IEMSG_HSV, 'HSV'); IESetTranslationWord(msNorwegian, IEMSG_HSL, 'HSL'); IESetTranslationWord(msNorwegian, IEMSG_RGB, 'RGB'); IESetTranslationWord(msNorwegian, IEMSG_FFT, 'FFT'); IESetTranslationWord(msNorwegian, IEMSG_SHARPEN, 'Skarpere'); IESetTranslationWord(msNorwegian, IEMSG_CHANNELS, 'Kanaler'); IESetTranslationWord(msNorwegian, IEMSG_PIXELS, 'punkter'); IESetTranslationWord(msNorwegian, IEMSG_FRAMES, 'Bilder'); IESetTranslationWord(msNorwegian, IEMSG_BIT, 'bit'); IESetTranslationWord(msNorwegian, IEMSG_BYTE, 'byte'); IESetTranslationWord(msNorwegian, IEMSG_DPI, 'ppt'); IESetTranslationWord(msNorwegian, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msNorwegian, IEMSG_FIT, 'Tilpass'); IESetTranslationWord(msNorwegian, IEMSG_OTHER, 'Annet'); IESetTranslationWord(msNorwegian, IEMSG_COLUMNS, 'Kolonner'); IESetTranslationWord(msNorwegian, IEMSG_ROWS, 'Rader'); IESetTranslationWord(msNorwegian, IEMSG_STYLE, 'Stil'); IESetTranslationWord(msNorwegian, IEMSG_SPACING, 'Mellomrom'); IESetTranslationWord(msNorwegian, IEMSG_SELECTACQUIREDEVICE, 'Velg bilde-enhet'); IESetTranslationWord(msNorwegian, IEMSG_SELECTANACQUISITIONDEVICE, 'Velg en bilde-enhet'); IESetTranslationWord(msNorwegian, IEMSG_Page_X_of_X, 'Side %d av %d'); IESetTranslationWord(msNorwegian, IEMSG_X_Pages, '%d sider'); IESetTranslationWord(msNorwegian, IEMSG_Previous, 'Forrige'); IESetTranslationWord(msNorwegian, IEMSG_Next, 'Neste'); IESetTranslationWord(msNorwegian, IEMSG_THUMBNAILS, 'Miniatyrbilder'); { EXCLUDE UNTRANSLATED STRINGS } {$IFNDEF IESUPPORTENGLISH} IESetTranslationWord(msNorwegian, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msNorwegian, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msNorwegian, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msNorwegian, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msNorwegian, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msNorwegian, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msNorwegian, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msNorwegian, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msNorwegian, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msNorwegian, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msNorwegian, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msNorwegian, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msNorwegian, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msNorwegian, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msNorwegian, IEMsg_Copy, 'Copy'); IESetTranslationWord(msNorwegian, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msNorwegian, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msNorwegian, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msNorwegian, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msNorwegian, IEMsg_Cut, 'Cut'); IESetTranslationWord(msNorwegian, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msNorwegian, IEMsg_Delete, 'Delete'); IESetTranslationWord(msNorwegian, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msNorwegian, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msNorwegian, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msNorwegian, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msNorwegian, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msNorwegian, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msNorwegian, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msNorwegian, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msNorwegian, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msNorwegian, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msNorwegian, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msNorwegian, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msNorwegian, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msNorwegian, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msNorwegian, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msNorwegian, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msNorwegian, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msNorwegian, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msNorwegian, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msNorwegian, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msNorwegian, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msNorwegian, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msNorwegian, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msNorwegian, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msNorwegian, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msNorwegian, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msNorwegian, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msNorwegian, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msNorwegian, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msNorwegian, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msNorwegian, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msNorwegian, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msNorwegian, IEMsg_Negative, 'Negative'); IESetTranslationWord(msNorwegian, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msNorwegian, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msNorwegian, IEMsg_Paste, 'Paste'); IESetTranslationWord(msNorwegian, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msNorwegian, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msNorwegian, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msNorwegian, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msNorwegian, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msNorwegian, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msNorwegian, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msNorwegian, IEMsg_Redo, 'Redo'); IESetTranslationWord(msNorwegian, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msNorwegian, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msNorwegian, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msNorwegian, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msNorwegian, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msNorwegian, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msNorwegian, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msNorwegian, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msNorwegian, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msNorwegian, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msNorwegian, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msNorwegian, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msNorwegian, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msNorwegian, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msNorwegian, IEMsg_Select, 'Select'); IESetTranslationWord(msNorwegian, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msNorwegian, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msNorwegian, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msNorwegian, IEMsg_Undo, 'Undo'); IESetTranslationWord(msNorwegian, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msNorwegian, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msNorwegian, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msNorwegian, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msNorwegian, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msNorwegian, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msNorwegian, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msNorwegian, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msNorwegian, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msNorwegian, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msNorwegian, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msNorwegian, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msNorwegian, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msNorwegian, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msNorwegian, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msNorwegian, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msNorwegian, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msNorwegian, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msNorwegian, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msNorwegian, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msNorwegian, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msNorwegian, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msNorwegian, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msNorwegian, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msNorwegian, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msNorwegian, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msNorwegian, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msNorwegian, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msNorwegian, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msNorwegian, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msNorwegian, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msNorwegian, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msNorwegian, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msNorwegian, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msNorwegian, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msNorwegian, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msNorwegian, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msNorwegian, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msNorwegian, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msNorwegian, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msNorwegian, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msNorwegian, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msNorwegian, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msNorwegian, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msNorwegian, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msNorwegian, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msNorwegian, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msNorwegian, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msNorwegian, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msNorwegian, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msNorwegian, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msNorwegian, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msNorwegian, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msNorwegian, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msNorwegian, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msNorwegian, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msNorwegian, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msNorwegian, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msNorwegian, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msNorwegian, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msNorwegian, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msNorwegian, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msNorwegian, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msNorwegian, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msNorwegian, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msNorwegian, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msNorwegian, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msNorwegian, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msNorwegian, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msNorwegian, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msNorwegian, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msNorwegian, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msNorwegian, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msNorwegian, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msNorwegian, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msNorwegian, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msNorwegian, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msNorwegian, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msNorwegian, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msNorwegian, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msNorwegian, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msNorwegian, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msNorwegian, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msNorwegian, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msNorwegian, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msNorwegian, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msNorwegian, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msNorwegian, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msNorwegian, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msNorwegian, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msNorwegian, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msNorwegian, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msNorwegian, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msNorwegian, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msNorwegian, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msNorwegian, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msNorwegian, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msNorwegian, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msNorwegian, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msNorwegian, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msNorwegian, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msNorwegian, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msNorwegian, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msNorwegian, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msNorwegian, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msNorwegian, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msNorwegian, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msNorwegian, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msNorwegian, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msNorwegian, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msNorwegian, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msNorwegian, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msNorwegian, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msNorwegian, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msNorwegian, IEMSG_NEW, 'New'); IESetTranslationWord(msNorwegian, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msNorwegian, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msNorwegian, IEMSG_Folder , 'Folder'); IESetTranslationWord(msNorwegian, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msNorwegian, IEMSG_Type , 'Type'); IESetTranslationWord(msNorwegian, IEMSG_Created , 'Created'); IESetTranslationWord(msNorwegian, IEMSG_Modified , 'Modified'); IESetTranslationWord(msNorwegian, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msNorwegian, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msNorwegian, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msNorwegian, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msNorwegian, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msNorwegian, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msNorwegian, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msNorwegian, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msNorwegian, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msNorwegian, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msNorwegian, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msNorwegian, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msNorwegian, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msNorwegian, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msNorwegian, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msNorwegian, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msNorwegian, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msNorwegian, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msNorwegian, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msNorwegian, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msNorwegian, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msNorwegian, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msNorwegian, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msNorwegian, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msNorwegian, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msNorwegian, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msNorwegian, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msNorwegian, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msNorwegian, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msNorwegian, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msNorwegian, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msNorwegian, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msNorwegian, IEMsg_General , 'General' ); IESetTranslationWord(msNorwegian, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msNorwegian, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msNorwegian, IEMsg_Range , 'Range' ); IESetTranslationWord(msNorwegian, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msNorwegian, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msNorwegian, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msNorwegian, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msNorwegian, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msNorwegian, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msNorwegian, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msNorwegian, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msNorwegian, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msNorwegian, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msNorwegian, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msNorwegian, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msNorwegian, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msNorwegian, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msNorwegian, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msNorwegian, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msNorwegian, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msNorwegian, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msNorwegian, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msNorwegian, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msNorwegian, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msNorwegian, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msNorwegian, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msNorwegian, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msNorwegian, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msNorwegian, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msNorwegian, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msNorwegian, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msNorwegian, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msNorwegian, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msNorwegian, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msNorwegian, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msNorwegian, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msNorwegian, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msNorwegian, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msNorwegian, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msNorwegian, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msNorwegian, IEMsg_Path , 'Path' ); IESetTranslationWord(msNorwegian, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msNorwegian, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msNorwegian, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msNorwegian, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msNorwegian, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msNorwegian, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msNorwegian, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msNorwegian, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msNorwegian, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msNorwegian, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msNorwegian, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msNorwegian, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msNorwegian, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msNorwegian, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msNorwegian, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msNorwegian, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msNorwegian, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msNorwegian, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msNorwegian, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msNorwegian, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msNorwegian, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msNorwegian, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msNorwegian, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msNorwegian, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msNorwegian, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msNorwegian, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msNorwegian, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msNorwegian, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msNorwegian, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msNorwegian, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msNorwegian, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msNorwegian, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msNorwegian, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msNorwegian, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msNorwegian, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msNorwegian, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msNorwegian, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msNorwegian, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msNorwegian, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msNorwegian, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msNorwegian, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msNorwegian, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msNorwegian, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msNorwegian, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msNorwegian, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msNorwegian, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msNorwegian, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msNorwegian, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msNorwegian, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msNorwegian, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msNorwegian, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msNorwegian, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msNorwegian, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msNorwegian, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msNorwegian, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msNorwegian, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msNorwegian, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msNorwegian, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msNorwegian, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msNorwegian, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msNorwegian, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msNorwegian, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msNorwegian, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msNorwegian, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msNorwegian, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msNorwegian, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msNorwegian, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msNorwegian, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msNorwegian, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msNorwegian, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msNorwegian, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msNorwegian, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msNorwegian, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msNorwegian, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msNorwegian, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msNorwegian, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msNorwegian, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msNorwegian, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msNorwegian, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msNorwegian, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msNorwegian, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msNorwegian, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msNorwegian, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msNorwegian, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msNorwegian, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msNorwegian, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msNorwegian, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msNorwegian, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msNorwegian, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msNorwegian, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msNorwegian, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msNorwegian, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msNorwegian, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msNorwegian, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msNorwegian, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msNorwegian, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msNorwegian, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msNorwegian, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msNorwegian, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msNorwegian, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msNorwegian, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msNorwegian, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msNorwegian, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msNorwegian, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msNorwegian, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msNorwegian, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msNorwegian, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msNorwegian, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msNorwegian, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msNorwegian, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msNorwegian, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msNorwegian, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msNorwegian, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msNorwegian, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msNorwegian, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msNorwegian, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msNorwegian, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msNorwegian, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msNorwegian, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msNorwegian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msNorwegian, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msNorwegian, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msNorwegian, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msNorwegian, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msNorwegian, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msNorwegian, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msNorwegian, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msNorwegian, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msNorwegian, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msNorwegian, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} // {$IFNDEF IESUPPORTENGLISH} {$ENDIF} end; /////// msUser (* {$ifdef IESUPPORTUSER} IESetTranslationWord(msUser, IEMSG_PREVIEW, 'Preview'); IESetTranslationWord(msUser, IEMSG_SOURCE, 'Source'); IESetTranslationWord(msUser, IEMSG_RESULT, 'Result'); IESetTranslationWord(msUser, IEMSG_OK, 'OK'); IESetTranslationWord(msUser, IEMSG_CANCEL, 'Cancel'); IESetTranslationWord(msUser, IEMSG_LOCKPREVIEW, 'Lock preview'); IESetTranslationWord(msUser, IEMSG_COPYRESULTTOSOURCE, 'Copy Result to Source'); IESetTranslationWord(msUser, IEMSG_CONTRAST, 'Contrast'); IESetTranslationWord(msUser, IEMSG_BRIGHTNESS, 'Brightness'); IESetTranslationWord(msUser, IEMSG_HUE, 'Hue'); IESetTranslationWord(msUser, IEMSG_SATURATION, 'Saturation'); IESetTranslationWord(msUser, IEMSG_VALUE, 'Value'); IESetTranslationWord(msUser, IEMSG_BASECOLOR, 'Base color'); IESetTranslationWord(msUser, IEMSG_NEWCOLOR, 'New color'); IESetTranslationWord(msUser, IEMSG_LUMINOSITY, 'Luminosity'); IESetTranslationWord(msUser, IEMSG_RED, 'Red'); IESetTranslationWord(msUser, IEMSG_GREEN, 'Green'); IESetTranslationWord(msUser, IEMSG_BLUE, 'Blue'); IESetTranslationWord(msUser, IEMSG_FILTERVALUES, 'Filter values'); IESetTranslationWord(msUser, IEMSG_PRESETS, 'Presets'); IESetTranslationWord(msUser, IEMSG_DIVISOR, 'Divisor'); IESetTranslationWord(msUser, IEMSG_LOAD, 'Load'); IESetTranslationWord(msUser, IEMSG_SAVE, 'Save'); IESetTranslationWord(msUser, IEMSG_EQUALIZATION, 'Equalization'); IESetTranslationWord(msUser, IEMSG_THRESHOLD, 'Threshold'); IESetTranslationWord(msUser, IEMSG_EQUALIZE, 'Equalize'); IESetTranslationWord(msUser, IEMSG_HISTOGRAM, 'Histogram'); IESetTranslationWord(msUser, IEMSG_GRAY, 'Gray'); IESetTranslationWord(msUser, IEMSG_LIGHT, 'Light'); IESetTranslationWord(msUser, IEMSG_LEFT, 'Left'); IESetTranslationWord(msUser, IEMSG_TOP, 'Top'); IESetTranslationWord(msUser, IEMSG_WIDTH, 'Width'); IESetTranslationWord(msUser, IEMSG_HEIGHT, 'Height'); IESetTranslationWord(msUser, IEMSG_COLOR, 'Color'); IESetTranslationWord(msUser, IEMSG_SOURCEIMAGEQUANTITY, 'Source image quantity'); IESetTranslationWord(msUser, IEMSG_LENS, 'Lens'); IESetTranslationWord(msUser, IEMSG_REFRACTION, 'Refraction'); IESetTranslationWord(msUser, IEMSG_PARAMETERSPREVIEW, 'Parameters Preview'); IESetTranslationWord(msUser, IEMSG_QUALITY, 'Quality'); IESetTranslationWord(msUser, IEMSG_DCTMETHOD, 'DCT method'); IESetTranslationWord(msUser, IEMSG_SMOOTHINGFACTOR, 'Smoothing factor'); IESetTranslationWord(msUser, IEMSG_GRAYSCALE, 'Gray scale'); IESetTranslationWord(msUser, IEMSG_OPTIMALHUFFMAN, 'Optimal Huffman'); IESetTranslationWord(msUser, IEMSG_ORIGINALSIZE, 'Original size'); IESetTranslationWord(msUser, IEMSG_COMPRESSEDSIZE, 'Compressed size'); IESetTranslationWord(msUser, IEMSG_ADVANCED, 'Advanced'); IESetTranslationWord(msUser, IEMSG_PROGRESSIVE, 'Progressive'); IESetTranslationWord(msUser, IEMSG_COMPRESSION, 'Compression'); IESetTranslationWord(msUser, IEMSG_IMAGEINDEX, 'Image index'); IESetTranslationWord(msUser, IEMSG_PHOTOMETRIC, 'Photometric'); IESetTranslationWord(msUser, IEMSG_SCANNDEDDOCUMENTINFO, 'Scanned document info'); IESetTranslationWord(msUser, IEMSG_NAME, 'Name'); IESetTranslationWord(msUser, IEMSG_DESCRIPTION, 'Description'); IESetTranslationWord(msUser, IEMSG_PAGENAME, 'Page name'); IESetTranslationWord(msUser, IEMSG_PAGENUMBER, 'Page number'); IESetTranslationWord(msUser, IEMSG_OF, 'of'); IESetTranslationWord(msUser, IEMSG_HORIZPOSITIONINCH, 'Horiz. Position (inch)'); IESetTranslationWord(msUser, IEMSG_VERTPOSITIONINCH, 'Vert. Position (inch)'); IESetTranslationWord(msUser, IEMSG_COLORS, 'Colors'); IESetTranslationWord(msUser, IEMSG_TRANSPARENT, 'Transparent'); IESetTranslationWord(msUser, IEMSG_TRANSPARENTCOLOR, 'Transparent color'); IESetTranslationWord(msUser, IEMSG_INTERLACED, 'Interlaced'); IESetTranslationWord(msUser, IEMSG_BACKGROUND, 'Background'); IESetTranslationWord(msUser, IEMSG_HORIZPOSITION, 'Horiz. Position'); IESetTranslationWord(msUser, IEMSG_VERTPOSITION, 'Vert. Position'); IESetTranslationWord(msUser, IEMSG_DELAYTIME, 'Delay time'); IESetTranslationWord(msUser, IEMSG_FILTER, 'Filter'); IESetTranslationWord(msUser, IEMSG_WAVE, 'Wave'); IESetTranslationWord(msUser, IEMSG_AMPLITUDE, 'Amplitude'); IESetTranslationWord(msUser, IEMSG_WAVELENGTH, 'Wave length'); IESetTranslationWord(msUser, IEMSG_PHASE, 'Phase'); IESetTranslationWord(msUser, IEMSG_REFLECTIVE, 'Reflective'); IESetTranslationWord(msUser, IEMSG_USERFILTER, 'User filter'); IESetTranslationWord(msUser, IEMSG_MORPHFILTER, 'Morphing filters'); IESetTranslationWord(msUser, IEMSG_WINDOWSIZE, 'Window size'); IESetTranslationWord(msUser, IEMSG_MAXIMUM, 'Maximum'); IESetTranslationWord(msUser, IEMSG_MINIMUM, 'Minimum'); IESetTranslationWord(msUser, IEMSG_OPEN, 'Opening'); IESetTranslationWord(msUser, IEMSG_CLOSE, 'Closing'); IESetTranslationWord(msUser, IEMSG_ROTATE, 'Rotate'); IESetTranslationWord(msUser, IEMSG_FLIP, 'Flip'); IESetTranslationWord(msUser, IEMSG_FLIPHOR, 'Horizontal'); IESetTranslationWord(msUser, IEMSG_FLIPVER, 'Vertical'); IESetTranslationWord(msUser, IEMSG_FREQUENCYDOMAINIMAGE, 'Frequency domain image'); IESetTranslationWord(msUser, IEMSG_SELECTTHEREGIONTOCLEAR, 'Select region to clean'); IESetTranslationWord(msUser, IEMSG_CLEAR, 'Clear'); IESetTranslationWord(msUser, IEMSG_RESET, 'Reset'); IESetTranslationWord(msUser, IEMSG_ANIMATE, 'Animate'); IESetTranslationWord(msUser, IEMSG_LOADFILTER, 'Load filter'); IESetTranslationWord(msUser, IEMSG_SAVEFILTER, 'Save filter'); IESetTranslationWord(msUser, IEMSG_BUMPMAP, 'Bump Map'); IESetTranslationWord(msUser, IEMSG_PRINT, 'Print'); IESetTranslationWord(msUser, IEMSG_MARGINS, 'Margins'); IESetTranslationWord(msUser, IEMSG_INCHES, 'inches'); IESetTranslationWord(msUser, IEMSG_RIGHT, 'Right'); IESetTranslationWord(msUser, IEMSG_BOTTOM, 'Bottom'); IESetTranslationWord(msUser, IEMSG_POSITION, 'Position'); IESetTranslationWord(msUser, IEMSG_SIZE, 'Size'); IESetTranslationWord(msUser, IEMSG_NORMAL, 'Normal'); IESetTranslationWord(msUser, IEMSG_FITTOPAGE, 'Fit to page'); IESetTranslationWord(msUser, IEMSG_STRETCHTOPAGE, 'Stretch to page'); IESetTranslationWord(msUser, IEMSG_SPECIFIEDSIZE, 'Specified size'); IESetTranslationWord(msUser, IEMSG_GAMMACORRECTION, 'Gamma correction'); IESetTranslationWord(msUser, IEMSG_VALUE2, 'Value'); IESetTranslationWord(msUser, IEMSG_PRINTSETUP, 'Print Setup'); IESetTranslationWord(msUser, IEMSG_LEFTMARGIN, 'Left Margin'); IESetTranslationWord(msUser, IEMSG_TOPMARGIN, 'Top Margin'); IESetTranslationWord(msUser, IEMSG_RIGHTMARGIN, 'Right Margin'); IESetTranslationWord(msUser, IEMSG_BOTTOMMARGIN, 'Bottom Margin'); IESetTranslationWord(msUser, IEMSG_LOCATIONSIZE, 'Location/size'); IESetTranslationWord(msUser, IEMSG_TOPLEFT, 'Top Left'); IESetTranslationWord(msUser, IEMSG_TOPCENTER, 'Top Center'); IESetTranslationWord(msUser, IEMSG_TOPRIGHT, 'Top Right'); IESetTranslationWord(msUser, IEMSG_CENTERLEFT, 'Center Left'); IESetTranslationWord(msUser, IEMSG_CENTER, 'Center'); IESetTranslationWord(msUser, IEMSG_CENTERRIGHT, 'Center Right'); IESetTranslationWord(msUser, IEMSG_BOTTOMLEFT, 'Bottom Left'); IESetTranslationWord(msUser, IEMSG_BOTTOMCENTER, 'Bottom Center'); IESetTranslationWord(msUser, IEMSG_BOTTOMRIGHT, 'Bottom Right'); IESetTranslationWord(msUser, IEMSG_CLOSE2, 'Close'); IESetTranslationWord(msUser, IEMSG_APPLY, 'Apply'); IESetTranslationWord(msUser, IEMSG_MEASUREUNITS, 'Measure Units'); IESetTranslationWord(msUser, IEMSG_UNITS, 'Units'); IESetTranslationWord(msUser, IEMSG_RATE, 'Rate'); IESetTranslationWord(msUser, IEMSG_ALLGRAPHICS, 'All graphics'); IESetTranslationWord(msUser, IEMSG_VIDEOFORWINDOWS, 'Video for Windows'); IESetTranslationWord(msUser, IEMSG_FILE, 'File'); IESetTranslationWord(msUser, IEMSG_MEM, 'Mem'); // Mem.ory IESetTranslationWord(msUser, IEMSG_LOCKPREVIEWHINT, 'Automatically updates your preview with the changes you have selected'); IESetTranslationWord(msUser, IEMSG_PRINTALL, 'Print All'); IESetTranslationWord(msUser, IEMSG_PRINTSELECTED, 'Print Selected'); IESetTranslationWord(msUser, IEMSG_ALLCOMMONGRAPHICFILES, 'All Common Graphic Files'); IESetTranslationWord(msUser, IEMSG_ALLFILES, 'All Files'); IESetTranslationWord(msUser, IEMSG_HSV, 'HSV'); IESetTranslationWord(msUser, IEMSG_HSL, 'HSL'); IESetTranslationWord(msUser, IEMSG_RGB, 'RGB'); IESetTranslationWord(msUser, IEMSG_FFT, 'FFT'); IESetTranslationWord(msUser, IEMSG_SHARPEN, 'Sharpen'); IESetTranslationWord(msUser, IEMSG_CHANNELS, 'Channels'); IESetTranslationWord(msUser, IEMSG_PIXELS, 'pixels'); IESetTranslationWord(msUser, IEMSG_FRAMES, 'frames'); IESetTranslationWord(msUser, IEMSG_BIT, 'bit'); IESetTranslationWord(msUser, IEMSG_BYTE, 'byte'); IESetTranslationWord(msUser, IEMSG_DPI, 'dpi'); IESetTranslationWord(msUser, IEMSG_KB, 'KB'); // kilobyte (KB) IESetTranslationWord(msUser, IEMSG_FIT, 'Fit'); IESetTranslationWord(msUser, IEMSG_OTHER, 'Other'); IESetTranslationWord(msUser, IEMSG_COLUMNS, 'Columns'); IESetTranslationWord(msUser, IEMSG_ROWS, 'Rows'); IESetTranslationWord(msUser, IEMSG_STYLE, 'Style'); IESetTranslationWord(msUser, IEMSG_SPACING, 'Spacing'); IESetTranslationWord(msUser, IEMSG_SELECTACQUIREDEVICE, 'Select Acquire Device'); IESetTranslationWord(msUser, IEMSG_SELECTANACQUISITIONDEVICE, 'Select an Acquisition Device'); IESetTranslationWord(msUser, IEMSG_Page_X_of_X, 'Page %d of %d'); IESetTranslationWord(msUser, IEMSG_X_Pages, '%d pages'); IESetTranslationWord(msUser, IEMSG_Previous, 'Previous'); IESetTranslationWord(msUser, IEMSG_Next, 'Next'); IESetTranslationWord(msUser, IEMSG_THUMBNAILS, 'Thumbnails'); IESetTranslationWord(msUser, IEMsg_Acquire, 'Acquire'); IESetTranslationWord(msUser, IEMsg_AddFromFile, 'Add from File'); IESetTranslationWord(msUser, IEMsg_AddLayer, 'Add Layer'); IESetTranslationWord(msUser, IEMsg_AdjustColors, 'Adjust Colors'); IESetTranslationWord(msUser, IEMsg_AutoEqualizeColors, 'Auto Equalize Colors'); IESetTranslationWord(msUser, IEMsg_AutoRotateDisplay, 'Auto-Rotate Display'); IESetTranslationWord(msUser, IEMsg_AutoShrink, 'Auto-Shrink'); IESetTranslationWord(msUser, IEMsg_AutoStretch, 'Auto-Stretch'); IESetTranslationWord(msUser, IEMsg_BringForward, 'Bring Forward'); IESetTranslationWord(msUser, IEMsg_BringToFront, 'Bring to Front'); IESetTranslationWord(msUser, IEMsg_CircularSelect, 'Circular Select'); IESetTranslationWord(msUser, IEMsg_ConvertToGray, 'Convert to Gray'); IESetTranslationWord(msUser, IEMsg_CopyImage, 'Copy Image'); IESetTranslationWord(msUser, IEMsg_CopySelection, 'Copy Selection'); IESetTranslationWord(msUser, IEMsg_Copy, 'Copy'); IESetTranslationWord(msUser, IEMsg_CropImageToObjects, 'Crop Image to Objects'); IESetTranslationWord(msUser, IEMsg_CropToSelection, 'Crop to Selection'); IESetTranslationWord(msUser, IEMsg_CropTransparency, 'Crop Transparency'); IESetTranslationWord(msUser, IEMsg_CutSelection, 'Cut Selection'); IESetTranslationWord(msUser, IEMsg_Cut, 'Cut'); IESetTranslationWord(msUser, IEMsg_DeleteAll, 'Delete All'); IESetTranslationWord(msUser, IEMsg_Delete, 'Delete'); IESetTranslationWord(msUser, IEMsg_DeselectAll, 'Deselect All'); IESetTranslationWord(msUser, IEMsg_Deselect, 'Deselect'); IESetTranslationWord(msUser, IEMsg_EditPolyline, 'Edit Polyline'); IESetTranslationWord(msUser, IEMsg_FirstFrame, 'First Frame'); IESetTranslationWord(msUser, IEMsg_FitImageToHeight, 'Fit Image to Height'); IESetTranslationWord(msUser, IEMsg_FitImageToWidth, 'Fit Image to Width'); IESetTranslationWord(msUser, IEMsg_FitImage, 'Fit Image'); IESetTranslationWord(msUser, IEMsg_FlipHorizontal, 'Flip Horizontal'); IESetTranslationWord(msUser, IEMsg_FlipVertical, 'Flip Vertical'); IESetTranslationWord(msUser, IEMsg_ImageEffects, 'Image Effects'); IESetTranslationWord(msUser, IEMsg_ImageSaveProperties, 'Image Save Properties'); IESetTranslationWord(msUser, IEMsg_InsertAngle, 'Insert Angle'); IESetTranslationWord(msUser, IEMsg_InsertEllipse, 'Insert Ellipse'); IESetTranslationWord(msUser, IEMsg_InsertImage, 'Insert Image'); IESetTranslationWord(msUser, IEMsg_InsertLabelWithLine, 'Insert Label with Line'); IESetTranslationWord(msUser, IEMsg_InsertLine, 'Insert Line'); IESetTranslationWord(msUser, IEMsg_InsertMemo, 'Insert Memo'); IESetTranslationWord(msUser, IEMsg_InsertPolyline, 'Insert Polyline'); IESetTranslationWord(msUser, IEMsg_InsertRectangle, 'Insert Rectangle'); IESetTranslationWord(msUser, IEMsg_InsertRuler, 'Insert Ruler'); IESetTranslationWord(msUser, IEMsg_InsertText, 'Insert Text'); IESetTranslationWord(msUser, IEMsg_LassoSelect, 'Lasso Select'); IESetTranslationWord(msUser, IEMsg_LastFrame, 'Last Frame'); IESetTranslationWord(msUser, IEMsg_LoadFileAsLayer, 'Load File as Layer'); IESetTranslationWord(msUser, IEMsg_LoopPlayback, 'Loop Playback'); IESetTranslationWord(msUser, IEMsg_MeasureArea, 'Measure Area'); IESetTranslationWord(msUser, IEMsg_MeasureDistance, 'Measure Distance'); IESetTranslationWord(msUser, IEMsg_MeasureLength, 'Measure Length'); IESetTranslationWord(msUser, IEMsg_MergeAllLayers, 'Merge All Layers'); IESetTranslationWord(msUser, IEMsg_MergeAllToBackground, 'Merge All to Background'); IESetTranslationWord(msUser, IEMsg_MergeToBackground, 'Merge to Background'); IESetTranslationWord(msUser, IEMsg_MoveLayers, 'Move Layers'); IESetTranslationWord(msUser, IEMsg_Negative, 'Negative'); IESetTranslationWord(msUser, IEMsg_NextFrame, 'Next Frame'); IESetTranslationWord(msUser, IEMsg_PasteAsLayer, 'Paste as Layer'); IESetTranslationWord(msUser, IEMsg_Paste, 'Paste'); IESetTranslationWord(msUser, IEMsg_PolygonSelect, 'Polygon Select'); IESetTranslationWord(msUser, IEMsg_PreviousFrame, 'Previous Frame'); IESetTranslationWord(msUser, IEMsg_PrintAllThumbnails, 'Print All Thumbnails'); IESetTranslationWord(msUser, IEMsg_PrintPreview, 'Print Preview'); IESetTranslationWord(msUser, IEMsg_PrintThumbnails, 'Print Thumbnails'); IESetTranslationWord(msUser, IEMsg_PrintToPage, 'Print to Page'); IESetTranslationWord(msUser, IEMsg_RectangularSelect, 'Rectangular Select'); IESetTranslationWord(msUser, IEMsg_Redo, 'Redo'); IESetTranslationWord(msUser, IEMsg_RemoveLayer, 'Remove Layer'); IESetTranslationWord(msUser, IEMsg_RemoveRedEyes, 'Remove Red-Eyes'); IESetTranslationWord(msUser, IEMsg_ResizeLayers, 'Resize Layers'); IESetTranslationWord(msUser, IEMsg_Rotate180, 'Rotate 180°'); IESetTranslationWord(msUser, IEMsg_RotateLayers, 'Rotate Layers'); IESetTranslationWord(msUser, IEMsg_RotateLeft, 'Rotate Left'); IESetTranslationWord(msUser, IEMsg_RotateRight, 'Rotate Right'); IESetTranslationWord(msUser, IEMsg_SaveAs, 'Save as'); IESetTranslationWord(msUser, IEMsg_SaveProperties, 'Save Properties'); IESetTranslationWord(msUser, IEMsg_ScrollImage, 'Scroll Image'); IESetTranslationWord(msUser, IEMsg_ScrollToCursor, 'Scroll to Cursor'); IESetTranslationWord(msUser, IEMsg_SelectAcquisitionSource, 'Select Acquisition Source'); IESetTranslationWord(msUser, IEMsg_SelectAll, 'Select All'); IESetTranslationWord(msUser, IEMsg_SelectByColor, 'Select by Color'); IESetTranslationWord(msUser, IEMsg_Select, 'Select'); IESetTranslationWord(msUser, IEMsg_SendBackward, 'Send Backward'); IESetTranslationWord(msUser, IEMsg_SendToBack, 'Send to Back'); IESetTranslationWord(msUser, IEMsg_SingleFrameOnly, 'Single Frame Only'); IESetTranslationWord(msUser, IEMsg_Undo, 'Undo'); IESetTranslationWord(msUser, IEMsg_Unstamp, 'Unstamp'); IESetTranslationWord(msUser, IEMsg_ZoomIn, 'Zoom In'); IESetTranslationWord(msUser, IEMsg_ZoomOut, 'Zoom Out'); IESetTranslationWord(msUser, IEMsg_ZoomToFullSize, 'Zoom to Full Size'); IESetTranslationWord(msUser, IEMsg_ZoomToSelection, 'Zoom to Selection'); IESetTranslationWord(msUser, IEMsg_Zoom, 'Zoom'); IESetTranslationWord(msUser, IEMsg_AddALineObject, 'Add a line object'); IESetTranslationWord(msUser, IEMsg_AddAMultiLineTextObject, 'Add a multi-line text object'); IESetTranslationWord(msUser, IEMsg_AddANewLabelObjectWithALine, 'Add a new label object with a line'); IESetTranslationWord(msUser, IEMsg_AddANewLayerToThisImage, 'Add a new layer to this image'); IESetTranslationWord(msUser, IEMsg_AddARulerObject, 'Add a ruler object'); IESetTranslationWord(msUser, IEMsg_AddATextObject, 'Add a text object'); IESetTranslationWord(msUser, IEMsg_AddAnAngleMeasurementObject, 'Add an angle measurement object (requires three clicks)'); IESetTranslationWord(msUser, IEMsg_AddAnEllipticalObject, 'Add an elliptical object'); IESetTranslationWord(msUser, IEMsg_AddAnImageObject, 'Add an image object'); IESetTranslationWord(msUser, IEMsg_AddAnImageToTheGridFromFile, 'Add an image to the grid from file'); IESetTranslationWord(msUser, IEMsg_AddAnRectangularObject, 'Add an rectangular object'); IESetTranslationWord(msUser, IEMsg_ApplyASharpeningFilterToTheImage, 'Apply a sharpening filter to the image'); IESetTranslationWord(msUser, IEMsg_AutomaticallyDisplayImageWithTheCorrectOrientation, 'Automatically display image with the correct orientation'); IESetTranslationWord(msUser, IEMsg_AutomaticallyDisplayImagesWithTheCorrectOrientation, 'Automatically display images with the correct orientation'); IESetTranslationWord(msUser, IEMsg_BringTheSelectedLayerToTheFrontOfAllOthers, 'Bring the selected layer to the front of all others'); IESetTranslationWord(msUser, IEMsg_BringTheSelectedObjectToTheFrontOfAllOtherObjects, 'Bring the selected object to the front of all other objects'); IESetTranslationWord(msUser, IEMsg_ClearAllImages, 'Clear all images'); IESetTranslationWord(msUser, IEMsg_ClearAll, 'Clear All'); IESetTranslationWord(msUser, IEMsg_ClearThisImage, 'Clear this image'); IESetTranslationWord(msUser, IEMsg_ClearYourSelection, 'Clear your selection'); IESetTranslationWord(msUser, IEMsg_ClickTheImageAndDragTheMouseToScroll, 'Click the image and drag the mouse to scroll'); IESetTranslationWord(msUser, IEMsg_ContinuouslyLoopThePlaybackOfAGIFOrAVIFile, 'Continuously loop the playback of a GIF or AVI file'); IESetTranslationWord(msUser, IEMsg_CopyImageToTheClipboard, 'Copy image to the clipboard'); IESetTranslationWord(msUser, IEMsg_CopyTheCurrentImageOrSelectionToTheClipboard, 'Copy the current image or selection to the clipboard'); IESetTranslationWord(msUser, IEMsg_CopyTheCurrentImageToTheClipboardAndRemoveIt, 'Copy the current image to the clipboard and remove it'); IESetTranslationWord(msUser, IEMsg_CopyTheCurrentImageToTheClipboard, 'Copy the current image to the clipboard'); IESetTranslationWord(msUser, IEMsg_CutTheSelectionToTheClipboard, 'Cut the current selection to the clipboard'); IESetTranslationWord(msUser, IEMsg_CopyTheCurrentSelectionToTheClipboard, 'Copy the current selection to the clipboard'); IESetTranslationWord(msUser, IEMsg_CopyTheSelectedObjectToTheClipboard, 'Copy the selected object to the clipboard'); IESetTranslationWord(msUser, IEMsg_DeselectAllObjects, 'Deselect all objects'); IESetTranslationWord(msUser, IEMsg_DisplayAPreviewOfThisImageForPrinting, 'Display a preview of this image for printing'); IESetTranslationWord(msUser, IEMsg_DisplayAPreviewOfYourPrinting, 'Display a preview of your printing'); IESetTranslationWord(msUser, IEMsg_DisplayLargeImagesAtTheWindowSize, 'Display large images at the window size'); IESetTranslationWord(msUser, IEMsg_DisplayOnlyTheActiveFrame, 'Display only the active frame'); IESetTranslationWord(msUser, IEMsg_DisplaySmallImagesAtTheWindowSize, 'Display small images at the window size'); IESetTranslationWord(msUser, IEMsg_DisplayTheAnimationOfAGIFOrAVIFile, 'Display the animation of a GIF or AVI file'); IESetTranslationWord(msUser, IEMsg_DisplayTheFirstFrameOfThisImage, 'Display the first frame of this image'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageAtFullSize, 'Display the image at full size (100% zoom)'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageAtTheHeightOfTheWindow, 'Display the image at the height of the window'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageAtTheSizeOfTheWindow, 'Display the image at the size of the window'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageAtTheWidthOfTheWindow, 'Display the image at the width of the window'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageLarger, 'Display the image larger'); IESetTranslationWord(msUser, IEMsg_DisplayTheImageSmaller, 'Display the image smaller'); IESetTranslationWord(msUser, IEMsg_DisplayTheLastFrameOfThisImage, 'Display the last frame of this image'); IESetTranslationWord(msUser, IEMsg_DisplayTheNextFrameOfThisImage, 'Display the next frame of this image'); IESetTranslationWord(msUser, IEMsg_DisplayThePriorFrameOfThisImage, 'Display the prior frame of this image'); IESetTranslationWord(msUser, IEMsg_DynamicallyMeasureADistance, 'Dynamically measure a distance'); IESetTranslationWord(msUser, IEMsg_EditPointsOfAPolyline, 'Edit points of a polyline (hold Ctrl to remove a point)'); IESetTranslationWord(msUser, IEMsg_EqualizesTheColorHistogramForTheSelectedRegion, 'Equalizes the color histogram for the selected region'); IESetTranslationWord(msUser, IEMsg_FlipTheImageFromLeftToRight, 'Flip the image from left to right'); IESetTranslationWord(msUser, IEMsg_FlipTheImageFromTopToBottom, 'Flip the image from top to bottom'); IESetTranslationWord(msUser, IEMsg_FlipTheSelectedImageFromLeftToRight, 'Flip the selected image from left to right'); IESetTranslationWord(msUser, IEMsg_FlipTheSelectedImageFromTopToBottom, 'Flip the selected image from top to bottom'); IESetTranslationWord(msUser, IEMsg_FreeHandPaintAnOpenPolygon, 'Free-hand paint an open polygon'); IESetTranslationWord(msUser, IEMsg_InvertTheColorsOfTheImage, 'Invert the colors of the image'); IESetTranslationWord(msUser, IEMsg_LeftClickTheImageToZoomInRightClickToZoomOut, 'Left-click the image to Zoom In. Right-click to Zoom Out'); IESetTranslationWord(msUser, IEMsg_LoadAnImageFromFile, 'Load an image from file'); IESetTranslationWord(msUser, IEMsg_MatchTheSizeOfTheBackgroundImageToAllOfTheObjectsItContains, 'Match the size of the background image to all of the objects it contains'); IESetTranslationWord(msUser, IEMsg_MeasureARectangularArea, 'Measure a rectangular area'); IESetTranslationWord(msUser, IEMsg_MeasureTheDistanceBetweenTwoPoints, 'Measure the distance between two points'); IESetTranslationWord(msUser, IEMsg_MergeAllObjectsWithTheBackgroundLayer, 'Merge all objects with the background layer'); IESetTranslationWord(msUser, IEMsg_MergeTheSelectedObjectWithTheBackgroundLayer, 'Merge the selected object with the background layer'); IESetTranslationWord(msUser, IEMsg_MergeAllLayersOfTheImageIntoASingleOne, 'Merge all layers of the image into a single one'); IESetTranslationWord(msUser, IEMsg_MoveTheMouseToScrollTheImage, 'Move the mouse to scroll the image'); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedLayerBackward, 'Move the selected layer backward'); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedLayerForward, 'Move the selected layer forward'); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedObjectBackward, 'Move the selected object backward'); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedObjectForward, 'Move the selected object forward'); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedObjectToTheClipboard, 'Move the selected object to the clipboard'); IESetTranslationWord(msUser, IEMsg_PasteFromTheClipboard, 'Paste from the clipboard'); IESetTranslationWord(msUser, IEMsg_PasteObjectFromTheClipboard, 'Paste object from the clipboard'); IESetTranslationWord(msUser, IEMsg_PasteTheContentOfTheClipboardAsANewLayer, 'Paste the content of the clipboard as a new layer'); IESetTranslationWord(msUser, IEMsg_PerformColorEnhancementFunctionsOnTheImage, 'Perform color enhancement functions on the image'); IESetTranslationWord(msUser, IEMsg_PerformColorEnhancementFunctionsOnTheSelectedImage, 'Perform color enhancement functions on the selected image'); IESetTranslationWord(msUser, IEMsg_PerformAnIrregularSelectionOfYourImageByClickingTheMouse, 'Perform an irregular selection of your image by clicking the mouse'); IESetTranslationWord(msUser, IEMsg_PerformAnIrregularSelectionOfYourImageByDraggingTheMouse, 'Perform an irregular selection of your image by dragging the mouse'); IESetTranslationWord(msUser, IEMsg_PerformEffectsOnTheImage, 'Perform effects on the image'); IESetTranslationWord(msUser, IEMsg_PerformEffectsOnTheSelectedImage, 'Perform effects on the selected image'); IESetTranslationWord(msUser, IEMsg_PlaybackTheseFramesInSequence, 'Playback these frames in sequence'); IESetTranslationWord(msUser, IEMsg_PositionTheSelectedLayerBehindAllOthers, 'Position the selected layer behind all others'); IESetTranslationWord(msUser, IEMsg_PositionTheSelectedObjectBehindAllOtherObjects, 'Position the selected object behind all other objects'); IESetTranslationWord(msUser, IEMsg_PrintAllImagesOfTheGridAsASheetOfThumbnails, 'Print all images of the grid as a sheet of thumbnails'); IESetTranslationWord(msUser, IEMsg_PrintTheSelectedImageAtItsOriginalSize, 'Print the selected image at its original size'); IESetTranslationWord(msUser, IEMsg_PrintTheSelectedImageToFitThePage, 'Print the selected image to fit the page'); IESetTranslationWord(msUser, IEMsg_PrintTheSelectedImagesAsASheetOfThumbnails, 'Print the selected images as a sheet of thumbnails'); IESetTranslationWord(msUser, IEMsg_PrintThisImageAtItsOriginalSize, 'Print this image at its original size'); IESetTranslationWord(msUser, IEMsg_PrintThisImageToFitThePage, 'Print this image to fit the page'); IESetTranslationWord(msUser, IEMsg_PromptForAnImageFileToLoadAsANewLayer, 'Prompt for an image file to load as a new layer'); IESetTranslationWord(msUser, IEMsg_RedoTheLastActionThatWasUndone, 'Redo the last action that was undone'); IESetTranslationWord(msUser, IEMsg_ReduceTheColorsOfTheImageToGrayscale, 'Reduce the colors of the image to grayscale'); IESetTranslationWord(msUser, IEMsg_RemoveAllObjectsFromTheImage, 'Remove all objects from the image'); IESetTranslationWord(msUser, IEMsg_CropTheImageToTheCurrentSelection, 'Crop the image to the current selection'); IESetTranslationWord(msUser, IEMsg_RemoveTheRedEyeEffectFromTheSelection, 'Remove the red-eye effect from the selection'); IESetTranslationWord(msUser, IEMsg_RemoveTheSelectedImage, 'Remove the selected image'); IESetTranslationWord(msUser, IEMsg_RemoveTheSelectedLayersFromTheImage, 'Remove the selected layer from the image'); IESetTranslationWord(msUser, IEMsg_RemoveTheSelectedObjectFromTheImage, 'Remove the selected object from the image'); IESetTranslationWord(msUser, IEMsg_RemoveTheTransparentBordersFromTheSelectedLayers, 'Remove the transparent borders from the selected layer'); IESetTranslationWord(msUser, IEMsg_RestartPlaybackAfterItCompletes, 'Restart playback after it completes'); IESetTranslationWord(msUser, IEMsg_RetrieveAnImageFromACameraOrScanner, 'Retrieve an image from a camera or scanner'); IESetTranslationWord(msUser, IEMsg_RetrieveImagesFromACameraOrScanner, 'Retrieve images from a camera or scanner'); IESetTranslationWord(msUser, IEMsg_RotateTheImage180Clockwise, 'Rotate the image 180° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheImage90Clockwise, 'Rotate the image 90° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheImage90CounterClockwise, 'Rotate the image 90° counter-clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedImage180Clockwise, 'Rotate the selected image 180° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedImage90Clockwise, 'Rotate the selected image 90° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedImage90CounterClockwise, 'Rotate the selected image 90° counter-clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedObject180Clockwise, 'Rotate the selected object 180° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedObject90Clockwise, 'Rotate the selected object 90° clockwise'); IESetTranslationWord(msUser, IEMsg_RotateTheSelectedObject90CounterClockwise, 'Rotate the selected object 90° counter-clockwise'); IESetTranslationWord(msUser, IEMsg_SaveChangesToThisImageToFile, 'Save changes to this image to file'); IESetTranslationWord(msUser, IEMsg_SaveThisImageToANewFilename, 'Save this image to a new filename'); IESetTranslationWord(msUser, IEMsg_SelectACircularAreaOfYourImage, 'Select a circular area of your image'); IESetTranslationWord(msUser, IEMsg_SelectAPortionOfYourImageOfASimilarColor, 'Select a portion of your image of a similar color'); IESetTranslationWord(msUser, IEMsg_SelectARectangularAreaOfYourImage, 'Select a rectangular area of your image'); IESetTranslationWord(msUser, IEMsg_SelectAllImagesInTheGrid, 'Select all images in the grid'); IESetTranslationWord(msUser, IEMsg_SelectAllObjectsOfImage, 'Select all objects of image'); IESetTranslationWord(msUser, IEMsg_SelectAnAreaOfTheImageToZoomInto, 'Select an area of the image to zoom into'); IESetTranslationWord(msUser, IEMsg_SelectOrResizeAnObject, 'Select or resize an object (hold Alt to maintain the aspect ratio)'); IESetTranslationWord(msUser, IEMsg_SelectTheCameraOrScannerToAcquireImagesFrom, 'Select the camera or scanner to acquire images from'); IESetTranslationWord(msUser, IEMsg_SelectTheFirstFrame, 'Select the first frame'); IESetTranslationWord(msUser, IEMsg_SelectTheLastFrame, 'Select the last frame'); IESetTranslationWord(msUser, IEMsg_SelectTheNextFrame, 'Select the next frame'); IESetTranslationWord(msUser, IEMsg_SelectThePreviousFrame, 'Select the previous frame'); IESetTranslationWord(msUser, IEMsg_SingleClickingWillNotInsertANewObject, 'Single-clicking will not insert a new object'); IESetTranslationWord(msUser, IEMsg_SpecifyAdvancedPropertiesForAllImages, 'Specify advanced properties for all images'); IESetTranslationWord(msUser, IEMsg_SpecifyAdvancedPropertiesForTheSelectedImage, 'Specify advanced properties for the selected image'); IESetTranslationWord(msUser, IEMsg_SpecifyAdvancedPropertiesForThisImage, 'Specify advanced properties for this image'); IESetTranslationWord(msUser, IEMsg_UndoTheLastAction, 'Undo the last action'); IESetTranslationWord(msUser, IEMsg_UndoTheLastEdit, 'Undo the last edit'); IESetTranslationWord(msUser, IEMsg_UseTheMouseToMoveImageLayers, 'Use the mouse to move image layers'); IESetTranslationWord(msUser, IEMsg_UseTheMouseToResizeImageLayers, 'Use the mouse to resize image layers'); IESetTranslationWord(msUser, IEMsg_UseTheMouseToRotateImageLayers, 'Use the mouse to rotate image layers'); IESetTranslationWord(msUser, IEMsg_ZoomImage , 'Zoom Image' ); IESetTranslationWord(msUser, IEMsg_DisplayImageAtCustomZoom , 'Display image at custom zoom' ); IESetTranslationWord(msUser, IEMsg_CustomRotate , 'Custom Rotate' ); IESetTranslationWord(msUser, IEMsg_RotateImageByACustomAngle , 'Rotate the image by a custom angle'); IESetTranslationWord(msUser, IEMsg_ResizeImage , 'Resize Image' ); IESetTranslationWord(msUser, IEMsg_SpecifyANewSizeForTheImage, 'Specify a new size for the image' ); IESetTranslationWord(msUser, IEMSG_RESIZE, 'Resize'); IESetTranslationWord(msUser, IEMSG_CURRENT, 'Current'); IESetTranslationWord(msUser, IEMSG_NEW, 'New'); IESetTranslationWord(msUser, IEMSG_SCALE, 'Scale'); IESetTranslationWord(msUser, IEMSG_MAINTAINASPECTRATIO, 'Maintain Aspect Ratio'); IESetTranslationWord(msUser, IEMSG_Folder , 'Folder'); IESetTranslationWord(msUser, IEMSG_Dimensions, 'Dimensions'); IESetTranslationWord(msUser, IEMSG_Type , 'Type'); IESetTranslationWord(msUser, IEMSG_Created , 'Created'); IESetTranslationWord(msUser, IEMSG_Modified , 'Modified'); IESetTranslationWord(msUser, IEMsg_CopyFiles , 'Copy to Folder' ); IESetTranslationWord(msUser, IEMsg_CopyFilesToClipboard , 'Copy Files to Clipboard' ); IESetTranslationWord(msUser, IEMsg_CopyTheSelectedFilesToANewFolder , 'Copy the selected files to a new folder' ); IESetTranslationWord(msUser, IEMsg_CopyTheSelectedFilesToTheClipboard , 'Copy the selected files to the clipboard' ); IESetTranslationWord(msUser, IEMsg_CutFilesToClipboard , 'Cut Files to Clipboard' ); IESetTranslationWord(msUser, IEMsg_CutTheSelectedFilesToTheClipboard , 'Cut the selected files to the clipboard' ); IESetTranslationWord(msUser, IEMsg_DeleteFiles , 'Delete Files' ); IESetTranslationWord(msUser, IEMsg_DeleteTheSelectedFilesFromTheFolder , 'Delete the selected files from the folder' ); IESetTranslationWord(msUser, IEMsg_GoUp , 'Go Up' ); IESetTranslationWord(msUser, IEMsg_MoveFiles , 'Move to Folder' ); IESetTranslationWord(msUser, IEMsg_MoveTheSelectedFilesToANewFolder , 'Move the selected files to a new folder' ); IESetTranslationWord(msUser, IEMsg_OpenFile , 'Open File' ); IESetTranslationWord(msUser, IEMsg_OpenTheParentOfTheCurrentFolder , 'Open the parent of the current folder' ); IESetTranslationWord(msUser, IEMsg_OpenTheSelectedFileInTheDefaultViewer , 'Open the selected file in the default viewer' ); IESetTranslationWord(msUser, IEMsg_PasteFilesFromClipboard , 'Paste Files from Clipboard' ); IESetTranslationWord(msUser, IEMsg_PasteFilesFromTheClipboardToThisFolder, 'Paste files from the clipboard to this folder' ); IESetTranslationWord(msUser, IEMsg_Refresh , 'Refresh' ); IESetTranslationWord(msUser, IEMsg_RefreshTheFileListing , 'Refresh the file listing' ); IESetTranslationWord(msUser, IEMsg_WhereDoYouWantToMoveTheseFiles , 'Where do you want to move these files?' ); IESetTranslationWord(msUser, IEMsg_WhereDoYouWantToCopyTheseFiles , 'Where do you want to copy these files?' ); IESetTranslationWord(msUser, IEMsg_XIsNotAValidFolder , '"%s" is not a valid folder' ); IESetTranslationWord(msUser, IEMsg_RenameFile , 'Rename File' ); IESetTranslationWord(msUser, IEMsg_SpecifyANewNameForTheSelectedFile , 'Specify a new name for the selected file' ); IESetTranslationWord(msUser, IEMsg_SpecifyANewNameForX , 'Specify a new name for "%s"' ); IESetTranslationWord(msUser, IEMsg_SelectAFolderToOpen , 'Select a folder to open' ); IESetTranslationWord(msUser, IEMsg_SelectFolder , 'Select Folder' ); IESetTranslationWord(msUser, IEMsg_CreateFolder , 'Create Folder' ); IESetTranslationWord(msUser, IEMsg_CreateANewFolderAtTheCurrentLocation , 'Create a new folder at the current location' ); IESetTranslationWord(msUser, IEMsg_SpecifyTheNameOfYourNewFolder , 'Specify the name of your new folder' ); IESetTranslationWord(msUser, IEMsg_SoftShadow , 'Soft Shadow' ); IESetTranslationWord(msUser, IEMsg_AddSoftShadow , 'Add Soft Shadow' ); IESetTranslationWord(msUser, IEMsg_Radius , 'Radius' ); IESetTranslationWord(msUser, IEMsg_Offset , 'Offset' ); IESetTranslationWord(msUser, IEMsg_All_Glow , 'All (Glow)' ); IESetTranslationWord(msUser, IEMsg_FillPage , 'Fill page' ); IESetTranslationWord(msUser, IEMsg_AutoEnhance , 'Auto-Enhance' ); IESetTranslationWord(msUser, IEMsg_AutoEnhanceMethod , 'Auto-Enhance Method' ); IESetTranslationWord(msUser, IEMsg_General , 'General' ); IESetTranslationWord(msUser, IEMsg_ToneMapping , 'Tone Mapping' ); IESetTranslationWord(msUser, IEMsg_Slope , 'Slope' ); IESetTranslationWord(msUser, IEMsg_Range , 'Range' ); IESetTranslationWord(msUser, IEMsg_Gamma , 'Gamma' ); IESetTranslationWord(msUser, IEMsg_Crop , 'Crop' ); IESetTranslationWord(msUser, IEMsg_CropImage , 'Crop Image' ); IESetTranslationWord(msUser, IEMsg_EditImage , 'Edit Image' ); IESetTranslationWord(msUser, IEMsg_PerformEditingFunctionsOnTheImage , 'Perform editing functions on the image' ); IESetTranslationWord(msUser, IEMsg_PreviewEffects , 'Preview Effects' ); IESetTranslationWord(msUser, IEMsg_PreviewEffectsToEditAndEnhanceTheImage, 'Preview effects to edit and enhance the image' ); IESetTranslationWord(msUser, IEMsg_ThumbnailView , 'Thumbnail View' ); IESetTranslationWord(msUser, IEMsg_DisplayLargeThumbnails , 'Display large thumbnails' ); IESetTranslationWord(msUser, IEMsg_DetailView , 'Detail View' ); IESetTranslationWord(msUser, IEMsg_DisplayFileDetails , 'Display file details' ); IESetTranslationWord(msUser, IEMsg_Filename , 'Filename' ); IESetTranslationWord(msUser, IEMsg_FileType , 'File Type' ); IESetTranslationWord(msUser, IEMsg_FileSize , 'File Size' ); IESetTranslationWord(msUser, IEMsg_CreateDate , 'Create Date' ); IESetTranslationWord(msUser, IEMsg_EditDate , 'Edit Date' ); IESetTranslationWord(msUser, IEMsg_ImageSize , 'Dimensions' ); IESetTranslationWord(msUser, IEMsg_SortByX , 'Sort by %s' ); IESetTranslationWord(msUser, IEMsg_Ascending , 'Ascending' ); IESetTranslationWord(msUser, IEMsg_Descending , 'Descending' ); IESetTranslationWord(msUser, IEMsg_SortX , 'Sort %s' ); IESetTranslationWord(msUser, IEMsg_MultiplePages , 'Poster' ); IESetTranslationWord(msUser, IEMsg_PagesAcross , 'Pages Across' ); IESetTranslationWord(msUser, IEMsg_PagesDown , 'Pages Down' ); IESetTranslationWord(msUser, IEMsg_SelectAllLayers , 'Select All Layers' ); IESetTranslationWord(msUser, IEMsg_SelectAllLayersOfTheImage , 'Select all layers of the image' ); IESetTranslationWord(msUser, IEMsg_DeselectAllLayers , 'Deselect All Layers' ); IESetTranslationWord(msUser, IEMsg_DeselectAllLayersOfTheImage , 'Deselect all layers of the image' ); IESetTranslationWord(msUser, IEMsg_GroupLayers , 'Group Layers' ); IESetTranslationWord(msUser, IEMsg_AddSelectedLayersToASelectionGroup , 'Add selected layers to a selection group' ); IESetTranslationWord(msUser, IEMsg_UngroupLayers , 'Ungroup Layers' ); IESetTranslationWord(msUser, IEMsg_RemoveSelectedLayersFromSelectionGroup, 'Remove selected layers from selection group' ); IESetTranslationWord(msUser, IEMsg_MergeLayers , 'Merge Layers' ); IESetTranslationWord(msUser, IEMsg_MergeSelectedLayersIntoASingleLayer , 'Merge selected layers into a single layer' ); IESetTranslationWord(msUser, IEMsg_ColumnView , 'Column View' ); IESetTranslationWord(msUser, IEMsg_DisplayFileColumns , 'Display file columns view' ); IESetTranslationWord(msUser, IEMsg_LargeThumbnailView , 'Large thumbnail View' ); IESetTranslationWord(msUser, IEMsg_DisplayThumbnails , 'Display thumbnails' ); IESetTranslationWord(msUser, IEMsg_FileListView , 'File List View' ); IESetTranslationWord(msUser, IEMsg_DisplayFileList , 'Display file list view' ); IESetTranslationWord(msUser, IEMsg_ShowColumnX , 'Show %s Column' ); IESetTranslationWord(msUser, IEMsg_Path , 'Path' ); IESetTranslationWord(msUser, IEMsg_ImageProperties , 'Properties' ); IESetTranslationWord(msUser, IEMsg_Caption , 'Caption' ); IESetTranslationWord(msUser, IEMsg_ADDINNERSHADOW , 'Add Inner Shadow' ); IESetTranslationWord(msUser, IEMsg_ADJUSTBRIGHTNESSCONTRASTSATURATION , 'Adjust Brightness/Contrast/Saturation' ); IESetTranslationWord(msUser, IEMsg_ADJUSTGAINOFFSET , 'Adjust Gain Offset' ); IESetTranslationWord(msUser, IEMsg_AdjustLuminanceSaturation , 'Adjust Luminance/Saturation' ); IESetTranslationWord(msUser, IEMsg_ADJUSTTEMPERATURE , 'Adjust Temperature' ); IESetTranslationWord(msUser, IEMsg_ADJUSTTINT , 'Adjust Tint' ); IESetTranslationWord(msUser, IEMsg_Automatic , 'Automatic' ); IESetTranslationWord(msUser, IEMsg_AUTOSHARPEN , 'Auto Sharpen' ); IESetTranslationWord(msUser, IEMsg_BLUR , 'Blur' ); IESetTranslationWord(msUser, IEMsg_CASTALPHA , 'Cast Alpha' ); IESetTranslationWord(msUser, IEMsg_CASTCOLOR , 'Cast Color' ); IESetTranslationWord(msUser, IEMsg_CASTCOLORRANGE , 'Cast Color Range' ); IESetTranslationWord(msUser, IEMsg_CLEARSEL , 'Clear Selection' ); IESetTranslationWord(msUser, IEMsg_COLORIZE , 'Colorize' ); IESetTranslationWord(msUser, IEMsg_CONVERTTO , 'Convert Pixels' ); IESetTranslationWord(msUser, IEMsg_CONVERTTO24BIT , 'Convert to 24bit' ); IESetTranslationWord(msUser, IEMsg_CONVERTTOPALETTE , 'Convert to Palette' ); IESetTranslationWord(msUser, IEMsg_CONVERTTOSEPIA , 'Sepia' ); IESetTranslationWord(msUser, IEMsg_CONVOLVE , 'Convolve' ); IESetTranslationWord(msUser, IEMsg_DECRYPT , 'Decrypt' ); IESetTranslationWord(msUser, IEMsg_DEINTERLACE , 'Deinterlace' ); IESetTranslationWord(msUser, IEMsg_ReorderColorChannels , 'Reorder Color Channels' ); IESetTranslationWord(msUser, IEMsg_EDGEDETECT , 'Edge Detection' ); IESetTranslationWord(msUser, IEMsg_ENCRYPT , 'Encrypt' ); IESetTranslationWord(msUser, IEMsg_FEATHEREDGES , 'Feather Edges' ); IESetTranslationWord(msUser, IEMsg_FILL , 'Fill' ); IESetTranslationWord(msUser, IEMsg_FTCLEARZONE , 'Clear FFT Zone' ); IESetTranslationWord(msUser, IEMsg_HISTAUTOEQUALIZE , 'Auto-Equalization' ); IESetTranslationWord(msUser, IEMsg_INTENSITY , 'Intensity' ); IESetTranslationWord(msUser, IEMsg_AdjustHistogram , 'Adjust Histogram' ); IESetTranslationWord(msUser, IEMsg_MAPGRAYTOCOLOR , 'Map Gray to Color' ); IESetTranslationWord(msUser, IEMsg_MATCHHSVRANGE , 'Match HSV Range' ); IESetTranslationWord(msUser, IEMsg_MEDIANFILTER , 'Median Filter' ); IESetTranslationWord(msUser, IEMsg_MERGEWITHMASK , 'Merge with Mask' ); IESetTranslationWord(msUser, IEMsg_MERGE , 'Merge' ); IESetTranslationWord(msUser, IEMsg_Monochrome , 'Monochrome' ); IESetTranslationWord(msUser, IEMsg_MOTIONBLUR , 'Motion Blur' ); IESetTranslationWord(msUser, IEMsg_PAINTMARK , 'Paint Mark' ); IESetTranslationWord(msUser, IEMsg_PERSPECTIVEDRAW , 'Perspective Draw' ); IESetTranslationWord(msUser, IEMsg_ConvolutionFilter , 'Convolution Filter' ); IESetTranslationWord(msUser, IEMsg_PROJECTDRAW , 'Project Draw' ); IESetTranslationWord(msUser, IEMsg_RADIALSTRETCH , 'Radial Stretch' ); IESetTranslationWord(msUser, IEMsg_RANDOMIZE , 'Randomize' ); IESetTranslationWord(msUser, IEMsg_REFLECTION , 'Reflection' ); IESetTranslationWord(msUser, IEMsg_REMOVECHROMAKEY , 'Remove Chroma-Key' ); IESetTranslationWord(msUser, IEMsg_REMOVEISOLATEDPIXELS , 'Remove Isolated Pixels' ); IESetTranslationWord(msUser, IEMsg_REMOVENOISE , 'Remove Noise' ); IESetTranslationWord(msUser, IEMsg_RESIZECANVASXX , 'Resize Canvas to %dx%d' ); IESetTranslationWord(msUser, IEMsg_ROTATEANDCROP , 'Rotate and Crop' ); IESetTranslationWord(msUser, IEMsg_ROUNDIMAGE , 'Round Image' ); IESetTranslationWord(msUser, IEMSG_ConvertToXColors , 'Convert to %d colors' ); IESetTranslationWord(msUser, IEMsg_SHIFTCHANNEL , 'Shift Channel' ); IESetTranslationWord(msUser, IEMsg_TileImage , 'Tile Image' ); IESetTranslationWord(msUser, IEMsg_UNSHARPEN , 'Unsharpen' ); IESetTranslationWord(msUser, IEMsg_WALLISFILTER , 'Wallis Filter' ); IESetTranslationWord(msUser, IEMsg_WHITEBALANCE , 'White Balance' ); IESetTranslationWord(msUser, IEMsg_WRITEHIDDENDATA , 'Write Hidden Data' ); IESetTranslationWord(msUser, IEMsg_AdjustHSV , 'Adjust HSV' ); IESetTranslationWord(msUser, IEMsg_AdjustHSL , 'Adjust HSL' ); IESetTranslationWord(msUser, IEMsg_AdjustRGB , 'Adjust RGB' ); IESetTranslationWord(msUser, IEMsg_ShowRulers , 'Show Rulers' ); IESetTranslationWord(msUser, IEMsg_ShowMeasurementRulersBesideImage , 'Show measurement rulers beside image' ); IESetTranslationWord(msUser, IEMsg_CapPixels , 'Pixels' ); IESetTranslationWord(msUser, IEMsg_ShowRulerInPixels , 'Show ruler in pixels' ); IESetTranslationWord(msUser, IEMsg_CapInches , 'Inches' ); IESetTranslationWord(msUser, IEMsg_ShowRulerInInches , 'Show ruler in inches' ); IESetTranslationWord(msUser, IEMsg_Millimeters , 'Millimeters' ); IESetTranslationWord(msUser, IEMsg_ShowRulerInMillimeters , 'Show ruler in millimeters' ); IESetTranslationWord(msUser, IEMsg_Centimeters , 'Centimeters' ); IESetTranslationWord(msUser, IEMsg_ShowRulerInCentimeters , 'Show ruler in centimeters' ); IESetTranslationWord(msUser, IEMSG_SYMMETRICNEARESTNEIGHBOUR , 'Symmetric Nearest Neighbour' ); IESetTranslationWord(msUser, IEMSG_PIXELIZE , 'Pixelize' ); IESetTranslationWord(msUser, IEMSG_PENCILSKETCH , 'Pencil Sketch' ); IESetTranslationWord(msUser, IEMsg_PasteAnImageFromTheClipboard , 'Paste an image from the clipboard' ); IESetTranslationWord(msUser, IEMsg_Linear , 'Linear' ); IESetTranslationWord(msUser, IEMsg_LinearClipped , 'Linear (Clipped)' ); IESetTranslationWord(msUser, IEMsg_Logarithmic , 'Logarithmic' ); IESetTranslationWord( msUser, IEMsg_IncludeSubFolders , 'Include Subfolders' ); IESetTranslationWord( msUser, IEMsg_AlsoDisplayFilesFoundInSubfoldersOfThisFolder, 'Also display files found in subfolders of this folder' ); IESetTranslationWord( msUser, IEMsg_EnableCropping , 'Enable Cropping' ); IESetTranslationWord( msUser, IEMsg_EnableCroppingModeToSelectAnAreaOfTheImageToMaintain, 'Enable cropping mode to select an area of the image to maintain' ); IESetTranslationWord( msUser, IEMsg_CancelCropping , 'Cancel Cropping' ); IESetTranslationWord( msUser, IEMsg_ClearTheCurrentCropSelection , 'Clear the current crop selection' ); IESetTranslationWord( msUser, IEMsg_AddImageLayers , 'Add Image Layer' ); IESetTranslationWord( msUser, IEMsg_ClickAndDragToCreateAnImageLayer , 'Click and drag to create an image layer' ); IESetTranslationWord( msUser, IEMsg_AddShapeLayers , 'Add Shape Layer' ); IESetTranslationWord( msUser, IEMsg_ClickAndDragToCreateAShapeLayer , 'Click and drag to create a shape layer' ); IESetTranslationWord( msUser, IEMsg_AddLineLayers , 'Add Line Layer' ); IESetTranslationWord( msUser, IEMsg_ClickAndDragToCreateALineLayer , 'Click and drag to create a line layer' ); IESetTranslationWord( msUser, IEMsg_AddPolylineLayers , 'Add Polyline Layer' ); IESetTranslationWord( msUser, IEMsg_ClickAndDragToCreateAPolylineLayer , 'Click and drag to create a polyline layer' ); IESetTranslationWord( msUser, IEMsg_AddTextLayers , 'Add Text Layer' ); IESetTranslationWord( msUser, IEMsg_ClickAndDragToCreateATextLayer , 'Click and drag to create a text layer' ); IESetTranslationWord( msUser, IEMsg_AlignLeftEdges , 'Align on Left' ); IESetTranslationWord( msUser, IEMsg_AlignRightEdges , 'Align on Right' ); IESetTranslationWord( msUser, IEMsg_AlignTopEdges , 'Align Tops' ); IESetTranslationWord( msUser, IEMsg_AlignBottomEdges , 'Align Bottoms' ); IESetTranslationWord( msUser, IEMsg_AlignHorizontalCenters , 'Align Horizontal Centers' ); IESetTranslationWord( msUser, IEMsg_AlignVerticalCenters , 'Align Vertical Centers' ); IESetTranslationWord( msUser, IEMsg_MatchWidth , 'Match Widths' ); IESetTranslationWord( msUser, IEMsg_MatchHeight , 'Match Heights' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToTheEdgeOfTheLeftmostLayer , ' Align selected layers to the edge of the left-most layer' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToTheEdgeOfTheRightmostLayer , ' Align selected layers to the edge of the right-most layer' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToTheEdgeOfTheTopmostLayer , ' Align selected layers to the edge of the top-most layer' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToTheEdgeOfTheBottommostLayer , ' Align selected layers to the edge of the bottom-most layer' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToHaveTheSameHorizontalCenter , ' Align selected layers to have the same horizontal center' ); IESetTranslationWord( msUser, IEMsg_AlignSelectedLayersToHaveTheSameVerticalCenter , ' Align selected layers to have the same vertical center' ); IESetTranslationWord( msUser, IEMsg_ResizeAllSelectedLayersToTheWidthOfTheWidestLayer , ' Resize all selected layers to the width of the widest layer' ); IESetTranslationWord( msUser, IEMsg_ResizeAllSelectedLayersToTheHeightOfTheTallestLayer , ' Resize all selected layers to the height of the tallest layer' ); IESetTranslationWord( msUser, IEMsg_CropBackgroundToSelection , 'Crop Background to Selection' ); IESetTranslationWord( msUser, IEMsg_CropTheBackgroundImageToMatchSelectedLayers , 'Crop the background image to match selected layers' ); IESetTranslationWord( msUser, IEMsg_FastPreview , 'Fast Preview' ); IESetTranslationWord( msUser, IEMsg_ReducePreviewQualityToImprovePerformance , 'Reduce preview quality to improve performance' ); IESetTranslationWord( msUser, IEMsg_LockAspectRatio , 'Lock Aspect Ratio' ); IESetTranslationWord( msUser, IEMsg_LockPosition , 'Lock Position' ); IESetTranslationWord( msUser, IEMsg_RestoreAspectRatio , 'Restore Aspect Ratio' ); IESetTranslationWord( msUser, IEMsg_SizeToFit , 'Size to Fit' ); IESetTranslationWord( msUser, IEMsg_Visible , 'Visible' ); IESetTranslationWord( msUser, IEMsg_ResetSize , 'Reset Size' ); IESetTranslationWord( msUser, IEMsg_SelectImage , 'Select Image' ); IESetTranslationWord( msUser, IEMsg_ClosePolyline , 'Close Polyline' ); IESetTranslationWord( msUser, IEMsg_PreventResizingFromAffectingTheAspectRatioOfTheSelectedLayer , 'Prevent resizing from affecting the aspect ratio of the selected layer' ); IESetTranslationWord( msUser, IEMsg_PreventMovementOfTheSelectedLayer , 'Prevent movement of the selected layer' ); IESetTranslationWord( msUser, IEMsg_RestoreTheOriginalAspectRatioOfTheSelectedLayer , 'Restore the original aspect ratio of the selected layer' ); IESetTranslationWord( msUser, IEMsg_ResizeTheLayerToMatchItsContent , 'Resize the layer to match its content' ); IESetTranslationWord( msUser, IEMsg_AddASoftShadowToTheSelectedLayer , 'Add a soft shadow to the selected layer' ); IESetTranslationWord( msUser, IEMsg_DisplayTheCurrentLayer , 'Display the current layer' ); IESetTranslationWord( msUser, IEMsg_RestoreTheOriginalSizeOfTheSelectedLayer , 'Restore the original size of the selected layer' ); IESetTranslationWord( msUser, IEMsg_BrowseForAnImageToLoadIntoTheLayer , 'Browse for an image to load into the layer' ); IESetTranslationWord( msUser, IEMsg_JoinTheFirstAndLastPointsOfThePolylineToCreateAPolygon, 'Join the first and last points of the polyline to create a polygon' ); IESetTranslationWord( msUser, IEMsg_AddImageLayer , 'Add Image Layer' ); IESetTranslationWord( msUser, IEMsg_AddShapeLayer , 'Add Shape Layer' ); IESetTranslationWord( msUser, IEMsg_AddLineLayer , 'Add Line Layer' ); IESetTranslationWord( msUser, IEMsg_AddPolylineLayer , 'Add Polyline Layer' ); IESetTranslationWord( msUser, IEMsg_AddTextLayer , 'Add Text Layer' ); IESetTranslationWord( msUser, IEMsg_RotateTheLayerCounterClockwise , 'Rotate the layer counter-clockwise' ); IESetTranslationWord( msUser, IEMsg_RotateTheLayerClockwise , 'Rotate the layer clockwise' ); IESetTranslationWord( msUser, IEMsg_ConvertToImageLayer , 'Convert to Image Layer' ); IESetTranslationWord( msUser, IEMsg_ConvertTheLayerToAnImage , 'Convert the layer to an image' ); IESetTranslationWord( msUser, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msUser, IEMsg_ArrangeLayers , 'Arrange Layers' ); IESetTranslationWord( msUser, IEMsg_SetLayerProperties , 'Set Layer Properties' ); IESetTranslationWord( msUser, IEMsg_CropLayerToBackground , 'Crop Layer to Background' ); IESetTranslationWord( msUser, IEMsg_HideAnyPartOfTheSelectedLayerLyingOutsideTheBackground, 'Hide any part of the selected layer outside the background' ); IESetTranslationWord( msUser, IEMsg_ShowLabel , 'Show Label' ); IESetTranslationWord( msUser, IEMsg_AttachATextLabelToThisLine , 'Attach a text label to this line' ); IESetTranslationWord( msUser, IEMsg_EditLayerText , 'Edit Layer Text' ); IESetTranslationWord( msUser, IEMsg_EditTheTextOfTheSelectedLayer , 'Edit the text of the selected layer' ); IESetTranslationWord( msUser, IEMsg_ResetRotation , 'Reset Rotation' ); IESetTranslationWord( msUser, IEMsg_ResetTheRotationOfTheSelectedLayer , 'Reset the rotation of the selected layer' ); {$ENDIF} *) procedure IESetDefaultTranslationWords; begin IESetDefaultTranslationWords_English; IESetDefaultTranslationWords_Italian; IESetDefaultTranslationWords_German; IESetDefaultTranslationWords_Spanish; IESetDefaultTranslationWords_French; IESetDefaultTranslationWords_Portuguese; IESetDefaultTranslationWords_Greek; IESetDefaultTranslationWords_Russian; IESetDefaultTranslationWords_Dutch; IESetDefaultTranslationWords_Swedish; IESetDefaultTranslationWords_Polish; IESetDefaultTranslationWords_Japanese; IESetDefaultTranslationWords_Czech; IESetDefaultTranslationWords_Finnish; IESetDefaultTranslationWords_Farsi; IESetDefaultTranslationWords_Chinese; IESetDefaultTranslationWords_ChineseTraditional; IESetDefaultTranslationWords_ChineseTraditional_Big5; IESetDefaultTranslationWords_Danish; IESetDefaultTranslationWords_Turkish; IESetDefaultTranslationWords_Korean; IESetDefaultTranslationWords_Hungarian; IESetDefaultTranslationWords_Arabic; IESetDefaultTranslationWords_Serbian; IESetDefaultTranslationWords_Norwegian; end; end.