1 error.invalid.installation.home=Unable to import settings. ''{0}'' doesn''t appear to be valid {1} installation home.
2 error.invalid.config.folder=Unable to import settings. ''{0}'' doesn''t appear to be valid {1} config folder.
3 error.no.settings.path=Unable to import settings. {0} does not exist.
4 title.settings.import.failed=Settings Import Failed
5 error.unable.to.import.settings=Unable to import settings. {0}
6 title.complete.installation=Complete Installation
7 title.installation.home.required=Config Folder or Installation Home Required
8 error.please.select.previous.installation.home=Please select previous {0} config folder or installation home
9 error.selected.current.installation.home=You have selected current {0} installation home.\nPlease select previous {1} installation home
10 error.does.not.appear.to.be.installation.home={0} does not appear to be {1} config folder or installation home
11 error.no.read.permissions=You do not have read permissions to {0}
12 radio.do.not.import=I do not have a previous version of {0} or I do not want to import my settings
13 radio.import.auto=I want to import my settings from a previous version ({0})
14 radio.import=I want to import my settings from a custom location
15 label.you.can.import=You can import your settings from a previous version of {0}.
17 editbox.installation.home=Specify config folder or installation home of the previous version of {0}:
18 title.code.completion=Code Completion
19 editbox.lookup.height=Lookup height (items):
20 editbox.autopopup.javadoc.in.ms=Autopopup documentation in (ms):
21 checkbox.show.signatures=Show signatures
22 checkbox.show.full.signatures=Show full signatures
23 editbox.autopopup.in.ms=Autopopup in (ms):
24 title.parameter.info=Parameter Info
25 radio.insert.both.parentheses=Insert '()'
26 checkbox.insert.both.parentheses.when.no.arguments=Insert '()' when no arguments
27 radio.insert.left.parenthesis=Insert '('
28 label.complete.brackets=Brackets:
29 label.complete.autopopup=Autopopup:
30 label.autocomplete.when.only.one.choice=Autocomplete when only one choice:
31 checkbox.show.static.members.after.instance.qualifier=Show static members after instance qualifier
32 checkbox.autocomplete.common.prefix=Autocomplete common prefix
33 checkbox.autocomplete.smart.type=Smart Type
34 checkbox.autocomplete.basic=Basic
35 combobox.case.sensitive.completion=Case sensitive completion:
36 combobox.autocomplete.case.sensitive.all=All
37 combobox.autocomplete.case.sensitive.none=None
38 combobox.autocomplete.case.sensitive.first.letter=First letter
39 editbox.blanklines.before.package.statement=Before package statement:
40 editbox.blanklines.after.package.statement=After package statement:
41 editbox.blanklines.before.imports=Before imports:
42 editbox.blanklines.after.imports=After imports:
43 editbox.blanklines.around.class=Around class:
44 editbox.blanklines.around.field=Around field:
45 editbox.blanklines.around.method=Around method:
46 editbox.blanklines.before.method.body=Before method body:
47 editbox.blanklines.after.class.header=After class header:
48 editbox.blanklines.after.anonymous.class.header=After anonymous class header:
49 title.blank.lines=Blank Lines
50 title.keep.blank.lines=Keep Maximum Blank Lines
51 title.minimum.blank.lines=Minimum Blank Lines
52 editbox.keep.blanklines.in.declarations=In declarations:
53 editbox.keep.blanklines.in.code=In code:
54 editbox.keep.blanklines.before.rbrace=Before '}':
56 listbox.members.order.fields=Instance fields
57 listbox.members.order.static.fields=Static fields
58 listbox.members.order.methods=Instance methods
59 listbox.members.order.static.methods=Static methods
60 listbox.members.order.constructors=Constructors
61 listbox.members.order.inner.classes=Inner classes
62 listbox.members.order.inner.static.classes=Static inner classes
63 title.naming.final.modifier=Final Modifier
64 checkbox.make.generated.parameters.final=Make generated parameters final
65 checkbox.make.generated.local.variables.final=Make generated local variables final
66 title.naming.comment.code=Comment Code
67 checkbox.block.comment.at.first.column=Block comment at first column
68 checkbox.line.comment.at.first.column=Line comment at first column
69 title.order.of.members=Order of Members
70 button.move.down=Move &Down
71 button.move.up=Move &Up
73 label.name.prefix=Name prefix:
74 label.name.suffix=Name suffix:
75 label.naming.local.variable=Local variable:
76 label.naming.field=Field:
77 label.naming.static.field=Static field:
78 label.naming.parameter=Parameter:
79 checkbox.prefer.longer.names=Prefer longer names
80 title.lookup.list=Lookup List
81 title.code.generation=Code Generation
82 title.insert.new.line.before.tags=Insert New Line Before Tags
83 title.remove.line.breaks.before.tags=Remove Line Breaks Before Tags
84 title.do.not.indent.children.of=Do not Indent Children Of
85 title.inline.elements=Inline Elements
86 title.keep.whitespaces.inside=Keep Whitespaces Inside
87 title.dont.wrap.if.inline.content=Dont Wrap If Inline Content Only
88 checkbox.wrap.text=Wrap text
89 checkbox.parentheses.around.method.arguments=Add parentheses around method arguments
90 checkbox.rename.local.variables.inplace=Enable in-place mode
91 checkbox.rename.local.variables.preselect=Preselect old name
92 editbox.keep.blank.lines=Keep blank lines:
93 checkbox.keep.white.spaces=Keep white spaces
94 checkbox.align.text=Align text
95 checkbox.align.attributes=Align attributes
97 checkbox.spaces.in.empty.tag=In empty tag
98 checkbox.spaces.around.tag.name=After tag name
99 checkbox.spaces.around.equals.in.attribute=Around "=" in attribute
100 label.wrap.attributes=Wrap attributes:
101 label.keep.white.spaces.inside=Keep white spaces inside:
102 label.do.not.indent.children.of=Do not indent children of:
103 label.remove.new.line.before=Remove new line before:
104 label.insert.new.line.before=Insert new line before:
106 label.or.if.tag.size.more.than=or if tag size more than
107 checkbox.keep.line.breaks=Keep line breaks
108 checkbox.keep.line.breaks.in.text=Keep line breaks in text
109 title.imports=Imports
110 title.general=General
111 title.other.tabs.and.indents=Other
112 checkbox.use.single.class.import=Use single class import
113 checkbox.use.fully.qualified.class.names=Use fully qualified class names
114 checkbox.insert.imports.for.inner.classes=Insert imports for inner classes
115 checkbox.use.fully.qualified.class.names.in.javadoc=Use fully qualified class names in javadoc
116 editbox.class.count.to.use.import.with.star=Class count to use import with '*':
117 editbox.names.count.to.use.static.import.with.star=Names count to use static import with '*':
118 title.packages.to.use.import.with=Packages to Use Import with '*'
119 title.import.layout=Import Layout
120 button.add.package=Add Package
121 button.add.blank=Add Blank
122 button.remove=R&emove
123 listbox.import.package=Package
124 listbox.import.with.subpackages=With Subpackages
125 listbox.import.all.other.imports=<all other imports>
126 listbox.import.blank.line=<blank line>
127 radio.prefer.comma.separated.import.list=Prefer comma separated import list
128 radio.prefer.one.import.statement.per.page.directive=Prefer one import statement per page directive
129 title.jsp.imports.layout=JSP imports layout
130 button.add.package.p=Add &Package
131 button.remove.r=&Remove
133 wrapping.and.braces=Wrapping and Braces
135 wrapping.keep.when.reformatting=Keep when reformatting
136 wrapping.keep.line.breaks=Line breaks
137 wrapping.keep.comment.at.first.column=Comment at first column
138 wrapping.keep.simple.classes.in.one.line=Simple classes in one line
139 wrapping.keep.simple.methods.in.one.line=Simple methods in one line
140 wrapping.keep.multiple.expressions.in.one.line=Multiple expressions in one line
141 wrapping.keep.simple.blocks.in.one.line=Simple blocks in one line
143 wrapping.do.not.wrap=Do not wrap
144 wrapping.wrap.if.long=Wrap if long
145 wrapping.chop.down.if.long=Chop down if long
146 wrapping.wrap.always=Wrap always
148 wrapping.force.braces.do.not.force=Do not force
149 wrapping.force.braces.when.multiline=When multiline
150 wrapping.force.braces.always=Always
152 wrapping.brace.placement=Braces placement
153 wrapping.brace.placement.class.declaration=In class declaration
154 wrapping.brace.placement.method.declaration=In method declaration
155 wrapping.brace.placement.other=Other
156 wrapping.brace.placement.end.of.line=End of line
157 wrapping.brace.placement.next.line.if.wrapped=Next line if wrapped
158 wrapping.brace.placement.next.line=Next line
159 wrapping.brace.placement.next.line.shifted=Next line shifted
160 wrapping.brace.placement.next.line.each.shifted=Next line, each shifted
162 wrapping.align.when.multiline=Align when multiline
163 wrapping.align.parenthesised.when.multiline=Align parenthesised when multiline
164 wrapping.align.in.columns=Align in columns
166 wrapping.else.on.new.line='else' on new line
167 wrapping.while.on.new.line='while' on new line
168 wrapping.catch.on.new.line='catch' on new line
169 wrapping.finally.on.new.line='finally' on new line
170 wrapping.method.parentheses=Method parentheses
171 wrapping.special.else.if.braces.treatment=Special 'else if' treatment
172 wrapping.indent.case.from.switch=Indent 'case' branches
173 wrapping.force.braces=Force braces
175 wrapping.method.parameters=Method declaration parameters
176 wrapping.method.arguments=Method call arguments
177 wrapping.chained.method.calls=Chained method calls
178 wrapping.for.statement='for()' statement
179 wrapping.if.statement='if()' statement
180 wrapping.while.statement='while()' statement
181 wrapping.dowhile.statement='do ... while()' statement
182 wrapping.switch.statement='switch' statement
183 wrapping.try.statement='try' statement
184 wrapping.try.resources='try-with-resources'
185 wrapping.binary.operations=Binary expressions
186 wrapping.extends.implements.list=Extends/implements list
187 wrapping.extends.implements.keyword=Extends/implements keyword
188 wrapping.throws.list=Throws list
189 wrapping.throws.keyword=Throws keyword
190 wrapping.align.throws.keyword=Align 'throws' to method start
191 wrapping.ternary.operation=Ternary operation
192 wrapping.assignment.variables.groups=Fields/variables groups
193 wrapping.assignment.statement=Assignment statement
194 wrapping.array.initializer=Array initializer
195 wrapping.modifier.list=Modifier list
196 wrapping.assert.statement=Assert statement
197 wrapping.new.line.after.lpar=New line after '('
198 wrapping.rpar.on.new.line=Place ')' on new line
199 wrapping.take.priority.over.call.chain.wrapping=Take priority over call chain wrapping
200 wrapping.operation.sign.on.next.line=Operation sign on next line
201 wrapping.assignment.sign.on.next.line=Assignment sign on next line
202 wrapping.quest.and.colon.signs.on.next.line='?' and ':' signs on next line
203 wrapping.new.line.after.lbrace=New line after '{'
204 wrapping.rbrace.on.new.line=Place '}' on new line
205 wrapping.after.modifier.list=Wrap after modifier list
206 wrapping.colon.signs.on.next.line=':' signs on next line
207 wrapping.classes.annotation=Class annotations
208 wrapping.methods.annotation=Method annotations
209 wrapping.fields.annotation=Field annotations
210 wrapping.parameters.annotation=Parameter annotations
211 wrapping.local.variables.annotation=Local variable annotations
212 wrapping.enum.constants=Enum constants
213 wrapping.long.lines=Ensure right margin is not exceeded
215 checkbox.align.multiline.chained.methods=Chained methods
216 checkbox.align.multiline.method.parameters=Method parameters
217 checkbox.align.multiline.call.arguments=Call arguments
218 checkbox.align.multiline.extends.list=Extends list
219 checkbox.align.multiline.throws.list=Throws list
220 checkbox.align.multiline.fields.groups=Field groups
221 checkbox.align.multiline.parenthesized.expression=Parenthesized expression
222 checkbox.align.multiline.binary.operation=Binary operation
223 checkbox.align.multiline.ternary.operation=Ternary operation
224 checkbox.align.multiline.assignments=Assignments
225 checkbox.align.multiline.for.statement=For statement
226 checkbox.align.multiline.array.initializer=Array initializer
227 title.place.on.new.line=Place on New Line
228 checkbox.keep.when.reformatting.control.statement.in.one.line=Control statement in one line
229 title.braces.placement=Braces Placement
230 combobox.force.braces.if=if ():
231 combobox.force.braces.for=for ():
232 combobox.force.braces.while=while ():
233 combobox.force.braces.do.while=do ... while():
234 label.loading.page.please.wait=Loading...
235 button.save.as=Save As...
237 editbox.scheme.name=Scheme\:
238 html.project.uses.own.code.style=<html><body>The current project is configured to use its own code style.<br>Changes made to global code style settings will not affect formatting in the current project.<br>See Project Settings | Code Style.<br>Press \\"Edit Global Settings\\" button below if you still want to edit global settings.</body></html>
239 title.edit.global.settings=Edit &Global Settings
240 title.settings=Settings
241 title.global.code.style=Global\nCode Style
242 title.save.code.style.scheme.as=Save Code Style Scheme As
243 group.spaces.around.operators=Around Operators
244 group.spaces.before.parentheses=Before Parentheses
245 group.spaces.before.left.brace=Before Left Brace
246 group.spaces.after.right.brace=Before Keywords
247 group.spaces.within=Within
248 group.spaces.in.ternary.operator=In Ternary Operator (?:)
249 group.spaces.in.type.arguments=Within Type Arguments
250 group.spaces.other=Other
251 checkbox.spaces.method.call.parentheses=Method call parentheses
252 checkbox.spaces.method.declaration.parentheses=Method declaration parentheses
253 checkbox.spaces.if.parentheses='if' parentheses
254 checkbox.spaces.while.parentheses='while' parentheses
255 checkbox.spaces.for.parentheses='for' parentheses
256 checkbox.spaces.try.parentheses='try' parentheses
257 checkbox.spaces.catch.parentheses='catch' parentheses
258 checkbox.spaces.switch.parentheses='switch' parentheses
259 checkbox.spaces.synchronized.parentheses='synchronized' parentheses
260 checkbox.spaces.annotation.parameters=Annotation parameters
261 checkbox.spaces.assignment.operators=Assignment operators (=, +=, ...)
262 checkbox.spaces.logical.operators=Logical operators (\\&\\&, ||)
263 checkbox.spaces.equality.operators=Equality operators (==, !=)
264 checkbox.spaces.relational.operators=Relational operators (<, >, <=, >=)
265 checkbox.spaces.bitwise.operators=Bitwise operators (\\&, |, ^)
266 checkbox.spaces.additive.operators=Additive operators (+, -)
267 checkbox.spaces.multiplicative.operators=Multiplicative operators (*, /, %)
268 checkbox.spaces.shift.operators=Shift operators (<<, >>, >>>)
269 checkbox.spaces.around.unary.operator=Unary operators (!, -, +, ++, --)
270 checkbox.spaces.class.left.brace=Class left brace
271 checkbox.spaces.method.left.brace=Method left brace
272 checkbox.spaces.if.left.brace='if' left brace
273 checkbox.spaces.else.left.brace='else' left brace
274 checkbox.spaces.while.left.brace='while' left brace
275 checkbox.spaces.for.left.brace='for' left brace
276 checkbox.spaces.do.left.brace='do' left brace
277 checkbox.spaces.switch.left.brace='switch' left brace
278 checkbox.spaces.try.left.brace='try' left brace
279 checkbox.spaces.catch.left.brace='catch' left brace
280 checkbox.spaces.finally.left.brace='finally' left brace
281 checkbox.spaces.synchronized.left.brace='synchronized' left brace
282 checkbox.spaces.array.initializer.left.brace=Array initializer left brace
283 checkbox.spaces.annotation.array.initializer.left.brace=Annotation array initializer left brace
284 checkbox.spaces.else.keyword='else' keyword
285 checkbox.spaces.while.keyword='while' keyword
286 checkbox.spaces.catch.keyword='catch' keyword
287 checkbox.spaces.finally.keyword='finally' keyword
288 checkbox.spaces.within.brackets=Brackets
289 checkbox.spaces.within.braces=Code braces
290 checkbox.spaces.within.array.initializer.braces=Array initializer braces
291 checkbox.spaces.within.parentheses=Grouping parentheses
292 checkbox.spaces.checkbox.spaces.method.call.parentheses=Method call parentheses
293 checkbox.spaces.checkbox.spaces.empty.method.call.parentheses=Empty method call parentheses
294 checkbox.spaces.checkbox.spaces.method.declaration.parentheses=Method declaration parentheses
295 checkbox.spaces.checkbox.spaces.empty.method.declaration.parentheses=Empty method declaration parentheses
296 checkbox.spaces.type.cast.parentheses=Type cast parentheses
297 checkbox.spaces.annotation.parentheses=Annotation parentheses
298 checkbox.spaces.before.question=Before '?'
299 checkbox.spaces.after.question=After '?'
300 checkbox.spaces.before.colon=Before ':'
301 checkbox.spaces.after.colon=After ':'
302 checkbox.spaces.after.colon.in.label.declaration=After ':' in label declaration
303 checkbox.spaces.after.comma=After comma
304 checkbox.spaces.before.comma=Before comma
305 checkbox.spaces.after.semicolon=After semicolon
306 checkbox.spaces.before.semicolon=Before semicolon
307 checkbox.spaces.after.type.cast=After type cast
308 title.warning=Warning
310 combobox.strip.modified.lines=Modified Lines
311 combobox.strip.all=All
312 combobox.strip.none=None
313 combobox.insert.imports.all=All
314 combobox.insert.imports.ask=Ask
315 combobox.insert.imports.none=None
316 combobox.paste.reformat.none=None
317 combobox.paste.reformat.indent.block=Indent Block
318 combobox.paste.reformat.indent.each.line=Indent Each Line
319 combobox.paste.reformat.reformat.block=Reformat Block
320 combobox.tab.placement.none=None
321 combobox.tab.placement.top=Top
322 combobox.tab.placement.left=Left
323 combobox.tab.placement.bottom=Bottom
324 combobox.tab.placement.right=Right
325 tab.editor.settings.behavior=Behavior
326 tab.editor.settings.appearance=Appearance
327 groupbox.display=Display
328 checkbox.smooth.scrolling=Smooth scrolling
329 checkbox.show.whitespaces=Show whitespaces
330 checkbox.show.all.softwraps=Show all soft wraps
331 checkbox.show.method.separators=Show method separators
332 checkbox.show.small.icons.in.gutter=Show icons preview in gutter for small icons (Java)
333 checkbox.show.line.numbers=Show line numbers
334 checkbox.right.margin=Show right margin (configured in Code Style options)
335 checkbox.use.block.caret=Use block caret
336 checkbox.caret.blinking.ms=Caret blinking (ms):
337 checkbox.mark.modified.tabs.with.asterisk=Mark modified tabs with asterisk
338 group.code.folding=Code Folding
339 checkbox.collapse.xml.tags=XML tags
340 checkbox.collapse.html.style.attribute=HTML 'style' attribute
341 checkbox.collapse.anonymous.classes=<html>Anonymous classes</html>
342 checkbox.collapse.closures=<html>"Closures" (anonymous classes implementing one method)</html>
343 checkbox.collapse.generic.constructor.parameters=<html>Generic constructor and method parameters</html>
344 checkbox.collapse.i18n.messages=<html>I18n strings</html>
345 checkbox.collapse.annotations=<html>Annotations</html>
346 checkbox.collapse.inner.classes=Inner classes
347 checkbox.collapse.simple.property.accessors=<html>Simple property accessors<html>
348 checkbox.collapse.method.bodies=Method bodies
349 checkbox.collapse.javadoc.comments=Documentation comments
350 checkbox.collapse.title.imports=Imports
351 checkbox.collapse.file.header=File header
352 label.collapse.by.default=Collapse by default:
353 checkbox.show.code.folding.outline=Show code folding outline
354 group.tab.appearance=Tab Appearance
355 editbox.tab.limit=Tab limit:
356 combobox.editor.tab.placement=Placement:
357 checkbox.editor.tabs.in.single.row=Show tabs in single row
358 checkbox.editor.tabs.show.close.button=Show "close" button on editor tabs
359 checkbox.hide.file.extension.in.editor.tabs=Hide file extension in editor tabs
360 group.tab.closing.policy=Tab Closing Policy
361 radio.activate.most.recently.opened.tab=<html>Activate most recently opened tab</html>
362 radio.activate.left.neighbouring.tab=<html>Activate left neighbouring tab</html>
363 radio.activate.right.neighbouring.tab=<html>Activate right neighbouring tab</html>
364 label.when.closing.active.editor=When closing active editor:
365 radio.close.less.frequently.used.files=Close less frequently used files
366 radio.close.non.modified.files.first=Close non-modified files first
367 label.when.number.of.opened.editors.exceeds.tab.limit=<html>When number of opened editors exceeds tab limit:</html>
368 group.virtual.space=Virtual Space
369 checkbox.use.soft.wraps.at.editor=Use soft wraps in editor
370 checkbox.use.soft.wraps.at.console=Use soft wraps in console
371 checkbox.use.custom.soft.wraps.indent=Use custom soft wraps indent
372 checkbox.allow.placement.of.caret.after.end.of.line=Allow placement of caret after end of line
373 checkbox.allow.placement.of.caret.inside.tabs=Allow placement of caret inside tabs
374 checkbox.show.virtual.space.at.file.bottom=Show virtual space at file bottom
375 checkbox.optimize.imports.on.the.fly=Optimize imports on the fly
376 checkbox.add.unambiguous.imports.on.the.fly=Add unambiguous imports on the fly
377 combobox.strip.trailing.spaces.on.save=Strip trailing spaces on Save:
378 checkbox.show.quick.doc.on.mouse.over=Show quick doc on mouse over element (ms):
380 editbox.recent.files.limit=Recent files limit:
381 editbox.console.history.limit=Console commands history size:
382 editbox.maximum.number.of.contents.to.keep.in.clipboard=<html>Maximum number of contents to keep in clipboard:</html>
383 group.brace.highlighting=Highlight on Caret Movement
384 checkbox.highlight.matched.brace=Highlight matched brace
385 checkbox.highlight.current.scope=Highlight current scope
386 combobox.paste.insert.imports=&Insert imports on paste:
387 combobox.paste.reformat=Reformat on paste:
388 group.advanced.mouse.usages=Mouse
389 checkbox.enable.ctrl.mousewheel.changes.font.size=<html>Change font size (Zoom) with Ctrl+Mouse Wheel</html>
390 checkbox.enable.ctrl.mousewheel.changes.font.size.macos=<html>Change font size (Zoom) with Command+Mouse Wheel</html>
391 checkbox.enable.drag.n.drop.functionality.in.editor=<html>Enable Drag'n'Drop functionality in editor</html>
392 checkbox.honor.camelhumps.words.settings.on.double.click=<html>Honor "CamelHumps" words settings when selecting on<br/>double click</html>
393 group.smart.keys=Smart Keys
394 checkbox.use.camelhumps.words=Use "CamelHumps" words
395 checkbox.insert.pair.quote=Insert pair quote
396 checkbox.insert.pair.bracket=Insert pair bracket
397 checkbox.javadoc.stub.after.slash.star.star=Insert documentation comment stub
398 checkbox.insert.pair.percent.gt.in.jsp=Insert pair '%>' in JSP
399 checkbox.insert.pair.curly.brace=Insert pair '}'
400 checkbox.smart.indent=Smart indent
401 label.smart.enter=Smart Enter:
402 checkbox.smart.end.on.blank.line=End (on blank line)
403 checkbox.smart.home=Home
404 group.error.highlighting=Error highlighting
405 editbox.autoreparse.delay.ms=Autoreparse delay (ms):
406 editbox.error.stripe.mark.min.height.pixels=Error stripe mark min height (pixels):
407 checkbox.suppress.with.suppresswarnings=Suppress with @SuppressWarnings (for Java 5.0 only)
408 checkbox.next.error.action.goes.to.errors.first='Next Error' action goes to high priority problems only
409 checkbox.show.import.popup=Show import &popup
410 checkbox.indent.use.tab.character=Use tab character
411 checkbox.indent.smart.tabs=Smart tabs
412 editbox.indent.tab.size=Tab size:
413 editbox.indent.indent=Indent:
414 editbox.indent.continuation.indent=Continuation indent:
415 editbox.indent.label.indent=Label indent:
416 checkbox.indent.absolute.label.indent=Absolute label indent
417 checkbox.do.not.indent.top.level.class.members=Do not indent top level class members
418 checkbox.use.relative.indents=Use indents relative to expression start
419 tooltip.indent.must.be.multiple.of.tab.size.for.smart.tabs.to.operate=Indent must be multiple of tab size for smart tabs to operate
420 combobox.crlf.system.dependent=System-Dependent
421 combobox.crlf.unix=Unix and OS X (\\n)
422 combobox.crlf.windows=Windows (\\r\\n)
423 combobox.crlf.mac=Classic Mac (\\r)
424 group.tabs.and.indents=Tabs and Indents
425 checkbox.indent.use.same.settings.for.all.file.types=Use default indent options (General)
426 tab.indent.other=Other
427 combobox.line.separator.for.new.files=Line separator (for new files):
428 editbox.right.margin.columns=Right margin (columns):
429 checkbox.wrap.typing.on.right.margin=Wrap when typing reaches right margin
430 group.javadoc.other=Other
431 group.javadoc.invalid.tags=Invalid tags
432 group.javadoc.blank.lines=Blank lines
433 group.javadoc.alignment=Alignment
434 checkbox.enable.javadoc.formatting=Enable JavaDoc formatting
435 checkbox.align.parameter.descriptions=Align parameter descriptions
436 checkbox.align.thrown.exception.descriptions=Align thrown exception descriptions
437 checkbox.after.description=After description
438 checkbox.after.parameter.descriptions=After parameter descriptions
439 checkbox.after.return.tag=After return tag
440 checkbox.keep.invalid.tags=Keep invalid tags
441 checkbox.keep.empty.param.tags=Keep empty @param tags
442 checkbox.keep.empty.return.tags=Keep empty @return tags
443 checkbox.keep.empty.throws.tags=Keep empty @throws tags
444 checkbox.enable.leading.asterisks=Enable leading asterisks
445 checkbox.use.throws.rather.than.exception=Use @throws rather than @exception
446 checkbox.wrap.at.right.margin=Wrap at right margin
447 checkbox.generate.p.on.empty.lines=Generate "<p/>" on empty lines
448 checkbox.keep.empty.lines=Keep empty lines
449 checkbox.do.not.wrap.one.line.comments=Do not wrap one line comments
450 checkbox.preserve.line.feeds=Preserve line feeds
451 checkbox.param.description.on.new.line=Parameter descriptions on new line
452 title.javadoc=JavaDoc
453 option.table.sizing.text=Chop down if long.
454 title.choose.code.style.scheme=Choose Code Style Scheme
455 radio.use.per.project.code.style.scheme=Use per-project code style scheme
456 radio.use.global.code.style=Use global code style
457 button.import=Import...
458 button.export=Export...
459 button.edit.global.settings=Edit Global Settings...
460 label.edit.per.project.or.global.code.style=<html><body>Check option above on for per-project code style configuration<br>or use global code style. Global code style settings can be configured<br>in IDE Settings/Global Code Style</body></html>
461 title.project.code.style=Project\nCode Style
463 error.scheme.must.have.a.name=Scheme must have a name
464 error.illegal.scheme.name=Illegal scheme name
465 error.a.scheme.with.this.name.already.exists.or.was.deleted.without.applying.the.changes=A scheme with this name already exists or was deleted without applying the changes
466 title.select.font=Select Font
467 checkbox.show.only.monospaced.fonts=Show only monospaced fonts
468 editbox.enter.tag.name=Enter tag name:
469 title.tag.name=Tag Name
474 action.remove=R&emove
475 checkbox.color.background=Background
476 checkbox.color.foreground=Foreground
477 checkbox.color.effects=Effects
478 checkbox.color.error.stripe.mark=Error Stripe Mark
479 combobox.effect.bordered=Bordered
480 combobox.effect.underscored=Underscored
481 combobox.effect.boldunderscored=Bold Underscored
482 combobox.effect.underwaved=Underwaved
483 combobox.effect.strikeout=Strikeout
484 combobox.effect.bold.dottedline=Dotted Line
485 checkbox.font.bold=Bold
486 checkbox.font.italic=Italic
487 label.font.type=Font type:
489 title.file.status=File Status
490 title.scope.based=Scope Based
491 title.colors.and.fonts=Colors \\& Fonts
492 progress.analysing.font=Analysing font: {0}
493 button.edit.scopes=Edit Scopes...
494 group.editor.font=Editor Font
495 quickdoc.tooltip.font.size.by.wheel=Slider or Ctrl+Wheel change font size
496 label.font.size=Font size:
497 label.font.name=Name:
498 editbox.font.size=Size:
499 editbox.line.spacing=Line spacing:
500 combobox.scheme.name=Scheme name:
501 progress.analyzing.fonts=Analyzing Fonts
502 error.readonly.scheme.cannot.be.modified=Read-only scheme cannot be modified. Please do "Save As..." first.
503 error.shared.scheme.cannot.be.modified=Shared scheme cannot be modified. Please do "Save As..." first.
504 title.cannot.modify.readonly.scheme=Cannot Modify Read-Only Scheme
505 title.save.color.scheme.as=Save Color Scheme As
506 title.path.variables=Path Variables
507 editbox.path.macro.value=Value:
508 editbox.path.macro.name=Name:
510 button.edit.dialog=&Edit...
512 error.variable.already.exists=Variable with name {0} already exists
515 title.add.variable=Add Variable
516 title.edit.variable=Edit Variable
517 error.path.variable.is.undefined=Path variable "{0}" is undefined
518 text.no.path.variables=No path variables
519 config.import.invalid.directory.error={0} is not a directory!
521 application.save.settings.error=Could not save application settings: {0}
522 exit.confirm.title=Confirm Exit
523 exit.confirm.prompt=Are you sure you want to exit {0}?
524 exit.confirm.prompt.tasks=You have background tasks running. Are you sure you want to stop them and exit {0}?
525 exclude.from.completion.group=Exclude from Import and Completion
526 exclude.from.completion.prompt=Enter the name of the package or class to exclude from auto-import and class name completion:
527 exclude.from.completion.title=Exclude Package
528 exclude.from.imports.add=A&dd
529 exclude.from.imports.no.exclusions=No exclude patterns
530 inline.elements=Inline elements:
531 don.t.break.if.inline.content=Don't break if inline content:
532 edit.code.folding.options=Open code folding options
534 building.include.indices=Building include indices...
535 loading.include.indices=Loading include indices...
536 use.external.annotations=Use &external annotations
537 insert.override.annotation=Insert @&Override annotation
538 auto.import=Auto Import
539 checkbox.collapse.suppress.warnings=<html>@SuppressWarnings</html>
540 checkbox.collapse.end.of.line.comments=<html>End of line comments sequence</html>
541 title.other.languages=Other Languages
542 launcher.script.overwrite=The file ''{0}'' already exists. Would you like to overwrite it?
543 launcher.script.sudo.prompt=Please enter your password to create a launcher script in a ''{0}''
544 desktop.entry.success=You may now exit {0} and start it from the system menu<br/> \
545 (restart a session if a new entry seem not to appear).
546 desktop.entry.xdg.missing=Unfortunately, xdg-utils seem to be unavailable on your system.
547 desktop.entry.icon.missing=Unable to locate suitable application icon in ''{0}''.
548 desktop.entry.script.missing=Unable to locate suitable startup script in ''{0}''.
549 desktop.entry.checking=Checking...
550 desktop.entry.preparing=Preparing entry...
551 desktop.entry.installing=Installing entry...
552 desktop.entry.sudo.prompt=Please enter your password to create a desktop entry
553 title.tabs.and.indents=Tabs and Indents
556 arrangement.title.settings.tab=Arrangement
557 arrangement.text.empty.rule=<empty rule>
558 arrangement.title.editor=Edit rule
559 arrangement.text.type=Type
560 arrangement.text.modifier=Modifier
561 arrangement.text.negate=Negate
562 arrangement.action.rule.add.text=Add rule
563 arrangement.action.rule.add.description=Add new arrangement rule
564 arrangement.action.rule.remove.text=Remove rule(s)
565 arrangement.action.rule.remove.description=Remove selected arrangement rule(s)
566 arrangement.action.rule.edit.text=Edit rule
567 arrangement.action.rule.edit.description=Edit selected arrangement rule
568 arrangement.action.rule.move.up.text=Move up
569 arrangement.action.rule.move.up.description=Move selected arrangement rule up
570 arrangement.action.rule.move.down.text=Move down
571 arrangement.action.rule.move.down.description=Move selected arrangement rule down
572 arrangement.settings.section.groups=Grouping rules
573 arrangement.settings.section.match=Matching rules
574 arrangement.settings.groups.property.field=Group property field with corresponding getter/setter
575 arrangement.settings.groups.dependent.methods=Keep dependent methods together
576 arrangement.settings.groups.overridden.methods=Keep overridden methods together
577 arrangement.settings.groups.getters.and.setters.together=Keep getters and setters together
578 arrangement.settings.order.type.keep=keep
579 arrangement.settings.order.type.by.name=by name
580 arrangement.settings.order.type.depth.first=depth-first
581 arrangement.settings.order.type.breadth.first=breadth-first
582 arrangement.settings.label.order=order
584 checkbox.spaces.around.lambda.arrow=Lambda arrow
585 checkbox.spaces.around.method.ref.dbl.colon.arrow=Method reference double colon