Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties22
1 files changed, 17 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties
index 71ab6d288b..1b72771a4b 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui.properties
@@ -40,8 +40,8 @@ AddRemovePane_RemoveButtonText=Remove
ClassChooserPane_dialogMessage=&Enter type name prefix or pattern (*, ?, or camel case):
ClassChooserPane_dialogTitle=Class Selection
-convertToJpa_convertingProject="Converting project to faceted form ..."
-convertToJpa_detectingTechnologies="Detecting existing technologies ..."
+convertToJpa_convertingProject="Converting project to faceted form..."
+convertToJpa_detectingTechnologies="Detecting existing technologies..."
DatabaseSchemaWizardPage_title=Database Schema
DatabaseSchemaWizardPage_desc=Select a database schema
@@ -91,7 +91,7 @@ JpaFacetWizardPage_title=JPA Facet
JpaFacetWizardPage_description=Configure JPA settings.
JpaFacetWizardPage_platformLabel=&Platform
JpaFacetWizardPage_connectionLabel=&Connection
-JpaFacetWizardPage_connectionLink=<a>Add connection ...</a>
+JpaFacetWizardPage_connectionLink=<a>Add connection...</a>
JpaFacetWizardPage_connectLink=<a>Connect</a>
JpaFacetWizardPage_connectedText=<a>Connected</a>
JpaFacetWizardPage_addDriverLibraryLabel=&Add driver library to build path
@@ -103,8 +103,8 @@ JpaFacetWizardPage_defaultSchemaLabel=&Schema:
JpaFacetWizardPage_jpaImplementationLabel=JPA implementation
JpaFacetWizardPage_userServerLibLabel=Implementation provided by server runtime
JpaFacetWizardPage_specifyLibLabel=Implementation library:
-JpaFacetWizardPage_jpaPrefsLink=<a>Configure default JPA implementation library ...</a>
-JpaFacetWizardPage_userLibsLink=<a>Configure user libraries ...</a>
+JpaFacetWizardPage_jpaPrefsLink=<a>Configure default JPA implementation library...</a>
+JpaFacetWizardPage_userLibsLink=<a>Configure user libraries...</a>
JpaFacetWizardPage_persistentClassManagementLabel=Persistent class management
JpaFacetWizardPage_discoverClassesButton=Discover annotated classes a&utomatically
JpaFacetWizardPage_listClassesButton=Annotated classes must be &listed in persistence.xml
@@ -115,6 +115,18 @@ JpaFacetWizardPage_none=<None>
JpaLibraryProviderInstallPanel_includeLibraries=&Include libraries with this application
+JpaMakePersistentWizardPage_title=Make Persistent...
+JpaMakePersistentWizardPage_message=Make the selected Java classes persistent by selecting Java annotations or mapping file
+JpaMakePersistentWizardPage_annotateInJavaRadioButton=Annotate in &Java
+JpaMakePersistentWizardPage_mappingFileRadioButton=Add to &ORM mapping file
+JpaMakePersistentWizardPage_mappingFileLabel=Mapping File:
+JpaMakePersistentWizardPage_mappingFileBrowseButton=B&rowse...
+JpaMakePersistentWizardPage_typeTableColumn=Type
+JpaMakePersistentWizardPage_mappingTableColumn=Mapping
+JpaMakePersistentWizardPage_listInPersistenceXmlCheckBox=&List in persistence.xml
+JpaMakePersistentWizardPage_selectedTypesPersistentError=All selected types are already persistent
+JpaMakePersistentWizardPage_mappingFileDoesNotExistError=The ORM mapping file does not exist
+
JpaPreferencesPage_Description=Expand the tree to edit preferences for a specific feature.
JpaProblemSeveritiesPage_Description=Select the severity level for the following optional Java Persistence validation problems:

Back to the top