option to tweak SLRU map sizes globally
[fedora-idea.git] / ui-designer / impl / messages / UIDesignerBundle.properties
blobadb65923dfd028bd0445b1612dd3c83379011ac0
1 action.delete.column=Delete column
2 action.delete.columns=Delete columns
3 action.delete.row=Delete row
4 action.delete.rows=Delete rows
5 action.insert.column.after.this=Insert column after this
6 action.insert.row.after.this=Insert row after this
7 action.insert.column.before.this=Insert column before this
8 action.insert.row.before.this=Insert row before this
9 action.split.column=Split column
10 action.split.row=Split row
11 error.class.does.not.exist=Class "{0}" does not exist"
12 error.multiple.toplevel.components=Form cannot be compiled because it contains more than one component at the top level
13 error.panel.not.laid.out=Form cannot be compiled until this panel is layed out in a grid
14 error.no.field.in.class=Field "{0}" does not exist in class "{1}"
15 error.cant.bind.to.static=Cannot bind to static field "{0}"
16 error.bind.incompatible.types=Incompatible types. Found "{0}", required "{1}"
17 error.binding.already.exists=Binding to field "{0}" already exists
18 error.class.not.found.N=Class not found: {0}
19 error.class.not.found=Class not found
20 error.required.class.not.found.N=Required class not found: {0}
21 error.required.class.not.found=Required class not found
22 chk.copy.form.runtime=&Automatically copy form runtime classes to the output directory
23 label.generate.gui.into=Generate GUI into:
24 radio.generate.into.java=Java &source code
25 radio.generate.into.class=Binary &class files
26 progress.converting=Converting: {0}
27 title.add.component=Add Component
28 message.enter.group.name=Enter a new group name:
29 title.add.group=Add Group
30 title.converting.project=Converting project...
31 tab.general=General
32 tab.palette=Palette
33 title.edit.component=Edit Component
34 edit.enter.group.name=Enter a group name:
35 title.edit.group=Edit Group
36 error.group.name.unique=Group name should be unique
37 error.component.should.be.unique=A component with the same class as the edited component already exists in the palette.
38 title.gui.designer=GUI Designer
39 error.cannot.remove.default.palette=You cannot remove a default palette component.
40 error.cannot.remove.default.group=You cannot remove the group that contains default palette component(s).
41 error.form.file.is.invalid=Form file is invalid
42 error.form.file.is.invalid.message=Form file is invalid: {0}
43 error.class.cannot.be.instantiated=Class "{0}" cannot be instantiated
44 tab.untitled=Untitled
45 error.cannot.load.class=Cannot load class {0}
46 action.create.dialog=Create Dialog Class
47 action.description.create.dialog=Create new class implementing javax.swing.JDialog
48 title.new.dialog=New Dialog
49 command.create.class=Create class
50 error.cannot.create.dialog=Cannot Create Dialog
51 progress.creating.class=Creating class {0}.{1}
52 comment.call.onCancel.cross= // call onCancel() when cross is clicked
53 comment.call.onCancel.escape= // call onCancel() on ESCAPE
54 comment.onok= // add your code here
55 comment.oncancel= // add your code here if necessary
56 edit.dialog.class.name=Enter a new dialog class name:
57 checkbox.generate.cancel=Generate 'Cancel' handler
58 checkbox.generate.ok=Generate 'OK' handler
59 checkbox.generate.main=Generate main() method that creates and shows dialog
60 info.form.not.bound=Nothing to do. Form should be bound to a class.
61 title.data.binding.wizard=Data Binding Wizard
62 error.bound.to.not.found.class=Form is bound to class {0} that is not found.
63 info.no.bound.components=Nothing to do. Form should contain at least one bound component.
64 action.alter.data.binding=Alter Data Binding
65 action.bind.to.another.bean=Bind to Another Bean
66 info.data.binding.regenerate=Data binding to {0} found. If you continue, generated methods will be re-generated.
67 title.data.binding=Data Binding
68 title.form.preview=Form Preview
69 error.cannot.preview.form=Cannot preview form ''{0}''\nReason: {1}
70 error.cannot.read.form=Cannot read form file ''{0}''.\nReason: {1}
71 error.cannot.preview.empty.form=Cannot preview an empty form ''{0}''
72 progress.preview.started={0} preview started
73 tab.getter=Getter
74 tab.setter=Setter
75 component.vertical.spacer=Vertical Spacer
76 component.horizontal.spacer=Horizontal Spacer
77 component.form=Form
78 component.no.binding=no binding
79 component.gui.designer.form.to.bytecode.compiler=GUI Designer form to bytecode compiler
80 component.gui.designer.form.to.source.compiler=GUI Designer form to source compiler
81 progress.compiling.ui.forms=Compiling UI forms...
82 error.cannot.process.form.file=Cannot process form file. Reason: {0}
83 error.cannot.copy.gui.designer.form.runtime=Cannot copy GUI designer form runtime classes to the output directory of module {0}.\nReason: {1}
84 error.class.to.bind.does.not.exist=Class to bind does not exist: {0}
85 error.duplicate.bind=The form is bound to the class {0}.\nAnother form {1} is also bound to this class.
86 editbox.icon=&Icon:
87 editbox.class=&Class:
88 checkbox.want.grow.horz=&Want grow
89 checkbox.can.grow.horz=Can &grow
90 checkbox.can.shrink.horz=Can &shrink
91 checkbox.want.grow.vert=W&ant grow
92 checkbox.can.grow.vert=Can g&row
93 checkbox.can.shrink.vert=Can s&hrink
94 action.delete.selected.components=Delete Selected Component(s)
95 error.item.already.added=GUI Designer palette: item for this class already is added: {0}
96 property.horizontal=Horizontal
97 property.vertical=Vertical
98 property.always=Always
99 property.as.needed=As needed
100 property.never=Never
101 property.wrap=Wrap
102 property.scroll=Scroll
103 property.top=Top
104 property.left=Left
105 property.bottom=Bottom
106 property.right=Right
107 property.center=Center
108 property.trailing=Trailing
109 property.leading=Leading
110 property.horizontal.wrap=Horizontal Wrap
111 property.vertical.wrap=Vertical Wrap
112 property.selection.single=Single
113 property.selection.single.interval=Single Interval
114 property.selection.multiple.interval=Multiple Interval
115 property.resize.off=Off
116 property.resize.next.column=Next Column
117 property.resize.subsequent.columns=Subsequent Columns
118 property.resize.last.column=Last Column
119 property.resize.all.columns=All Columns
120 property.focuslost.commit=Commit
121 property.focuslost.commit.or.revert=Commit or Revert
122 property.focuslost.persist=Persist
123 property.focuslost.revert=Revert
124 button.edit.group=&Edit Group
125 button.edit.component=E&dit Component
126 button.remove.component=Remove Componen&t
127 button.add.component=Add &Component...
128 button.remove.group=Remove Grou&p
129 button.add.group...=Add &Group...
130 action.pointer=Pointer
131 title.choose.component.class=Choose Component Class
132 chk.show.expert.properties=&Show expert properties
133 column.property=Property
134 column.value=Value
135 title.invalid.input=Invalid Input
136 property.none=None
137 property.both=Both
138 error.value.should.not.be.less=Value should not be less than {0}
139 error.not.an.integer=Entered value is not an integer number
140 title.chooser.value=Choose Property Key
141 column.key=Key
142 editbox.bundle.name=Bundle &name:
143 editbox.value=Value:
144 editbox.key=&Key:
145 editbox.value.2=&Value:
146 title.edit.text=Edit Text
147 radio.resource.bundle=Resource &bundle
148 radio.string=&String
149 title.choose.properties.file=Choose Properties File
150 error.specify.bundle.name=Please specify name of the resource bundle
151 error.bundle.does.not.exist=Bundle "{0}" does not exist
152 message.rename.field=Do you want to rename field "{0}" to "{1}" as well?
153 title.rename=Rename
154 title.choose.class.to.bind=Choose Class To Bind
155 property.west=West
156 property.east=East
157 property.north=North
158 property.south=South
159 property.north.west=North-West
160 property.north.east=North-East
161 property.south.west=South-West
162 property.south.east=South-East
163 class.in.package={0} in {1}
164 property.can.shrink=Can Shrink
165 property.can.grow=Can Grow
166 property.want.grow=Want Grow
167 property.fixed=Fixed
168 action.change.field.type=Change field ''{0}'' type from ''{1}'' to ''{2}''
169 error.cannot.change.field.type=Cannot change field ''{0}'' type.\nReason: {1}
170 action.create.class=Create Class ''{0}''
171 error.cannot.create.class.not.in.source.root=Cannot create class because form file does not belong\nto any source root
172 error.cannot.create.package=Cannot create package ''{0}''.\nReason: {1}
173 error.cannot.create.class=Cannot create class ''{0}''.\nReason: {1}
174 action.create.field=Create Field ''{0}''
175 error.cannot.create.field=Cannot create field ''{0}''
176 error.cannot.create.field.no.class=Cannot create field ''{0}'' because\nclass ''{1}'' does not exist.
177 command.create.field=Create Field
178 error.cannot.create.field.reason=Cannot create field ''{0}''.\nReason: {1}
179 tooltip.press.accelerator=Click or press {0}
180 property.not.defined=<not defined>
181 editbox.class.2=C&lass:
182 radio.bind.to.existing.bean=Bind to &existing bean
183 editbox.package=&Package:
184 radio.create.new.bean=Cre&ate new bean
185 column.form.field=Form Field
186 column.bean.property=Bean Property
187 group.horizontal.size.policy=Horizontal Size Policy
188 group.vertical.size.policy=Vertical Size Policy
189 group.methods.to.generate=Methods to Generate
190 title.choose.bean.class=Choose Bean Class
191 title.choose.package=Choose Package
192 error.cannot.read=Cannot read {0}
193 label.select.single.component.to.edit.its.properties=Select single component\nto edit its properties
194 error.please.specify.class.name.of.the.bean.to.be.created=Please specify class name of the bean to be created
195 error.X.is.not.a.valid.class.name=\"{0}\" is not a valid class name
196 error.package.with.name.X.does.not.exist=Package with name \"{0}\" does not exist
197 error.cannot.create.class.X.because.it.already.exists=Cannot create class \"{0}\" because it already exists
198 error.please.specify.fully.qualified.name.of.bean.class=Please specify fully qualified name of bean class
199 error.class.with.name.X.does.not.exist=Class with name \"{0}\" does not exist
200 error.X.is.not.a.valid.property.name=\"{0}\" is not a valid property name
201 error.form.file.is.not.in.source.root=Form file is not in source root
202 error.package.does.not.exist=Package does not exist: {0}
203 error.cannot.find.package=Cannot find package: {0}
204 error.form.is.not.bound.to.a.class=Form is not bound to a class
205 error.bound.class.does.not.exist=Bound class {0} does not exist
206 error.field.not.found.in.class=Field {0} not found in class {1}
207 error.invalid.binding.field.type=Invalid binding field type: field {0}, class {1}
208 uidesigner.string.no.i18n=Value does not need &internationalization
209 bind.to.bean.ismodified.checkbox=isModified()
210 bind.to.bean.setdata.checkbox=setData()
211 bind.to.bean.getdata.checkbox=getData()
212 error.one.toplevel.component.required=There should be only one component at the top level
213 error.nonempty.xy.panels.found=There are non empty panels with XY layout. Please lay them out in a grid.
214 error.class.to.bind.not.found=Class to bind not found: {0}
215 command.change.row.column.span=Change row/column span
216 tooltip.increase.row.span=Increase Row Span
217 tooltip.increase.column.span=Increase Column Span
218 tooltip.decrease.row.span=Decrease Row Span
219 tooltip.decrease.column.span=Decrease Column Span
220 checkbox.create.binding.automatically=Create &binding automatically
221 component.none=<none>
222 component.not.found=<not found>
223 color.chooser.title=Select Color for {0}
224 color.chooser.swing.palette=Swing Palette
225 color.chooser.system.palette=System Palette
226 color.chooser.awt.palette=AWT Palette
227 font.chooser.title=Select Font for {0}
228 font.chooser.font.tab=Font Chooser
229 font.chooser.swing.tab=Swing Fonts
230 font.chooser.font=&Font
231 font.chooser.style=&Style
232 font.chooser.size=Si&ze
233 font.chooser.preview.text=Preview Text
234 font.chooser.regular=Regular
235 font.chooser.bold=Bold
236 font.chooser.italic=Italic
237 font.chooser.bold.italic=Bold Italic
238 title.choose.icon.file=Choose Icon File
239 remove.property.quickfix=Remove Property
240 form.inspections.group=UI Form Problems
241 inspection.duplicate.mnemonics=Duplicate Mnemonics
242 inspection.duplicate.mnemonics.message=Duplicate mnemonic: {0}, {1}
243 inspection.missing.mnemonics=Missing Mnemonics
244 inspection.missing.mnemonics.message=Missing mnemonic: {0}
245 edit.text.searching.references=Searching for Property References
246 edit.text.multiple.usages=The property {0} has {1} usages. Are you sure you want to change its value?
247 edit.text.multiple.usages.title=Change Property Value
248 inspections.missing.mnemonic.quickfix=Assign mnemonic
249 inspection.missing.mnemonics.quickfix.prompt=Select text with mnemonic:
250 inspection.missing.mnemonics.quickfix.title=Assign Mnemonic
251 inspection.duplicate.mnemonics.quickfix=Assign unique mnemonic
252 inspection.no.label.for=No label for component
253 inspection.no.label.for.error=No label specified for component
254 inspection.no.label.for.quickfix=Assign label ''{0}''
255 inspection.no.button.group=Radio button not in a group
256 inspection.no.button.group.error=Radio button not in a group
257 inspection.no.button.group.quickfix.create=Group adjacent buttons
258 key.chooser.new.property=&New Property...
259 key.chooser.new.property.title=Create Property
260 key.chooser.new.property.name=Key &name:
261 key.chooser.new.property.value=Key &value:
262 choose.locale.description=Choose locale for displaying localized string properties
263 choose.locale.default=<default>
264 add.component.form=Form:
265 add.component.class=Class:
266 add.component.cannot.load.form=Cannot load form file {0}
267 add.component.form.not.bound=Forms added to palette must be bound to a class
268 add.component.root.not.bound=Forms added to palette must have a binding for the top-level component
269 add.component.choose.form=Choose Form File
270 add.component.choose.icon=Choose Icon File
271 inspection.no.scroll.pane=Scrollable component not in JScrollPane
272 inspection.no.scroll.pane.quickfix=Surround with JScrollPane
273 surround.with.popup.title=Surround With
274 toolwindow.ui.designer=UI Designer
275 error.cannot.delete.unused.field=Cannot delete unused field: {0}
276 command.delete.unused.field=Delete Unused Field
277 error.for.component=Component {0}: {1}
278 button.group.name.prompt=Enter the name for the group:
279 button.group.name.title=Create Button Group
280 button.group.none=<None>
281 button.group.new=New...
282 delete.row.nonempty=The selected {1,choice,1#row contains|2#{1} rows contain} {0} components. Would you like to delete the components and the {1,choice,1#row|2#rows}?
283 delete.column.nonempty=The selected {1,choice,1#column contains|2#{1} columns contain} {0} components. Would you like to delete the components and the {1,choice,1#column|2#columns}?
284 delete.row.title=Delete Row
285 delete.column.title=Delete Column
286 checkbox.auto.create.binding=Create binding automatically
287 checkbox.can.attach.label=Can have attached label
288 command.create.dialog=Create Dialog
289 command.create.form=Create Form
290 error.cannot.create.form=Cannot Create Form
291 action.gui.form.text=GUI Form
292 action.gui.form.description=Create an empty GUI form
293 title.new.gui.form=New GUI Form
294 checkbox.create.bound.class=Create &bound class
295 new.form.class.name.label=&Class name:
296 new.form.form.name.label=&Form name:
297 paste.choose.destination.prompt=Select paste destination. Click or press Enter to paste, press Esc to cancel
298 navigate.to.listener.title=Navigate to Listener
299 navigate.to.listener.empty=no listeners found
300 palette.special.group=Palette
301 palette.non.palette.component=Non-Palette Component...
302 palette.non.palette.component.tooltip=Add a component not present in palette
303 palette.non.palette.component.title=Add Non-Palette Component
304 default.layout.manager=&Default layout manager:
305 snapshot.no.public.constructor=The class {0} does not have a public constructor.\r\nHow should instances of this class be handled?
306 snapshot.title=Create Form Snapshot
307 swing.inspector.title=Swing Inspector
308 error.card.already.exists=A card named ''{0}'' already exists in this container
309 create.component.title=Choose Component to Insert
310 error.no.custom.create.method=Form contains components with Custom Create option but no createUIComponents() method
311 error.custom.create.no.binding=Only components bound to fields can have custom creation code
312 quickfix.generate.custom.create=Generate createUIComponents() method
313 error.custom.create.binding.required=The component requires custom creation code and must thus have a non-empty binding
314 custom.create.field.name.prompt=A component with custom creation code needs to be bound to a field. Please enter the field name:
315 custom.create.title=Custom Create
316 client.property.name=&Property name:
317 client.property.type=
318 client.property.add.title=Add Client Property
319 client.properties.class.not.found=Class {0} not found
320 client.properties.class.not.component=Not a component class: {0}
321 client.properties.already.defined=Property {0} is already defined
322 client.properties.title=Configure Client Properties
323 client.properties.class.prompt=Enter the full-qualified name of the class to configure client properties for:
324 client.properties.name=Name
325 client.properties.class=Class
326 client.properties.configure=(configure...)
327 client.properties.add.class.tooltip=Add component class
328 client.properties.remove.class.tooltip=Remove component class
329 client.properties.add.property.tooltip=Add client property
330 client.properties.remove.property.tooltip=Remove client property
331 client.properties.type.header=Property Type
332 label=Label
333 morph.component.title=Choose Component to Morph Into
334 morph.component.command=Morph Component
335 inspection.bound.field.title=Assignment to UI-bound field
336 inspection.bound.field.message=Assignment to UI-bound field will overwrite field generated by UI Designer
337 snapshot.form.name.field=&Form Name:
338 create.snapshot.button=Create Snapshot
339 error.form.already.exists=File {0}.form already exists
340 snapshot.components.label=Root of the component tree to include in the snapshot:
341 snapshot.create.error=Failed to create snapshot: {0}
342 snapshot.save.error=Failed to create form from snapshot: {0}
343 snapshot.connection.error=Failed to establish form snapshot connection to running application
344 snapshot.prepare.notice=Please prepare the running application for taking a form snapshot
345 snapshot.run.error=Failed to prepare run profile: {0}
346 snapshot.run.prompt=The application from which snapshots will be taken is not currently running. Would you like to run it?
347 snapshot.no.configuration.error=No Application run configurations defined. Please define a run configuration to use for taking snapshots
348 snapshot.confirm.configuration.prompt=Taking form snapshots is not currently enabled. Enable taking form snapshots in configuration ''{0}''?
349 snapshot.no.compatible.configuration.error=Taking form snapshots requires JRE 5.0 or higher, while all existing Application configurations use an earlier JRE version. Please define a new Application run configuration using JRE 5.0 for taking form snapshots.
350 snapshot.choose.configuration.prompt=Taking form snapshots is not currently enabled. Please choose the run configuration to use for taking form snapshots:
351 snapshot.connection.broken=Form snapshot connection broken
352 snapshot.unknown.layout.prefix=Unknown layout manager classes found.\n
353 snapshot.unknown.layout.prompt=Components using these layout managers will be not included in the snapshot. Continue?
354 property.default=Default
355 property.above.top=Above Top
356 property.below.top=Below Top
357 property.above.bottom=Above Bottom
358 property.below.bottom=Below Bottom
359 border.title.editor.title=Border Title
360 border.color.editor.title=Border Color
361 property.javadoc.title=Documentation for {0} property
362 create.listener.title=Create Listener
363 create.listener.class.not.found=Could not find listener class
364 create.listener.command=Create Listener
365 list.editor.prompt=&Items in the model (one line per item):
366 list.editor.title=List Model for {0}
367 add.module.dependency.prompt=The class {0} is defined in the module {1}. Would you like to add a dependency from module {2} to that module?
368 add.module.dependency.title=Add Module Dependency
369 add.library.dependency.prompt=The class {0} is defined in the library {1}. Would you like to add a dependency from module {2} to that library?
370 add.library.dependency.title=Add Library Dependency
371 i18n.quickfix.property=I18nize property ''{0}''
372 i18n.quickfix.border.title=I18nize border title
373 i18n.quickfix.tab.title=I18nize {0}
374 inspection.one.button.group=Button group with one button
375 inspection.one.button.group.error=Button group with one button
376 inspection.no.button.group.quickfix.add=Add to group ''{0}''
377 property.fill=Fill
378 action.group.columns=Group Columns
379 action.group.rows=Group Rows
380 action.ungroup.columns=Ungroup Columns
381 action.ungroup.rows=Ungroup Rows
382 title.default.alignment=Default Alignment
383 alignment.left=&Left
384 alignment.center=&Center
385 alignment.right=&Right
386 alignment.fill=&Fill
387 title.size=Size
388 size.default=&Default
389 size.preferred=&Preferred
390 size.minimum=&Minimum
391 size.constant=Constan&t
392 size.minimum.limit=M&inimum
393 size.maximum.limit=M&aximum
394 size.grow=&Grow:
395 alignment.top=&Top
396 alignment.bottom=&Bottom
397 title.row.properties=Row {0} Properties
398 title.column.properties=Column {0} Properties
399 title.multiple.rows.selected=Multiple rows selected
400 title.multiple.columns.selected=Multiple columns selected
401 title.no.rows.selected=No rows selected
402 title.no.columns.selected=No columns selected
403 unit.pixels=pixels
404 unit.dialog.units=dialog units
405 unit.points=points
406 unit.inches=inches
407 unit.centimeters=centimeters
408 unit.millimeters=millimeters
409 font.default=<default>
410 action.suppress.for.component=Suppress for component
411 action.suppress.for.all.components=Suppress for all components
412 action.suppress.named.for.component=Suppress ''{0}'' for component
413 action.suppress.named.for.all.components=Suppress ''{0}'' for all components
414 insert.feedback.before.col={0} (row {1}, before col {2})
415 insert.feedback.after.col={0} (row {1}, after col {2})
416 insert.feedback.before.row={0} (col {1}, before row {2})
417 insert.feedback.after.row={0} (col {1}, after row {2})
418 insert.feedback.top=top
419 insert.feedback.bottom=bottom
420 insert.feedback.left=left
421 insert.feedback.right=right
422 resize.feedback={0}: {1} R x {2} C
423 command.update.property=changing property value
424 command.create.property=creating property value
425 title.height=Height
426 title.width=Width
427 tooltip.resize.row=Row {0}: {1}
428 tooltip.resize.column=Column {0}: {1}
429 edit.text.change.all=Change All
430 edit.text.make.unique=Make Unique
431 edit.text.unique.key.prompt=Enter the name for the new property key:
432 delete.component.prompt=Remove component {0} from palette?
433 delete.component.title=Delete Component
434 insert.feedback.fill=fill
435 insert.feedback.add.tab=Add tab: {0} ({1})
436 generate.main.title=Generate main()
437 generate.main.no.default.constructor=The class does not have a default constructor
438 generate.main.empty.form=The form bound to the class is empty
439 generate.main.no.root.binding=The form bound to the class does not have a valid binding for the root component
440 uidesigner.generated.code.folding.placeholder.text=UI Designer generated code
441 node.button.groups=Button Groups
442 node.suppressed.inspections=Suppressed Inspections
443 button.group.name.label=Name:
444 button.group.bound.checkbox=Bind to field
445 error.binding.not.unique=binding is not unique
446 new.form.base.layout.manager.label=Base &layout manager:
447 combobox.group=Gr&oup:
448 checkbox.is.container=Is &container
449 command.set.property.value=Set Property Value
450 command.flatten=Flatten
451 command.drop.components=Drop Components
452 command.insert.component=Insert Component
453 command.delete.selection=Delete Selection
454 command.cut=Cut
455 command.delete.row=Delete Row
456 command.delete.column=Delete Column
457 command.edit.string.property=Edit String Property
458 command.duplicate=duplicate
459 group.buttons.title=Group Buttons
460 group.buttons.name.prompt=Enter the name for the button group:
461 inspection.no.label.for.command=assign label to component
462 error.recursive.form.nesting=Form cannot be loaded because of recursive form nesting
463 error.instantiating.nested.form=Error instantiating nested form {0}: {1}
464 progress.creating.snapshot=Creating snapshot...
465 progress.validating.layout.managers=Validating layout managers...
466 ui.is.bound.header=UI is bound in<br>
467 snapshooter.invalid.container=Selected component is not a valid top-level container for a form
468 error.getting.value=Error getting value: {0}
469 error.setting.value=Error setting value: {0}
470 error.no.message=No message
471 move.class.and.form.prompt=Move class {0} and its bound form
472 move.classes.and.forms.prompt=Move specified classes and their bound forms
473 inspection.invalid.property.in.form.quickfix.error.bundle.not.specified=Bundle not specified
474 inspection.invalid.property.in.form.quickfix.error.property.key.not.specified=Property key not specified
475 inspection.invalid.property.in.form.quickfix.error.bundle.not.found=Bundle ''{0}'' not found
476 inspection.invalid.property.in.form.quickfix.error.key.not.found=Key ''{0}'' not found in bundle ''{1}'' for locale ''{2}''
477 inspection.i18n.message.in.form=Hard coded string literal in form: ''{0}''
478 command.paste=Paste
479 add.component.error.qualified.name.required=Please enter a qualified class name
480 add.component.error.component.required=Please select a class derived from JComponent
481 form.usage.type=Usage in GUI form
482 unsupported.component.class.version=Unsupported component class version
483 action.GuiDesigner.PreviewForm.text=Preview
484 action.GuiDesigner.PreviewForm.description=Preview form
485 action.GuiDesigner.DataBindingWizard.text=Data Binding Wizard...
486 action.GuiDesigner.ChooseLocale.text=Choose UI Designer Form Locale
487 action.GuiDesigner.LayOutHorizontally.text=Lay Out Horizontally
488 action.GuiDesigner.LayOutVertically.text=Lay Out Vertically
489 action.GuiDesigner.LayOutInGrid.text=Lay Out In a Grid
490 action.GuiDesigner.BreakLayout.text=Break Layout
491 action.GuiDesigner.ExpandSelection.text=Expand Selection
492 action.GuiDesigner.ExpandSelection.description=Expand selection structurally
493 action.GuiDesigner.ShrinkSelection.text=Shrink Selection
494 action.GuiDesigner.ShrinkSelection.description=Shrink selection structurally
495 action.GuiDesigner.IncreaseIndent.text=Increase Indent
496 action.GuiDesigner.IncreaseIndent.description=Increase indent of selected component
497 action.GuiDesigner.DecreaseIndent.text=Decrease Indent
498 action.GuiDesigner.DecreaseIndent.description=Decrease indent of selected component
499 action.GuiDesigner.GroupButtons.text=Group Buttons
500 action.GuiDesigner.GroupButtons.description=Add selected buttons to a ButtonGroup
501 action.GuiDesigner.UngroupButtons.text=Ungroup Buttons
502 action.GuiDesigner.UngroupButtons.description=Remove selected buttons from a ButtonGroup
503 action.GuiDesigner.QuickJavadoc.text=_Quick JavaDoc
504 action.GuiDesigner.QuickJavadoc.description=Show a popup window with JavaDoc for selected property
505 action.GuiDesigner.Pack.text=Pack
506 action.GuiDesigner.Pack.description=Shrink container to minimum size
507 action.GuiDesigner.ShowGrid.text=Show Grid
508 action.GuiDesigner.ShowGrid.description=Toggles visibility of the container layout grid
509 action.GuiDesigner.ShowComponentTags.text=Show Component Tags
510 action.GuiDesigner.ShowComponentTags.description=Toggles visibility of tags on large components with no text
511 action.GuiDesigner.ResetValue.text=Restore Default Value
512 action.GuiDesigner.ResetValue.description=Restore the default value of the selected property
513 action.GuiDesigner.AddGroup.text=Add Group
514 action.GuiDesigner.AddGroup.description=Add Group
515 action.GuiDesigner.EditGroup.text=Edit Group
516 action.GuiDesigner.EditGroup.description=Edit Group
517 action.GuiDesigner.DeleteGroup.text=Delete Group
518 action.GuiDesigner.DeleteGroup.description=Delete Group
519 action.GuiDesigner.AddComponent.text=Add Component to Palette...
520 action.GuiDesigner.AddComponent.description=Add Component
521 action.GuiDesigner.EditComponent.text=Edit Component
522 action.GuiDesigner.EditComponent.description=Edit Component
523 action.GuiDesigner.DeleteComponent.text=Delete Component
524 action.GuiDesigner.DeleteComponent.description=Delete Component
525 action.GuiDesigner.Duplicate.text=Duplicate
526 action.GuiDesigner.Duplicate.description=Duplicate Components
527 action.GuiDesigner.SurroundPopup.text=Surround With...
528 action.GuiDesigner.SurroundPopup.description=Surround the selected controls with a container
529 action.GuiDesigner.AddTab.text=Add Tab
530 action.GuiDesigner.AddTab.description=Add a new tab to the selected tabbed pane
531 action.GuiDesigner.GoToListener.text=Go to Listener
532 action.GuiDesigner.GoToListener.description=Navigate to a listener class attached to the component
533 action.GuiDesigner.CreateListener.text=Create Listener
534 action.GuiDesigner.CreateListener.description=Generate a listener class and attach it to the component
535 action.GuiDesigner.CreateComponent.text=Create Component
536 action.GuiDesigner.CreateComponent.description=Choose a component class and add the component to the form
537 action.GuiDesigner.Flatten.text=Flatten
538 action.GuiDesigner.Flatten.description=Delete selected container and move its contents to its parent container
539 action.GuiDesigner.Morph.text=Morph Component...
540 action.GuiDesigner.Morph.description=Convert the component to a different class while preserving properties
541 action.NewFormSnapshot.text=Form Snapshot
542 action.NewFormSnapshot.description=Create a GUI form based on the UI of a running Java application
543 action.GuiDesigner.GenerateMain.text=Form main()
544 action.GuiDesigner.GenerateMain.description=Generate a main() method to show the UI form
545 action.GuiDesigner.ReloadCustomComponents.text=Reload Custom Components
546 action.GuiDesigner.ReloadCustomComponents.description=Reload modified custom component classes and recreate forms
547 action.NewDialog.text=Dialog
548 action.NewForm.text=GUI Form
549 default.field.accessibility=Default accessibility for UI-bound fields:
550 plugin.com.intellij.uiDesigner.description=Provides visual editing support for Swing UI forms
551 group.GuiDesigner.MainToolbarActions.text=UI Designer Toolbar Actions
552 group.GuiDesigner.NewActions.text=New GUI Designer Actions