mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00

Option.configure.libexecdir https://bugs.eclipse.org/bugs/show_bug.cgi?id=388598 Change-Id: I7598b712065f8b98033e065f660f6e1bc23123bd Reviewed-on: https://git.eclipse.org/r/7604 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
95 lines
No EOL
3.8 KiB
Properties
95 lines
No EOL
3.8 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2006, 2008, 2009, 2012 Red Hat, Inc.
|
|
# 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:
|
|
# Red Hat Incorporated - initial API and implementation
|
|
#################################################################################
|
|
ConvertWizard.description=Convert to C/C++ Autotools Project
|
|
ConvertWizard.name = Convert to a C/C++ Autotools Project
|
|
|
|
NewCProjectV2.description=GNU C Autotools Project
|
|
NewCCProjectV2.description=GNU C++ Autotools Project
|
|
NewCWizardV2.name=GNU C Autotools Project
|
|
NewCCWizardV2.name=GNU C++ Autotools Project
|
|
|
|
Autotools.wizard.name=GNU Autotools Build Wizard
|
|
|
|
Autoconf.editor.name=Autoconf Editor
|
|
|
|
BuildProperty.value.name.default=Default;
|
|
BuildProperty.type.name.autotools=GNU Autotools
|
|
|
|
PreferenceAutotools.name=Autotools
|
|
PreferenceAutomakeEditor.name=Automake Editor
|
|
PreferenceAutoconfEditor.name=Autoconf Editor
|
|
|
|
PropertyAutotools.name=Autotools
|
|
PropertyAutotools.general.name=General
|
|
PropertyAutotools.configure.name=Configure Settings
|
|
PropertyTabEditor.name=Editors
|
|
AutotoolsBuildPropertyTab.name=Behaviour
|
|
AutotoolsEditorsPropertyTab.name=Editors
|
|
AutotoolsToolsPropertyTab.name=Tools Settings
|
|
AutotoolsConfigurePropertyTab.name=Configure Settings
|
|
|
|
PropertyTabEditor.tooltip=Set options for Autotools-specific editors
|
|
PropertyTabBuild.tooltip=Set additional Autotools build options
|
|
|
|
Makefile.builder.name=Autotools Makefile Generator
|
|
Autotools.projecttype.name=GNU Autotools
|
|
AutotoolsNature.name=Autotools Project Nature
|
|
AutotoolsNewNature.name=Autotools Project Nature V2
|
|
Configuration.build.name=Build (GNU)
|
|
Autotools.targetplatform.name=GNU Autotools Target Platform
|
|
Autotools.gnu.toolchain.name=GNU Autotools Toolchain
|
|
Configure.outputType=Configure Output (config.status)
|
|
Autogen.outputType=Autogen Output (configure)
|
|
|
|
CommandCategorySource.name=Source
|
|
CommandCategorySource.description=Source commands
|
|
CommandCategoryTools.name=Tools
|
|
CommandCategoryTools.description=Autotool tools
|
|
ShowTooltip.name=Show Tooltip Description
|
|
ShowTooltip.description=Shows the tooltip description for the element at the cursor
|
|
|
|
# Scope and Key Commands
|
|
ACeditor.scope.name=Autoconf Editor
|
|
ACeditor.scope.description=Editor for Autoconf Configuration Source Files
|
|
|
|
RedHatVendor.name = Red Hat
|
|
Bundle-Name.0 = Autotools UI Plug-in
|
|
provider=Eclipse CDT
|
|
InvokeAutotools.label = Invoke Autotools
|
|
InvokeAutotools.mnemonic = I
|
|
InvokeAutoconf.label = Invoke Autoconf
|
|
InvokeAutoconf.mnemonic = c
|
|
InvokeAutoconf.description = Run autoconf in the selected directory
|
|
InvokeAutoheader.label = Invoke Autoheader
|
|
InvokeAutoheader.mnemonic = h
|
|
InvokeAutoheader.description = Run autoheader from the selected directory
|
|
InvokeAutomake.label = Invoke Automake
|
|
InvokeAutomake.mnemonic = m
|
|
InvokeAutomake.description = Run automake from the selected directory
|
|
InvokeAutoreconf.label = Invoke Autoreconf
|
|
InvokeAutoreconf.mnemonic = r
|
|
InvokeAutoreconf.description = Run autoreconf from the selected directory
|
|
InvokeAclocal.label = Invoke Aclocal
|
|
InvokeAclocal.mnemonic = l
|
|
InvokeAclocal.description = Run aclocal from the selected directory
|
|
InvokeLibtoolize.label = Invoke Libtoolize
|
|
InvokeLibtoolize.mnemonic = t
|
|
InvokeLibtoolize.description = Run libtoolize in the selected directory
|
|
Reconfigure.label = Reconfigure Project
|
|
Reconfigure.mnemonic = f
|
|
Reconfigure.description = Run configuration scripts for project
|
|
DynamicBuild.label = Dynamic Build Info
|
|
GetIncludePath.label = Get Include Path
|
|
GetDefinedSymbols.label = Get Defined Symbols
|
|
IncludesOption.name = includes
|
|
SymbolsOption.name = symbols
|
|
AutomakeEditor.name = AutomakeEditor
|
|
Automake.name = automake |