ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / java / java-impl / src / com / intellij / refactoring / RefactorJBundle.properties
blob178a50c038f1711a4dfafd74dcc7c06b78c8b0e4
1 add.property=Add Property
2 add.property.dialog.title=Add property to {0}
3 property.name.field.label=Property name:
4 property.type.field.label=Property type:
5 create.property.getter.checkbox=Create property getter
6 create.property.setter.checkbox=Create property setter
7 add.property.to.constructors.checkbox=Add property to constructors
8 make.property.final.checkbox=Make property final
9 initialization.expression.checkbox=Initialization expression (optional):
10 cannot.perform.the.refactoring=Cannot perform the refactoring.\n
11 refactor.j.is.not.licensed=Refactor-J is not licensed.
12 the.caret.should.be.positioned.in.the.class.to.add.to.property.to=The caret should be positioned in the class to add to property to.
13 class.to.be.add.property.to=Class to be add property to
14 constructor.calls.to.be.updated.view.descriptor=Constructor calls to be updated {0}
15 unable.to.find.the.requested.class=Unable to find the requested class
16 no.class.found=No class found
17 search.for.class.text=Search for class
18 search.for.class.family.name=Search For Class
19 add.global.library=Add library dependency
20 global.library.source=Global Library: {0}
21 add.module.dependency=Add module dependency
22 module.source=Module: {0}
23 project.library.source=Project Library: {0}
24 add.project.library=Add library dependency
25 class.found.column.header=Class found
26 source.column.header=Source
27 action.column.header=Action
28 class.search.results.title=Class search results
29 extract.class.title=Extract Class
30 extract.class.from.label=Extract class from:
31 name.for.new.class.label=Name for new class:
32 choose.destination.package.label=Choose Destination Package
33 package.for.new.class.label=Package name:
34 name.for.wrapper.class.label=Class name:
35 package.for.wrapper.class.label=Package name:
36 members.to.extract.label=Members to Extract
37 generate.array.access.methods.title=Choose members to generate array access methods for
38 generate.collection.access.methods.title=Choose members to generate collection access methods for
39 generate.array.methods.undo.string=Generate Array Methods
40 generate.collection.methods.undo.string=Generate Collection Methods
41 introduce.parameter.object.title=Introduce Parameter Object
42 there.already.exists.a.class.with.the.chosen.name=There already exists a class with the chosen name.
43 introduce.parameter.object=Introduce Parameter Object
44 introduce.type.parameter=Introduce Type Parameter
45 the.caret.should.be.positioned.at.on.a.type.to.be.parameterized=The caret should be positioned at a type to be parameterized.
46 type.selected.is.not.in.class.context=Type selected is not in class context.
47 type.parameters.can.not.be.introduced.as.type.parameters=Type parameters can not be introduced as type parameters.
48 primitive.types.can.not.be.introduced.as.type.parameters=Primitive types can not be introduced as type parameters.
49 conflicts.found=Conflicts found
50 there.are.non.genericizable.instances.of.the.type.you.selected=There are non-genericizable instances of the type you selected.\n
51 do.you.wish.to.continue=Do you wish to continue?.\n
52 introduce.type.parameter.title=Introduce Type Parameter
53 name.for.new.type.parameter.label=Name for new type parameter:
54 the.caret.should.be.positioned.within.a.class.to.be.refactored=The caret should be positioned within a class to be refactored.
55 push.javadoc.down=Push Javadoc Down
56 the.selected.class.is.an.enumeration=The selected class is an enumeration.
57 the.selected.class.has.no.overridden.methods.with.javadoc=The selected class has no overriden methods with javadoc.
58 push.javadoc.down.title=Push Javadoc Down
59 replace.existing.comments.checkbox=Replace existing comments
60 use.inheritdoc.comments=Use @inheritdoc comments
61 push.javadoc.down.from.label=Push Javadoc down from:
62 methods.to.copy.javadoc.from=Methods to copy javadoc from
63 remove.property=Remove Property
64 the.caret.should.be.positioned.at.on.a.property.to.be.removed=The caret should be positioned at a property to be removed.
65 remove.property.getter.checkbox=Remove property getter
66 remove.property.setter.checkbox=Remove property setter
67 remove.property.title=Remove Property
68 remove.property.border=Remove property {0}
69 replacement.expression.label=Replacement expression (optional):
70 remove.middleman=Remove Middleman
71 the.caret.should.be.positioned.at.the.name.of.the.field.to.be.refactored=The caret should be positioned at the name of the field to be refactored.
72 field.selected.is.not.used.as.a.delegate=Field selected is not used as a delegate.
73 wrap.return.value=Wrap Return Value
74 the.caret.should.be.positioned.at.the.name.of.the.method.to.be.refactored=The caret should be positioned at the name of the method to be refactored or inside method call.
75 method.selected.returns.void=Method selected returns 'void'.
76 constructor.returns.can.not.be.wrapped=Constructor returns can not be wrapped.
77 wrap.return.value.title=Wrap Return Value
78 the.caret.should.be.positioned.at.an.annotation.to.be.refactored.to.be.refactored=The caret should be positioned at an annotation to be refactored to be refactored.
79 pull.annotation.up=Pull Annotation Up
80 pull.annotation.up.title=Pull Annotation Up
81 replace.existing.annotations.checkbox=Replace existing annotations
82 pull.up.annotation.from.label=Pull up annotation from {0} to:
83 pull.javadoc.up.title=Pull Javadoc Up
84 pull.up.javadoc.from.label=Pull up javadoc from {0} to:
85 methods.to.pull.up.javadoc.from.panel=Methods to pull up javadoc from
86 remove.type.parameter=Remove Type Parameter
87 the.caret.should.be.positioned.at.the.name.of.the.type.parameter.to.be.refactored=The caret should be positioned at the name of the type parameter to be refactored.
88 type.parameter.selected.extends.multiple.types=Type parameter selected extends multiple types.
89 type.parameter.question.label=Do you wish to remove type parameter {0} and all uses of it?
90 method.to.wrap.returns.from.label=Method to wrap returns from:
91 method.whose.return.are.to.wrapped=Method whose return are to wrapped
92 references.to.be.modified.usage.view=References to be modified {0}
93 reference=reference
94 type.parameter.to.be.remove=Type parameter to be remove
95 references.to.be.changed.usage.view=References to be changed {0}
96 references.to.be.made.removed.usage.view=References to be made removed {0}
97 property.to.be.removed=Property to be removed
98 remove.middleman.field.header=Remove middleman field:
99 references.to.expose.usage.view=References to expose {0}
100 retain.all.delegating.methods.radio.button=Retain all delegating methods
101 remove.middleman.title=Remove Middleman
102 delete.all.delegating.methods.radio.button=Delete all delegating methods
103 field.label=Field {0}
104 delete.delegating.methods.border=Delete delegating methods
105 make.class.inner.title=Make Class Inner
106 make.class.an.inner.class.border=Make class {0} an inner class
107 outer.class.label=Outer class:
108 choose.destination.class.label=Choose destination class
109 add.property.command=Add property {0} to {1}
110 refactor=Refactor
111 preview=Preview
112 wrapped.return.command.name=Wrapped return as {0} for {1}{2}{3}()
113 split.loop.text=Split loop
114 split.loop.family.name=Split Loop
115 removed.type.parameter.from.class.command.name=Removed type parameter {0} from class {1}
116 removed.type.parameter.from.method.command.name=Removed type parameter {0} from method {1}()
117 remove.property.command.name=Remove property {0}
118 exposed.delegation.command.name=Exposed delegation to {0}{1}{2}
119 push.up.javadoc.command.name=Push up Javadoc
120 javadoced.class=Javadoced class
121 superclass.methods.to.be.javadoced=Superclass methods to be javadoced
122 push.annotation.down=Push Annotation Down
123 0.refactor.j.is.not.licensed={0}Refactor-J is not licensed.
124 0.the.caret.should.be.positioned.at.an.annotation.to.be.refactored.to.be.refactored={0}The caret should be positioned at an annotation to be refactored to be refactored.
125 push.down.annotation.command.name=Push down annotation
126 annotation=Annotation
127 subclass.elements.to.be.annotated=Subclass elements to be annotated
128 push.annotation.down.title=Push Annotation Down
129 pull.up.annotation.command.name=Pull up annotation
130 superclass.elements.to.be.annotated=Superclass elements to be annotated
131 pull.javadoc.up=Pull Javadoc Up
132 pull.up.javadoc.command.name=Pull up Javadoc
133 merge.loops.text=Merge loops
134 merge.loops.family.name=Merge Loops
135 make.class.inner=Make Class Inner
136 the.caret.should.be.positioned.at.on.a.class.to.be.made.into.an.inner.class=The caret should be positioned at a class to be made into an inner class.
137 only.outer.classes.and.static.inner.classes.may.be.made.inner=Only outer classes and static inner classes may be made inner.
138 a.class.can.not.be.made.an.inner.class.of.itself=A class can not be made an inner class of itself.
139 a.class.can.not.be.made.an.inner.class.of.one.of.it.s.decendents=A class can not be made an inner class of one of it's decendents.
140 make.class.inner.command.name=Move class {0} inside class {1}
141 invert.boolean=Invert Boolean
142 the.caret.should.be.positioned.at.the.name.of.the.variable.or.parameter.to.be.refactored=The caret should be positioned at the name of the variable or parameter to be refactored.
143 variable.selected.is.not.boolean=Variable selected is not boolean.
144 invert.boolean.title=Invert boolean
145 do.you.wish.to.invert.all.uses.of.variable=Do you wish to invert all uses of variable {0}?
146 parameter.selected.is.not.boolean=Parameter selected is not boolean.
147 do.you.wish.to.invert.all.uses.of.parameter=Do you wish to invert all uses of parameter {0}?
148 invert.parameter.command.name=Inverted {0}({1})
149 invert.variable.command.name=Inverted
150 variable.to.be.inverted=Variable to be inverted
151 references.to.be.inverted.0=References to be inverted {0}
152 parameterize.class.radio.button=Parameterize class {0}
153 parameterize.method.radio.button=Parameterize method {0}()
154 genericize.uses.border=Genericize uses of {0}
155 introduced.type.parameter.command.name=Introduced type {0} as parameter to class {1}
156 type.parameter.to.be.introduced=Type parameter to be introduced
157 class.references.to.be.made.inner=Class references to be made inner
158 references.to.be.made.inner.usage.view=References to be made inner {0}
159 control.flow.category=Control Flow
160 other.category=Other
161 genericize.uses.in.border=Genericize uses of {0} in {1}
162 to.purchase.a.commercial.license.please.visit=To purchase a commercial license, please visit
163 enter.license.key.for.refactor.j=Enter license key for Refactor-J
164 review.license.terms=Review License terms
165 user.name=&User Name:
166 license.key=&License Key:
167 www.sixthandredriver.com=www.sixthandredriver.com
168 i.have.read.the.terms.of.this.license.and.i.accept.them=&I have read the terms of this license, and I accept them.
169 i.do.not.accept.the.terms.of.this.license=I &do not accept the terms of this license.
170 enter.refactor.j.license.data.title=Enter Refactor-J License Data
171 license.renewal.needed=License renewal needed
172 license.entered=License Entered
173 license.expired=License Expired
174 to.purchase.a.license.for.the.latest.version.please.contact.sixth.and.red.river.software=To purchase a license for the latest version, please contact Sixth and Red River Software
175 to.purchase.a.new.license.please.contact.sixth.and.red.river.software=To purchase a new license, please contact Sixth and Red River Software
176 to.purchase.a.license.for.the.refactor.j.please.contact.sixth.and.red.river.software=To purchase a license for the Refactor-J, please contact Sixth and Red River Software
177 invalid.license.data=Invalid License Data
178 invalid.license.data.please.try.again=Invalid license data. Please, try again.
179 your.refactor.j.license.has.expired=Your Refactor-J license has expired. \n
180 your.refactor.j.license.is.for.an.older.version.and.does.not.support.the.currently.installed.version.of.refactor.j=Your Refactor-J license is for an older version, and does not support the currently installed version of Refactor-J. \n
181 the.refactor.j.license.entered.is.for.another.product=The Refactor-J license entered is for another product. \n
182 to.purchase.a.full.license.please.contact.sixth.and.red.river.software=To purchase a full license, please contact Sixth and Red River Software.
183 your.evaluation.license.for.refactor.j.will.expire.in.less.than.a.day.n=Your evaluation license for Refactor-J will expire in less than a day.\n
184 your.evaluation.license.for.refactor.j.will.expire.in.one.day=Your evaluation license for Refactor-J will expire in one day.\n
185 thank.you.for.supporting.sixth.and.red.river.software=Thank you for supporting Sixth and Red River Software
186 extract.class=Extract Class
187 the.selected.class.is.an.interface=The selected class is an interface.
188 the.selected.class.is.an.annotation.type=The selected class is an annotation type.
189 the.refactoring.is.not.supported.on.non.static.inner.classes=The refactoring is not supported on non-static inner classes.
190 the.selected.class.has.no.members.to.extract=The selected class has no members to extract.
191 references.to.extract=References to extract
192 extracting.from.class=Extracting from class:
193 extracted.class.command.name=Extracted class {0}
194 method.to.extract.parameters.from.label=Method to extract parameters from:
195 name.for.new.parameter.label=Name for new parameter:
196 method.selected.has.no.parameters=Method selected has no parameters.
197 introduced.parameter.class.command.name=Introduced parameter class {0} for {1}.{2}()
198 method.whose.parameters.are.to.wrapped=Method whose parameters are to wrapped
199 references.to.be.modified=References to be modified
200 parameters.to.extract.border=Parameters to Extract
201 parameter=Parameter
202 your.evaluation.license.for.refactor.j.will.expire.in.less.than.n.days=Your evaluation license for Refactor-J will expire in less than {0} days.\n
203 refactor.j.licensed.to=Refactor-J licensed to:
204 can.only.pull.annotations.up.on.methods.parameters.and.classes=Can only pull annotations up on methods, parameters, and classes
205 can.not.find.any.available.superclasses.for.the.selected.class=Can not find any available superclasses for the selected class
206 can.not.find.any.available.super.methods.for.the.selected.method=Can not find any available super-methods for the selected method
207 can.only.push.annotations.down.on.methods.parameters.and.classes=Can only push annotations down on methods, parameters, and classes
208 can.not.find.any.available.subclasses.for.the.selected.class=Can not find any available subclasses for the selected class
209 can.not.find.any.available.overriding.methods.for.the.selected.method=Can not find any available overriding methods for the selected method
210 delete.selected.annotation.checkbox=Delete selected annotation
211 push.annotation.down.from.label=Push annotation down from:
212 there.already.exists.an.incompatible.class.with.the.chosen.name=There already exists an incompatible class with the chosen name
213 weaken.type=Weaken Type
214 weaken.type.label=Weaken the type of ''{0}'' from {1} to:
215 weaken.type.command.name=Weaken type
216 weaken.type.refactoring.is.not.supported.for.primitive.types=Weaken type refactoring is not supported for primitive types
217 weaken.type.refactoring.is.not.supported.for.arrays=Weaken type refactoring is not supported for arrays
218 weaken.type.refactoring.is.not.supported.for.type.parameters=Weaken type refactoring is not supported for type parameters
219 invalid.type.for.weaken.type.refactoring=Invalid type for Weaken Type refactoring
220 weaken.type.refactoring.is.not.supported.for.constructors=Weaken type refactoring is not supported for constructors
221 the.selected.type.cannot.be.weakened=The selected type cannot be weakened
222 the.selected.type.cannot.be.weakened.because.the.method.is.declared.in.a.non.project.class=The selected type cannot be weakened because the method is declared in a non-project class
223 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
224 existing.wrapper.class.label=Use Existing Parameter Class
225 select.wrapper.class=Select parameter class
226 could.not.find.selected.wrapping.class=Could not find selected wrapping class
227 there.already.exists.a.class.with.the.selected.name=There already exists a class with the selected name
228 pull.annotation.up.from.label=Pull annotation up from:
229 convert.equality.disjunction.to.set.contains=Convert Equality Disjunction To Set.contains()
230 convert.to.set.contains=Convert to Set.contains()
231 the.caret.should.be.positioned.at.the.name.of.the.variable.parameter.or.method.to.be.refactored=The caret should be positioned at the name of the variable, parameter, or method to be refactored.
232 convert.to.String.format=Convert to String.format
233 convert.to.printf=Convert to printf
234 convert.to.MessageFormat.format=Convert to MessageFormat.format
235 split.string=Split string
236 copy.javadoc.to.inheritors=Copy Javadoc to inheritors
237 copy.javadoc.to.ancestors=Copy Javadoc to ancestors