Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authorAnton Leherbauer2009-01-16 12:52:31 +0000
committerAnton Leherbauer2009-01-16 12:52:31 +0000
commit19a25b2054f3db3dc4e6d32423d58405862acdda (patch)
tree8a7dcb4a6d0cfeadd993c8568071a3d93d895e5b /dsf
parent80c167206d684bd8005031249e525d7ebee4ddec (diff)
downloadorg.eclipse.cdt-19a25b2054f3db3dc4e6d32423d58405862acdda.tar.gz
org.eclipse.cdt-19a25b2054f3db3dc4e6d32423d58405862acdda.tar.xz
org.eclipse.cdt-19a25b2054f3db3dc4e6d32423d58405862acdda.zip
Bug 261339 - Add missing externalized strings
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/plugin.properties37
1 files changed, 37 insertions, 0 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
index 7bed11abaf6..57dbdb4c60f 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
+++ b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
@@ -11,3 +11,40 @@
pluginName=Debugger Services Framework UI
providerName=Eclipse.org
+
+# disassembly
+disassemblyPreferencePage.name = Disassembly
+disassemblyView.name= DSF Disassembly
+
+command.gotoPC.name=Go to Program Counter
+command.gotoPC.description=Navigate to current program counter
+command.gotoAddress.name=Go to Address...
+command.gotoAddress.description=Navigate to address
+command.gotoSymbol.name=Go to Symbol...
+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...
+
+menu.updatePolicy = Update Policy
+menu.threadsUpdatePolicy = Threads Update Policy
+menu.updateScope = Update Scope
+
+menu.numberFormat = Number Format
+
+preferencePage.name = DSF
+
+action.expandStack.label = E&xpand Stack
+
+action.refreshAll.name=Refresh Debug Views
+
+action.refresh.label=Refresh
+
+# Preferences
+
+debugCallStack = Debug Call Stack
+debugCurrentInstructionPointer = Debug Current Instruction Pointer
+

Back to the top