blob: 42252a44f35ff74e13906cf3a35e08494043265c [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
AddPropertyPanel.nameLabel.text=&Name:
AddPropertyPanel.nameTextField.text=string
AddPropertyPanel.typeLabel.text=&Type:
AddPropertyPanel.browseTypeButton.text=B&rowse...
AddPropertyPanel.staticCheckBox.text=&static
AddPropertyPanel.finalCheckBox.text=&final
AddPropertyPanel.generateJavadocCheckBox.text=Generate &javadoc
AddPropertyPanel.previewLabel.text=Previe&w:
AddPropertyPanel.indexedCheckBox.text=&Indexed
AddPropertyPanel.previewEditorPane.text=
AddPropertyPanel.previewEditorPane.contentType=text/x-java
AddPropertyPanel.privateRadioButton.text=&private
AddPropertyPanel.protectedRadioButton.text=pr&otected
AddPropertyPanel.boundCheckBox.text=&Bound
AddPropertyPanel.vetoableCheckBox.text=&Vetoable
AddPropertyPanel.propNameTextField.text=PROP_STRING
AddPropertyPanel.previewEditorPane.toolTipText=Preview
AddPropertyPanel.publicRadioButton.text=p&ublic
AddPropertyPanel.packageRadioButton.text=p&ackage
AddPropertyPanel.generatePropertyChangeSupportCheckBox.text=Generate Propert&y Change Support
AddPropertyPanel.generateGetterAndSetterRadioButton.text=Generate getter an&d setter
AddPropertyPanel.generateSetterRadioButton.text=Generate s&etter
AddPropertyPanel.generateGetterRadioButton.text=Generate &getter
AddPropertyPanel.generateVetoablePropertyChangeSupportCheckBox.text=Generate Vetoable &Change Support
AddPropertyPanel.browseTypeButton.toolTipText=Browsing for type not implemented yet
AddPropertyPanel.errorLabel.text=
DN_AddProperty=Add Property...
LBL_ButtonOK=OK
LBL_ButtonCancel=Cancel
CAP_AddProperty=Add Property
ERR_FieldIsEmpty=Field name is empty
ERR_FieldAlreadyExists=Field {0} already exists
ERR_TypeIsEmpty=Property type is empty
ERR_BoundIsEmpty=Property bound is empty
WARN_FinalPropertyRequiresInitilizer=Specify initializer expression for final property
WARN_CannotPCS=Cannot generate property change support for static properties
WARN_CannotVCS=Cannot generate vetoable property change support for static properties
AddPropertyPanel.equalsLabel.text=&=
AddPropertyPanel.semicolonLabel.text=;
AddPropertyPanel.AccessibleContext.accessibleName=Add Property
AddPropertyPanel.AccessibleContext.accessibleDescription=Add Property