Index: Bundle.properties =================================================================== RCS file: /cvs/j2ee/utilities/src/org/netbeans/modules/j2ee/common/ui/Bundle.properties,v retrieving revision 1.9 diff -u -r1.9 Bundle.properties --- Bundle.properties 12 Oct 2006 14:58:22 -0000 1.9 +++ Bundle.properties 7 Jun 2007 11:06:09 -0000 @@ -23,6 +23,13 @@ ACSD_BrokenServerCustomizer_Close=N/A MSG_Broken_Server_Title=Open Project +# BrokenDatabaseSupport +LBL_Resolve_Missing_Dataources_Title=Resolve Data Sources +LBL_BrokenDatasourcesCustomizer_Close=Close +ACSD_Resolve_Missing_Datasources=Click the Resolve button below to resolve the data source +ACSD_BrokenDatasourcesCustomizer_Close=Close +MSG_Broken_Datasources_Title=Open Project + # BrokenReferencesAlertPanel MSG_Broken_References=One or more project resources could not be found. \ Right-click the project and choose Resolve Reference Problems to fix the problems. @@ -40,6 +47,14 @@ to set the target server. MSG_Broken_Server_Again=&Do not show this message again +# BrokenDataSourceAlertPanel +ACSN_BrokenDatasourcesAlertPanel=Broken Datasources Panel +ACSD_BrokenDatasourcesAlertPanel=N/A +MSG_Broken_Datasources=One or more projects use database connections that have not been registered.
\ + Right-click the project in the Projects window and choose
Resolve Datasources \ + to help register database connections. +MSG_Broken_Datasources_Again=&Do not show this message again + # NoSelectedServerWarning LBL_NoSuitableServerWarning_jLabel2=The problem cannot be resolved because there is no \ suitable server instance at the moment. Please add a suitable server instance in \ @@ -48,3 +63,9 @@ LBL_AddServer=&Add Server... ACSN_AddServer=Add Server Button ACSD_AddServer=N/A + +#NoSelectedDatabaseConnectionWarning +LBL_NoSuitableDatabaseConnectionWarning_jLabel2=To resolve, select a Data Source name below then click Add Connection. +LBL_NoSelectedDatabaseConnectionWarning_jLabel1=Database Connections for the Data Sources referenced in this project could not be located. +LBL_AddDatabaseConnection=&Add Connection... +