blob: f15e34ac9dc6c57b0c492a41b500204813bbd59c (
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
|
###############################################################################
# Copyright (c) 2006, 2009 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# Wind River Systems Inc - copied for non-restricted version for DSDP/DD/DSF
###############################################################################
NumberFormatDetailPane_Name=Number Formats Viewer
NumberFormatDetailPane_Description=Detail viewer showing selected variable in all available formats.
DetailPane_LabelPattern={0} : {1}
DetailPane_Select_All=Select &All
DetailPane_Copy=&Copy
PaneWordWrapAction_WrapText=&Wrap Text
PaneMaxLengthAction_MaxLength=&Max Length...
PaneMaxLengthDialog_ConfigureDetails=Configure Details Pane
PaneMaxLengthDialog_MaxCharactersToDisplay=&Maximum characters to display in details pane (0 = unlimited):
PaneMaxLengthDialog_IntegerCannotBeNegative=Integer must be non-negative
PaneMaxLengthDialog_EnterAnInteger=Enter an integer
|