0N/Atrue = true
0N/Afalse = false
0N/Aversion_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
0N/Araw.command = Raw command to start the debugged application VM
0N/Araw.command.label = Command
0N/Araw.address = Address from which to listen for a connection after the raw command is run
0N/Araw.address.label = Address
0N/Araw.quote = Character used to combine space-delimited text into a single command line argument
0N/Araw.quote.label = Quote
0N/Araw.description = Launches target using user-specified command line and attaches to it
0N/Asun.home = Home directory of the SDK or runtime environment used to launch the application
0N/Asun.home.label = Home
0N/Asun.options = Launched VM options
0N/Asun.options.label = Options
0N/Asun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
0N/Asun.main.label = Main
0N/Asun.init_suspend = All threads will be suspended before execution of main
0N/Asun.init_suspend.label = Suspend
0N/Asun.quote = Character used to combine space-delimited text into a single command line argument
0N/Asun.quote.label = Quote
0N/Asun.vm_exec = Name of the Java VM launcher
0N/Asun.vm_exec.label = Launcher
0N/Asun.description = Launches target using Sun Java VM command line and attaches to it
0N/Ageneric_attaching.address = Address to which to attach for VM connections
0N/Ageneric_attaching.address.label = Address
0N/Ageneric_attaching.timeout = Timeout while waiting to attach
0N/Ageneric_attaching.timeout.label = Timeout
0N/Ageneric_listening.address = Address to listen for VM connections
0N/Ageneric_listening.address.label = Address
0N/Ageneric_listening.timeout = Timeout while waiting for connection
0N/Ageneric_listening.timeout.label = Timeout
0N/Asocket_transportservice.description = Connects debugger and debugee using a TCP connection
0N/Amemory_transportservice.description = Connects debugger and debugee using a shared memory connection
0N/Asocket_attaching.host = Machine name to which to attach for VM connections
0N/Asocket_attaching.host.label = Host
0N/Asocket_attaching.port = Port number to which to attach for VM connections
0N/Asocket_attaching.port.label = Port
0N/Asocket_attaching.description = Attaches by socket to other VMs
0N/Asocket_listening.localaddr = Local address that the listener binds to
0N/Asocket_listening.localaddr.label = Local address
0N/Asocket_listening.port = Port number at which to listen for VM connections
0N/Asocket_listening.port.label = Port
0N/Asocket_listening.description = Accepts socket connections initiated by other VMs
0N/Amemory_attaching.name = Name of the shared memory area to which to attach for VM connections
0N/Amemory_attaching.name.label = Name
0N/Amemory_attaching.description = Attaches by shared memory to other VMs
0N/Amemory_listening.name = Name of the shared memory area at which to listen for VM connection
0N/Amemory_listening.name.label = Name
0N/Amemory_listening.description = Accepts shared memory connections initiated by other VMs
0N/Aprocess_attaching.description = Attaches to debuggee by process-id (pid)
0N/Aprocess_attaching.pid = pid
0N/Aprocess_attaching.pid.label = Process-id (pid) of debuggee