Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f511362e8b3d65d876fdedc44f647eeef6aacdd4 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
###############################################################################
# Copyright (c) 2003, 2011 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
pluginName=C/C++ Managed Builder UI
providerName=Eclipse CDT

# The Wizards
MngCWizard.name=Managed Make C Project
MngCWizard.description=Create a new C project and let Eclipse create and manage the makefile
MngCCWizard.name=Managed Make C++ Project
MngCCWizard.description=Create a new C++ project and let Eclipse create and manage the makefile

#The property pages
MngBuildProp.name=C/C++ Build
MngOtherProp.name= Error/Binary Parsers

#The preference pages
MakeBuildPref.name=Makefile Project
MngBuildPref.name=Managed Build
NewCDTWizardPref.name=New CDT Project Wizard
varsPrefName=Build Variables
envPrefName=Environment
propSettingsPrefName=Property Pages Settings

#The Resource Property page
MngResourceProp.name=C/C++ Build

#The Project Converter page
ConvertTargetAction.label=Convert To...

# Build/clean selected files actions
BuildSelectedFiles.label=Build Selected &File(s)
CleanSelectedFiles.label=C&lean Selected File(s)
BuildSelectedFilesActionSet.label=Build/Clean Selected File(s)
BuildSelectedFiles.tooltip=Rebuilds the selected file(s)
CleanSelectedFiles.tooltip=Cleans the output file(s) for the selected file(s)

## New CDT project model - property pages names
page.c.build=C/C++ Build
CDTPathSymbolsProperty.name=Paths and Symbols
CDTExpPathSymbolsProperty.name=Export Settings
CDTBuildProperty.name=Settings
CDTToolchainProperty.name=Tool Chain Editor
CDTVariablesProperty.name=Build Variables
Discovery.options=Discovery Options
Environment=Environment

BuildCfgMenu.label=Build configurations
BuildAllConfigurationsMenu.label=Build All
CleanAllConfigurationsMenu.label=Clean All
RebuildConfigurationsMenu.label=Build Selected...
BuildMenu.label=Build
CleanMenu.label=Clean

Build.System.Wizard=Build System Wizard
Make.Project.Wizard=Make Project Wizard

MBS.create.configuration=Create New Configuration

WizardConvertMakeProject.name=Convert to a C/C++ Project (Adds C/C++ Nature)
WizardConvertMakeProject.description=Convert to a C/C++ Project

WizardMakeProjFromExisting.name=Existing Code as Makefile Project
WizardMakeProjFromExisting.description=Creates a new Makefile project in a directory containing existing code

NewMakeFromExisting.name=Makefile Project with Existing Code

Tool.settings=Tool Settings
Build.steps=Build Steps
Build.artifact=Build Artifact
Builder.settings=Builder Settings
WBB.settings=Behaviour
Refresh.policy=Refresh Policy
Includes=Includes
Includes.tooltip=Includes list
IncludeFiles=Include Files
IncludeFiles.tooltip=Include Files list
Symbols=Symbols
Symbols.tooltip=Macros list
Libraries=Libraries
Libraries.tooltip=Libraries list
Library.paths=Library Paths
References=References
Source.location=Source Location
Output.location=Output Location
Binary.parsers=Binary Parsers
Error.parsers=Error Parsers
Data.hierarchy=Data Hierarchy
Preferred.toolchains=Preferred Toolchains
Wizard.defaults=Wizard Defaults
PropertyPage.defaults=Property Page Settings
MBSPerProjectProfile.name=Managed Build System - per project scanner info profile
multicfg=Multiple Configurations Edit

# menu labels
Configurations.menu=Build Configurations

buildDefinitionsUI.ep.name = Build Definitions UI
extension-point.name = Custom MBS New Wizard Pages

Back to the top