2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2003, 2004 QNX Software Systems and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Common Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/cpl-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.
|
|
|
|
|
2003-09-25 13:44:04 +00:00
|
|
|
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
|
|
|
|
2003-08-22 21:26:28 +00:00
|
|
|
ActionMakeCreateTarget.label=Create Make Target...
|
|
|
|
ActionMakeBuildTarget.label=Build Make Target...
|
2003-08-13 19:17:05 +00:00
|
|
|
|
2003-08-22 21:26:28 +00:00
|
|
|
ActionMakeUpdate.label=Update Old Make Project...
|
2003-09-25 13:44:04 +00:00
|
|
|
ActionMakeUpdate.tooltip=Update Old Make Project
|
2003-08-14 13:53:17 +00:00
|
|
|
|
2003-09-25 13:44:04 +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
|
2004-03-31 21:46:52 +00:00
|
|
|
PreferenceMakeTargets.name=Make Targets
|
2003-09-25 13:44:04 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
MakefileEditor.name=Makefile Editor
|
2004-05-12 13:38:22 +00:00
|
|
|
|
2004-05-26 15:39:34 +00:00
|
|
|
IncludeSymbolProperties.name=C/C++ Include Paths & Symbols
|
2004-05-25 19:04:15 +00:00
|
|
|
ProjectPathProperties.name=C/C++ Project Paths
|
|
|
|
|
|
|
|
DiscoveredScannerInfoContainer.name=Discovered scanner configuration container
|