Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 31eb8ed016df60450b8ea16cb3d995384ada901d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#  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
################################################################################
PeerInfo_errorCannotOpenChannel=Cannot open channel to {0}
PeerInfo_errorNoFileSystemService=Cannot obtain file system service for {0}
PeerInfo_errorPeerNotConnected={0} is currently not connected
TCFFileStoreOperation_errorNotConnected={0} is not connected
TCFOperationGetEnvironment_errorNoChannel=Cannot obtain shared channel for {0}
TCFOperationGetEnvironment_errorNoProcessesService=Cannot obtain processes service for {0}

Back to the top