2004-06-24 15:47:55 +00:00
|
|
|
###############################################################################
|
2006-02-14 14:07:50 +00:00
|
|
|
# Copyright (c) 2003, 2006 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
|
|
|
|
providerName=Eclipse.org
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
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
|
|
|
|
|
|
|
# Build configuration actions
|
|
|
|
BuildConfigActionSet.label=Build Configuration
|
|
|
|
BuildConfigToolbarAction.label=Active Build Configuration
|
|
|
|
BuildConfigMenuAction.label=Active Buil&d Configuration
|
|
|
|
BuildConfigContextAction.label=Active Bui&ld Configuration
|
|
|
|
BuildConfigAction.tooltip=Change active build configuration for the current project
|
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-02-22 05:22:55 +00:00
|
|
|
CDTPathSymbolsProperty.name=C/C++ Project paths and symbols
|
|
|
|
CDTExpPathSymbolsProperty.name=C/C++ Export settings
|
|
|
|
CDTBuildProperty.name=C/C++ Build settings
|
|
|
|
CDTToolchainProperty.name=C/C++ ToolChain edit
|
|
|
|
CDTVariablesProperty.name=C/C++ Build variables
|
2007-03-02 12:18:41 +00:00
|
|
|
|
|
|
|
BuildCfgMenu.label=Build configurations
|
2007-03-06 18:43:39 +00:00
|
|
|
|
|
|
|
WizardConvertMakeProject.name=Convert to a C/C++ Make Project
|
|
|
|
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
|
|
|
|
|