Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.properties11
1 files changed, 7 insertions, 4 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 1b72771a4b..c75210058f 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
@@ -115,17 +115,18 @@ JpaFacetWizardPage_none=<None>
JpaLibraryProviderInstallPanel_includeLibraries=&Include libraries with this application
-JpaMakePersistentWizardPage_title=Make Persistent...
+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_mappingFileRadioButton=Add to &XML mapping file
+JpaMakePersistentWizardPage_mappingFileLink=<a>&Mapping file:</a>
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
+JpaMakePersistentWizardPage_mappingFileDoesNotExistError=The XML mapping file does not exist
+JpaMakePersistentWizardPage_mappingFileNotListedInPersistenceXmlError=The XML mapping file is not listed in the persistence.xml
JpaPreferencesPage_Description=Expand the tree to edit preferences for a specific feature.
@@ -163,3 +164,5 @@ PersistenceItemLabelProviderFactory_persistenceLabel=Persistence
OverwriteConfirmerDialog_title=Overwrite Existing Class
OverwriteConfirmerDialog_text=Overwrite source code for the class ''{0}''?
+
+SelectJpaOrmMappingFileDialog_newButton=New...

Back to the top