Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8eb6e8165007497e6d747cac25774dab0301420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# 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
###############################################################################
WorkbenchUtil_Browser_Initialization_Failed=Browser initialization failed.
WorkbenchUtil_Invalid_URL_Error=Invalid URL specified: ''{0}''.
WorkbenchUtil_No_URL_Error=No URL specified when opening browser.
WorkbenchUtil_Open_Location_Title=Open Location

Back to the top