Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bcb08ceac7710c64ddbaa6f0b1cb76f2bc4386ac (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
60
###############################################################################
# Copyright (c) 2003, 2009 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
###############################################################################

# 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.buildError=Error launching builder ({0})
MakeBuilder.Invoking_Make_Builder=Invoking Make Builder...
MakeBuilder.Invoking_Command=Invoking Command: 
MakeBuilder.Updating_project=Updating project...
MakeBuilder.Creating_Markers=Generating markers...

BuildInfoFactory.Missing_Builder=Missing Builder: 

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 
ScannerConfigBuilder.0=building per-configuratin info
ScannerConfigNature.Missing_Project=Missing or closed project

ScannerConfigInfoFactory.Missing_Builder=Missing Builder: 

ExternalScannerInfoProvider.Provider_Error=Error launching external scanner info generator ({0})
ExternalScannerInfoProvider.Reading_Specs=Reading specs ... 
ExternalScannerInfoProvider.Invoking_Command=Invoking Command: 
ExternalScannerInfoProvider.Parsing_Output=Parsing output ... 
ExternalScannerInfoProvider.Creating_Markers=Generating markers ... 

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

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

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: 
ConsoleParser.Ambiguous_Filepath_Error_Message=CDT Path Discovery is unable to resolve ambiguous file path: 
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: 

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

CygpathTranslator.NotAvailableErrorMessage=Error launching 'cygpath' command

Back to the top