Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2141f54eff7f42409500826e23bbe4e5ec3eb139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################################
# Copyright (c) 2012 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
###############################################################################

ScriptLauncher_error_channelConnectFailed=Failed to connect channel for target ''{0}''.\n\nPossible Cause:\n{1}
ScriptLauncher_error_channelNotConnected=Channel is not connected!
ScriptLauncher_error_missingScript=Illegal argument: Script must be specified!
ScriptLauncher_error_illegalNullArgument=Illegal argument: ''{0}'' has to be not null.
ScriptLauncher_error_illegalIndex=Illegal index ''{0}''.
ScriptLauncher_error_parsingScript=Parsing of the script failed.\n\nPossible Cause:\n{0}
ScriptLauncher_error_executionFailed=Script execution failed.\n\nPossible Cause:\n{0}
ScriptLauncher_error_serviceNotAvailable=Script execution failed.\n\nPossible Cause:\nService ''{0}'' is not available on target ''{1}''.

Back to the top