blob: 8a46ad7b1755e9dba8b99ec7b48b5798c7f932c4 [file] [log] [blame]
Yasuo Doshirocc7fd872008-04-11 01:29:27 +00001###############################################################################
2# Copyright (c) 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
12#
13## SQL Server Driver UI Contributor
14#
15CUI_NEWCW_DATABASE_LBL_UI_ = &Database:
16CUI_NEWCW_HOST_LBL_UI_ = &Host:
17CUI_NEWCW_PORT_LBL_UI_ = Port nu&mber:
18CUI_NEWCW_CONNECTIONURL_LBL_UI_= Connection UR&L:
19CUI_NEWCW_DEFDBNAME_VAL_UI_ = pubs
Yasuo Doshiro3a20fe92008-04-15 01:15:28 +000020CUI_NEWCW_INTEGRATED_AUTHENTICATION_BTN_UI_ = Use integrated authentication
Yasuo Doshirocc7fd872008-04-11 01:29:27 +000021CUI_NEWCW_USERNAME_LBL_UI_ = User name:
22CUI_NEWCW_PASSWORD_LBL_UI_ = Password:
23CUI_NEWCW_SAVE_PASSWORD_LBL_UI_ = Sa&ve password
24CUI_NEWCW_DATABASE_SUMMARY_DATA_TEXT_ = Database
25CUI_NEWCW_HOST_SUMMARY_DATA_TEXT_ = Host
26CUI_NEWCW_PORT_SUMMARY_DATA_TEXT_ = Port number
Yasuo Doshiro3a20fe92008-04-15 01:15:28 +000027CUI_NEWCW_USE_INTEGRATED_AUTHENICATION_SUMMARY_DATA_TEXT_ = Use integrated authentication
Yasuo Doshirocc7fd872008-04-11 01:29:27 +000028CUI_NEWCW_USERNAME_SUMMARY_DATA_TEXT_ = User name
29CUI_NEWCW_SAVE_PASSWORD_SUMMARY_DATA_TEXT_ = Save password
30CUI_NEWCW_TRUE_SUMMARY_DATA_TEXT_ = true
31CUI_NEWCW_FALSE_SUMMARY_DATA_TEXT_ = false
32CUI_NEWCW_URL_SUMMARY_DATA_TEXT_ = URL
33
34CUI_NEWCW_VALIDATE_DATABASE_REQ_UI_ = Enter a database name; for example, {0}.
35CUI_NEWCW_VALIDATE_HOST_REQ_UI_= Enter the host name for the database server.
36CUI_NEWCW_VALIDATE_PORT_REQ_UI_ = Enter the connection port number for the database server.
37CUI_NEWCW_VALIDATE_USERID_REQ_UI_ = Enter a user name.
38CUI_NEWCW_VALIDATE_PASSWORD_REQ_UI_ = Enter a password.
39
40
41