Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-10-18 20:08:56 +0000
committerJared Burns2004-10-18 20:08:56 +0000
commiteb47904a6058a015e602df4243406476328a6589 (patch)
treeb570f28e43a9ec68e55ca3c7850f306100b0f53d /org.eclipse.debug.ui/plugin.properties
parentcf7c208b59b75dc9f8859fbbe8dd6c0f7d5205fe (diff)
downloadeclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.tar.gz
eclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.tar.xz
eclipse.platform.debug-eb47904a6058a015e602df4243406476328a6589.zip
NLS'ing
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 63b3c5204..41a8da583 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -28,6 +28,8 @@ DebugModelActivityBindingsName=Debug Model Activity Bindings
ContextViewBindingsName=Context View Bindings
BreakpointActionSet.label=Breakpoints
+CollapseAll.label=Collapse All
+CollapseAll.tooltip= Collapse Al
CopyToClipboardAction.label=&Copy Stack
CopyVariablesToClipboardAction.label=Copy &Variables
DebugActionSet.label=Debug
@@ -51,7 +53,13 @@ DisableBreakpointsAction.label=&Disable
DisconnectAction.label=Disconn&ect
DisconnectAction.tooltip=Disconnect
EnableBreakpointsAction.label=&Enable
+ExpandAll.label=Expand All
+ExpandAll.tooltip=Expand All
ExpressionView.name=Expressions
+GroupBy.label=Group By
+GroupBy.tooltip=Group By
+LinkWithDebugView.label=Link with Debug View
+LinkWithDebugView.tooltip=Link with Debug View
LaunchActionSet.label=Launch
LaunchConfigurationTabGroupExtensionName=Launch Configuration Tab Group
LaunchShortcutsName=Launch Shortcut

Back to the top