Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e2ad85bbc3b961d6c46fd4e83776cc9973448866 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# org.eclipse.tcf.te.tcf.scripting.core
# Externalized Strings.
#

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