2004-06-24 15:47:55 +00:00
|
|
|
###############################################################################
|
2011-02-25 19:55:03 +00:00
|
|
|
# Copyright (c) 2003, 2011 IBM Corporation and others.
|
2004-06-24 15:47:55 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-20 20:52:53 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-24 15:47:55 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-20 20:52:53 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
2004-06-24 15:47:55 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
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
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2004-02-17 14:20:11 +00:00
|
|
|
#The property pages
|
|
|
|
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
|
|
|
|
2005-04-28 16:55:15 +00: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
|
|
|
|
2004-10-28 17:16:53 +00:00
|
|
|
#The Resource Property page
|
|
|
|
MngResourceProp.name=C/C++ Build
|
2005-09-20 03:23:55 +00:00
|
|
|
|
|
|
|
#The Project Converter page
|
|
|
|
ConvertTargetAction.label=Convert To...
|
2006-02-14 14:07:50 +00:00
|
|
|
|
2006-05-01 02:42:01 +00:00
|
|
|
# Build/clean selected files actions
|
2006-05-03 10:50:06 +00:00
|
|
|
BuildSelectedFiles.label=Build Selected &File(s)
|
|
|
|
CleanSelectedFiles.label=C&lean Selected File(s)
|
2006-05-01 02:42:01 +00:00
|
|
|
BuildSelectedFilesActionSet.label=Build/Clean Selected File(s)
|
2006-05-03 10:50:06 +00:00
|
|
|
BuildSelectedFiles.tooltip=Rebuilds the selected file(s)
|
2007-02-20 17:23:35 +00:00
|
|
|
CleanSelectedFiles.tooltip=Cleans the output file(s) for the selected file(s)
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
BuildCfgMenu.label=Build configurations
|
2010-04-14 13:30:11 +00:00
|
|
|
BuildAllConfigurationsMenu.label=Build All
|
|
|
|
CleanAllConfigurationsMenu.label=Clean All
|
|
|
|
RebuildConfigurationsMenu.label=Build Selected...
|
2007-05-25 11:03:11 +00:00
|
|
|
BuildMenu.label=Build
|
2010-04-13 13:09:00 +00:00
|
|
|
CleanMenu.label=Clean
|
2007-03-06 18:43:39 +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
|
2010-03-09 21:00:10 +00:00
|
|
|
WizardMakeProjFromExisting.description=Creates a new Makefile project in a directory containing existing code
|
|
|
|
|
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
|
2007-06-05 12:12:38 +00:00
|
|
|
WBB.settings=Behaviour
|
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
|
|
|
|
|
|
|
# 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
|
2010-02-01 16:23:38 +00:00
|
|
|
extension-point.name = Custom MBS New Wizard Pages
|