Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9395c2313170da1862495438f991273d3f966a60 (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
###############################################################################
# Copyright (c) 2001, 2008 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
# yyyymmdd bug      Email and other contact information
# -------- -------- -----------------------------------------------------------
# 20060509   119296 pmoogk@ca.ibm.com - Peter Moogk
# 20080221   146023 gilberta@ca.ibm.com - Gilbert Andrews 
# 20080326   223829 kathy@ca.ibm.com - Kathy Chan
# 20080402   222094 kathy@ca.ibm.com - Kathy Chan, Update properties file.
###############################################################################

BUTTON_SHOW_ALL_DIALOGS=&Show All
BUTTON_HIDE_ALL_DIALOGS=&Hide All
CHECKBOX_DO_NOT_SHOW_DIALOG_AGAIN=Do not show me this dialog box again.

TOOLTIP_PPAD_PAGE=Control to show/hide the dialogs that appear when a pop-up action is executed.
TOOLTIP_DO_NOT_SHOW_DIALOG_AGAIN=To allow this dialog to show again, enable from preference - dialogs.
TOOLTIP_PPAD_BUTTON_SHOW_ALL=Show all dialogs.
TOOLTIP_PPAD_BUTTON_HIDE_ALL=Hide all dialogs and execute pop-up actions.
TOOLTIP_PPAD_COMBO_RUNTIME=The runtime you require ant templates for.
TOOLTIP_PPAD_COMBO_SCENARIO=The scenario you require ant templates for.

WIZARD_TITLE_ANT=Create Ant Files
WIZARD_PAGE_TITLE_ANT=Create Web Service Ant files
WIZARD_PAGE_DESC_ANT=Select workspace folder for Ant script and properties files
MSG_STATUS_COPYING_ANT_FILES=Copying web services Ant files
MSG_ERR_COPYING_ANT_FILES=Error encountered copying Ant files
MSG_ERR_ANT_FILES_NOT_FOUND=Ant file not found at {0}
MSG_WARNING_FILE_EXISTS=The file {0} exists.  Do you want to overwrite?
DIALOG_TITLE_OVERWRITE=Confirm Overwrite

MSG_ERROR_WIZARD_ID_NOT_FOUND=IWAB0013E Could not find wizard id: {0}
MSG_ERROR_OPERATION_TIMED_OUT=Operation timed out.

LABEL_RUNTIMES_LIST=Web service runtime:
LABEL_SERVERS_LIST=Web service type:

Back to the top