Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e3d79e347fb24f5311d3564e8fa0042e5702c10b (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
###############################################################################
# Copyright (c) 2007, 2009 Intel Corporation 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:
# Intel Corporation - Initial API and implementation
###############################################################################
ProjectConverter.0=failed to load the build info for the old-style project
ProjectConverter.1=the specified project is not an old style make project, the owner ID is\u0020
ProjectConverter.10=project conversion failed
ProjectConverter.11=project conversion failed for project {0} with the following error:\n {1}
ProjectConverter.13=failed to load the build info for the old-style project
ProjectConverter.2=the specified project is not an old style project: the number of configurations is\u0020
ProjectConverter.3=the specified project is not an old style project: the number of configurations is\u0020
ProjectConverter.4=the specified project is not an old style make project: nature IDs are\u0020
ProjectConverter.5=the specified project can not be converted
ProjectConverter.6=the project conversion failed
ProjectConverter.7=targets conversion
ProjectConverter.8=the project conversion failed due to unknown reason
ProjectConverter.9=the given project is not a valid CDT project
BuildConfigurationData.NoToolchainSupport=Toolchain "{0}" is not detected. Refer to "C/C++ Development User Guide", "Before you begin" how to install toolchains.
BuildConfigurationData.OrphanedConfiguration=Orphaned configuration. No base extension cfg exists for {0}

Back to the top