Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9320c0048f2750ad6de7847adab5f73946dd1af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
# Copyright (c) 2003, 2010 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     QNX Software Systems - initial API and implementation
#	  Sergey Prigogin (Google)
###############################################################################
CGlobalVariableManager_0=Invalid global variables data.
CMemoryBlockRetrievalExtension_0=Expression ''{0}'' evaluated to invalid address value.
CMemoryBlockRetrievalExtension_1=Invalid expression type: ''{0}''
CMemoryBlockRetrievalExtension_2=Invalid expression: ''{0}''
CMemoryBlockRetrievalExtension_3=Memory initialization: invalid memento.
CMemoryBlockRetrievalExtension_4=Invalid address: ''{0}''
CMemoryBlockRetrievalExtension_invalid_encoded_address=Format of encoded address is invalid.
CMemoryBlockRetrievalExtension_CDebugTarget_not_available=Request cannot be handled at this time, probably because debug session has terminated.
DebugConfiguration_0=This debugger no longer supports this operation
CDebugAdapter_0=This debugger does not support debugging external files
CDebugAdapter_1=Debugger Process
CDebugAdapter_Program_file_not_specified=Program file not specified
CoreBuildLaunchBarTracker_Job=Change Build Configurations
CoreBuildLaunchConfigDelegate_noBinaries=No binaries
CoreBuildLocalRunLaunchDelegate_ErrorLaunching=Error launching
CRegisterManager_0=Unable to restore register groups - invalid memento.
CRegisterManager_1=Unable to restore register groups - expecting register group list element.
StringSubstitutionEngine_undefined_variable=Reference to undefined variable {0}
StringSubstitutionEngine_unexpected_argument=Variable {0} does not accept arguments

Back to the top