📄 wimgedit.msg
字号:
// COLOURS.C
pick( WIE_PALETTERESTORED,
"Color palette restored",
"Color palette restored" )
// SETTINGS.C
pick( WIE_SHIFTBETWEEN,
"Shift amount must be between \n %d and %d",
"Shift amount must be between \n %d and %d" )
pick( WIE_NOTE,
"NOTE",
"NOTE" )
// IEDRAW.C
pick( WIE_GRIDTURNEDOFF,
"Grid turned off",
"Grid turned off" )
pick( WIE_GRIDTURNEDON,
"Grid turned on",
"Grid turned on" )
pick( WIE_NEWBRUSHSIZE,
"New brush size: %dx%d",
"New brush size: %dx%d" )
pick( WIE_NEWGRIDSIZE,
"Grid size is %dx%d pixels.",
"Grid size is %dx%d pixels." )
pick( WIE_SQUAREGRIDOFF,
"Square grid option turned off",
"Square grid option turned off" )
pick( WIE_SQUAREGRIDON,
"Square grid option turned on",
"Square grid option turned on" )
// IEDDE.C
pick( WIE_DDEINITTITLE,
"DDE Initialization",
"DDE Initialization" )
pick( WIE_DDETERMINATIONMSG,
"The Image Editor is being terminated and \nwas unable to inform the Resource Editor.\nThis may cause the Resource Editor to reject\nany more attempts to edit any resources.\n",
"The Image Editor is being terminated and \nwas unable to inform the Resource Editor.\nThis may cause the Resource Editor to reject\nany more attempts to edit any resources.\n" )
// CLIP.C
pick( WIE_ENTIREIMAGECOPIED,
"Entire image copied to clipboard",
"Entire image copied to clipboard" )
pick( WIE_AREACOPIED,
"Area copied to clipboard",
"Area copied to clipboard" )
pick( WIE_NOBITMAPINCLIPBOARD,
"No bitmap in the clipboard",
"No bitmap in the clipboard" )
pick( WIE_CLIPBOARDBITMAPSIZE,
"Clipboard bitmap size is %dx%d",
"Clipboard bitmap size is %dx%d" )
pick( WIE_BITMAPPASTED,
"Bitmap pasted from clipboard",
"Bitmap pasted from clipboard" )
pick( WIE_ENTIREIMAGECUT,
"Entire image cut to clipboard",
"Entire image cut to clipboard" )
pick( WIE_AREACUT,
"Area cut to clipboard",
"Area cut to clipboard" )
pick( WIE_PASTECANCELLED,
"Paste cancelled",
"Paste cancelled" )
// IEGLOB.C
pick( WIE_APPNAME,
"Open Watcom Image Editor",
"Open Watcom Image Editor" )
pick( WIE_IMAGEFILTER,
"Bitmap (*.bmp)\t*.bmp\tIcon (*.ico)\t*.ico\t"
"Cursor (*.cur)\t*.cur\tResource (*.res)\t*.res\t"
"Executable (*.exe)\t*.exe\tDLL Libraries(*.dll)\t*.dll\t"
"All Files (*.*)\t*.*\t",
"Bitmap (*.bmp)\t*.bmp\tIcon (*.ico)\t*.ico\t"
"Cursor (*.cur)\t*.cur\tResource (*.res)\t*.res\t"
"Executable (*.exe)\t*.exe\tDLL Libraries(*.dll)\t*.dll\t"
"All Files (*.*)\t*.*\t" )
pick( WIE_PALETTEFILTER,
"Palette (*.pal)\t*.pal\tAll Files (*.*)\t*.*\t",
"Palette (*.pal)\t*.pal\tAll Files (*.*)\t*.*\t" )
pick( WIE_IMAGEUNTITLED,
"(Untitled)",
"(Untitled)" )
pick( WIE_SAVEIMAGETITLE,
"Save Image File",
"Save Image File" )
pick( WIE_SAVEPALETTETITLE,
"Save Color Palette File",
"Save Color Palette File" )
pick( WIE_OPENIMAGETITLE,
"Open Image File",
"Open Image File" )
pick( WIE_OPENPALETTETITLE,
"Open Color Palette File",
"Open Color Palette File" )
// DRAWPROC.C
pick( WIE_QUERYIMAGESAVE,
"%s is not saved! Save Now?",
"%s is not saved! Save Now?" )
pick( WIE_CLOSETITLE,
"Close",
"Close" )
pick( WIE_FILENOTSAVED,
"File not saved",
"File not saved" )
pick( WIE_BRUSHSIZEIS,
"Brush size is %dx%d",
"Brush size is %dx%d" )
// IESAVE.C
pick( WIE_SAVEIMAGETITLE2,
"Save Image",
"Save Image" )
pick( WIE_BITMAPSAVEDTO,
"Bitmap saved to '%s'",
"Bitmap saved to '%s'" )
pick( WIE_ICONSAVEDTO,
"Icon saved to '%s'",
"Icon saved to '%s'" )
pick( WIE_CURSORSAVEDTO,
"Cursor saved to '%s'",
"Cursor saved to '%s'" )
pick( WIE_NOSAVE32TO16,
"You may not save this 32 bit file as a 16 bit file.",
"You may not save this 32 bit file as a 16 bit file." )
pick( WIE_NOSAVE16TO32,
"You may not save this 16 bit file as a 32 bit file.",
"You may not save this 16 bit file as a 32 bit file." )
pick( WIE_IMAGESAVEDTO,
"Image saved to '%s'",
"Image saved to '%s'" )
pick( WIE_PALETTESAVEDTO,
"Palette saved to '%s'",
"Palette saved to '%s'" )
// CLRCNTLS.C
pick( WIE_SCREENTEXT,
"Screen:",
"Screen:" )
pick( WIE_INVERSETEXT,
"Inverse:",
"Inverse:" )
// IEPROC.C
pick( WIE_SYSMENUOPERATIONS,
"System menu operations",
"System menu operations" )
pick( WIE_NEIMAGENOTCREATED,
"New image not created",
"New image not created" )
#ifdef __NT__
pick( WIE_ABOUTTEXT,
"Open Watcom Image Editor for Windows NT",
"Open Watcom Image Editor for Windows NT" )
#else
pick( WIE_ABOUTTEXT,
"Open Watcom Image Editor for Windows",
"Open Watcom Image Editor for Windows" )
#endif
pick( WIE_ABOUTFIRSTYEAR,
"2002",
"2002" )
pick( WIE_ABOUTTITLE,
"About the Open Watcom Image Editor",
"About the Open Watcom Image Editor" )
// WINCREAT.C
pick( WIE_COLORPALETTETITLE,
"Color Palette",
"Color Palette" )
pick( WIE_DRAWTEXT,
"Draw:",
"Draw:" )
pick( WIE_FILLTEXT,
"Fill:",
"Fill:" )
// ICONINFO.C
pick( WIE_16COLOUR32X32,
"32x32, 16 Color",
"32x32, 16 Color" )
pick( WIE_2COLOUR32X32,
"32x32, 2 Color",
"32x32, 2 Color" )
pick( WIE_2COLOUR32X16,
"32x16, 2 Color",
"32x16, 2 Color" )
pick( WIE_16COLOUR16X16,
"16x16, 16 Color",
"16x16, 16 Color" )
pick( WIE_2COLOUR16X16,
"16x16, 2 Color",
"16x16, 2 Color" )
pick( WIE_256COLOUR48X48,
"48x48, 256 Color",
"48x48, 256 Color" )
pick( WIE_16COLOUR48X48,
"48x48, 16 Color",
"48x48, 16 Color" )
pick( WIE_16COLOUR24X24,
"24x24, 16 Color",
"24x24, 16 Color" )
pick( WIE_256COLOUR32X32,
"32x32, 256 Color",
"32x32, 256 Color" )
pick( WIE_256COLOUR16X16,
"16x16, 256 Color",
"16x16, 256 Color" )
pick( WIE_2COLOUR64X64,
"64x64, 2 Color",
"64x64, 2 Color" )
pick( WIE_16COLOUR64X64,
"64x64, 16 Color",
"64x64, 16 Color" )
pick( WIE_256COLOUR64X64,
"64x64, 256 Color",
"64x64, 256 Color" )
pick( WIE_2COLOUR96X96,
"96x96, 2 Color",
"96x96, 2 Color" )
pick( WIE_16COLOUR96X96,
"96x96, 16 Color",
"96x96, 16 Color" )
pick( WIE_256COLOUR96X96,
"96x96, 256 Color",
"96x96, 256 Color" )
pick( WIE_TRUECOLOUR32X32,
"32x32, True Color",
"32x32, True Color" )
pick( WIE_TRUECOLOUR16X16,
"16x16, True Color",
"16x16, True Color" )
pick( WIE_TRUECOLOUR48X48,
"48x48, True Color",
"48x48, True Color" )
pick( WIE_ICONADDEDTEXT,
"Icon added to current icon resource",
"Icon added to current icon resource" )
pick( WIE_ICONDELETEDTEXT,
"Icon deleted from current icon resource",
"Icon deleted from current icon resource" )
pick( WIE_SELECTTARGETICON,
"Select the target icon ...",
"Select the target icon ..." )
pick( WIE_SELECTICONTODELETE,
"Select the icon to delete ...",
"Select the icon to delete ..." )
pick( WIE_SELECTTYPEOFNEWICON,
"Select the type of new icon ...",
"Select the type of new icon ..." )
pick( WIE_SELECTICONTOEDIT,
"Select the icon to edit ...",
"Select the icon to edit ..." )
// TRNSFORM.C
pick( WIE_FLIPPINGIMAGE,
"Flipping image ...",
"Flipping image ..." )
pick( WIE_IMAGEREFLECTEDH,
"Image reflected over horizontal axis",
"Image reflected over horizontal axis" )
pick( WIE_IMAGEREFLECTEDV,
"Image reflected over vertical axis",
"Image reflected over vertical axis" )
pick( WIE_ROTATIONPERCENT,
"Rotating image ... %d %% complete",
"Rotating image ... %d %% complete" )
pick( WIE_ROTATINGIMAGE,
"Rotating image ...",
"Rotating image ..." )
pick( WIE_IMAGEROTATEDCCW,
"Image rotated 90 deg. counter clockwise",
"Image rotated 90 deg. counter clockwise" )
pick( WIE_IMAGEROTATEDCW,
"Image rotated 90 deg. clockwise",
"Image rotated 90 deg. clockwise" )
pick( WIE_AREACLEARED,
"Area cleared",
"Area cleared" )
pick( WIE_IMAGESHIFTEDLEFT,
"Image shifted %d pixel(s) left",
"Image shifted %d pixel(s) left" )
pick( WIE_IMAGESHIFTEDRIGHT,
"Image shifted %d pixel(s) right",
"Image shifted %d pixel(s) right" )
pick( WIE_IMAGESHIFTEDUP,
"Image shifted %d pixel(s) up",
"Image shifted %d pixel(s) up" )
pick( WIE_IMAGESHIFTEDDOWN,
"Image shifted %d pixel(s) down",
"Image shifted %d pixel(s) down" )
// IEOPEN.C
pick( WIE_OPENEDTEXT,
"Opened '%s'.",
"Opened '%s'." )
pick( WIE_ICONOPENEDTEXT,
"Opened '%s' (%d icon(s))",
"Opened '%s' (%d icon(s))" )
pick( WIE_PALETTELOADEDFROM,
"Palette loaded from '%s'",
"Palette loaded from '%s'" )
// IENEW.C
pick( WIE_DIMENSIONSBETWEEN,
"Dimensions must be between \n %d and %d",
"Dimensions must be between \n %d and %d" )
pick( WIE_MONO32X32,
"Monochrome, 32x32",
"Monochrome, 32x32" )
pick( WIE_NOTIMPLEMENTED,
"Not implemented.",
"Not implemented." )
// MODCLRS.C
pick( WIE_COLOURPALETTEMODIFIED,
"Color Palette modified",
"Color Palette modified" )
pick( WIE_COLOURPALETTERESTORED,
"Color Palette restored",
"Color Palette restored" )
// CHGSIZE.C
pick( WIE_IMAGESIZEUNCHANGED,
"Image size unchanged.",
"Image size unchanged." )
pick( WIE_RESETUNDOSTACKWARNING,
"Note that this will reset the undo stack.\nContinue?",
"Note that this will reset the undo stack.\nContinue?" )
pick( WIE_INFORMATIONTEXT,
"Information",
"Information" )
pick( WIE_NEWIMAGESIZE,
"New image size: %dx%d",
"New image size: %dx%d" )
// PICKBMP.C
pick( WIE_INVALIDREGIONSELECTED,
"An invalid region was selected.",
"An invalid region was selected." )
// UNDO.C
pick( WIE_UNDOSTACKEMPTY,
"Undo stack is empty.",
"Undo stack is empty." )
pick( WIE_UNDOITEMSLEFT,
"%d undo items left.",
"%d undo items left." )
pick( WIE_CLOSINGIMAGEPERCENT,
"Closing image ... %d %% complete",
"Closing image ... %d %% complete" )
pick( WIE_REDOSTACKEMPTY,
"Redo stack is empty.",
"Redo stack is empty." )
pick( WIE_REDOITEMSLEFT,
"%d redo items left.",
"%d redo items left." )
pick( WIE_IMAGERESTORED,
"Image restored",
"Image restored" )
pick( WIE_DISCARDINGUNDOS,
"Discarding undo operations ...",
"Discarding undo operations ..." )
pick( WIE_NOUNDOSRECORDED,
"Memory is low! No undos recorded.",
"Memory is low! No undos recorded." )
// CLOSEALL.C
pick( WIE_EXITTITLE,
"Exit",
"Exit" )
pick( WIE_QUERYIMAGEUPDATE,
"%s is not saved! Update?",
"%s is not saved! Update?" )
pick( WIE_NOIMAGESTOCLOSE,
"No Images to Close.",
"No Images to Close." )
pick( WIE_ALLIMAGESCLOSED,
"All images have been closed",
"All images have been closed" )
pick( WIE_FILEHASBEENCLOSED,
"%s has been closed",
"%s has been closed" )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -