Initial commit
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2004 QNX Software Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - Initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
pluginName=C/C++ Development Tools Debugger UI
|
||||
providerName=Eclipse.org
|
||||
|
||||
MemoryView.name=Memory
|
||||
SharedLibrariesView.name=Shared Libraries
|
||||
SignalsView.name=Signals
|
||||
|
||||
CDebuggerPage.name=C Debugger UI Page
|
||||
MemoryPreferencePage.name=Memory View
|
||||
CDebugPreferencePage.name=Debug
|
||||
SharedLibrariesPreferencePage.name=Shared Libraries View
|
||||
SourcePreferencePage.name=Source Code Locations
|
||||
|
||||
RunMenu.label=&Run
|
||||
DebugActionSet.label=C/C++ Debug
|
||||
|
||||
RestartAction.label=Restart
|
||||
RestartAction.tooltip=Restart
|
||||
|
||||
ToggleInstructionStepModeAction.label=Instruction Stepping Mode
|
||||
ToggleInstructionStepModeAction.tooltip=Instruction Stepping Mode
|
||||
|
||||
ShowDebuggerConsoleAction.label=Show Debugger Console
|
||||
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
||||
|
||||
AddBreakpoint.label=Toggle &Breakpoint
|
||||
EnableBreakpoint.label=&Toggle Breakpoint Enabled
|
||||
BreakpointProperties.label=Breakpoint P&roperties...
|
||||
ManageFunctionBreakpointAction.label=Toggle Breakpoint
|
||||
ManageFunctionBreakpointAction.tooltip=Toggle Function/Method Breakpoint
|
||||
ToggleWatchpointAction.label=Toggle Watchpoint
|
||||
ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
|
||||
BreakpointPropertiesAction.label=P&roperties...
|
||||
AddExpressionAction.label=Add &Expression...
|
||||
GlobalAddExpressionAction.label=Add &Expression (C/C++)...
|
||||
RunToLineAction.label=Run To &Line
|
||||
JumpToLineAction.label=Resume At Li&ne
|
||||
GlobalRunToLineAction.label=Run To &Line (C/C++)
|
||||
GlobalJumpToLineAction.label=Resume At Li&ne (C/C++)
|
||||
ShowFullPathsAction.label=Show Full &Paths
|
||||
ShowFullPathsAction.tooltip=Show Full Paths
|
||||
|
||||
AddGlobalsAction.label=Add Global Variables...
|
||||
AddGlobalsAction.tooltip=Add Global Variables
|
||||
RemoveGlobalsAction.label=Remove Global Variables
|
||||
RemoveGlobalsAction.tooltip=Remove Selected Global Variables
|
||||
RemoveAllGlobalsAction.label=Remove All Global Variables
|
||||
RemoveAllGlobalsAction.tooltip=Remove All Global Variables
|
||||
|
||||
CVariableFormatMenu.label=Format
|
||||
HexVariableFormatAction.label=Hexadecimal
|
||||
DecVariableFormatAction.label=Decimal
|
||||
NaturalVariableFormatAction.label=Natural
|
||||
|
||||
CDebugActionGroup.name=C/C++ Debug
|
||||
|
||||
SourcePropertyPage.name=Source Lookup
|
||||
|
||||
DisassemblyEditor.name=Disassembly Editor
|
||||
AttachSourceEditor.name= Attach Source Editor
|
||||
CDebugEditor.name= C/C++ Debug Editor
|
||||
|
||||
LoadSymbolsAction.label=Load Symbols
|
||||
LoadSymbolsAction.tooltip=Load Shared Library's Symbols
|
||||
LoadSymbolsForAllAction.label=Load Symbols For All
|
||||
LoadSymbolsForAllAction.tooltip=Load Symbols For All Shared Libraries
|
||||
|
||||
SignalAction.label=Resume With Signal
|
||||
SignalAction.tooltip=Resume With Signal
|
||||
SignalZeroAction.label=Resume Without Signal
|
||||
SignalZeroAction.tooltip=Resume Ignoring Signal
|
||||
SignalPropertiesAction.label=Signal Properties...
|
||||
SignalPropertiesAction.tooltip=Open Signal Properties Dialog
|
||||
|
||||
CastToTypeAction.label=Cast To Type...
|
||||
CastToTypeAction.tooltip=Cast Varibale To Type
|
||||
RestoreDefaultTypeAction.label=Restore Original Type
|
||||
RestoreDefaultTypeAction.tooltip=Restore Original Type Of Variable
|
||||
CastToArrayAction.label=Display As Array...
|
||||
CastToArrayAction.tooltip=Display Variable As Array
|
||||
|
||||
EnableVariablesAction.label=Enable
|
||||
EnableVariablesAction.tooltip=Enable Selected Variables
|
||||
|
||||
DisableVariablesAction.label=Disable
|
||||
DisableVariablesAction.tooltip=Disable Selected Variables
|
||||
|
||||
DefaultSourceLocator.name=Default C/C++ Source Locator
|
||||
OldDefaultSourceLocator.name=Default C/C++ Source Locator (old)
|
||||
|
||||
DisassemblyView.name=Disassembly
|
||||
DisassemblyCurrentInstructionPointer=Disassembly Current Instruction Pointer
|
||||
DisassemblySecondaryInstructionPointer=Disassembly Secondary Instruction Pointer
|
||||
|
||||
DebugPresentation.label=C/C++ Debug Appearance
|
||||
DisassemblySourceLineColor.label=Disassembly Source Line text color
|
||||
DisassemblySourceLineColor.description=The color used in the Disassembly view for source lines.
|
||||
DisassemblyFontDefinition.label=Disassembly View text font
|
||||
DisassemblyFontDefinition.description=The font used in the Disassembly view.
|
||||
|
||||
DebugTextHover.label=Debugger
|
||||
DebugTextHover.description=Shows the value of the expression selected in the debug perspective.
|
||||
|
||||
DebuggingCContext.name=Debugging C/C++
|
||||
DebuggingCContext.description=Debugging C/C++ Programs
|
||||
|
||||
CommonBreakpointPage.label=Common
|
||||
FilteringBreakpointPage.label=Filtering
|
||||
CommonSignalPage.label=Common
|
||||
Reference in New Issue
Block a user