1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
cdt/build/org.eclipse.cdt.make.ui/plugin.properties

81 lines
3.2 KiB
Properties
Raw Normal View History

###############################################################################
# Copyright (c) 2003, 2007 QNX Software Systems 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:
# QNX Software Systems - initial API and implementation
###############################################################################
2003-08-13 19:17:05 +00:00
pluginName=C/C++ Standard make Build UI
providerName=Eclipse.org
WizardNewCMakeProject.name=Standard Make C Project
WizardNewCMakeProject.description=Create a new C Project which uses a simple makefile.
WizardNewCCMakeProject.name=Standard Make C++ Project
WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple makefile.
WizardConvertMakeProject.name=Convert to a C/C++ Make Project
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
2003-08-13 19:17:05 +00:00
2007-04-09 09:55:08 +00:00
Make.Target.label=Make Target
ActionMakeCreateTarget.label=Create...
ActionMakeBuildTarget.label=Build...
2003-08-13 19:17:05 +00:00
2003-08-22 21:26:28 +00:00
ActionMakeUpdate.label=Update Old Make Project...
ActionMakeUpdate.tooltip=Update Old Make Project
2003-08-14 13:53:17 +00:00
CommandTargetBuild.name=Make Target Build
CommandTargetBuild.description=Invoke a make target build for the selected container.
CommandTargetCreate.name=Create Make Target
CommandTargetCreate.description=Create a new make build target for the selected container.
2003-08-13 19:17:05 +00:00
2003-08-13 19:39:54 +00:00
PreferenceMakeProject.name=New Make Projects
PreferenceMake.name=Make
PreferenceMakefileEditor.name=Makefile Editor
PreferenceMakefileSettings.name= Settings
2003-08-13 19:17:05 +00:00
PropertyMakeProject.name= C/C++ Make Project
ViewCatagoryMake.name=Make
ViewMake.name=Make Targets
2003-08-22 21:26:28 +00:00
ActionSetMake.label=Make Actions
ActionSetUpdateMake.label=Update Make Projects
2003-10-17 02:34:10 +00:00
# Scope and Key Commands
scope.makefileEditor.name=Makefile Editor
makefileEditor.description=Editor for makefiles
2003-10-17 02:34:10 +00:00
category.source.name=Makefile Source
category.source.description= Makefile Source Actions
ActionDefinition.comment.name= Comment
ActionDefinition.comment.description= Turn the selected lines into # style comments
ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomment the selected # style comment lines
2005-05-06 17:51:49 +00:00
ActionDefinition.opendecl.name= Open declaration
ActionDefinition.opendecl.description=Follow to the directive definition
2003-10-17 02:34:10 +00:00
MakefileEditor.name=Makefile Editor
2004-05-12 13:38:22 +00:00
2006-09-11 20:23:44 +00:00
IncludeSymbolProperties.name=C/C++ Include Paths and Symbols
ProjectPathProperties.name=C/C++ Project Paths
DiscoveredScannerInfoContainer.name=Discovered scanner configuration container
GCCPerProjectProfile.name=GCC per project scanner info profile
GCCPerFileProfile.name=GCC per file scanner info profile
## New CDT project model - property pages names
CDTPathSymbolsProperty.name=C/C++ Project paths and symbols
Includes=Includes
Symbols=Symbols
2007-04-09 05:52:35 +00:00
# menu label
Make.targets.menu=Make targets