Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d0f573a8597df95e5c394136ab51c40e03116b45 (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
###############################################################################
#  Copyright (c) 2006, 2014 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:
#     Wind River Systems Inc - copied for non-restricted version for DSDP/DD/DSF
###############################################################################

FormattedValueVMUtil_Natural_format__label=Default
FormattedValueVMUtil_Decimal_format__label=Decimal
FormattedValueVMUtil_Hex_format__label=Hex
FormattedValueVMUtil_Octal_format__label=Octal
FormattedValueVMUtil_Binary_format__label=Binary
FormattedValueVMUtil_String_format__label=String
FormattedValueVMUtil_Other_format__format_text={0}

NumberFormatContribution_EmptyFormatsList_label=Number formats not available

# Message format used for cases where the value is formatted in a format that 
# is not configured as the preferred format for the view or item. 
# {0} - formatted value
# {1} - name of the format used to format the value
FormattedValueLabelText__Value__text_format={0} ({1})

# {0} - Value string as formatted by ValueLabelText__Value__text_format. 
FormattedValueLabelText__text_format={0}

ElementNumberFormatContribution_RestoreToPreference_label=Restore To Preference

Back to the top