| ################################################################################ |
| ## Copyright (c) 2006-2007 Ingres 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: |
| ## Ingres - Implementation |
| ################################################################################ |
| |
| PLUGIN_NAME = Ingres DTP-Plug-in |
| PROVIDER_NAME = Eclipse-Datentools-Plattform |
| |
| # Parent category for Ingres in the driver definition |
| CATEGORY_PRODUCT_FAMILY_NAME = Ingres |
| CATEGORY_PRODUCT_FAMILY_DESCRIPTION = |
| |
| # Category for Ingres 2006 in the driver definition |
| CATEGORY_PRODUCT_NAME = 2006 |
| CATEGORY_PRODUCT_DESCRIPTION = |
| |
| # Ingres 2006 Driver Template |
| DRIVER_NAME = Ingres JDBC-Treiber |
| DRIVER_DESCRIPTION = |
| |
| # Various properties for the driver template |
| |
| DRIVER_DRIVER_CLASS_NAME = Treiberklasse |
| DRIVER_DRIVER_CLASS_DESCRIPTION = |
| |
| DRIVER_DB_VENDOR_NAME = Anbieter |
| DRIVER_DB_VENDOR_DESCRIPTION = |
| |
| DRIVER_DB_VERSION_NAME = 2006 |
| DRIVER_DB_VERSION_DESCRIPTION = |
| |
| DRIVER_DATABASE_NAME_NAME = Datenbankname |
| DRIVER_DATABASE_NAME_DESCRIPTION = |
| |
| DRIVER_DB_URL_NAME = Verbindungs-URL |
| DRIVER_DB_URL_DESCRIPTION = |
| |
| DRIVER_DB_USERNAME_NAME = Benutzername |
| DRIVER_DB_USERNAME_DESCRIPTION = |
| |
| DRIVER_DB_PASSWORD_NAME = Kennwort |
| DRIVER_DB_PASSWORD_DESCRIPTION = |
| |
| # Connection Profile |
| CONNECTION_PROFILE_NAME = Ingres-Datenbank |
| |
| # Connection factory |
| CONNECTION_FACTORY_NAME = Ingres JDBC-Verbindungs-Factory |
| # ==================================================================== |
| |