2004-06-24 19:55:36 +00:00
###############################################################################
2011-01-14 10:27:31 +00:00
# Copyright (c) 2003, 2011 QNX Software Systems and others.
2004-06-24 19:55:36 +00:00
# All rights reserved. This program and the accompanying materials
2005-06-23 16:01:26 +00:00
# are made available under the terms of the Eclipse Public License v1.0
2004-06-24 19:55:36 +00:00
# which accompanies this distribution, and is available at
2005-06-23 16:01:26 +00:00
# http://www.eclipse.org/legal/epl-v10.html
#
2004-06-24 19:55:36 +00:00
# Contributors:
# QNX Software Systems - initial API and implementation
2008-04-03 08:57:57 +00:00
# Anton Leherbauer (Wind River Systems)
2008-05-30 19:29:15 +00:00
# IBM Corporation
2004-06-24 19:55:36 +00:00
###############################################################################
2003-08-13 19:17:05 +00:00
pluginName = C/C++ Standard make Build UI
2009-05-26 14:48:10 +00:00
providerName = Eclipse CDT
2003-08-13 19:17:05 +00:00
2010-08-23 04:17:41 +00:00
DiscoveryProfilePage.name = Discovery Profile Page
2003-08-13 19:17:05 +00:00
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.
2009-03-16 20:36:31 +00:00
WizardConvertMakeProject.name = Convert to a C/C++ Project
WizardConvertMakeProject.description = Convert to a C/C++ Project
2003-08-13 19:17:05 +00:00
2007-04-09 09:55:08 +00:00
Make.Target.label = Make Target
ActionMakeCreateTarget.label = Create...
2010-04-13 02:03:51 +00:00
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...
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.
2010-02-02 14:04:18 +00:00
LastTargetBuild.name = Rebuild Last Target
LastTargetBuild.description = Rebuild the last make target for the selected container or project.
2003-08-13 19:17:05 +00:00
2010-02-21 14:45:20 +00:00
# Build Preference page
2011-01-14 10:27:31 +00:00
PreferenceBuildSettings.name = Settings
2009-09-11 02:09:38 +00:00
ErrorParsersTab.name = Error Parsers
ErrorParsersTab.tooltip = Error Parsers scan build output and report errors in Problems view
2012-05-01 22:36:29 -04:00
LanguageSettingsProvidersTab.name = Discovery
LanguageSettingsProvidersTab.tooltip = Language settings providers
2009-09-11 02:09:38 +00:00
2003-08-13 19:39:54 +00:00
PreferenceMakeProject.name = New Make Projects
2010-02-21 14:45:20 +00:00
PreferenceMake.name = Make Targets
2004-09-05 23:25:28 +00:00
PreferenceMakefileEditor.name = Makefile Editor
PreferenceMakefileSettings.name = Settings
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
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
2004-09-07 19:29:33 +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
2004-09-07 19:29:33 +00:00
2005-05-06 17:51:49 +00:00
ActionDefinition.opendecl.name = Open declaration
2004-09-07 19:29:33 +00:00
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
2004-05-25 19:04:15 +00:00
ProjectPathProperties.name = C/C++ Project Paths
DiscoveredScannerInfoContainer.name = Discovered scanner configuration container
2005-01-24 18:49:34 +00:00
GCCPerProjectProfile.name = GCC per project scanner info profile
2005-02-01 15:15:40 +00:00
GCCPerFileProfile.name = GCC per file scanner info profile
2007-04-04 17:52:07 +00:00
## New CDT project model - property pages names
CDTPathSymbolsProperty.name = C/C++ Project paths and symbols
Includes = Includes
2008-05-30 19:29:15 +00:00
Includes.tooltip = Includes list
2007-04-04 17:52:07 +00:00
Symbols = Symbols
2008-05-30 19:29:15 +00:00
Symbols.tooltip = Macros list
2007-04-09 05:52:35 +00:00
# menu label
2009-01-29 18:46:54 +00:00
Make.targets.menu = Make Targets
2008-04-03 08:57:57 +00:00
# Makefile compare font
makeCompareFontDefinition.label = Makefile compare text font
makeCompareFontDefinition.description = The Makefile compare text font is used by Makefile compare/merge tools.
2008-12-18 13:44:43 +00:00
# Common Editor ruler actions
AddTask.label = Add &Task...
AddTask.tooltip = Add Task...
AddBookmark.label = Add Boo&kmark...
AddBookmark.tooltip = Add Bookmark...
2013-06-21 17:05:59 -04:00
transfer.MakefileEditorAppearance.name = C/C++ Makefile Editor Preferences
transfer.MakefileEditorAppearance.description = Preferences related to how the editor presents the edited code to the user (including colors, fonts, etc...)