Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9eab18acc85c5b5f60f9e662253037d21b3e3509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#  Copyright (c) 2014 Wind River Systems, Inc.
#  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:
#     Markus Schorn - initial API and implementation
################################################################################
TCFConnection_errorNoCommandShell=Command shell is not supported.
TCFConnection_errorNoEnvironment=Cannot obtain environment
TCFConnection_notifyListeners=Notify Listeners
TCFConnectionBase_errorNoPortForwarding=Port forwarding is not supported.
TCFConnectionManager_errorCannotConnect=Cannot establish connection
TCFConnectionManager_errorNoCreateConnection=Creating a new TCF remote connection is not supported.
TCFFileManager_errorFileStoreForPath=Cannot create file store
TCFProcessBuilder_errorConnectionClosed=Connection {0} is not open
TCFProcessBuilder_errorLaunchingProcess=Cannot launch remote process
TCFProcessBuilder_errorNoCommand=No command specified

Back to the top