Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-11-08 22:07:27 +0000
committerJared Burns2004-11-08 22:07:27 +0000
commit49f627a0a2d6d03df91e304de6e867f95cb197cf (patch)
tree021fc802399571e7d8daa658b1d3e345ffcfa715 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
parentfa3f02f41c1dc3db8801f9a3ef8a28e1b7dbe8f5 (diff)
downloadeclipse.platform.debug-49f627a0a2d6d03df91e304de6e867f95cb197cf.tar.gz
eclipse.platform.debug-49f627a0a2d6d03df91e304de6e867f95cb197cf.tar.xz
eclipse.platform.debug-49f627a0a2d6d03df91e304de6e867f95cb197cf.zip
Moved NLS'ing to correct bundle.
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
index 5b848d129..05ab821be 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
@@ -19,3 +19,13 @@ SetDefaultBreakpointGroupAction.1=Set Default Custom Group
SetDefaultBreakpointGroupAction.2=&Specify the custom group in which new breakpoints will be automatically placed:
RenameBreakpointGroupAction.0=Rename CUstom Group
RenameBreakpointGroupAction.1=&Specify the new name for the custom group:
+GroupBreakpointsByAction.0=&None
+GroupBreakpointsByAction.1=&Advanced...
+GroupBreakpointsByDialog.0=Specify which groups should be applied to the Breakpoints view and in which order they should be applied.
+GroupBreakpointsByDialog.1=A&vailable Groups:
+GroupBreakpointsByDialog.2=&Add -->
+GroupBreakpointsByDialog.3=&Selected Groups:
+GroupBreakpointsByDialog.4=<-- &Remove
+GroupBreakpointsByDialog.5=Move &Up
+GroupBreakpointsByDialog.6=Move &Down
+GroupBreakpointsByDialog.7=Group Breakpoints \ No newline at end of file

Back to the top