Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0d62c677d0a39d9a0c53a162997fef384aa8b839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
################################################################################
# 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

Back to the top