mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
44 lines
2.7 KiB
INI
44 lines
2.7 KiB
INI
cannot.perform.the.refactoring=Cannot perform the refactoring.\n
|
|
extract.class.title=Extract Delegate
|
|
extract.class.from.label=Extract delegate from {0}
|
|
name.for.new.class.label=&Name for new class:
|
|
choose.destination.package.label=Choose Destination Package
|
|
package.for.new.class.label=&Package name:
|
|
members.to.extract.label=Mem&bers to Extract
|
|
there.already.exists.a.class.with.the.chosen.name=There already exists a class with the chosen name.
|
|
introduce.parameter.object=Introduce Parameter Object
|
|
the.caret.should.be.positioned.within.a.class.to.be.refactored=The refactoring should be invoked on the class or members to be refactored.
|
|
the.selected.class.is.an.enumeration=The selected class is an enum class.
|
|
|
|
the.caret.should.be.positioned.within.a.method.declaration.to.be.refactored=The caret should be positioned within the method declaration to be refactored.
|
|
|
|
|
|
the.selected.class.is.an.interface=The selected class is an interface.
|
|
the.selected.class.is.an.annotation.type=The selected class is an annotation interface.
|
|
the.refactoring.is.not.supported.on.non.static.inner.classes=The refactoring is not supported on non-static inner classes.
|
|
the.selected.class.has.no.members.to.extract=The selected class has no members to extract.
|
|
the.selected.class.should.belong.to.project.sources=The selected class should belong to project sources
|
|
refactoring.cannot.be.done.in.implicit.class=Refactoring cannot be done in implicitly declared class
|
|
references.to.extract=References to extract ( {0, choice, 0#(Not found)|1#{0} reference|2#{0} references}{1, choice, 0#|1# in {1} file|2# in {1} files})
|
|
extract.class.as.enum.column.title=As Enum
|
|
extract.class.depends.on.0.from.1.tooltip=Depends on {0} from {1}
|
|
extract.class.depends.on.0.from.new.class=Depends on {0} from new class {1}
|
|
extracting.from.class=Extracting from class:
|
|
extracted.class.command.name=Extracted Class {0}
|
|
extracted.class.not.accessible.in.0=Extracted class won''t be accessible in {0}
|
|
method.selected.has.no.parameters=Method selected has no parameters.
|
|
the.selected.method.cannot.be.wrapped.because.it.is.defined.in.a.non.project.class=The selected method cannot be wrapped because it is defined in a non-project class
|
|
select.wrapper.class=Select Parameter Class
|
|
|
|
|
|
|
|
field.needs.getter=Field ''{0}'' needs getter
|
|
field.needs.setter=Field ''{0}'' needs setter
|
|
initializer.requires.moved.members=Class initializer requires moved members
|
|
constructor.requires.moved.members=Constructor requires moved members
|
|
case.value.can.not.be.replaced.with.enum={0} can not be replaced with enum
|
|
referenced.element.out.of.project={0} is out of project
|
|
unable.to.migrate.statement.to.enum=Unable to migrate statement to enum constant.{0}
|
|
codestyle.settings.extractor.command.name=CodeStyleSettings Extractor
|
|
|