Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Rohrbach2008-05-07 13:25:48 +0000
committerRandy Rohrbach2008-05-07 13:25:48 +0000
commitae03beb86a8223c7b6131b1741e05d0b50cbd7dd (patch)
tree70cd90ed296f2557933ae822bc3462ced9c61d82 /plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties
parent3d4405ffaf8eadbe32e8ca4d8a2003552e6232a6 (diff)
downloadorg.eclipse.cdt-ae03beb86a8223c7b6131b1741e05d0b50cbd7dd.tar.gz
org.eclipse.cdt-ae03beb86a8223c7b6131b1741e05d0b50cbd7dd.tar.xz
org.eclipse.cdt-ae03beb86a8223c7b6131b1741e05d0b50cbd7dd.zip
Bugzilla 215063
Also performed some minor cleanup of warnings. ( no API changes ). Randy
Diffstat (limited to 'plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties')
-rw-r--r--plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties b/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties
new file mode 100644
index 00000000000..1995fe0865d
--- /dev/null
+++ b/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/ui/viewmodel/detailsupport/messages.properties
@@ -0,0 +1,25 @@
+###############################################################################
+# Copyright (c) 2006, 2008 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:
+# 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

Back to the top