Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0b4558afef49309be4b8da10e42fb2fcd2deeebc (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###############################################################################
# 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
###############################################################################

AbstractAction_error_commandExecutionFailed="Failed to execute command (id = {0}). Possibly caused by: {1}

AbstractConfigurationPanel_delete=Delete
AbstractConfigurationPanel_deleteButtonTooltip=Delete terminal settings for host
AbstractConfigurationPanel_hosts=Hosts:

TabTerminalListener_consoleTerminated=<terminated> {0}

PinTerminalAction_menu=Pin
PinTerminalAction_toolTip=Pin the Terminal View
ProcessSettingsPage_dialogTitle=Select Process Image
ProcessSettingsPage_processImagePathSelectorControl_label=Image Path:
ProcessSettingsPage_processImagePathSelectorControl_button=Browse
ProcessSettingsPage_processArgumentsControl_label=Arguments:
ProcessSettingsPage_localEchoSelectorControl_label=Local Echo

OutputStreamMonitor_error_readingFromStream=Exception when reading from stream. Possibly caused by: {0}

InputStreamMonitor_error_writingToStream=Exception when writing to stream. Possibly caused by: {0}

TerminalService_error_cannotCreateConnector=Cannot create a valid terminal connector instance from the provided terminal properties.
TerminalService_defaultTitle=Console

LaunchTerminalSettingsDialog_title=Launch Terminal
LaunchTerminalSettingsDialog_combo_label=Choose terminal:
LaunchTerminalSettingsDialog_group_label=Settings

TabScrollLockAction_text=Scroll &Lock
TabScrollLockAction_tooltip=Scroll Lock

LaunchTerminalSettingsDialog_error_title=Terminal Settings
LaunchTerminalSettingsDialog_error_invalidSettings=The specified settings are invalid, please review or cancel.

Back to the top