mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +00:00
61 lines
3.2 KiB
Properties
61 lines
3.2 KiB
Properties
#Properties file for com.wudsn.ide.gfx
|
|
com.wudsn.ide.gfx.converter.GraphicsFile.name=Grafik-Datei
|
|
com.wudsn.ide.gfx.converter.apple2.AppleIIGraphicsFile.name=Apple II Grafik-Datei
|
|
com.wudsn.ide.gfx.converter.atari8.Atari8GraphicsFile.name=Atari 8-bit Grafik-Datei
|
|
com.wudsn.ide.gfx.converter.c64.C64GraphicsFile.name=C64 Grafik-Datei
|
|
|
|
com.wudsn.ide.gfx.editor.GraphicsEditor.name=Grafik Editor
|
|
com.wudsn.ide.gfx.editor.GraphicsEditorOpenCommand.name=Öffnen mit Grafik Editor
|
|
com.wudsn.ide.gfx.editor.GraphicsCategory.name=Grafik
|
|
com.wudsn.ide.gfx.editor.ImageView.name=Bild
|
|
com.wudsn.ide.gfx.editor.ImageViewShrinkToFit.name=Verkleinern
|
|
com.wudsn.ide.gfx.editor.ImageViewZoomToFit.name=Vergrößern
|
|
com.wudsn.ide.gfx.editor.ImagePaletteView.name=Bildpalette
|
|
|
|
com.wudsn.ide.gfx.model.ConverterMode.RAW=Rohdaten
|
|
com.wudsn.ide.gfx.model.ConverterMode.CNV=Konverterieung
|
|
|
|
com.wudsn.ide.gfx.model.ConverterDirection.FILES_TO_IMAGE=Dateien zu Bild
|
|
com.wudsn.ide.gfx.model.ConverterDirection.IMAGE_TO_FILES=Bild zu Dateien
|
|
|
|
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 (manuell)
|
|
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 (manuell)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_1=GITA grau (1)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_2=GITA grau (2)
|
|
com.wudsn.ide.gfx.model.Palette.GTIA_GREY_MANUAL=GTIA grau (manuell)
|
|
|
|
com.wudsn.ide.gfx.model.PaletteType.FIXED=Fest
|
|
com.wudsn.ide.gfx.model.PaletteType.TRUE_COLOR=True Color
|
|
com.wudsn.ide.gfx.model.PaletteType.ATARI_DEFAULT=ATARI (standard)
|
|
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 (grau)
|
|
|
|
com.wudsn.ide.gfx.converter.generic.CharSetConverter.CHAR_SET_FILE=Zeichensatz-Datei
|
|
com.wudsn.ide.gfx.converter.generic.CharMapConverter.CHAR_SET_FILE=Zeichensatz-Datei
|
|
com.wudsn.ide.gfx.converter.generic.CharMapConverter.CHAR_MAP_FILE=Char Map-Datei
|
|
com.wudsn.ide.gfx.converter.generic.BitMapConverter.BIT_MAP_FILE=Bit Map-Datei
|
|
com.wudsn.ide.gfx.converter.generic.TiledBitMapConverter.VIDEO_RAM_FILE=Video RAM-Datei
|
|
com.wudsn.ide.gfx.converter.generic.TiledBitMapConverter.COLOR_RAM_FILE=Color RAM-Datei
|
|
com.wudsn.ide.gfx.converter.c64.SpriteHiresConverter.SPRITE_FILE=Sprite-Datei
|