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:
parent
80c167206d
commit
19a25b2054
1 changed files with 37 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue