| ################################################################################ |
| # Copyright (c) 2011 Oracle. All rights reserved. |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Public License v1.0, which accompanies this distribution |
| # and is available at http://www.eclipse.org/legal/epl-v10.html. |
| # |
| # Contributors: |
| # Oracle - initial API and implementation |
| ################################################################################ |
| |
| |
| # DbwsGenerator |
| DbwsGeneratorWizard_title = New Database Web Services from Builder XML |
| DbwsGeneratorWizard_generatingDbws = Generating Database Web Services |
| |
| WebDynamicProjectWizardPage_title = Web Dynamic Project |
| WebDynamicProjectWizardPage_desc = Specify project for Database Web Services |
| WebDynamicProjectWizardPage_destinationProject = Select destination project: |
| |
| BuilderXmlWizardPage_title = Select Builder XML File |
| BuilderXmlWizardPage_desc = Specify XML file to generate Database Web Services from |
| |
| BuilderXmlWizardPage_errorUriCannotBeLocated = The selected catalog entry specifies a URI that can not be located. |
| |
| JdbcDriverWizardPage_title = Driver files |
| JdbcDriverWizardPage_desc = Specify driver JAR files |
| |
| JdbcDriverWizardPage_driverFiles = Driver files: |
| |
| JdbcDriverWizardPage_addButton = Add... |
| JdbcDriverWizardPage_removeButton = Remove |
| |
| JdbcDriverWizardPage_chooseADriverFile = Driver File Selection |
| |
| DbwsGeneratorUi_runningDbwsWarningTitle = Generating Database Web Services |
| DbwsGeneratorUi_runningDbwsWarningMessage = \ |
| Warning: Running DBWS Builder will overwrite existing files in your project.\ |
| \n\nAre you sure you want to continue? |
| |
| DbwsGeneratorUi_dbwsNotOnClasspathMessage = \ |
| Warning: DBWS Builder is not on your project classpath.\ |
| \n\nAre you sure you want to continue? |
| |
| DbwsGeneratorUi_notJavaProject = Not a java project |
| DbwsGeneratorUi_notWebDynamicProject = Not a WebDynamic project |
| |
| BuilderXmlWizardPage_xmlCatalogTableTitle = XML Catalog |
| BuilderXmlWizardPage_xmlCatalogKeyColumn = Key |
| BuilderXmlWizardPage_xmlCatalogUriColumn = URI |