mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +00:00
61 lines
3.3 KiB
Properties
61 lines
3.3 KiB
Properties
#Properties file for com.wudsn.ide.gfx
|
|
com.wudsn.ide.gfx.converter.GraphicsFile.name=Graphics File
|
|
com.wudsn.ide.gfx.converter.GraphicsConverterFile.name=Graphics Converter File
|
|
com.wudsn.ide.gfx.converter.apple2.AppleIIGraphicsFile.name=Apple II Graphics File
|
|
com.wudsn.ide.gfx.converter.atari8.Atari8GraphicsFile.name=Atari 8-bit Graphics File
|
|
com.wudsn.ide.gfx.converter.c64.C64GraphicsFile.name=C64 Graphics File
|
|
|
|
com.wudsn.ide.gfx.editor.GraphicsConversionEditor.name=Graphics Conversion Editor
|
|
com.wudsn.ide.gfx.editor.GraphicsConversionEditorOpenCommand.name=Open With Graphics Conversion Editor
|
|
com.wudsn.ide.gfx.editor.GraphicsCategory.name=Graphics
|
|
com.wudsn.ide.gfx.editor.ImageView.name=Image
|
|
com.wudsn.ide.gfx.editor.ImageViewShrinkToFit.name=Shrink
|
|
com.wudsn.ide.gfx.editor.ImageViewZoomToFit.name=Zoom
|
|
com.wudsn.ide.gfx.editor.ImagePaletteView.name=Image Palette
|
|
|
|
com.wudsn.ide.gfx.model.ConverterMode.RAW=Raw
|
|
com.wudsn.ide.gfx.model.ConverterMode.CNV=Conversion
|
|
|
|
com.wudsn.ide.gfx.model.ConverterDirection.FILES_TO_IMAGE=Files to Image
|
|
com.wudsn.ide.gfx.model.ConverterDirection.IMAGE_TO_FILES=Image to Files
|
|
|
|
com.wudsn.ide.gfx.model.Palette.TRUE_COLOR=True Color
|
|
com.wudsn.ide.gfx.model.Palette.HIRES_1=Hires (1)
|
|
com.wudsn.ide.gfx.model.Palette.HIRES_2=Hires (2)
|
|
com.wudsn.ide.gfx.model.Palette.HIRES_MANUAL=Hires (manual)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_1=Multi (1)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_2=Multi (2)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_3=Multi (3)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_4=Multi (4)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_5=Multi (5)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_6=Multi (6)
|
|
com.wudsn.ide.gfx.model.Palette.MULTI_MANUAL=Multi (manual)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_1=GITA grey (1)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_2=GITA grey (2)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_MANUAL=GTIA grey (manual)
|
|
|
|
com.wudsn.ide.gfx.model.PaletteType.FIXED=Fixed
|
|
com.wudsn.ide.gfx.model.PaletteType.TRUE_COLOR=True Color
|
|
com.wudsn.ide.gfx.model.PaletteType.ATARI_DEFAULT=ATARI (default)
|
|
com.wudsn.ide.gfx.model.PaletteType.ATARI_REAL=ATARI (real)
|
|
com.wudsn.ide.gfx.model.PaletteType.ATARI_XFORMER=ATARI (XFormer)
|
|
com.wudsn.ide.gfx.model.PaletteType.C64_NORMAL=C64 (normal)
|
|
com.wudsn.ide.gfx.model.PaletteType.C64_PAL=C64 (PAL)
|
|
|
|
com.wudsn.ide.gfx.converter.XYFactorDefaults.FACTOR_1_1=1 x 1
|
|
com.wudsn.ide.gfx.converter.XYFactorDefaults.FACTOR_2_1=2 x 1
|
|
com.wudsn.ide.gfx.converter.XYFactorDefaults.FACTOR_2_2=2 x 2
|
|
com.wudsn.ide.gfx.converter.XYFactorDefaults.FACTOR_4_2=4 x 2
|
|
com.wudsn.ide.gfx.converter.XYFactorDefaults.FACTOR_4_4=4 x 4
|
|
|
|
com.wudsn.ide.gfx.model.PixelType.HIRES=Hires
|
|
com.wudsn.ide.gfx.model.PixelType.MULTI=Multicolor
|
|
com.wudsn.ide.gfx.model.PixelType.GTIA_GREY=GTIA (grey)
|
|
|
|
com.wudsn.ide.gfx.converter.generic.CharSetConverter.CHAR_SET_FILE=Char Set File
|
|
com.wudsn.ide.gfx.converter.generic.CharMapConverter.CHAR_SET_FILE=Char Set File
|
|
com.wudsn.ide.gfx.converter.generic.CharMapConverter.CHAR_MAP_FILE=Char Map File
|
|
com.wudsn.ide.gfx.converter.generic.BitMapConverter.BIT_MAP_FILE=Bit Map File
|
|
com.wudsn.ide.gfx.converter.generic.TiledBitMapConverter.VIDEO_RAM_FILE=Video RAM File
|
|
com.wudsn.ide.gfx.converter.generic.TiledBitMapConverter.COLOR_RAM_FILE=Color RAM File
|
|
com.wudsn.ide.gfx.converter.c64.SpriteHiresConverter.SPRITE_FILE=Sprite File |