blob: 1de1f99e1278be4ffe33d62e3eafabf0cabdd59b [file] [log] [blame]
Yasuo Doshirocf521c72008-04-10 00:20:25 +00001###############################################################################
2# Copyright (c) 2001, 2004, 2007 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
Yasuo Doshirod4e02f62008-04-21 23:57:50 +000012pluginName = Eclipse-Datentools-Plattform Derby Plug-In
Yasuo Doshiro4c6ee812009-06-02 18:05:20 +000013providerName = Eclipse Data Tools Platform
Yasuo Doshirocf521c72008-04-10 00:20:25 +000014
Yasuo Doshirod4e02f62008-04-21 23:57:50 +000015DERBY_CONNECTION_PROFILE_NAME=Derby eingebettete Datenbank
16DERBY_JDBC_CONNECTION_FACTORY_NAME=JDBC-Verbindung
17DERBY_PING_CONNECTION_FACTORY_NAME=Ping-Verbindungs-Factory
18DERBY_SQL_MODEL_CONNECTION_FACTORY_NAME=SQL- Modell Verbindung
19DRIVER_CLASS_PROPERTY_NAME=Treiberklasse
20VENDOR_PROPERTY_NAME=Anbieter
Yasuo Doshirocf521c72008-04-10 00:20:25 +000021VERSION_PROPERTY_NAME=Version
Yasuo Doshirod4e02f62008-04-21 23:57:50 +000022DATABASE_NAME_PROPERTY_NAME=Datenbankname
23CONNECTION_URL_PROPERTY_NAME=Verbindungs-URL
24USER_ID_PROPERTY_NAME=Benutzer-ID
25PASSWORD_PROPERTY_NAME=Kennwort
Yasuo Doshirocf521c72008-04-10 00:20:25 +000026
27DERBY_CATEGORY_NAME=Derby
2810_0_VERSION_CATEGORY_NAME = 10.0
2910_1_VERSION_CATEGORY_NAME = 10.1
3010_2_VERSION_CATEGORY_NAME = 10.2
31
Yasuo Doshirod4e02f62008-04-21 23:57:50 +000032DERBY_EMBEDDED_DRIVER_TEMPLATE_NAME=Derby eingebetteter JDBC-Treiber
33DERBY_EMBEDDED_DRIVER_DEFAULT_INSTANCE_NAME=Derby eingebetteter JDBC-Treiber 10.0
34DERBY_OTHER_DRIVER_TEMPLATE_NAME = Anderer Treiber
35DERBY101_EMBEDDED_DRIVER_TEMPLATE_NAME=Derby eingebetteter JDBC-Treiber
36DERBY101_EMBEDDED_DRIVER_DEFAULT_INSTANCE_NAME=Derby eingebetteter JDBC-Treiber 10.1
37DERBY_NETWORK_EMBEDDED_DRIVER_TEMPLATE_NAME=IBM Data Server Treiber für JDBC und SQLJ
38DERBY101_NETWORK_EMBEDDED_DRIVER_TEMPLATE_NAME=IBM Data Server Treiber für JDBC und SQLJ
39DERBY101_CLIENT_DRIVER_TEMPLATE_NAME = Derby Client JDBC-Treiber
40DERBY101_CLIENT_DRIVER_DEFAULT_INSTANCE_NAME = Derby Client JDBC-Treiber 10.1
41DERBY101_OTHER_DRIVER_TEMPLATE_NAME = Anderer Treiber
42DERBY102_EMBEDDED_DRIVER_TEMPLATE_NAME=Derby eingebetteter JDBC-Treiber
43DERBY102_EMBEDDED_DRIVER_DEFAULT_INSTANCE_NAME=Derby eingebetteter JDBC-Treiber 10.2
44DERBY102_CLIENT_DRIVER_TEMPLATE_NAME = Derby Client JDBC-Treiber
45DERBY102_CLIENT_DRIVER_DEFAULT_INSTANCE_NAME = Derby Client JDBC-Treiber 10.2
46DERBY102_OTHER_DRIVER_TEMPLATE_NAME = Anderer Treiber