Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 2412e145390e56d523ce4a2001dd309fd52efede (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      
                                                                  
                                                                       
                                                          

                                           


                                                                               
                                   
                        






                                                                                               

                             
                                       
 
                     
                                   
                               
                                            
                            

                                            
 

                                


                                       
 
                                    

                                                
                                                              
                                                        


                                                                             
                        

                                              
                              
                                           
                                         
                                   
                       

                                       
                     
 


                                       
                                                 
 

                                                               
 



                                 
                      
                 
                              
               
                           
                   
                                
                           
                     







                                            
                                                                                 
                                     


                                        
###############################################################################
# Copyright (c) 2003, 2009 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
BuildMenu.label=Build

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
WizardConvertMakeProject.description=Convert to a C/C++ Project

Tool.settings=Tool Settings
Build.steps=Build Steps
Build.artifact=Build Artifact
Builder.settings=Builder Settings
WBB.settings=Behaviour
Includes=Includes
Includes.tooltip=Includes 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

Back to the top