Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9206b6014e9ef6663524929bc85cb82a8210ace6 (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
###############################################################################
# Copyright (c) 2014 Wind River Systems, Inc. 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:
#     Wind River Systems - initial API and implementation
###############################################################################

TerminalsLauncher_error_channelConnectFailed=Failed to connect channel for target ''{0}''.\n\nPossible Cause:\n{1}
TerminalsLauncher_error_channelNotConnected=Channel is not connected!
TerminalsLauncher_error_missingRequiredService=Failed to get required service: {0}!
TerminalsLauncher_error_illegalNullArgument=Illegal argument: ''{0}'' has to be not null.
TerminalsLauncher_error_terminalLaunchFailed=Failed to launch remote terminal.\n\Target: {0}
TerminalsLauncher_error_terminalExitFailed=Failed to exit remote terminal.\n\nTerminal process id: {0}
TerminalsLauncher_error_possibleCause=\n\nPossible Cause:\n{0}
TerminalsLauncher_error_possibleCauseUnknown=\n\nPossible Cause:\nTerminal did not exit for unknown reasons.
TerminalsLauncher_cause_subscribeFailed=Failed to subscribe to the remote terminal streams service.
TerminalsLauncher_cause_startFailed=Failed to start remote terminal.
TerminalsLauncher_cause_ioexception=An IOException occurred.

TerminalsStreamReaderRunnable_error_readFailed=Failed to read data from stream with id ''{0}''.\n\nPossible Cause:\n{1}
TerminalsStreamWriterRunnable_error_writeFailed=Failed to write data to stream with id ''{0}''.\n\nPossible Cause:\n{1}
TerminalsStreamReaderRunnable_error_appendFailed=Failed to append data from stream with id ''{0}'' to data receiver.\n\nLost data:\n{1}.

Back to the top