mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Fixed message identifiers.
This commit is contained in:
parent
72278f3ec9
commit
8aea36d90e
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ CBreakpointManager.1=Set breakpoint failed. Reason: {0}.
|
||||||
CBreakpointManager.2=Set breakpoint failed. Reason: {0}.
|
CBreakpointManager.2=Set breakpoint failed. Reason: {0}.
|
||||||
CBreakpointManager.4=Change breakpoint properties failed. Reason: {0}.
|
CBreakpointManager.4=Change breakpoint properties failed. Reason: {0}.
|
||||||
CGlobalVariableManager.0=Invalid global variables data.
|
CGlobalVariableManager.0=Invalid global variables data.
|
||||||
CMemoryBlockExtensionRetrieval.0=Expression ''{0}'' evaluated to invalid address value: {1}.
|
CMemoryBlockRetrievalExtension.0=Expression ''{0}'' evaluated to invalid address value: {1}.
|
||||||
CMemoryBlockExtensionRetrieval.1=Invalid expression type: ''{0}''
|
CMemoryBlockRetrievalExtension.1=Invalid expression type: ''{0}''
|
||||||
CMemoryBlockExtensionRetrieval.2=Invalid expression: ''{0}''
|
CMemoryBlockRetrievalExtension.2=Invalid expression: ''{0}''
|
||||||
DebugConfiguration.0=This debugger no longer supports this operation
|
DebugConfiguration.0=This debugger no longer supports this operation
|
||||||
CDebugAdapter.0=This debugger does not support debugging external files
|
CDebugAdapter.0=This debugger does not support debugging external files
|
||||||
CDebugAdapter.1=Debugger Process
|
CDebugAdapter.1=Debugger Process
|
||||||
|
|
Loading…
Add table
Reference in a new issue