Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b34f8506752aaf2bbda85980f931bfed37bbd6c2 (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
58
59
60
61
62
63
64
65
66
###############################################################################
# Copyright (c) 2005, 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
###############################################################################
Advisor_Canceled=Install canceled
Advisor_Preparing=Preparing to install
App_Error=An error occurred during installation
App_FailedStart=Unable to start provisioning infrastructure
App_InvalidSite=Invalid install site: 
App_LaunchFailed=Failed to launch the product: 
App_NoInstallLocation=Install failed because the install location was not set
Dialog_BrowseButton=&Browse...
Dialog_CancelButton=&Cancel
Dialog_CloseButton=&Close
Dialog_ExplainShared=In a shared install, common components are stored together, allowing them to be shared across multiple products.
Dialog_ExplainStandalone=In a stand-alone install, each product is installed in its own directory without any sharing between products
Dialog_InstallButton=&Install
Dialog_InstalllingProgress=Installing...
Dialog_InternalError=An internal error has occurred
Dialog_LaunchButton=&Launch
Dialog_LayoutGroup=Layout
Dialog_LocationField=Location
Dialog_LocationLabel=Select the product install directory:
Dialog_LocationPrompt=Select where you want {0} to be installed
Dialog_ManualProxyCheckBox=Use manual proxy settings
Dialog_PromptStart=Install complete. Do you want to start {0} immediately?
Dialog_ProxiesGroup=Proxy Settings
Dialog_SelectLocation=Select the install location
Dialog_SettingsButton=Settings...
Dialog_SharedButton=&Shared install
Dialog_ShellTitle=Installer
Dialog_StandaloneButton=Stand-&alone install
Op_Cleanup=Some final housekeeping
Op_InstallComplete=Install complete
Op_Installing=Installing {0}
Op_IUNotFound=Installable unit not found: 
Op_NoId=Installable unit id not specified
Op_NoServiceImpl=Install requires a service implementation that is not available: 
Op_Preparing=Preparing to install
Op_UpdateComplete=Update complete
Op_Updating=Updating {0}
ProxiesDialog_DialogTitle=Proxy Settings Dialog
ProxiesDialog_EmptyHostMessage=Empty host
ProxiesDialog_EmptyPasswordMessage=Empty password
ProxiesDialog_EmptyProtMessage=Empty port
ProxiesDialog_EmptyUserMessage=Empty user
ProxiesDialog_FailedToReadProxySettingsMessage=Failed to read proxy settings
ProxiesDialog_FailedToSetProxyMessage=Failed to set proxy settings.
ProxiesDialog_HostLabel=Host:
ProxiesDialog_InvalitHostMessage=Invalid host
ProxiesDialog_NegativValue=Proxy value can not be negativ
ProxiesDialog_OkLabel=OK
ProxiesDialog_PasswordLabel=Password:
ProxiesDialog_PortLabel=Port:
ProxiesDialog_ServiceNotAvailableMessage=Failed to set proxy settings. Service not available
ProxiesDialog_ShemaLabel=Schema:
ProxiesDialog_StatusPrefix=Status: 
ProxiesDialog_UnknownProxyTypeMessage=Not applied because proxy type unknown.
ProxiesDialog_UserLabel=User:
ProxiesDialog_WrongFormat=Wrong proxy format

Back to the top