mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
84 lines
No EOL
2.9 KiB
Properties
84 lines
No EOL
2.9 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2003, 2006 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.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
|
|
|
|
#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=CDT 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=Variables
|
|
Discovery.options=Discovery options
|
|
Environment=Environment
|
|
|
|
BuildCfgMenu.label=Build configurations
|
|
BuildMenu.label=Build parallel
|
|
|
|
Build.System.Wizard=Build System Wizard
|
|
Make.Project.Wizard=Make Project Wizard
|
|
|
|
MBS.create.configuration=MBS: create configuration
|
|
|
|
WizardConvertMakeProject.name=Convert to a C/C++ Make Project
|
|
WizardConvertMakeProject.name1=Convert to a C/C++ Make Project1
|
|
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
|
|
|
|
Tool.settings=Tool settings
|
|
Build.steps=Build steps
|
|
Build.artifact=Build artifact
|
|
Builder.settings=Builder settings
|
|
Includes=Includes
|
|
Symbols=Symbols
|
|
Libraries=Libraries
|
|
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 |