Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 41f56d9d5874c123cc343c41fb9cd31b1a140ae7 (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
###############################################################################
#  Copyright (c) 2006, 2009 IBM Corporation 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 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=Other ({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}

Back to the top