mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
14 lines
852 B
INI
14 lines
852 B
INI
show.bytecode.tool.window.title=Byte Code Viewer
|
|
action.ByteCodeViewer.text=Show Bytecode
|
|
bytecode.class.in.selection.message=The selection should contain a class
|
|
bytecode.not.found.message=Unable to Find Class to Show Bytecode
|
|
bytecode.not.found.title=Bytecode not Found
|
|
bytecode.parser.failure.message=Unable to parse class file for ''{0}''.
|
|
class.file.may.be.out.of.date=Class File May Be Out-of-Date
|
|
looking.for.bytecode.progress=Looking for Bytecode\u2026
|
|
no.bytecode.found=No bytecode found
|
|
no.bytecode.found.for=No bytecode found for {0}
|
|
popup.title.element.bytecode={0} Bytecode
|
|
show.bytecode.for.current.element.action.description=Show bytecode for current element automatically
|
|
show.bytecode.for.current.element.action.name=Auto Show Bytecode for Selected Element
|
|
show.bytecode.restore.popup.action.description=Restore bytecode popup behavior |