Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties
index 37451dbd583..7c11584161e 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties
+++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/Messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2013 Wind River Systems and others.
+# Copyright (c) 2009, 2014 Wind River Systems 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
@@ -9,9 +9,19 @@
# Wind River Systems - initial API and implementation
# Ericsson - added Tracepoint support
# Ericsson - added Step into selection support
+# Ericsson - Support Register Groups
###############################################################################
ToggleBreakpointsTargetFactory_description=Standard C/C++ breakpoint type.
ToggleBreakpointsTargetFactory_name=C/C++ Breakpoints
DsfUIStepIntoEditorSelection=Step Into
+Information=Information
+RegisterGroupInfo=Register Group
+DefaultRegistersGroupName=New Group
+ProposeGroupNameRoot=Group_
+RegisterGroupConfirmRestoreTitle=Register Groups - Confirm Restore
+RegisterGroupConfirmRestoreMessage=Are you sure you want to restore to the default register group(s) ?
+RegisterGroupRestore=OK
+RegisterGroupRestoreCancel=Cancel
+

Back to the top