Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0942b459a997ba6de27c353eb3a76f804e607900 (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
31
32
33
34
35
###############################################################################
# Copyright (c) 2003, 2010 QNX Software Systems and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# 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
CoreBuildLaunchBarTracker_NoToolchainForTarget=No Toolchain found for Target %s
CoreBuildLaunchBarTracker_TargetNotAvailable=Target is not available
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