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

                                           


                                                                               
                                   
                        






                                                                                               

                             
                                       
 
                     
                                   
                               
                                              
                            

                                            
 

                                


                                       
 
                                    

                                                
                                                              
                                                        


                                                                             
                        

                                              
                              
                                           

                                                  
                                         
                                   
                       

                                       


                                                 
                     
                     
 


                                       
                                                 
 
                                                                            
                                                               
 
                                                                 

                                                                                                             

                                                            



                                 
                      
                             
                 
                              

                                       
               
                           
                   
                                
                           
                     







                                            
                                                                                 
                                     


                                        
 
                                                 
                                                 
###############################################################################
# Copyright (c) 2003, 2011 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 C/C++ 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
CDTToolchainProperty.keyword.toolchain1=toolchain
CDTToolchainProperty.keyword.toolchain2=tool chain
CDTVariablesProperty.name=Build Variables
Discovery.options=Discovery Options
Environment=Environment

BuildCfgMenu.label=Build configurations
BuildAllConfigurationsMenu.label=Build All
CleanAllConfigurationsMenu.label=Clean All
RebuildConfigurationsMenu.label=Build Selected...
BuildMenu.label=Build
CleanMenu.label=Clean

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

WizardMakeProjFromExisting.name=Existing Code as Makefile Project
WizardMakeProjFromExisting.description=Creates a new Makefile project in a directory containing existing code

NewMakeFromExisting.name=Makefile Project with Existing Code

Tool.settings=Tool Settings
Build.steps=Build Steps
Build.artifact=Build Artifact
Builder.settings=Builder Settings
WBB.settings=Behaviour
Refresh.policy=Refresh Policy
Includes=Includes
Includes.tooltip=Includes list
IncludeFiles=Include Files
IncludeFiles.tooltip=Include Files 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

buildDefinitionsUI.ep.name = Build Definitions UI
extension-point.name = Custom MBS New Wizard Pages

Back to the top