Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0c63ad4982626201a557808fb52b480a7603e41e (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
###############################################################################
# Copyright (c) 2003, 2009 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
###############################################################################

# Those 2 messages are from "make" utility and should be "translated" to localized make messages exactly
AbstractGCCBOPConsoleParser_EnteringDirectory=Entering directory
AbstractGCCBOPConsoleParser_LeavingDirectory=Leaving directory

MakeBuilder.Invoking_Make_Builder=Invoking Make Builder...
MakeBuilder.message.error.build = Internal error building project {0}
MakeBuilder.message.undefined.build.command = Build command is null for project {0}

BuildInfoFactory.Missing_Builder=Missing Builder:\u0020

MakeTargetManager.add_to_workspace_root=Cannot add make targets to workspace root
MakeTargetManager.add_temporary_target=Cannot add temporary Target to manager.
MakeTargetManager.target_exists=Target exists
MakeTargetManager.failed_initializing_targets=Failed initializing make targets
MakeTargetManager.error_writing_file=Error writing target file

ProjectTargets.error_reading_project_targets=Error reading project targets.

ScannerConfigBuilder.Invoking_Builder=Invoking scanner config builder on project\u0020
ScannerConfigBuilder.0=building per-configuratin info
ScannerConfigNature.Missing_Project=Missing or closed project

ScannerConfigInfoFactory.Missing_Builder=Missing Builder:\u0020

ExternalScannerInfoProvider.Console_Name=CDT Built-in Specs Console, {0}
ExternalScannerInfoProvider.Reading_Specs=Reading specs ...\u0020
ExternalScannerInfoProvider.Greeting=Scanner Discovery of compiler built-in settings for project {0}

ScannerInfoCollector.Processing=Processing discovered scanner configuration ...\u0020
ScannerInfoCollector.Updating=Updating Scanner Configuration for project\u0020

DiscoveredPathManager.File_Error_Message=Error accessing scanner config file for project\u0020
DiscoveredPathManager.Info_Not_Serializable=Error persisting discovered scanner config\u0020

GCCScannerConfigUtil.Error_Message=Error creating specs file

ConsoleParser.Filename_Missing_Error_Message=CDT Path Discovery is unable to determine source file name in build command:\u0020
ConsoleParser.Ambiguous_Filepath_Error_Message=CDT Path Discovery is unable to resolve ambiguous file path:\u0020
ConsoleParser.Working_Directory_Error_Message=CDT Path Discovery is unable to determine working directory of the build command
ConsoleParser.Nonexistent_Include_Path_Error_Message=CDT Path Discovery has discovered and will ignore a non-existent include path:\u0020

DiscoveredContainer.description=Discovered Paths
DiscoveredContainer.ScopeErrorMessage=Invalid scanner configuration discovery profile scope

CygpathTranslator.NotAvailableErrorMessage=Error launching 'cygpath' command

Back to the top