Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b3c8295d7c0da14bd6027eabd832b9e89221b045 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
###############################################################################
# Copyright (c) 2012, 2013 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:
AbstractConfigurationPanel_encoding=Encoding:
AbstractConfigurationPanel_encoding_custom=Other...
AbstractConfigurationPanel_encoding_custom_title=Other...
AbstractConfigurationPanel_encoding_custom_message=Please enter the name of the encoding to use for the terminal.
AbstractConfigurationPanel_encoding_custom_error=Unsupported encoding. Please enter the name of a supported encoding.

TabTerminalListener_consoleClosed=<{1}> {0}
TabTerminalListener_consoleConnecting={0} : {1}...

PinTerminalAction_menu=Pin
PinTerminalAction_toolTip=Pin the Terminal View

ToggleCommandFieldAction_menu=Toggle Command Input Field
ToggleCommandFieldAction_toolTip=Toggle Command Input Field

SelectEncodingAction_menu=Switch Encoding...
SelectEncodingAction_tooltip=Switch the Encoding of the active Terminal

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\n\n\
{0}\n\n\
Please review and specify valid settings. Or cancel the settings dialog to abort.
LaunchTerminalSettingsDialog_error_unknownReason=Cannot determine specifically which setting is invalid.

EncodingSelectionDialog_title=Encoding

TabFolderManager_encoding=Encoding: {0}
TabFolderManager_state_connected=Connected
TabFolderManager_state_connecting=Connecting
TabFolderManager_state_closed=Closed

Back to the top