2004-06-24 15:47:55 +00:00
|
|
|
###############################################################################
|
2011-02-25 19:55:03 +00:00
|
|
|
# Copyright (c) 2003, 2011 IBM Corporation and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2004-06-24 15:47:55 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2005-06-20 20:52:53 +00:00
|
|
|
#
|
2004-06-24 15:47:55 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
2014-07-30 15:58:06 -07:00
|
|
|
# Sergey Prigogin (Google)
|
2004-06-24 15:47:55 +00:00
|
|
|
###############################################################################
|
2003-09-15 20:44:43 +00:00
|
|
|
pluginName=C/C++ Managed Builder UI
|
2009-05-26 14:48:10 +00:00
|
|
|
providerName=Eclipse CDT
|
2003-09-15 20:44:43 +00:00
|
|
|
|
2014-07-30 15:58:06 -07:00
|
|
|
category.build.name=C/C++ Build
|
|
|
|
category.build.description= C/C++ Build Actions
|
|
|
|
|
2003-09-15 20:44:43 +00:00
|
|
|
# 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
|
|
|
|
|
2014-07-30 15:58:06 -07:00
|
|
|
# The property pages
|
2004-02-17 14:20:11 +00:00
|
|
|
MngBuildProp.name=C/C++ Build
|
2004-06-28 18:10:33 +00:00
|
|
|
MngOtherProp.name= Error/Binary Parsers
|
2004-02-17 14:20:11 +00:00
|
|
|
|
2014-07-30 15:58:06 -07:00
|
|
|
# The preference pages
|
2007-02-20 17:23:35 +00:00
|
|
|
MakeBuildPref.name=Makefile Project
|
2005-04-28 16:55:15 +00:00
|
|
|
MngBuildPref.name=Managed Build
|
2013-03-18 20:14:26 -04:00
|
|
|
NewCDTWizardPref.name=New C/C++ Project Wizard
|
2008-04-30 20:47:58 +00:00
|
|
|
varsPrefName=Build Variables
|
2008-06-05 21:45:00 +00:00
|
|
|
envPrefName=Environment
|
|
|
|
propSettingsPrefName=Property Pages Settings
|
2005-04-28 16:55:15 +00:00
|
|
|
|
2014-07-30 15:58:06 -07:00
|
|
|
# The Resource Property page
|
2004-10-28 17:16:53 +00:00
|
|
|
MngResourceProp.name=C/C++ Build
|
2005-09-20 03:23:55 +00:00
|
|
|
|
2014-08-01 11:55:31 -07:00
|
|
|
# Build/clean commands and the corresponding menu items.
|
2014-07-30 19:07:38 -07:00
|
|
|
command.buildFiles.label=Build Selected &File(s)
|
2014-07-30 15:58:06 -07:00
|
|
|
command.buildFiles.name=Build Selected File(s)
|
|
|
|
command.buildFiles.description=Rebuilds the selected source files
|
2014-07-30 19:07:38 -07:00
|
|
|
command.cleanFiles.label=C&lean Selected File(s)
|
2014-07-30 15:58:06 -07:00
|
|
|
command.cleanFiles.name=Clean Selected File(s)
|
|
|
|
command.cleanFiles.description=Deletes build output files for the selected source files
|
2014-08-01 11:55:31 -07:00
|
|
|
command.buildAllConfigurations.label=Build All
|
|
|
|
command.buildAllConfigurations.name=Build All Configurations
|
|
|
|
command.cleanAllConfigurations.label=Clean All
|
|
|
|
command.cleanAllConfigurations.name=Clean All Configurations
|
|
|
|
command.rebuildConfigurations.label=Build Selected...
|
|
|
|
command.rebuildConfigurations.name=Build Selected Configurations
|
|
|
|
|
|
|
|
# The Project Converter page
|
|
|
|
command.convertTarget.label=Convert To...
|
|
|
|
command.convertTarget.name=Convert To
|
2007-02-20 17:23:35 +00:00
|
|
|
|
2014-07-30 15:58:06 -07:00
|
|
|
# New CDT project model - property pages names
|
2007-04-09 05:55:10 +00:00
|
|
|
page.c.build=C/C++ Build
|
2008-04-30 18:48:00 +00:00
|
|
|
CDTPathSymbolsProperty.name=Paths and Symbols
|
|
|
|
CDTExpPathSymbolsProperty.name=Export Settings
|
2007-04-09 05:55:10 +00:00
|
|
|
CDTBuildProperty.name=Settings
|
2008-04-30 18:48:00 +00:00
|
|
|
CDTToolchainProperty.name=Tool Chain Editor
|
2013-09-26 14:42:18 +01:00
|
|
|
CDTToolchainProperty.keyword.toolchain1=toolchain
|
|
|
|
CDTToolchainProperty.keyword.toolchain2=tool chain
|
2008-04-29 14:04:43 +00:00
|
|
|
CDTVariablesProperty.name=Build Variables
|
2008-02-26 17:57:29 +00:00
|
|
|
Discovery.options=Discovery Options
|
2007-04-09 05:55:10 +00:00
|
|
|
Environment=Environment
|
2007-03-02 12:18:41 +00:00
|
|
|
|
2007-03-07 11:28:54 +00:00
|
|
|
Build.System.Wizard=Build System Wizard
|
|
|
|
Make.Project.Wizard=Make Project Wizard
|
|
|
|
|
2008-04-29 12:58:57 +00:00
|
|
|
MBS.create.configuration=Create New Configuration
|
2007-03-07 11:28:54 +00:00
|
|
|
|
2010-11-05 21:37:12 +00:00
|
|
|
WizardConvertMakeProject.name=Convert to a C/C++ Project (Adds C/C++ Nature)
|
2009-03-16 20:36:31 +00:00
|
|
|
WizardConvertMakeProject.description=Convert to a C/C++ Project
|
2007-03-06 18:43:39 +00:00
|
|
|
|
2010-03-11 21:11:41 +00:00
|
|
|
WizardMakeProjFromExisting.name=Existing Code as Makefile Project
|
2019-03-01 11:18:12 +00:00
|
|
|
WizardMakeProjFromExisting.description=Create a new Makefile project in a directory containing existing code
|
2010-03-09 21:00:10 +00:00
|
|
|
|
2010-03-11 21:11:41 +00:00
|
|
|
NewMakeFromExisting.name=Makefile Project with Existing Code
|
|
|
|
|
2008-02-26 17:57:29 +00:00
|
|
|
Tool.settings=Tool Settings
|
|
|
|
Build.steps=Build Steps
|
|
|
|
Build.artifact=Build Artifact
|
|
|
|
Builder.settings=Builder Settings
|
2014-07-30 19:07:38 -07:00
|
|
|
WBB.settings=Behavior
|
2011-02-25 19:55:03 +00:00
|
|
|
Refresh.policy=Refresh Policy
|
2007-03-07 11:28:54 +00:00
|
|
|
Includes=Includes
|
2008-05-30 19:29:15 +00:00
|
|
|
Includes.tooltip=Includes list
|
2010-04-28 13:23:39 +00:00
|
|
|
IncludeFiles=Include Files
|
|
|
|
IncludeFiles.tooltip=Include Files list
|
2007-03-07 11:28:54 +00:00
|
|
|
Symbols=Symbols
|
2008-05-30 19:29:15 +00:00
|
|
|
Symbols.tooltip=Macros list
|
2007-03-07 11:28:54 +00:00
|
|
|
Libraries=Libraries
|
2008-05-30 19:29:15 +00:00
|
|
|
Libraries.tooltip=Libraries list
|
2008-02-26 17:57:29 +00:00
|
|
|
Library.paths=Library Paths
|
2007-03-07 11:28:54 +00:00
|
|
|
References=References
|
2008-02-26 17:57:29 +00:00
|
|
|
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
|
2007-06-14 12:11:39 +00:00
|
|
|
MBSPerProjectProfile.name=Managed Build System - per project scanner info profile
|
2008-06-11 17:50:35 +00:00
|
|
|
multicfg=Multiple Configurations Edit
|
2007-06-14 12:11:39 +00:00
|
|
|
|
2014-08-01 11:55:31 -07:00
|
|
|
DiscoveryTab.name = (Single) Discovery Options
|
|
|
|
CPropertyVarsTab.name = (Single) CDT Vars (macros)
|
|
|
|
ToolChainEditTab.name = (Single) Tool chain edit
|
|
|
|
EnvironmentTab.name = (Single) Environment
|
|
|
|
|
2007-06-14 12:11:39 +00:00
|
|
|
# menu labels
|
|
|
|
Configurations.menu=Build Configurations
|
2010-02-01 16:23:38 +00:00
|
|
|
|
2011-03-09 22:28:20 +00:00
|
|
|
buildDefinitionsUI.ep.name = Build Definitions UI
|
2014-08-01 11:55:31 -07:00
|
|
|
extension-point.name = Custom MBS New Wizard Pages
|