org.eclipse.datatools.connectivity.apache.derby.ui NL Fragment
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.classpath b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.project b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.project
new file mode 100644
index 0000000..9a3b33a
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.connectivity.apache.derby.ui.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/META-INF/MANIFEST.MF b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..da79e06
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.connectivity.apache.derby.ui NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.connectivity.apache.derby.ui.nl
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.connectivity.apache.derby.ui;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.properties
new file mode 100644
index 0000000..34d2e4d
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml
new file mode 100644
index 0000000..0c59db6
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * 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:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.connectivity.apache.derby.ui.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.connectivity.apache.derby.ui.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.connectivity.apache.derby.ui</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.connectivity.apache.derby.ui.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="${dir.src}" includes="**/*.properties"/>
+ <fileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..005e42e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Data Tools Platform Apache Derby UI Plug-in
+providerName=Eclipse.org
+
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_NAME=Derby
+DERBY_EMBEDDED_CONNECTION_PROFILE_WIZARD_DESCRIPTION = Create a Derby connection profile.
+DERBY_EMBEDDED_DB_PROPERTY_PAGE_NAME=JDBC Connection Properties
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_de_DE.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_de_DE.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_es_ES.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_es_ES.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_fr_FR.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_fr_FR.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ja_JP.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ja_JP.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ko_KR.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_ko_KR.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_zh_CN.msg
new file mode 100644
index 0000000..57f2037
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/messages_zh_CN.msg
@@ -0,0 +1,47 @@
+DerbyEmbeddedDriverUIContributor.0=Database location:
+DerbyEmbeddedDriverUIContributor.1=Browse...
+DerbyEmbeddedDriverUIContributor.2=Create database (if required)
+DerbyEmbeddedDriverUIContributor.3=Upgrade database to current version
+DerbyEmbeddedDriverUIContributor.url.label = URL:
+DerbyEmbeddedDriverUIContributor.userName.label = User name:
+DerbyEmbeddedDriverUIContributor.password.label = Password:
+DerbyEmbeddedDriverUIContributor.persistpassword.label = Save password
+DerbyEmbeddedDriverUIContributor.optionalProps.label = Optional properties:
+DerbyEmbeddedDriverUIContributor.summary.driverName.label = Driver name
+DerbyEmbeddedDriverUIContributor.summary.connProps.label = Optional properties
+DerbyEmbeddedDriverUIContributor.summary.userName.label = User name
+DerbyEmbeddedDriverUIContributor.summary.password.label = Password
+DerbyEmbeddedDriverUIContributor.summary.url.label = URL
+DerbyEmbeddedDriverUIContributor.FileDialog.title.filebrowse = Browse for Database Folder
+DerbyEmbeddedDriverUIContributor.FileDialog.msg.filebrowse = Select the folder that corresponds to your Derby database.
+DerbyEmbeddedDriverUIContributor.general.tab = General
+DerbyEmbeddedDriverUIContributor.optional.tab = Optional
+DerbyEmbeddedDriverUIContributor.optionalproperties.label = Optional properties:
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
+CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
+CUI_NEWCW_DATABASE_LOCATION_SUMMARY_DATA_TEXT_ = Database location
+CUI_NEWCW_CREATE_DATABASE_SUMMARY_DATA_TEXT_ = Create database (if required)
+CUI_NEWCW_UPGRADE_DATABASE_SUMMARY_DATA_TEXT_ = Upgrade database to current version
+CUI_NEWCW_DATABASE_LBL_UI_ = Databa&se:
+CUI_NEWCW_HOST_LBL_UI_ = &Host:
+CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
+CUI_NEWCW_CONNECTIONURL_LBL_UI_= UR&L:
+CUI_NEWCW_USERNAME_LBL_UI_ = User name:
+CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
+CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
+CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
+CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
+CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
+CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
+CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
+CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
+
+CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name.
+CUI_NEWCW_VALIDATE_DBLOCATION_REQ_UI_ = Enter a database location.
+CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
+CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
+CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
+CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
+
+
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_de_DE.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_de_DE.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_es_ES.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_es_ES.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_fr_FR.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_fr_FR.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ja_JP.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ja_JP.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ko_KR.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_ko_KR.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_zh_CN.msg
new file mode 100644
index 0000000..578b67f
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/messages_zh_CN.msg
@@ -0,0 +1 @@
+NewDerbyEmbeddedConnectionProfileWizard.DerbyEmbeddedDatabaseWizardTitle=New Derby Connection Profile
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg
new file mode 100644
index 0000000..72d24af
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2001, 2004 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+##
+###
+## !!! This property file should only contain resources that are "translatable" !!!
+###
+##
+DATATOOLS.DERBY.UI.SYNONYMS = Synonym