Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties16
1 files changed, 10 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties
index ee50016493..732af19267 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties
+++ b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_wizard.properties
@@ -19,28 +19,32 @@ ENTITY_PROPERTIES_DESCRIPTION=Set entity name, table name, fields, and access ty
ENTITY=Entity
MAPPED_AS_SUPERCLASS=Mapped Superclass
INHERITANCE_GROUP=Inheritance
+INHERITANCE_CHECK_BOX=Inheritance:
XML_STORAGE_GROUP=XML Entity Mappings
XML_SUPPORT=Add to entity mappings in XML
-CHOOSE_XML=Choose XML :
+CHOOSE_XML=Choose XML:
MAPPING_XML_TITLE=Mapping XML
XML_NAME_TITLE=XML name:
CHOOSE_MAPPING_XML_MESSAGE=Choose mapping XML or create new one
INCORRECT_XML_NAME=Incorrect XML name
TYPE_DIALOG_TITLE=Choose Type
TYPE_DIALOG_DESCRIPTION=Choose the type of the entity field.
-ENTITY_NAME=Entity Name :
-TABLE_NAME=Table Name :
+ENTITY_NAME=Entity Name:
+TABLE_NAME_GROUP=Table Name
+TABLE_NAME=Table Name:
USE_DEFAULT=Use default
ENTITY_FIELDS=Entity Fields
KEY=Key
-NAME=Name
-TYPE=Type
+NAME_COLUMN=Name
+TYPE_COLUMN=Type
+NAME_TEXT_FIELD=Name:
+TYPE_TEXT_FIELD=Type:
BROWSE_BUTTON_LABEL=Browse...
ADD_BUTTON_LABEL=Add...
EDIT_BUTTON_LABEL=Edit...
REMOVE_BUTTON_LABEL=Remove
DUPLICATED_ENTITY_NAMES_MESSAGE=There are duplicate names on created entity fields. Please resolve the duplication.
-ACCESS_TYPE=Access Type :
+ACCESS_TYPE=Access Type
FIELD_BASED=Field-based
PROPERTY_BASED=Property-based
NO_JPA_PROJECTS=No JPA projects in the workspace

Back to the top