Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 080bfbd1bc3f89e4a26b3416eb81de4cc7d181f7 (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) 2009, 2010 Tasktop Technologies and others.
#
# 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:
#      Tasktop Technologies - initial API and implementation
###############################################################################
ConnectorDescriptorToolTip_detailsLink=<a>Learn more</a>
ConnectorDescriptorToolTip_detailsLink_tooltip=Open {0} in an external browser
ConnectorDiscoveryWizard_installProblems=Problems occurred while performing installation: {0}
ConnectorDiscoveryWizardMainPage_connectorDiscovery=Install Extensions
ConnectorDiscoveryWizardMainPage_filterLabel=F&ind:
ConnectorDiscoveryWizardMainPage_message_with_cause={0}: {1}
ConnectorDiscoveryWizardMainPage_noConnectorsFound=No Extensions Found
ConnectorDiscoveryWizardMainPage_noConnectorsFound_description=Discovery completed without finding any extensions.  Please check your network connection and try again.
ConnectorDiscoveryWizardMainPage_pageDescription=\
	Select extensions to install. Press Finish to proceed with installation.\n\
	Press the information button to see a detailed overview and a link to more information.
ConnectorDiscoveryWizardMainPage_provider_and_license=by {0}, {1}
ConnectorDiscoveryWizardMainPage_tooltip_showOverview=Show Overview
ConnectorDiscoveryWizardMainPage_unexpectedException=Unexpected exception
ConnectorDiscoveryWizardMainPage_warningMessageConnectorUnavailable=Sorry, {0} is unavailable.  Please try again later.
ConnectorDiscoveryWizardMainPage_warningTitleConnectorUnavailable=Extension Unavailable
DiscoveryItem_Connector_already_installed_Error_Message={0} is already installed.
DiscoveryItem_Connector_already_installed_Error_Title=Install Extension
DiscoveryItem_Extension_installed={0} (installed)
DiscoveryViewer_Certification_Label0=by {0}, {1}, <a>Certified</a>
DiscoveryViewer_Show_Installed=Show &Installed
DiscoveryWizard_Install_Window_Title=Install
InstallConnectorsJob_commaSeparator=, 
InstallConnectorsJob_connectorsNotAvailable=The following extensions are not available: {0}
InstallConnectorsJob_questionProceed=Proceed With Installation?
InstallConnectorsJob_questionProceed_long=The following extensions are not available: {0}\nProceed with the installation anyways?
InstallConnectorsJob_task_configuring=Configuring installation selection
InstallConnectorsJob_unexpectedError_url=Unexpected error handling repository URL
PrepareInstallProfileJob_notFoundDescriptorDetail={0} (id={1}, site={2})

Back to the top