Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2b89c100940d69bacf032b28db50555245e3c147 (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
###############################################################################
# Copyright (c) 2012, 2015 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
###############################################################################

SerialLauncherDelegate_terminalTitle=Serial {0} ({1})
SerialLauncherDelegate_terminalTitle_default=Serial Terminal

SerialLinePanel_hostTTYDevice_label=Port:
SerialLinePanel_hostTTYSpeed_label=Baud Rate:
SerialLinePanel_hostTTYDatabits_label=Data Bits:
SerialLinePanel_hostTTYParity_label=Parity:
SerialLinePanel_hostTTYStopbits_label=Stop Bits:
SerialLinePanel_hostTTYFlowControl_label=Flow Control:
SerialLinePanel_hostTTYTimeout_label=Timeout (sec):
SerialLinePanel_customSerialBaudRate_title=Configure Custom Serial Baud Rate
SerialLinePanel_customSerialBaudRate_message=Please enter the custom serial baud rate:
SerialLinePanel_error_invalidCharactes=The device name you've entered contains invalid characters.
SerialLinePanel_error_invalidCharactesBaudRate=The baud rate you've entered contains invalid characters.
SerialLinePanel_error_emptyHostTTYDevice=Please select a valid host serial device.
SerialLinePanel_error_emptyHostTTYSpeedRate=Please select a valid serial device speed.
SerialLinePanel_error_emptyHostTTYDatabits=Please select a valid number of data bits.
SerialLinePanel_error_emptyHostTTYParity=Please select a valid parity.
SerialLinePanel_error_emptyHostTTYStopbits=Please select a valid number of stop bits.
SerialLinePanel_error_emptyHostTTYFlowControl=Please select a valid flow control.
SerialLinePanel_error_emptyHostTTYTimeout=Please select a valid timeout.
SerialLinePanel_info_editableTTYDeviceSelected=Please re-select ''Other...'' again to activate the custom serial device input dialog.
SerialLinePanel_info_editableTTYBaudRateSelected=Please re-select ''Other...'' again to activate the custom serial baud rate input dialog.
SerialLinePanel_warning_FailedToLoadSerialPorts=Failed to enumerate the systems serial ports.

SerialPortAddressDialog_dialogtitle=Other...
SerialPortAddressDialog_title=Configure Custom Serial Device
SerialPortAddressDialog_message=Select the type of the custom serial device and configure the device properties.
SerialPortAddressDialog_address=Address:
SerialPortAddressDialog_port=Port:
SerialPortAddressDialog_Information_MissingTargetNameAddress=Please enter a valid target name or IP address.
SerialPortAddressDialog_Error_InvalidTargetNameAddress=Target name or IP address is not valid.
SerialPortAddressDialog_Error_InvalidTargetIpAddress=Target IP address is not valid.
SerialPortAddressDialog_Information_MissingPort=Please enter a valid port number.
SerialPortAddressDialog_Error_InvalidPort=Target port number must be a valid number in the range of 0 to 65535.
SerialPortAddressDialog_Error_InvalidPortRange=Target port number must be in the range of 0 to 65535.

Back to the top