1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Bug 261339 - Add missing externalized strings

This commit is contained in:
Anton Leherbauer 2009-01-16 12:52:31 +00:00
parent 80c167206d
commit 19a25b2054

View file

@ -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