diff --git a/plugins/org.eclipse.dd.dsf.debug.ui/plugin.properties b/plugins/org.eclipse.dd.dsf.debug.ui/plugin.properties
index 20d921a68b9..98a34748e9b 100644
--- a/plugins/org.eclipse.dd.dsf.debug.ui/plugin.properties
+++ b/plugins/org.eclipse.dd.dsf.debug.ui/plugin.properties
@@ -25,4 +25,19 @@ command.gotoSymbol.description=Navigate to symbolic address
commandContext.name= In DSF Disassembly
commandContext.description= When debugging in assembly mode
+# actions
action.breakpointProperties.label = Breakpoint Properties...
+
+action.refresh.label = Refresh
+
+menu.updatePolicy = Update Policy
+action.breakpointHitUpdatePolicy.label = Breakpoint Hit
+action.manualUpdatePolicy.label = Manual
+action.automaticUpdatePolicy.label = Automatic
+
+menu.numberFormat = Number Format
+action.setDefaultNumberFormatHex.label = Hex
+action.setDefaultNumberFormatDecimal.label = Decimal
+action.setDefaultNumberFormatOctal.label = Octal
+action.setDefaultNumberFormatBinary.label = Binary
+action.setDefaultNumberFormatNatural.label = Natural
\ No newline at end of file
diff --git a/plugins/org.eclipse.dd.dsf.debug.ui/plugin.xml b/plugins/org.eclipse.dd.dsf.debug.ui/plugin.xml
index 21b6f155b7c..655ec12ec88 100644
--- a/plugins/org.eclipse.dd.dsf.debug.ui/plugin.xml
+++ b/plugins/org.eclipse.dd.dsf.debug.ui/plugin.xml
@@ -50,19 +50,10 @@
verticalRulerPreferenceValue="true">
+
-
-
-
-
+
@@ -70,10 +61,174 @@
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.RefreshActionDelegate"
icon="icons/refresh.gif"
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.actions.Refresh"
- label="Refresh"
+ label="%action.refresh.label"
toolbarPath="additions">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -81,185 +236,87 @@
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.RefreshActionDelegate"
icon="icons/refresh.gif"
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.actions.Refresh"
- label="Refresh"
+ label="%action.refresh.label"
toolbarPath="additions">
-
-
+
+
+ class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.numberformat.actions.SetDefaultFormatHex"
+ helpContextId="org.eclipse.dd.dsf.debug.ui.NumberFormat_Hex_helpContext"
+ id="org.eclipse.dd.dsf.debug.ui.NumberFormat_Hex"
+ label="%action.setDefaultNumberFormatHex.label"
+ menubarPath="numberFormat/additions"
+ style="radio">
-
-
+ class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.numberformat.actions.SetDefaultFormatDecimal"
+ helpContextId="org.eclipse.dd.dsf.debug.ui.NumberFormat_Decimal_helpContext"
+ id="org.eclipse.dd.dsf.debug.ui.NumberFormat_Decimal"
+ label="%action.setDefaultNumberFormatDecimal.label"
+ menubarPath="numberFormat/additions"
+ style="radio">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
fRootMarkers = new HashMap