Skip to main content
summaryrefslogtreecommitdiffstats
blob: b1c63ebb06c305839169efd766f6b3281ea585f1 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
###############################################################################
# Copyright (c) 2004, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

#
# PrivateUDDIConfigPage
#
PAGE_TITLE_PRIVATE_UDDI_CONFIG=Unit Test UDDI Registry Configuration
PAGE_DESC_PRIVATE_UDDI_CONFIG=Configure the unit test UDDI registry.

#
# Tooltip for PrivateUDDIConfigPage
#
TOOLTIP_PUPR_PRIVATE_UDDI_PAGE=Deploy or remove a Unit Test UDDI Registry
TOOLTIP_PUPR_PRIVATE_UDDI_TYPE=Choose the type of Unit Test UDDI Registry you want to deploy
TOOLTIP_PUPR_DEPLOY_PRIVATE_UDDI=Deploy a Unit Test UDDI Registry
TOOLTIP_PUPR_UPDATE_PRIVATE_UDDI=Update the existing Unit Test UDDI Registry
TOOLTIP_PUPR_REMOVE_PRIVATE_UDDI=Remove the existing Unit Test UDDI Registry

#
# Common wizard strings.
#
LABEL_PRIVATE_UDDI_REGISTRY_TYPES=Private UDDI Registry type:
BUTTON_DEPLOY_UDDI_REGISTRY=Deploy the Unit Test UDDI Registry
BUTTON_UPDATE_UDDI_REGISTRY=Update the previously deployed UDDI registry
BUTTON_REMOVE_UDDI_REGISTRY=Remove the previously deployed UDDI registry

#
# Wizard page task labels and descriptions
# (used only for progress indication).
#

#
# Dialog messages
#

#
# Progress messages
#

#
# Warning messages
#

#
# Error messages
#
MSG_ERROR_NO_UDDI_REGISTRY_AVAILABLE=IWAB0363E No UDDI registry available.

Back to the top