Unwrap: more descriptive text in unwrap popup for method parameter
[fedora-idea.git] / platform-resources_eng / src / messages / CodeInsightBundle.properties
blob9e29e511ed36ccaa57223606658b1c71b1d1ca78
1 codeinsight.settings=CodeInsight settings
2 error.hint.file.is.readonly=File {0} is read-only
3 error.dialog.readonly.file.title=File Is Read-Only
4 error.dialog.readonly.files.title=Cannot Modify Read-Only Files
5 error.dialog.readonly.files.message={0} contains read-only file(s).\nProcess all other (writeable) files?
6 process.scope.directory=Directory ''{0}''
7 process.scope.project=Project ''{0}''
8 process.scope.module=Module ''{0}''
9 reformat.code.accept.button.text=Run
10 process.scope.file=&File {0}
11 reformat.option.selected.text=&Selected text
12 reformat.option.all.files.in.directory=&All files in directory {0}
13 reformat.option.include.subdirectories=&Include subdirectories
14 reformat.option.optimize.imports=&Optimize imports
15 process.optimize.imports=Optimize Imports
16 progress.text.optimizing.imports=Optimizing imports...
17 process.reformat.code=Reformat Code
18 progress.text.reformatting.code=Reformatting code...
19 dialog.reformat.files.title=Reformat Files
20 dialog.reformat.files.optimize.imports.checkbox=&Optimize imports
21 dialog.reformat.files.reformat.selected.files.label=Reformat selected files?
22 command.name.typing=Typing
23 dialog.import.on.paste.title=Select Classes to Import
24 dialog.import.on.paste.title2=Select Elements to Import
25 dialog.paste.on.import.text=The code fragment which you have pasted uses classes\n\
26   that are not accessible by imports in the new context.\n\
27   Select classes that you want to import to the new file.
28 dialog.paste.on.import.text2=The code fragment which you have pasted uses elements\nthat are not accessible by imports in the new context.\nSelect elements that you want to import to the new file.
29 paste.data.flavor.folding=FoldingData
30 paste.dataflavor.referencedata=ReferenceData
31 generate.constructor.fields.chooser.title=Choose Fields to Initialize by Constructor
32 error.attempt.to.generate.constructor.for.anonymous.class=Cannot add constructor to an anonymous class
33 generate.constructor.super.constructor.chooser.title=Choose Super Class Constructor
34 generate.delegate.method.chooser.title=Select Methods to Generate Delegates for
35 generate.delegate.target.chooser.title=Select Target to Generate Delegates for
36 generate.equals.and.hashcode.already.defined.warning=Methods ''boolean equals(Object)'' and ''int hashCode()'' are already defined\nfor class {0}. Do you want to delete them and proceed?
37 generate.equals.and.hashcode.already.defined.warning.anonymous=Methods 'boolean equals(Object)' and 'int hashCode()' are already defined\nfor this anonymous class. Do you want to delete them and proceed?
38 generate.equals.and.hashcode.already.defined.title=Generate equals() and hashCode()
39 generate.equals.and.hashcode.error.no.object.class.message=Cannot generate equals() and hashCode().\nNo java.lang.Object class found.
40 generate.equals.and.hashcode.error.no.object.class.title=No java.lang.Object
41 generate.equals.compare.nested.arrays.comment= // Compare nested arrays - values of {0} here
42 generate.equals.compare.arrays.comment= // Probably incorrect - comparing Object[] arrays with Arrays.equals
43 generate.getter.setter.title=Select Fields to Generate Getters and Setters
44 generate.getter.fields.chooser.title=Select Fields to Generate Getters
45 generate.setter.fields.chooser.title=Select Fields to Generate Setters
46 override.implement.broken.file.template.message=Please Correct "Overridden/Implemented Method Body" Template
47 override.implement.broken.file.template.title=File Template Error
48 methods.to.implement.chooser.title=Select Methods to Implement
49 methods.to.override.chooser.title=Select Methods to Override
50 generate.list.popup.title=Generate
51 surround.with.cast.template=((Type)expr)
52 surround.with.dowhile.template=do / while
53 surround.with.for.template=for
54 surround.with.ifelse.expression.template=if (expr) {...} else {...}
55 surround.with.ifelse.template=if / else
56 surround.with.if.expression.template=if (expr) {...}
57 surround.with.if.template=if
58 surround.with.not.instanceof.template=!(expr instanceof Type)
59 surround.with.not.template=!(expr)
60 surround.with.parenthesis.template=(expr)
61 surround.with.runnable.template=Runnable
62 surround.with.synchronized.template=synchronized
63 surround.with.try.catch.finally.template=try / catch / finally
64 surround.with.try.catch.template=try / catch
65 surround.with.try.catch.incorrect.template.message=Invalid File Template for Catch Body!
66 surround.with.try.catch.incorrect.template.title=Surround With Try / Catch
67 surround.with.try.finally.template=try / finally
68 surround.with.while.template=while
69 surround.with.runtime.type.template=((RuntimeType)expr)
70 surround.with.chooser.title=Surround With
71 unwrap.popup.title=Choose the statement to unwrap/remove
72 unwrap.if=Unwrap 'if...'
73 unwrap.else=Unwrap 'else...'
74 remove.else=Remove 'else...'
75 unwrap.while=Unwrap 'while...'
76 unwrap.for=Unwrap 'for...'
77 unwrap.braces=Unwrap braces
78 unwrap.try=Unwrap 'try...'
79 remove.catch=Remove 'catch...'
80 unwrap.synchronized=Unwrap 'synchronized...'
81 unwrap.method.parameter=Unwrap ''{0}''
82 unwrap.anonymous=Unwrap 'anonymous...'
83 generate.equals.hashcode.wizard.title=Generate equals() and hashCode()
84 generate.equals.hashcode.equals.fields.chooser.title=Choose fields to be included in equals()
85 generate.equals.hashcode.hashcode.fields.chooser.title=Choose fields to be included in hashCode()
86 generate.equals.hashcode.non.null.fields.chooser.title=Select all non-null fields
87 generate.equals.hashcode.accept.sublcasses=Accept &subclasses as parameter to equals() method
88 generate.equals.hashcode.accept.sublcasses.explanation=<html><body>While generally incompliant to Object.equals() specification accepting<br>subclasses might be necessary for generated \
89 method to work correctly<br>with frameworks, which generate Proxy subclasses like Hibernate.</body></html>
90 generate.equals.hashcode.internal.error=Internal error
91 generate.equals.warning.equals.for.nested.arrays.not.supported=equals() for nested arrays is not supported
92 generate.equals.warning.generated.equals.could.be.incorrect=Generated equals() for Object[] can be incorrect
93 generate.equals.hashcode.warning.hashcode.for.arrays.is.not.supported=hashCode () for arrays is not supported
94 highlight.thrown.exceptions.chooser.all.entry=All listed
95 highlight.exceptions.thrown.chooser.title=Choose Exception Classes to Highlight
96 highlight.exceptions.thrown.notfound=No exceptions thrown in the method found 
97 status.bar.exit.points.highlighted.message={0} exit {0, choice, 1#point|2#points} highlighted (press {1} again to remove the highlighting, Escape to remove all highlighting)
98 status.bar.highlighted.usages.message={0} {0, choice, 1#usage|2#usages} of {1} found (press {2} again to remove the highlighting, Escape to remove all highlighting)
99 status.bar.highlighted.usages.no.target.message={0} {0, choice, 1#usage|2#usages} found (press {2} again to remove the highlighting, Escape to remove all highlighting)
100 status.bar.overridden.methods.highlighted.message={0} overridden {0, choice, 1#method|2#methods} found (press {1} again to remove the highlighting, Escape to remove all highlighting)
101 status.bar.highlighted.usages.not.found.message=No usages of {0} found
102 status.bar.highlighted.usages.not.found.no.target.message=No usages found
103 parameter.info.no.parameters=<no parameters>
104 xml.tag.info.no.attributes=<no attributes>
105 n.of.m={0} of {1}
106 quick.definition.back=Back
107 quick.definition.forward=Forward
108 quick.definition.edit.source=Edit Source
109 quick.definition.show.source=Show Source
110 i18n.quickfix.property.panel.title=Property Info
111 i18n.quickfix.property.panel.update.all.files.in.bundle.checkbox=Update all properties files in &Resource bundle
112 i18n.quickfix.property.panel.properties.file.label=&Properties File:
113 i18n.quickfix.property.panel.property.value.label=Property &Value:
114 i18n.quickfix.property.panel.property.key.label=Property &Key:
115 i18n.quickfix.code.panel.title=Java Code Info
116 i18n.quickfix.code.panel.resource.bundle.expression.label=Resource bundle &expression:
117 i18n.quickfix.preview.panel.title=Preview
118 quickfix.i18n.concatentation=I18nize string concatenation containing hard coded string literal
119 quickfix.i18n.concatentation.error=String concatenation not found
120 quickfix.i18n.command.name=I18nize
121 inspection.i18n.display.name=Hard coded strings
122 inspection.i18n.option.ignore.assert=Ignore for assert statement arguments
123 inspection.i18n.option.ignore.for.exception.constructor.arguments=Ignore for exception constructor arguments
124 inspection.i18n.option.ignore.for.specified.exception.constructor.arguments=Ignore for specified exception constructor arguments
125 inspection.i18n.option.ignore.for.junit.assert.arguments=Ignore for JUnit assert arguments
126 inspection.i18n.option.ignore.qualified.class.names=Ignore literals which have value equal to existing qualified class name
127 inspection.i18n.option.ignore.property.keys=Ignore literals which have value equal to existing property key
128 inspection.i18n.option.ignore.nonalphanumerics=Ignore literals which do not contain alphabetic characters
129 inspection.i18n.quickfix=I18nize hard coded string literal
130 inspection.i18n.message.general.with.value=Hard coded string literal: ''{0}''
131 inspection.unresolved.property.key.reference.name=Invalid property key
132 inspection.unresolved.property.key.reference.message=String literal ''{0}'' doesn''t appear to be valid property key
133 inspection.invalid.resource.bundle.reference=Invalid resource bundle reference ''{0}''
134 i18nize.dialog.title=I18nize Hardcoded String
135 i18nize.dialog.error.jdk.message=Class 'java.util.ResourceBundle' cannot be found.\nPlease setup correct JDK.
136 i18nize.dialog.error.jdk.title=Class Not Found
137 i18nize.dialog.property.file.chooser.title=Choose Properties File
138 i18nize.dialog.template.link.label=Edit I18n template
139 i18nize.dialog.error.property.already.defined.message=Property ''{0}'' already exists in the file ''{1}''
140 i18nize.dialog.error.property.already.defined.title=Property Already Exists
141 intention.split.declaration.family=Split Declaration
142 intention.split.declaration.text=Split into separate declarations
143 intention.split.declaration.assignment.text=Split into declaration and assignment
144 intention.add.override.annotation=Add '@Override' Annotation
145 intention.add.override.annotation.family=Add Override Annotation
146 intention.make.type.generic.family=Make Type Generic
147 intention.make.type.generic.text=Change type of {0} to {1}
148 intention.split.if.family=Split If
149 intention.split.if.text=Split into 2 if's
150 intention.implement.abstract.method.family=Implement Abstract Method
151 intention.implement.abstract.method.text=Implement method ''{0}''
152 intention.add.annotation.family=Add Annotation
153 intention.add.on.demand.static.import.family=Add On Demand Static Import
154 intention.add.on.demand.static.import.text=Add on demand static import for ''{0}''
155 intention.add.single.member.static.import.family=Add Single-Member Static Import
156 intention.add.single.member.static.import.text=Add static import for ''{0}''
157 intention.replace.concatenation.with.formatted.output.family=Replace Concatenation with Formatted Output
158 intention.replace.concatenation.with.formatted.output.text=Replace + with java.text.MessageFormat call
159 intention.color.chooser.dialog=Choose Color
160 dialog.create.field.from.parameter.title=Create Field
161 dialog.create.field.from.parameter.already.exists.text=Use existing field {0}?
162 dialog.create.field.from.parameter.already.exists.title=Field Already Exists
163 dialog.create.field.from.parameter.field.type.label=Field of type {0}
164 dialog.create.field.from.parameter.field.name.label=Name:
165 dialog.create.field.from.parameter.declare.final.checkbox=Declare &final
166 dialog.create.class.destination.package.label=Destination package:
167 dialog.create.class.package.chooser.title=Choose Destination Package
168 create.directory.command=Create directory
169 dialog.create.class.label=Create {0}:
170 dialog.create.class.name=Create {0} {1}
171 intention.implement.abstract.class.family=Implement Abstract Class or Interface
172 intention.implement.abstract.class.default.text=Implement Abstract Class
173 intention.implement.abstract.class.interface.text=Implement Interface
174 intention.implement.abstract.class.subclass.text=Create Subclass
175 intention.error.cannot.create.class.message=Cannot Create Class ''{0}''
176 intention.error.cannot.create.class.title=Failed to Create Class
177 intention.assign.field.from.parameter.text=Assign Parameter to Field ''{0}''
178 intention.assign.field.from.parameter.family=Assign Parameter to Field
179 intention.create.field.from.parameter.text=Create Field For Parameter ''{0}''
180 intention.create.field.from.parameter.family=Create Field for Parameter
181 intention.implement.abstract.method.searching.for.descendants.progress=Searching For Descendants...
182 intention.implement.abstract.method.error.no.classes.message=There are no classes found where this method can be implemented
183 intention.implement.abstract.method.error.no.classes.title=No Classes Found
184 intention.implement.abstract.method.class.chooser.title=Choose Implementing Class
185 intention.implement.abstract.method.command.name=Implement method
186 intention.invert.if.condition=Invert If Condition
188 intention.create.test=Create Test
189 intention.create.test.dialog.testing.library=Testing library:
190 intention.create.test.dialog.class.name=Class name:
191 intention.create.test.dialog.super.class=Superclass:
192 intention.create.test.dialog.choose.super.class=Choose Superclass
193 intention.create.test.dialog.generate=Generate:
194 intention.create.test.dialog.show.inherited=Show inherited methods
195 intention.create.test.dialog.select.methods=Generate test methods for:
196 intention.create.test.dialog.library.not.found={0} library not found in the module
197 intention.create.test.dialog.fix.library=Fix
199 lightbulb.tooltip=Click or press {0}
200 dialog.intention.settings.intention.list.title=Intention List
201 dialog.intention.settings.description.panel.title=Description
202 dialog.intention.settings.description.usage.example.title=<html><body><center><b>Usage Example:</b></center></body></html>
203 intention.settings=Intentions
204 intention.settings.category.text=<html><body><font face=\"verdana\" size=\"-1\">\
205   <center>You have selected intention category ''<b>{0}</b>''.</center>\
206   <center>Clicking the checkbox you can enable/disable all intentions in this category.</center>\
207   <center>To enable/disable particular intention, select the intention inside this category.</center>\
208   </font></body></html>
209 javadoc.description.copied.from.interface=Description copied from interface:
210 javadoc.description.copied.from.class=Description copied from class:
211 javadoc.deprecated=Deprecated
212 javadoc.since=Since:
213 javadoc.see.also=See Also:
214 javadoc.parameters=Parameters:
215 javadoc.returns=Returns:
216 javadoc.throws=Throws:
217 javadoc.method.in.interface={0} in interface {1}
218 javadoc.method.in.class={0} in class {1}
219 javadoc.method.overrides=Overrides:
220 javadoc.method.specified.by=Specified by:
221 javadoc.external.fetch.error.message=Cannot fetch remote documentation: {0}
222 searching.for.implementations=Searching For Implementations...
224 goto.implementation.chooser.title=<html><body>Choose Implementation of <b>{0}</b> ({1} classes found)</body></html>
225 goto.implementation.in.file.chooser.title=<html><body>Choose Implementation of <b>{0}</b> ({1} files found)</body></html>
227 goto.test.chooser.title=<html><body>Choose Test for <b>{0}</b> ({1} classes found)</body></html>
228 goto.test.in.file.chooser.title=<html><body>Choose Test for <b>{0}</b> ({1} files found)</body></html>
229 goto.test.subject.chooser.title=<html><body>Choose Test Subject for <b>{0}</b> ({1} classes found)</body></html>
230 goto.test.subject.in.file.chooser.title=<html><body>Choose Test Subject for <b>{0}</b> ({1} files found)</body></html>
232 incremental.search.tooltip.prefix=Search for:
233 goto.super.method.chooser.title=Choose super method
234 goto.super.class.chooser.title=Choose super class or interface
235 javadoc.action.back=Back
236 javadoc.action.forward=Forward
237 javadoc.action.view.external=View External Documentation
238 javadoc.documentation.not.found.message=The documentation for this element is not found.\nPlease add all the needed paths to API docs in Project Settings.
239 javadoc.documentation.not.found.title=No Documentation
240 javadoc.fetching.progress=Fetching Documentation....
241 no.documentation.found=No documentation found.
242 javadoc.candiates=<html>Candidates for method call <b>{0}</b> are:<br><br>{1}</html>
243 javadoc.candidates.not.found=<html>No candidates found for method call <b>{0}</b>.</html>
244 declaration.navigation.title=Go To Declaration Of {0}
245 template.shortcut.enter=Enter
246 template.shortcut.tab=Tab
247 template.shortcut.space=Space
248 dialog.edit.live.template.title=Edit Live Template
249 dialog.add.live.template.title=Add Live Template
250 templates.no.defined=No templates defined in this context
251 templates.surround.no.defined=No surround templates defined in this context
252 templates.no.defined.with.prefix=No templates starting with ''{0}'' defined in this context
253 templates.settings.page.title=Live Templates
254 templates.select.template.chooser.title=Select Template
255 templates.export.display.name=Code templates
256 templates.dialog.edit.variables.title=Edit Template Variables
257 templates.dialog.edit.variables.border.title=Variables
258 templates.dialog.edit.variables.action.move.up=Move &Up
259 templates.dialog.edit.variables.action.move.down=Move &Down
260 templates.dialog.edit.variables.table.column.name=Name
261 templates.dialog.edit.variables.table.column.expression=Expression
262 templates.dialog.edit.variables.table.column.default.value=Default value
263 templates.dialog.edit.variables.table.column.skip.if.defined=Skip if defined
264 templates.dialog.table.column.abbreviation=Abbreviation
265 templates.dialog.table.column.description=Description
266 templates.dialog.table.column.active=Active
267 templates.dialog.table.action.add=&Add...
268 templates.dialog.table.action.copy=&Copy...
269 templates.dialog.table.action.edit=&Edit...
270 templates.dialog.table.action.remove=&Remove
271 templates.dialog.shortcut.chooser.label=By default expand with
272 dialog.copy.live.template.title=Copy Live Template
273 template.delete.confirmation.text=Do you want to delete this template?
274 template.delete.confirmation.title=Confirm Delete
275 template.delete.group.confirmation.text=Do you want to delete this template group?
276 dialog.edit.template.shortcut.default=Default ({0})
277 dialog.edit.template.template.text.title=Template text
278 dialog.edit.template.button.edit.variables=&Edit variables
279 dialog.edit.template.label.abbreviation=&Abbreviation:
280 dialog.edit.template.label.group=&Group:
281 dialog.edit.template.label.description=&Description:
282 dialog.edit.template.options.title=Options
283 dialog.edit.template.label.expand.with=Expand with
284 dialog.edit.template.checkbox.reformat.according.to.style=&Reformat according to style
285 dialog.edit.template.checkbox.shorten.fq.names=Shorten &FQ names
286 dialog.edit.template.context.title=Context
287 dialog.edit.template.checkbox.java.code=&Java code
288 dialog.edit.template.checkbox.html=&HTML
289 dialog.edit.template.checkbox.java.comment=Java &comment
290 dialog.edit.template.checkbox.xml=&XML
291 dialog.edit.template.checkbox.java.string=Java &string
292 dialog.edit.template.checkbox.jsp=JS&P
293 dialog.edit.template.checkbox.smart.type.completion=Smart type c&ompletion
294 dialog.edit.template.checkbox.other=O&ther
295 dialog.edit.template.error.title=Cannot Save
296 dialog.edit.template.error.malformed.abbreviation=Cannot save the template.\nTemplate abbreviation should contain only letters, digits and dots.
297 dialog.edit.template.error.already.exists=Cannot save the template.\nTemplate with the abbreviation \"{0}\"\nalready exists in group \"{1}\".\nTry another abbreviation.
298 dialog.edit.template.error.malformed.template=Error parsing the template
299 finish.template.command=Finish Template
300 insert.code.template.command=Insert Code Template
301 template.next.variable.command=Go to Next Code Template Tab
302 template.previous.variable.command=Go to Previous Code Template Tab
303 macro.array.variable=arrayVariable()
304 macro.capitalize.string=capitalize(String)
305 macro.cast.to.left.side.type=castToLeftSideType()
306 macro.classname=className()
307 macro.component.type.of.array=componentTypeOf(Array)
308 macro.current.package=currentPackage()
309 macro.decapitalize.string=decapitalize(String)
310 macro.firstWord.string=firstWord(String)
311 macro.descendant.classes.enum=descendantClassesEnum(String)
312 macro.enum=enum(...)
313 macro.expected.type=expectedType()
314 macro.guess.element.type.of.container=guessElementType(Container)
315 macro.iterable.component.type=iterableComponentType(ArrayOrIterable)
316 macro.iterable.variable=iterableVariable()
317 macro.linenumber=lineNumber()
318 macro.methodname=methodName()
319 macro.qualified.class.name=qualifiedClassName()
320 macro.right.side.type=rightSideType()
321 macro.suggest.index.name=suggestIndexName()
322 macro.suggest.variable.name=suggestVariableName()
323 macro.variable.of.type=variableOfType(Type)
324 command.name.surround.with.runtime.cast=Surround with runtime cast
325 inspection.i18n.expression.is.invalid.error.message=The I18nized Expression template is not a valid expression
326 inspection.error.dialog.title=Error
327 livetemplate.description.tag.pair=Tag pair
328 livetemplate.description.itar=Iterate elements of array
329 livetemplate.description.itco=Iterate elements of java.util.Collection
330 livetemplate.description.iten=Iterate java.util.Enumeration
331 livetemplate.description.itit=Iterate java.util.Iterator
332 livetemplate.description.itli=Iterate elements of java.util.List
333 livetemplate.description.ittok=Iterate tokens from String
334 livetemplate.description.itve=Iterate elements of java.util.Vector
335 livetemplate.description.ritar=Iterate elements of array in reverse order
336 livetemplate.description.iter=Iterate Iterable | Array in J2SDK 5.0 syntax
337 livetemplate.description.itover=Iterate over an Iterable or Array selection in J2SDK 5.0 syntax
338 livetemplate.description.inst=Checks object type with instanceof and down-casts it
339 livetemplate.description.lst=Fetches last element of an array
340 livetemplate.description.mn=Sets lesser value to a variable
341 livetemplate.description.mx=Sets greater value to a variable
342 livetemplate.description.psvm=main() method declaration
343 livetemplate.description.toar=Stores elements of java.util.Collection into array
344 livetemplate.description.lazy=Performs lazy initialization
345 livetemplate.description.serr=Prints a string to System.err
346 livetemplate.description.sout=Prints a string to System.out
347 livetemplate.description.souf=Prints a formatted string to System.out
348 livetemplate.description.soutm=Prints current class and method names to System.out
349 livetemplate.description.soutv=Prints a value to System.out
350 livetemplate.description.st=String
351 livetemplate.description.psf=public static final
352 livetemplate.description.psfi=public static final int
353 livetemplate.description.psfs=public static final String
354 livetemplate.description.thr=throw new
355 livetemplate.description.surround.braces=Surround with {}
356 livetemplate.description.surround.parens=Surround with ()
357 livetemplate.description.surround.tag=Surround with <tag></tag>
358 livetemplate.description.surround.tag.in.htmlorjsp=Surround with <tag></tag> in HTML/JSP
359 livetemplate.description.surround.cdata.in.xmlorhtmlorjsp=Surround with CDATA section
360 livetemplate.description.surround.with.callable=Surround with Callable
361 livetemplate.description.surround.with.read.lock=Surround with ReadWriteLock.readLock
362 livetemplate.description.surround.with.write.lock=Surround with ReadWriteLock.writeLock
363 quickfix.add.variable.text=Initialize variable ''{0}''
364 quickfix.add.variable.family.name=Initialize variable
365 inspection.i18n.quickfix.annotate.as=Annotate as @{0}
366 inspection.i18n.quickfix.annotate.element.as=Annotate {0} ''{1}'' as @{2}
367 disable.intention.action=Disable ''{0}''
368 enable.intention.action=Enable ''{0}''
369 under.construction.string=Under construction.
370 inspection.i18n.option.ignore.comment.pattern=Ignore lines containing this comment (pattern in java.util.Pattern format):
371 inspection.i18n.option.ignore.comment.title=Non-Nls comment pattern
372 inspection.i18n.option.ignore.assigned.to.constants=Ignore literals assigned to constants
373 inspection.i18n.option.ignore.tostring=Ignore contents of toString() method
374 intention.move.initializer.to.constructor=Move initializer to constructor
375 intention.move.field.assignment.to.declaration=Move assignment to field declaration
376 i18nize.jsp.error=Please select JSP text to I18nize.\nMake sure you have not selected any scriptlets, custom tags or other foreign languages elements.\nAlso, HTML tags inside selection must be balanced.
377 i18nize.error.title=Cannot I18nize Selection
378 i18nize.error.message=You can only i18nize Java string literal or substring thereof.\nPlease point the caret inside Java string literal or select part of it.
379 display.coverage.prompt=Do you want to display coverage data for ''{0}''?
380 code.coverage=Code Coverage
381 coverage.button.add.package=Add &Package
382 coverage.pattern.filter.editor.choose.package.title=Choose Package
383 no.coverage=No coverage
384 code.coverage.is.not.supported=Code coverage is supported for jre 5.0 or higher
385 title.popup.show.coverage=Coverage Suites
386 prompt.remove.coverage=Do you want to remove ''{0}'' coverage data?
387 title.remove.coverage.data=Remove Coverage Data
388 coverage.data.outdated=Coverage data outdated
389 coverage.data.not.found=Coverage data not found
390 error.cannot.resolve.class=Cannot resolve class ''{0}''
391 implementation.view.title=Definition of {0}
392 javadoc.info.title=Documentation for {0}
393 intention.intercept.ejb.method.or.class.family=Add EJB interceptor
394 intention.intercept.ejb.method.or.class.class.text=Add interceptor for EJB class ''{0}''
395 intention.intercept.ejb.method.or.class.method.text=Add interceptor for business method ''{0}''
396 intention.edit.interceptor.binding.family=Interceptor Bindings
397 intention.edit.interceptor.binding.text=Edit Interceptor ''{0}'' bindings
398 powered.by=Powered by:
399 powered.by.plugin=''{0}'' plugin.
400 error.cannot.convert.default.message=Invalid value: ''{0}''
401 error.cannot.resolve.default.message=Cannot resolve symbol ''{0}''
402 error.cannot.resolve.0.1=Cannot resolve {0} {1}
403 error.unknown.enum.value.message=Unknown enum value ''{0}''
404 i18nize.cant.create.properties.file.because.its.name.is.associated=Can''t create properties file ''{0}'' because its name is associated with the {1}.
405 i18nize.error.creating.properties.file=Error creating properties file
406 node.method.tooltip=Method
407 node.field.tooltip=Field
408 node.annotation.tooltip=Annotation
409 node.anonymous.class.tooltip=Anonymous Class
410 node.enum.tooltip=Enum
411 node.exception.tooltip=Exception
412 node.interface.tooltip=Interface
413 node.junit.test.tooltip=JUnit Test
414 node.runnable.class.tooltip=Runnable Class
415 node.class.tooltip=Class
416 node.excluded.flag.tooltip=Excluded
417 node.abstract.flag.tooltip=Abstract
418 node.final.flag.tooltip=Final
419 node.static.flag.tooltip=Static
420 multiple.implementations.tooltip=Multiple implementations
421 static.class.initializer={0}class initializer
423 # suppress inspection "unused property"
424 intentions.category.ejb=EJB
425 set.language.level=Set language level
426 set.language.level.to.0=Set language level to {0}
427 remove.annotation=Remove annotation
428 add.external.annotation.test=Add external annotation @{0}
429 deannotate.intention.action.text=Deannotate
430 deannotate.intention.chooser.title=Choose annotation to delete
431 javadoc.type.parameters=Type parameters:
432 highlight.overridden.classes.chooser.title=Choose Classes to Highlight Overridden Methods from
433 no.methods.overriding.0.are.found=No methods overriding {0, choice, 0#|1# '{1}'|2#these classes} are found
434 copy.abstract.method.no.existing.implementations.found=No existing implementations found
435 copy.abstract.method.intention.name=Use existing implementation of ''{0}''
436 copy.abstract.method.popup.title=Choose implementation to copy
437 copy.abstract.method.title=Use Abstract Method Implementation
438 i18nize.empty.file.path=Please specify properties file path
439 choose.type.popup.title=Choose Type
440 cast.expression=Cast expression
441 cast.to.0=Cast to ''{0}''
442 class.completion.file.path=Press {0} to search for all project files
443 property.has.more.parameters.than.passed=Property ''{0}'' expected {1} {1, choice, 1#parameter|2#parameters}, passed {2}