IDEADEV-42031 (Sporadic failures on subversion project update). do not write credenti...
[fedora-idea.git] / resources-en / src / messages / QuickFixBundle.properties
blob82f15f41e7d6183b97a26fdf4e532a1c5416d4c4
1 add.import=Add Import
2 class.to.import.chooser.title=Class to Import
3 access.static.via.class.reference.family=Access static via class reference
4 access.static.via.class.reference.text=Access static ''{1}.{0}'' via class ''{2}'' reference
5 add.default.constructor.family=Add Default Constructor
6 add.default.constructor.text=Add Public No-args Constructor to {0}
7 add.catch.clause.family=Add Exception to Catch Clause
8 add.catch.clause.text=Add Catch Clause(s)
9 add.exception.to.throws.inherited.method.warning.text=Method ''{0}'' is inherited.\n\
10   Do you want to add exceptions to method signatures in the whole method hierarchy?
11 add.exception.to.throws.inherited.method.warning.title=Method Is Inherited
12 add.exception.to.throws.text=Add Exception(s) to Method Signature
13 add.exception.to.throws.family=Add Exception to Method Signature
14 add.method.body.text=Add Method Body
15 add.method.family=Add Method
16 add.method.text=Add Method ''{0}'' to Class ''{1}''
17 add.new.array.family=Add missing new expression
18 add.new.array.text=Add ''new {0}[]''
19 add.return.statement.text=Add Return Statement
20 add.return.statement.family=Add Return Statement
21 add.runtime.exception.to.throws.text=Add Runtime Exception(s) to Method Signature
22 add.runtime.exception.to.throws.family=Add Runtime Exception to Method Signature
23 add.typecast.family=Add TypeCast
24 add.typecast.text=Cast to ''{0}''
25 add.doctag.to.custom.tags=Add {0} to custom tags
26 fix.javadoc.family=Fix Javadoc
27 adjust.package.family=Adjust Package Name
28 adjust.package.text=Set package name to ''{0}''
29 bring.variable.to.scope.family=Bring Variable to Scope
30 bring.variable.to.scope.text=Bring ''{0}'' into Scope
32 cast.parameter.text=Cast {0, choice, 1#1st|2#2nd|3#3rd|4#{0,number}th} parameter to ''{1}''
33 cast.single.parameter.text=Cast parameter to ''{0}''
35 add.type.arguments.text=Add explicit type arguments to {0, choice, 1#1st|2#2nd|3#3rd|4#{0,number}th} argument
36 add.type.arguments.single.argument.text=Add explicit type arguments
38 uidesigner.change.bound.field.type=Change bound field type
39 cannot.change.field.exception=Cannot change field ''{0}'' type.\nReason: {1}
41 # {0} - original keyword (extends or implements), {1} - proposed keyword (implements or extends), {2} - class name
42 exchange.extends.implements.keyword=Change ''{0} {2}'' to ''{1} {2}''
43 uidesigner.change.gui.component.type=Change GUI component type
44 change.method.signature.from.usage.family=Change method signature from usage
46 # {0} - original method signature including name, {1} - method name, {2} - proposed new parameters list
47 change.method.signature.from.usage.text=Change signature of ''{0}'' to ''{1}({2})''
48 searching.for.usages.progress.title=Searching For Usages...
49 create.class.from.new.family=Create Class from New
50 create.class.from.new.text=Create Class ''{0}''
51 create.class.from.usage.family=Create Class from Usage
52 create.class.from.usage.text=Create {0} ''{1}''
53 create.inner.class.from.usage.text=Create Inner {0} ''{1}''
54 create.constant.from.usage.family=Create Constant From Usage
55 create.constant.from.usage.text=Create Constant Field ''{0}''
56 create.enum.constant.from.usage.text=Create Enum Constant ''{0}''
57 create.constructor.from.new.family=Create Constructor from New
58 create.constructor.from.new.text=Create Constructor
59 create.constructor.from.super.call.family=Create Constructor From super() Call
60 create.constructor.from.this.call.family=Create Constructor From this() Call
61 create.constructor.text=Create Constructor In ''{0}''
62 create.constructor.matching.super=Create constructor matching super
63 super.class.constructors.chooser.title=Choose Super Class Constructors
64 create.field.from.usage.family=Create Field from Usage
65 create.field.from.usage.text=Create Field ''{0}''
66 target.class.chooser.title=Choose Target Class
67 create.class.title=Create {0}
68 create.enum=enum
69 create.interface=interface
70 create.class=class
71 new.method.body.template.error.text=Please Correct "New Method Body" Template
72 new.method.body.template.error.title=File Template Error
73 cannot.create.java.file.error.text=Cannot create {0}.java in {1}: {2}
74 cannot.create.java.file.error.title=File Creation Failed
75 cannot.create.java.package.error.text=Cannot create {0} in {1}: {2}
76 cannot.create.java.package.error.title=Package Creation Failed
77 create.accessor.for.unused.field.family=Create Accessor for Unused Field
78 create.getter.for.field=Create getter for ''{0}''
79 create.setter.for.field=Create setter for ''{0}''
80 create.getter.and.setter.for.field=Create getter and setter for ''{0}''
81 create.local.from.usage.family=Create Local from Usage
82 create.local.from.usage.text=Create Local Variable ''{0}''
83 create.local.from.instanceof.usage.family=Create Local Var from instanceof Usage
84 create.local.from.instanceof.usage.text=Insert ''({0}){1}'' declaration
85 create.method.from.usage.family=Create Method from Usage
86 create.method.from.usage.text=Create Method ''{0}''
87 create.abstract.method.from.usage.text=Create Abstract Method ''{0}''
88 create.parameter.from.usage.family=Create Parameter from Usage
89 create.parameter.from.usage.text=Create Parameter ''{0}''
90 create.property.from.usage.family=Create Property From Usage
91 create.getter=Create Getter
92 create.setter=Create Setter
93 defer.final.assignment.with.temp.family=Defer final assignment with temp
94 defer.final.assignment.with.temp.text=Defer assignment to ''{0}'' using temp variable
95 delete.catch.family=Delete Catch
96 delete.catch.text=Delete catch for ''{0}''
97 delete.body.family=Delete Body
98 delete.body.text=Delete Body
99 enable.optimize.imports.on.the.fly=Enable 'Settings|Code Style|Imports|Optimize Imports On The Fly'
100 generalize.catch.family=Generalize Catch
101 generalize.catch.text=Generalize catch for ''{0}'' to ''{1}''
102 generify.family=Generify File
103 generify.text=Try to generify ''{0}''
104 implement.methods.fix=Implement Methods
105 import.class.fix=Import Class
106 insert.new.fix=Insert new
107 insert.super.constructor.call.family=Base Ctr call
108 insert.super.constructor.call.text=Insert 'super();'
109 make.class.an.interface.family=Make Class an Interface
110 make.class.an.interface.text=Make ''{0}'' an interface
111 make.interface.an.class.text=Make ''{0}'' a class
112 make.vararg.parameter.last.family=Make vararg parameter last
113 make.vararg.parameter.last.text=Move ''{0}'' to the end of the list
114 fix.parameter.type.family=Fix Parameter Type
115 fix.parameter.type.text=Make ''{0}'' take parameter of type ''{1}'' here
116 fix.return.type.family=Fix Return Type
117 fix.return.type.text=Make ''{0}'' return ''{1}''
118 fix.throws.list.family=Fix Throws List
119 fix.throws.list.add.exception=Add ''{0}'' to ''{1}'' throws list
120 fix.throws.list.remove.exception=Remove ''{0}'' from ''{1}'' throws list
121 fix.modifiers.family=Fix Modifiers
123 anonymous.class.presentation=Anonymous class derived from {0}
124 # {0} owner class name
125 class.initializer.presentation={0} class initializer
126 add.modifier.fix=Make ''{0}'' {1}
127 remove.modifier.fix=Make ''{0}'' not {1}
129 change.inheritors.visibility.warning.text=Do you want to change inheritors' visibility to visibility of the base method?
130 change.inheritors.visibility.warning.title=Change Inheritors
131 move.class.in.extend.list.family=Move Class in Extend list
132 move.bound.class.to.front.fix.text=Move bound ''{0}'' to the beginning of the bounds list of type parameter ''{1}''
133 move.catch.up.family=Move Catch Up
134 move.catch.up.text=Move catch for ''{0}'' before ''{1}''
135 move.class.to.separate.file.family=Move Class to Separate File
136 move.class.to.separate.file.text=Move class ''{0}'' to ''{0}.java''
137 move.class.to.package.family=Move Class to Package
138 move.class.to.package.text=Move to package ''{0}''
140 # change if (!a == b) ...  =>  if (!(a == b)) ...
141 negation.broader.scope.family=Negation Broader Scope
142 negation.broader.scope.text=Change to ''!({0})''
144 optimize.imports.fix=Optimize Imports
145 remove.qualifier.fix=Remove qualifier
146 remove.redundant.else.fix=Remove Redundant 'else'
147 remove.unused.parameter.family=Remove unused parameter
148 remove.unused.parameter.text=Remove Parameter ''{0}''
149 remove.unused.variable.family=Remove unused variable
150 remove.unused.variable=Remove variable ''{0}''
151 remove.unused.field=Remove field ''{0}''
152 rename.wrong.reference.family=Rename Wrong Reference
153 rename.wrong.reference.text=Rename Reference
154 reuse.variable.declaration.family=Reuse variable declaration
155 reuse.variable.declaration.text=Reuse previous variable ''{0}'' declaration
156 safe.delete.family=Safe delete
157 safe.delete.text=Safe delete ''{0}''
158 setup.jdk.location.family=Setup JDK Location
159 setup.jdk.location.text=Setup JDK
160 side.effects.warning.dialog.title=Side Effects Found
161 simplify.boolean.expression.family=Simplify boolean expression
162 simplify.boolean.expression.text=Simplify ''{0}'' to {1}
163 fix.super.method.return.type.family=Fix Super Method Return Type
164 fix.super.method.return.type.text=Make ''{0}'' return ''{1}''
165 surround.with.try.catch.fix=Surround with try/catch
166 make.final.family=Make Final
167 make.final.text=Make {0} final
168 make.final.copy.to.temp=Copy ''{0}'' to temp final variable
169 make.final.transform.to.one.element.array=Transform {0} into final one element array
170 fix.variable.type.family=Fix Variable Type
171 fix.variable.type.text=Change ''{0}'' type to ''{1}''
173 # Sample: Boolean b = "true"; -> Boolean b = Boolean.valueOf("true");
174 wrap.expression.using.static.accessor.family=Wrap Expression
175 wrap.expression.using.static.accessor.text=Wrap using ''{0}''
177 # {0} - qualified class name suggested to be imported.
178 side.effect.action.remove=&Remove
179 side.effect.action.transform=&Transform
180 side.effect.action.cancel=&Cancel
181 side.effect.message1=<html><body>\
182   There are possible side effects found in expressions assigned to the variable ''{0}''<br>\
183   You can:<ul><li><b>Remove</b> variable usages along with all expressions involved</li>\
184   </body></html>
185 # {0} - variable name, {1} - variable type, {2} - expression with side effect, {3} - same expression transformed to hold the effect
186 side.effect.message2=<html><body>\
187   There are possible side effects found in expressions assigned to the variable ''{0}''<br>\
188   You can:<ul><li><b>Remove</b> variable usages along with all expressions involved, or</li>\
189   <li><b>Transform</b> expressions assigned to variable into the statements on their own.<br>\
190   That is,<br>\
191   <table border=1><tr><td><code>{1} {0} = {2};</code></td></tr></table><br> becomes: <br>\
192   <table border=1><tr><td><code>{3};</code></td></tr></table></li>\
193   </body></html>
195 change.parameter.class.family=Change Parameter Class
197 change.extends.list.family=Extend Class from
198 add.class.to.extends.list=Make ''{0}'' extend ''{1}''
199 remove.class.from.extends.list=Make ''{0}'' not extend ''{1}''
200 add.interface.to.implements.list=Make ''{0}'' implement ''{1}''
201 remove.interface.from.implements.list=Make ''{0}'' not implement ''{1}''
202 convert.method.to.constructor=Make method constructor
204 create.class.text=Create Class {0}
205 create.interface.text=Create Interface {0}
206 create.package.text=Create Package {0}
207 create.field.text=Create Field {0}
208 create.property.text=Create Property {0}
209 add.constructor.parameter.name=Add constructor parameter
210 remove.suppression.action.name=Remove ''{0}'' suppression
211 remove.suppression.action.family=Remove suppression
212 remove.qualifier.action.text=Remove Qualifier
213 fix.argument.family=Fix Arguments
214 change.new.operator.type.text=Change ''{0}'' to ''new {1}{2}''
215 change.new.operator.type.family=Change new operator type
217 fix.unused.symbol.injection.family=Add to Dependency Injection Annotations
218 fix.unused.symbol.injection.text=Suppress for {0} annotated by ''{1}''
219 fix.add.special.annotation.family=Add to Special Annotations
220 fix.add.special.annotation.text=Add ''{0}'' to special annotations list
222 orderEntry.fix.add.dependency.on.module=Add dependency on module ''{0}''
223 orderEntry.fix.family.add.module.dependency=Add module dependency
224 orderEntry.fix.add.library.to.classpath=Add library ''{0}'' to classpath
225 orderEntry.fix.family.add.library.to.classpath=Add library to classpath
226 orderEntry.fix.circular.dependency.warning=Adding dependency on module ''{0}'' will introduce circular dependency between modules ''{1}'' and ''{2}''.\nAdd dependency anyway?
227 orderEntry.fix.title.circular.dependency.warning=Circular Dependency Warning
228 orderEntry.fix.add.junit.jar.to.classpath=Add 'junit.jar' to classpath
229 orderEntry.fix.add.annotations.jar.to.classpath=Add 'annotations.jar' to classpath
230 static.import.method.text=Static Import Method
231 static.import.method.choose.method.to.import=Choose Method to Import
233 add.library.title.dialog=Adding library
234 add.library.title.locate.library=Locate library
235 add.library.description.locate.library=Locate library file which will be added as module library
236 add.library.title.choose.folder=Choose directory
237 add.library.description.choose.folder=Choose directory where the library will be copied
238 add.library.title.error=Error
239 add.library.error.not.found=Library file ''{0}'' does not exist
240 add.library.error.cannot.copy=Cannot copy ''{0}'' to ''{1}''\n({2})
241 add.library.annotations.description=You are using annotation classes from org.jetbrains.annotations package.\n\
242 Please add ''annotations.jar'' library to your project.
243 add.library.file=Library &file:
244 add.library.add.this=&Add this file
245 add.library.copy.to=&Copy to
246 permute.arguments=Permute arguments
247 quickfix.retun.type.void.to.boolean.inherited.warning.text=Method ''{0}'' is inherited.\n\
248   Do you want to add exceptions to method signatures in the whole method hierarchy?
249 quickfix.retun.type.void.to.boolean.inherited.warning.title=Method Is Inherited
250 fix.single.character.string.to.char.literal.text=Change {0} to {1} (to {2} literal)
251 fix.single.character.string.to.char.literal.family=Fix literal type
253 create.readable.writable.property.with.field=Create getter, setter and field for ''{0}''
254 create.readable.property=Create getter for ''{0}''
255 create.writable.property=Create setter for ''{0}''
256 create.readable.property.with.field=Create getter and field for ''{0}''
257 create.writable.property.with.field=Create setter and field for ''{0}''