Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-02-09 16:30:05 +0000
committerDarin Swanson2005-02-09 16:30:05 +0000
commit35699ea2c1b213eba399cc5fd81881136b0c02b7 (patch)
tree20d6477cd5ff54ecdf1ede8b934c9c92e73a255a /org.eclipse.debug.ui
parentabc524a1cc4178cc0d8e696162fa7629aa052cb4 (diff)
downloadeclipse.platform.debug-35699ea2c1b213eba399cc5fd81881136b0c02b7.tar.gz
eclipse.platform.debug-35699ea2c1b213eba399cc5fd81881136b0c02b7.tar.xz
eclipse.platform.debug-35699ea2c1b213eba399cc5fd81881136b0c02b7.zip
Removed unused nls keys
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.properties9
2 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index c27a9ab40..e1c936841 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -47,8 +47,6 @@ RelaunchActionDelegate.An_exception_occurred_while_launching_2=An exception occu
RelaunchActionDelegate.Launch_Failed_1=Launch Failed
RelaunchActionDelegate.Launch_1=Launch
-RemoveAllBreakpointsAction.Exceptions_occurred_removing_breakpoints._5=Exception occurred removing breakpoints.
-RemoveAllBreakpointsAction.Removing_all_breakpoints_4=Removing all breakpoints
RemoveAllBreakpointsAction.0=Remove All Breakpoints
RemoveAllBreakpointsAction.1=Are you sure you want to remove all breakpoints?
RemoveAllBreakpointsAction.2=Remove Breakpoints
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.properties
index 2ecd2eac2..343fae105 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.properties
@@ -49,11 +49,6 @@ BreakpointsView.0=Enable Breakpoint
BreakpointsView.10=Error {0} Breakpoint
BreakpointsView.11=An exception occurred while attempting to {0} the breakpoint.
BreakpointsView.1=Disable Breakpoint
-BreakpointsViewEventHandler.1=Error Updating
-BreakpointsViewEventHandler.2=An error occurred while updating one or more breakpoints. The checked state of these breakpoints will not match their enabled state.
-BreakpointsViewEventHandler.4=
-BreakpointsViewEventHandler.5=Exception accessing breakpoint
-BreakpointContainerFactory.0=Error creating groups
BreakpointWorkingSetPage.0=Breakpoint Working Set
BreakpointWorkingSetPage.1=Enter a working set name and select breakpoints.
BreakpointWorkingSetPage.2=&Working set name:
@@ -61,10 +56,6 @@ BreakpointWorkingSetPage.3=Brea&kpoints:
BreakpointWorkingSetPage.4=The name must not have leading or trailing whitespace
BreakpointWorkingSetPage.5=The name must not be empty
BreakpointWorkingSetPage.6=A working set with that name already exists
-BreakpointGroupContainerFactory.0=(no group)
-BreakpointFileContainerFactory.0=(no file)
-BreakpointTypeContainerFactory.0=(other)
-BreakpointProjectContainerFactory.0=(no project)
DebugViewLabelDecorator.0=Debug
DebugViewLabelDecorator.1=Fetching {0} labels
DebugViewLabelDecorator.2=\ ({0} pending)

Back to the top