wudsn-ide/com.wudsn.ide.base/OSGI-INF/l10n/bundle.properties
Peter Dell f338e19db1 Make font size of Atari 8-bit font and CBM fonts configurable via preferences
See path https://github.com/peterdell/wudsn-ide/issues/3

Solution: Preferences in "Appearance / Colors and Fonts / Basic / Text Font / Atari 8-bit Font | CBM Font"
2023-01-09 01:06:02 +01:00

50 lines
3.4 KiB
INI

com.wudsn.ide.base.editor.CommonOpenFolderCommand.name=Open Folder
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersMenu.label=Convert
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersMenu.mnemonic=C
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToDecimalCommand.name=To Decimal Values
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToDecimalCommand.mnemonic=D
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToHexaDecimalCommand.name=To Hexadecimal Values
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToHexaDecimalCommand.mnemonic=H
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToBinaryCommand.name=To Binary Values
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToBinaryCommand.mnemonic=B
com.wudsn.ide.base.editor.text.TextEditorSortMenu.label=Sort
com.wudsn.ide.base.editor.text.TextEditorSortMenu.mnemonic=S
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveCommand.name=Case Sensitively
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveCommand.mnemonic=C
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveWithoutDuplicatesCommand.name=Case Sensitively Without Duplicates
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveWithoutDuplicatesCommand.mnemonic=D
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveCommand.name=Case Insensitively
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveCommand.mnemonic=I
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveWithoutDuplicatesCommand.name=Case Insensitively Without Duplicates
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveWithoutDuplicatesCommand.mnemonic=W
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericCommand.name=Numerically
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericCommand.mnemonic=N
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericWithoutDuplicatesCommand.name=Numerically Without Duplicates
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericWithoutDuplicatesCommand.mnemonic=u
com.wudsn.ide.base.editor.text.TextEditorReverseLinesCommand.name=Reverse
com.wudsn.ide.base.editor.text.TextEditorReverseLinesCommand.mnemonic=R
com.wudsn.ide.base.editor.BinaryFile.name=Binary File
com.wudsn.ide.base.hardware.Hardware.GENERIC=Generic
com.wudsn.ide.base.hardware.Hardware.APPLE2=Apple 2
com.wudsn.ide.base.hardware.Hardware.ATARI2600=Atari 2600
com.wudsn.ide.base.hardware.Hardware.ATARI7800=Atari 7800
com.wudsn.ide.base.hardware.Hardware.ATARI8BIT=Atari 8-bit
com.wudsn.ide.base.hardware.Hardware.C64=C64
com.wudsn.ide.base.hardware.Hardware.NES=NES
com.wudsn.ide.base.hardware.Hardware.TEST=Test
com.wudsn.ide.base.hardware.HardwareFont.ATARI8.label=Atari 8-bit Font
com.wudsn.ide.base.hardware.HardwareFont.CBM.label=CBM Font
com.wudsn.ide.base.hardware.HardwareCharacterSet.ASCII=ASCII
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_ATASCII=Atari ATASCII
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_ATASCII_SCREEN_CODE=Atari ATASCII Screen Code
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_INTERNATIONAL=Atari International
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_INTERNATIONAL_SCREEN_CODE=Atari International Screen Code
com.wudsn.ide.base.hardware.HardwareCharacterSet.CBM_PETSCII_UPPER_CASE=C64 PETSCII Upper Case
com.wudsn.ide.base.hardware.HardwareCharacterSet.CBM_PETSCII_LOWER_CASE=C64 PETSCII Lower Case