mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-02-06 10:30:18 +00:00
Change localization to /OSGI-INF/l10n
This commit is contained in:
parent
004d9a2ae5
commit
e74cf57237
@ -5,7 +5,6 @@ Bundle-SymbolicName: com.wudsn.ide.asm.compilers.test;singleton:=true
|
||||
Bundle-Version: 1.7.2.qualifier
|
||||
Bundle-Vendor: Peter Dell
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: com.wudsn.ide.asm
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Automatic-Module-Name: com.wudsn.ide.asm.compilers.test
|
||||
|
@ -4,8 +4,7 @@ bin.includes = .,\
|
||||
plugin.xml,\
|
||||
icons/,\
|
||||
META-INF/,\
|
||||
plugin.properties,\
|
||||
plugin_de_DE.properties
|
||||
OSGI-INF/
|
||||
jars.compile.order = .
|
||||
src.includes = bin/,\
|
||||
icons/
|
||||
|
@ -5,7 +5,6 @@ Bundle-SymbolicName: com.wudsn.ide.asm.compilers;singleton:=true
|
||||
Bundle-Version: 1.7.2.qualifier
|
||||
Bundle-Vendor: Peter Dell
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: com.wudsn.ide.asm,
|
||||
org.eclipse.ui.ide
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
@ -4,8 +4,7 @@ bin.includes = .,\
|
||||
plugin.xml,\
|
||||
icons/,\
|
||||
META-INF/,\
|
||||
plugin.properties,\
|
||||
plugin_de_DE.properties
|
||||
OSGI-INF/
|
||||
|
||||
|
||||
|
||||
|
@ -1,75 +0,0 @@
|
||||
com.wudsn.ide.asm.compiler.acme.AcmeCompiler.name=ACME
|
||||
com.wudsn.ide.asm.compiler.asm6.Asm6Compiler.name=ASM6
|
||||
com.wudsn.ide.asm.compiler.atasm.AtasmCompiler.name=ATASM
|
||||
com.wudsn.ide.asm.compiler.dasm.DasmCompiler.name=DASM
|
||||
com.wudsn.ide.asm.compiler.kickass.KickAssCompiler.name=KICKASS
|
||||
com.wudsn.ide.asm.compiler.mads.MadsCompiler.name=MADS
|
||||
com.wudsn.ide.asm.compiler.merlin32.Merlin32Compiler.name=MERLIN32
|
||||
com.wudsn.ide.asm.compiler.tass.TassCompiler.name=TASS
|
||||
com.wudsn.ide.asm.compiler.xasm.XasmCompiler.name=XASM
|
||||
|
||||
com.wudsn.ide.asm.compiler.acme.AcmeSourceFile.name=ACME Source File
|
||||
com.wudsn.ide.asm.compiler.asm6.Asm6SourceFile.name=ASM6 Source File
|
||||
com.wudsn.ide.asm.compiler.atasm.AtasmSourceFile.name=ATASM Source File
|
||||
com.wudsn.ide.asm.compiler.dasm.DasmSourceFile.name=DASM Source File
|
||||
com.wudsn.ide.asm.compiler.kickass.KickAssSourceFile.name=KICKASS Source File
|
||||
com.wudsn.ide.asm.compiler.mads.MadsSourceFile.name=MADS Source File
|
||||
com.wudsn.ide.asm.compiler.merlin32.Merlin32SourceFile.name=MERLIN32 Source File
|
||||
com.wudsn.ide.asm.compiler.tass.TassSourceFile.name=TASS Source File
|
||||
com.wudsn.ide.asm.compiler.xasm.XasmSourceFile.name=XASM Source File
|
||||
|
||||
com.wudsn.ide.asm.editor.acme.AcmeEditor.name=ACME Editor
|
||||
com.wudsn.ide.asm.editor.asm6.Asm6Editor.name=ASM6 Editor
|
||||
com.wudsn.ide.asm.editor.atasm.AtasmEditor.name=ATASM Editor
|
||||
com.wudsn.ide.asm.editor.dasm.DasmEditor.name=DASM Editor
|
||||
com.wudsn.ide.asm.editor.kickass.KickAssEditor.name=KICKASS Editor
|
||||
com.wudsn.ide.asm.editor.mads.MadsEditor.name=MADS Editor
|
||||
com.wudsn.ide.asm.editor.merlin32.Merlin32Editor.name=MERLIN32 Editor
|
||||
com.wudsn.ide.asm.editor.tass.TassEditor.name=TASS Editor
|
||||
com.wudsn.ide.asm.editor.xasm.XasmEditor.name=XASM Editor
|
||||
|
||||
#
|
||||
# Hardware: APPLE2
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesApple2CompilersPage.name=Apple II Compilers
|
||||
com.wudsn.ide.asm.runner.apple2.applewin.name=AppleWin
|
||||
com.wudsn.ide.asm.runner.apple2.jace.name=JACE
|
||||
com.wudsn.ide.asm.runner.apple2.virtu.name=Virtu
|
||||
com.wudsn.ide.asm.runner.apple2.virtualii.name=Virtual ][
|
||||
|
||||
#
|
||||
# Hardware: ATARI2600
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari2600CompilersPage.name=Atari 2600 Compilers
|
||||
com.wudsn.ide.asm.runner.atari2600.stella.name=Stella
|
||||
|
||||
#
|
||||
# Hardware: ATARI7800
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari7800CompilersPage.name=Atari 7800 Compilers
|
||||
com.wudsn.ide.asm.runner.atari7800.emu7800.name=EMU7800
|
||||
|
||||
#
|
||||
# Hardware: ATARI8
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari8CompilersPage.name=Atari 8-bit Compilers
|
||||
com.wudsn.ide.asm.runner.atari8.atari800.name=Atari800
|
||||
com.wudsn.ide.asm.runner.atari8.atari800_win.name=Atari800Win
|
||||
com.wudsn.ide.asm.runner.atari8.atari800_macx.name=Atari800MacX
|
||||
com.wudsn.ide.asm.runner.atari8.altirra.name=Altirra
|
||||
com.wudsn.ide.asm.runner.atari8.atari_plus_plus.name=Atari++
|
||||
|
||||
#
|
||||
# Hardware: C64
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesC64CompilersPage.name=C64 Compilers
|
||||
com.wudsn.ide.asm.runner.c64.ccs64.name=CCS64
|
||||
com.wudsn.ide.asm.runner.c64.vice.name=VICE
|
||||
|
||||
#
|
||||
# Hardware: NES
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesNESCompilersPage.name=NES Compilers
|
||||
com.wudsn.ide.asm.runner.nes.bsnes.name=BSNES
|
||||
com.wudsn.ide.asm.runner.nes.fceux.name=FCEUX
|
||||
com.wudsn.ide.asm.runner.nes.nintendulator.name=Nintendulator
|
@ -1,75 +0,0 @@
|
||||
com.wudsn.ide.asm.compiler.acme.AcmeCompiler.name=ACME
|
||||
com.wudsn.ide.asm.compiler.asm6.Asm6Compiler.name=ASM6
|
||||
com.wudsn.ide.asm.compiler.atasm.AtasmCompiler.name=ATASM
|
||||
com.wudsn.ide.asm.compiler.dasm.DasmCompiler.name=DASM
|
||||
com.wudsn.ide.asm.compiler.kickass.KickAssCompiler.name=KICKASS
|
||||
com.wudsn.ide.asm.compiler.mads.MadsCompiler.name=MADS
|
||||
com.wudsn.ide.asm.compiler.merlin32.Merlin32Compiler.name=MERLIN32
|
||||
com.wudsn.ide.asm.compiler.tass.TassCompiler.name=TASS
|
||||
com.wudsn.ide.asm.compiler.xasm.XasmCompiler.name=XASM
|
||||
|
||||
com.wudsn.ide.asm.compiler.acme.AcmeSourceFile.name=ACME Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.asm6.Asm6SourceFile.name=ASM6 Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.atasm.AtasmSourceFile.name=ATASM Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.dasm.DasmSourceFile.name=DASM Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.kickass.KickAssSourceFile.name=KICKASS Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.mads.MadsSourceFile.name=MADS Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.merlin32.Merlin32SourceFile.name=MERLIN32 Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.tass.TassSourceFile.name=TASS Quelll-Datei
|
||||
com.wudsn.ide.asm.compiler.xasm.XasmSourceFile.name=XASM Quelll-Datei
|
||||
|
||||
com.wudsn.ide.asm.editor.acme.AcmeEditor.name=ACME Editor
|
||||
com.wudsn.ide.asm.editor.asm6.Asm6Editor.name=ASM6 Editor
|
||||
com.wudsn.ide.asm.editor.atasm.AtasmEditor.name=ATASM Editor
|
||||
com.wudsn.ide.asm.editor.dasm.DasmEditor.name=DASM Editor
|
||||
com.wudsn.ide.asm.editor.kickass.KickAssEditor.name=KICKASS Editor
|
||||
com.wudsn.ide.asm.editor.mads.MadsEditor.name=MADS Editor
|
||||
com.wudsn.ide.asm.editor.merlin32.Merlin32Editor.name=MERLIN32 Editor
|
||||
com.wudsn.ide.asm.editor.tass.TassEditor.name=TASS Editor
|
||||
com.wudsn.ide.asm.editor.xasm.XasmEditor.name=XASM Editor
|
||||
|
||||
#
|
||||
# Hardware: APPLE2
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesApple2CompilersPage.name=Apple II Kompiler
|
||||
com.wudsn.ide.asm.runner.apple2.applewin.name=AppleWin
|
||||
com.wudsn.ide.asm.runner.apple2.jace.name=JACE
|
||||
com.wudsn.ide.asm.runner.apple2.virtu.name=Virtu
|
||||
com.wudsn.ide.asm.runner.apple2.virtualii.name=Virtual ][
|
||||
|
||||
#
|
||||
# Hardware: ATARI2600
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari2600CompilersPage.name=Atari 2600 Kompiler
|
||||
com.wudsn.ide.asm.runner.atari2600.stella.name=Stella
|
||||
|
||||
#
|
||||
# Hardware: ATARI7800
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari7800CompilersPage.name=Atari 7800 Kompiler
|
||||
com.wudsn.ide.asm.runner.atari7800.emu7800.name=EMU7800
|
||||
|
||||
#
|
||||
# Hardware: ATARI8
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesAtari8CompilersPage.name=Atari 8-bit Kompiler
|
||||
com.wudsn.ide.asm.runner.atari8.atari800.name=Atari800
|
||||
com.wudsn.ide.asm.runner.atari8.atari800_win.name=Atari800Win
|
||||
com.wudsn.ide.asm.runner.atari8.atari800_macx.name=Atari800MacX
|
||||
com.wudsn.ide.asm.runner.atari8.altirra.name=Altirra
|
||||
com.wudsn.ide.asm.runner.atari8.atari_plus_plus.name=Atari++
|
||||
|
||||
#
|
||||
# Hardware: C64
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesC64CompilersPage.name=C64 Kompiler
|
||||
com.wudsn.ide.asm.runner.c64.ccs64.name=CCS64
|
||||
com.wudsn.ide.asm.runner.c64.vice.name=VICE
|
||||
|
||||
#
|
||||
# Hardware: NES
|
||||
#
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesNESCompilersPage.name=NES Kompiler
|
||||
com.wudsn.ide.asm.runner.nes.bsnes.name=BSNES
|
||||
com.wudsn.ide.asm.runner.nes.fceux.name=FCEUX
|
||||
com.wudsn.ide.asm.runner.nes.nintendulator.name=Nintendulator
|
@ -4,7 +4,6 @@ Bundle-Name: WUDSN IDE Assembler Plug-in
|
||||
Bundle-SymbolicName: com.wudsn.ide.asm;singleton:=true
|
||||
Bundle-Version: 1.7.2.qualifier
|
||||
Bundle-Activator: com.wudsn.ide.asm.AssemblerPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
|
||||
org.eclipse.core.resources;visibility:=reexport,
|
||||
org.eclipse.core.filesystem,
|
||||
|
@ -3,10 +3,9 @@ output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
icons/,\
|
||||
help/,\
|
||||
plugin_de_DE.properties,\
|
||||
schema/
|
||||
schema/,\
|
||||
OSGI-INF/
|
||||
bin.excludes = help/productions/java/ide/downloads/
|
||||
|
||||
|
@ -1,52 +0,0 @@
|
||||
com.wudsn.ide.asm.Hardware.GENERIC=Generic
|
||||
com.wudsn.ide.asm.Hardware.APPLE2=Apple 2
|
||||
com.wudsn.ide.asm.Hardware.ATARI2600=Atari 2600
|
||||
com.wudsn.ide.asm.Hardware.ATARI7800=Atari 7800
|
||||
com.wudsn.ide.asm.Hardware.ATARI8BIT=Atari 8-bit
|
||||
com.wudsn.ide.asm.Hardware.C64=C64
|
||||
com.wudsn.ide.asm.Hardware.NES=NES
|
||||
com.wudsn.ide.asm.Hardware.TEST=Test
|
||||
|
||||
com.wudsn.ide.asm.CPU.MOS6502=6502
|
||||
com.wudsn.ide.asm.CPU.MOS6502_ILLEGAL=6502 with illegal opcodes
|
||||
com.wudsn.ide.asm.CPU.MOS65C02=65C02
|
||||
com.wudsn.ide.asm.CPU.MOS6502_DTV=6502 DTV
|
||||
com.wudsn.ide.asm.CPU.MOS65816=65816
|
||||
|
||||
com.wudsn.ide.asm.compiler.AssemblerSourceFile.name=Assembler Source File
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerMenu.label=Assembler
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerMenu.mnemonic=A
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerToolbar.label=Assembler
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCommands.name=Assembler Editor Commands
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenSourceFolderCommand.name=Open Source Folder
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenSourceFolderCommand.mnemonic=S
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenOutputFolderCommand.name=Open Output Folder
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenOutputFolderCommand.mnemonic=O
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileCommand.name=Compile
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileCommand.mnemonic=C
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunCommand.name=Compile and Run
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunWithCommand.name=Compile and Run with...
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunCommand.mnemonic=R
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompilerHelpCommand.name=Compiler Help
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompilerHelpCommand.mnemonic=H
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorToggleCommentCommand.name=Toggle Comment
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorToggleBreakpointCommand.name=Toggle Breakpoint
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenDeclarationCommand.name=Open Declaration
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorEnableDisableBreakpointCommand.name=Enable/Disable Breakpoint
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerHyperlinkDetector.name=Hyperlink Detector
|
||||
com.wudsn.ide.asm.editor.AssemblerHyperlinkDetectorEditorTarget.name=Assembler Editor
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerBreakpoint.name=Breakpoint
|
||||
|
||||
com.wudsn.ide.asm.editor.CompilerSymbolsView.name=Symbols
|
||||
|
||||
# Preferences
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferences.name=Assembler Preferences
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesPage.name=Assembler
|
||||
|
||||
com.wudsn.ide.asm.runner.DefaultApplication.name=Operating System Default Application
|
||||
com.wudsn.ide.asm.runner.UserDefinedApplication.name=User Defined Application
|
@ -1,52 +0,0 @@
|
||||
com.wudsn.ide.asm.Hardware.GENERIC=Generisch
|
||||
com.wudsn.ide.asm.Hardware.APPLE2=Apple 2
|
||||
com.wudsn.ide.asm.Hardware.ATARI2600=Atari 2600
|
||||
com.wudsn.ide.asm.Hardware.ATARI7800=Atari 7800
|
||||
com.wudsn.ide.asm.Hardware.ATARI8BIT=Atari 8-bit
|
||||
com.wudsn.ide.asm.Hardware.C64=C64
|
||||
com.wudsn.ide.asm.Hardware.NES=NES
|
||||
com.wudsn.ide.asm.Hardware.TEST=Test
|
||||
|
||||
com.wudsn.ide.asm.CPU.MOS6502=6502
|
||||
com.wudsn.ide.asm.CPU.MOS6502_ILLEGAL=6502 mit illegalen Opcodes
|
||||
com.wudsn.ide.asm.CPU.MOS65C02=65C02
|
||||
com.wudsn.ide.asm.CPU.MOS6502_DTV=6502 DTV
|
||||
com.wudsn.ide.asm.CPU.MOS65816=65816
|
||||
|
||||
com.wudsn.ide.asm.compiler.AssemblerSourceFile.name=Assembler Quell-Datei
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerMenu.label=Assembler
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerMenu.mnemonic=A
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorAssemblerToolbar.label=Assembler
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCommands.name=Assembler Editor Befehle
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenSourceFolderCommand.name=Quell-Ordner öffnen
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenSourceFolderCommand.mnemonic=Q
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenOutputFolderCommand.name=Ausgabe-Ordner öffnen
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenOutputFolderCommand.mnemonic=A
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileCommand.name=Kompilieren
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileCommand.mnemonic=K
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunCommand.name=Kompilieren und Ausführen
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunWithCommand.name=Kompilieren und Ausführen mit ...
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompileAndRunCommand.mnemonic=A
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompilerHelpCommand.name=Kompiler Hilfe
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorCompilerHelpCommand.mnemonic=H
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorToggleCommentCommand.name=Kommentar umschalten
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorToggleBreakpointCommand.name=Breakpoint umschalten
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorOpenDeclarationCommand.name=Deklaration öffnen
|
||||
com.wudsn.ide.asm.editor.AssemblerEditorEnableDisableBreakpointCommand.name=Breakpoint ein/ausschalten
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerHyperlinkDetector.name=Hyperlink Detector
|
||||
com.wudsn.ide.asm.editor.AssemblerHyperlinkDetectorEditorTarget.name=Assembler Editor
|
||||
|
||||
com.wudsn.ide.asm.editor.AssemblerBreakpoint.name=Unterbrechungspunkt
|
||||
|
||||
com.wudsn.ide.asm.editor.CompilerSymbolsView.name=Symbole
|
||||
|
||||
# Preferences
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferences.name=Assembler Einstellungen
|
||||
com.wudsn.ide.asm.preferences.AssemblerPreferencesPage.name=Assembler
|
||||
|
||||
com.wudsn.ide.asm.runner.DefaultApplication.name=Standardanwendung des Betriebssystems
|
||||
com.wudsn.ide.asm.runner.UserDefinedApplication.name=Benutzerdefinierte Anwendung
|
@ -4,7 +4,6 @@ Bundle-Name: WUDSN IDE Base Plug-in
|
||||
Bundle-SymbolicName: com.wudsn.ide.base;singleton:=true
|
||||
Bundle-Version: 1.7.2.qualifier
|
||||
Bundle-Activator: com.wudsn.ide.base.BasePlugin
|
||||
Bundle-Localization: plugin
|
||||
Bundle-Vendor: Peter Dell
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.resources,
|
||||
|
@ -1,37 +0,0 @@
|
||||
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.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
|
@ -1,37 +0,0 @@
|
||||
com.wudsn.ide.base.editor.CommonOpenFolderCommand.name=Ordner öffnen
|
||||
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersMenu.label=Konvertieren
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersMenu.mnemonic=K
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToDecimalCommand.name=In dezimale Werte
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToDecimalCommand.mnemonic=d
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToHexaDecimalCommand.name=In hexadezimale Werte
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToHexaDecimalCommand.mnemonic=h
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToBinaryCommand.name=In binäre Werte
|
||||
com.wudsn.ide.base.editor.text.TextEditorConvertNumbersToBinaryCommand.mnemonic=b
|
||||
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortMenu.label=Sortieren
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortMenu.mnemonic=S
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveCommand.name=Mit Groß-/Kleinschreibung
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveCommand.mnemonic=M
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveWithoutDuplicatesCommand.name=Mit Groß-/Kleinschreibung ohne Duplikate
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseSensitiveWithoutDuplicatesCommand.mnemonic=D
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveCommand.name=Ohne Groß-/Kleinschreibung
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveCommand.mnemonic=O
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveWithoutDuplicatesCommand.name=Ohne Groß-/Kleinschreibung ohne Duplikate
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesCaseInsensitiveWithoutDuplicatesCommand.mnemonic=u
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericCommand.name=Numerisch
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericCommand.mnemonic=N
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericWithoutDuplicatesCommand.name=Numerisch ohne Duplikate
|
||||
com.wudsn.ide.base.editor.text.TextEditorSortLinesNumericWithoutDuplicatesCommand.mnemonic=m
|
||||
com.wudsn.ide.base.editor.text.TextEditorReverseLinesCommand.name=Umkehren
|
||||
com.wudsn.ide.base.editor.text.TextEditorReverseLinesCommand.mnemonic=U
|
||||
|
||||
com.wudsn.ide.base.editor.BinaryFile.name=Binär-Datei
|
||||
|
||||
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 Bildschirmcode
|
||||
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_INTERNATIONAL=Atari International
|
||||
com.wudsn.ide.base.hardware.HardwareCharacterSet.ATARI_INTERNATIONAL_SCREEN_CODE=Atari International Bildschirmcode
|
||||
com.wudsn.ide.base.hardware.HardwareCharacterSet.CBM_PETSCII_UPPER_CASE=C64 PETSCII Großbuchstaben
|
||||
com.wudsn.ide.base.hardware.HardwareCharacterSet.CBM_PETSCII_LOWER_CASE=C64 PETSCII Kleinbuchstaben
|
@ -3,8 +3,7 @@ output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin_de_DE.properties,\
|
||||
plugin.xml,\
|
||||
fonts/
|
||||
fonts/,\
|
||||
OSGI-INF/
|
||||
|
||||
|
@ -83,13 +83,8 @@ public final class EnumField<T extends Enum<?>> extends Field {
|
||||
combo = new Combo(parent, SWT.DROP_DOWN);
|
||||
|
||||
ResourceBundle resourceBundle;
|
||||
try {
|
||||
// TODO Remove when all bundles have been changed to "OSGI-INF/l10n/bundle"
|
||||
resourceBundle = ResourceBundle.getBundle("plugin", Locale.getDefault(), enumClass.getClassLoader());
|
||||
} catch (java.util.MissingResourceException mre) {
|
||||
resourceBundle = ResourceBundle.getBundle("OSGI-INF/l10n/bundle", Locale.getDefault(),
|
||||
enumClass.getClassLoader());
|
||||
}
|
||||
resourceBundle = ResourceBundle.getBundle("OSGI-INF/l10n/bundle", Locale.getDefault(),
|
||||
enumClass.getClassLoader());
|
||||
|
||||
T[] constants = enumClass.getEnumConstants();
|
||||
|
||||
|
@ -15,7 +15,6 @@ Require-Bundle: com.wudsn.ide.base,
|
||||
org.eclipse.ui.views
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Localization: plugin
|
||||
Export-Package: com.wudsn.ide.gfx.editor
|
||||
Bundle-ClassPath: lib/js.jar,
|
||||
lib/recoil.jar,
|
||||
|
@ -3,10 +3,9 @@ output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
schema/,\
|
||||
icons/,\
|
||||
lib/js.jar,\
|
||||
plugin_de_DE.properties,\
|
||||
lib/recoil.jar
|
||||
lib/recoil.jar,\
|
||||
OSGI-INF/
|
||||
|
||||
|
@ -1,61 +0,0 @@
|
||||
#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
|
@ -1,61 +0,0 @@
|
||||
#Properties file for com.wudsn.ide.gfx
|
||||
com.wudsn.ide.gfx.converter.GraphicsFile.name=Grafik-Datei
|
||||
com.wudsn.ide.gfx.converter.GraphicsConverterFile.name=Grafikkonvertierungs-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.GraphicsConversionEditor.name=Grafikkonvertierungs Editor
|
||||
com.wudsn.ide.gfx.editor.GraphicsConversionEditorOpenCommand.name=Öffnen mit Grafikkonvertierungs 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
|
Loading…
x
Reference in New Issue
Block a user