1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
#################################################################################
# Copyright (c) 2006, 2012 Red Hat, Inc.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat Incorporated - initial API and implementation
# IBM Corporation
#################################################################################
ConvertWizard.description=Convert to C/C++ Autotools Project
NewCProject.description=GNU C Autotools Project
NewCProjectV2.description=GNU C Autotools Project V2
NewCCProject.description=GNU C++ Autotools Project
NewCWizard.name=GNU C Autotools Project
NewCWizardV2.name=GNU C Autotools Project V2
NewCCWizard.name=GNU C++ Autotools Project
Autotools.wizard.name=GNU Autotools Build Wizard
Autoconf.editor.name=Autoconf Editor
BuildProperty.value.name.default=Default;
BuildProperty.value.name.debug=Debug
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)
Configuration.debug.name=Debug (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
Tool.configure=configure
OptionCategory.configure.general=General
Option.configure.name=Name
Option.configure.builddir=Build directory
Option.configure.builddir.tip=Subdirectory off of project where build will occur
Option.configure.configdir=Configure tool directory
Option.configure.configdir.tip=Subdirectory off of project containing configure scripts
Option.configure.cache_file=Name of configuration cache file (--cache-file)
Option.configure.cache_file.tip=Specify the name of the configuration cache file [config.cache]
Option.configure.no_create=Turn off file creation <not advised> (--no-create)
Option.configure.no_create.tip=This tells configuration not to generate the output files as part of configuration
Option.configure.quiet=Turn off checking messages (--quiet)
Option.configure.quiet.tip=This turns off "checking ..." style messages from the configuration console output
Option.configure.help=Display help contents of top-level configuration (--help)
Option.configure.help.tip=Ask configuration file to display its help documentation
Option.configure.version=Display version of autotools used to create configuration (--version)
Option.configure.version.tip=This outputs the version of the Autotools used to create the configuration files
OptionCategory.configure.platform=Platform Specifiers
Option.configure.host=Host platform (--host)
Option.configure.host.tip=Platform that project will run on
Option.configure.target=Target platform (--target)
Option.configure.target.tip=Platform that project will target output for
Option.configure.build=Build platform (--build)
Option.configure.build.tip=Platform where project is being built
OptionCategory.configure.directories=Directory specifiers
Option.configure.prefix=Arch-independent install directory (--prefix)
Option.configure.prefix.tip=Place where architecture-independent files are installed [/usr/local]
Option.configure.exec_prefix=Arch-dependent install directory (--exec-prefix)
Option.configure.exec_prefix.tip=Place where architecture-dependent files are installed [PREFIX]
Option.configure.libdir=Object code library directory (--libdir)
Option.configure.libdir.tip=Place where object code libraries are installed [EPREFIX/lib]
Option.configure.bindir=User executable directory (--bindir)
Option.configure.bindir.tip=Place where binary executables are installed [EPREFIX/bin]
Option.configure.sbindir=System admin executable directory (--sbindir)
Option.configure.sbindir.tip=Place where system admin executables are installed [EPREFIX/sbin]
Option.configure.includedir=C Header file directory (--includdir)
Option.configure.includedir.tip=Place where header files will be installed [PREFIX/include]
Option.configure.datadir=Read-only architecture-independent data (--datadir)
Option.configure.datadir.tip=Place where read-only architecture-independent data is installed [PREFIX/share]
Option.configure.sysconfdir=Read-only single-machine data directory (--syconfdir)
Option.configure.sysconfdir.tip=Place where read-only single-machine data is stored [PREFIX/etc]
Option.configure.infodir=Info file documentation directory (--infodir)
Option.configure.infodir.tip=Place where info files are installed [PREFIX/info]
Option.configure.mandir=Man file documentation directory (--mandir)
Option.configure.mandir.tip=Place where man file documentation is installed [PREFIX/man]
Option.configure.srcdir=Sources directory (--srcdir)
Option.configure.srcdir.tip=Place where configure can find sources [configure directory or ..]
Option.configure.localstatedir=Modifiable single-machine data directory (--localstatedir)
Option.configure.localstatedir.tip=Place where modifiable single-machine data is installed [PREFIX/var]
Option.configure.sharedstatedir=Modifiable architecture-independent data directory (--sharedstatedir)
Option.configure.sharedstatedir.tip=Place where modifiable architecture-independent data is installed [PREFIX/com]
Option.configure.libexecdir=Program executable directory (--libexecdir)
Option.configure.libexecdir.tip=Place where program executables will be installed [EPREFIX/libexec]
Option.configure.oldincludedir=Non-gcc C header file directory (--oldincludedir)
Option.configure.oldincludedir.tip=Place where non-gcc C header files are installed [/usr/include]
OptionCategory.configure.filenames=File-name transformations
Option.configure.program_prefix=Installed program prefix (--program-prefix)
Option.configure.program_prefix.tip=Prepend PREFIX to the beginning of installed program names
Option.configure.program_suffix=Installed program suffix (--program-suffix)
Option.configure.program_suffix.tip=Append SUFFIX to the end of installed program names
Option.configure.program_transform_name=Installed program name transform (--program-transform-name)
Option.configure.program_transform_name.tip=A sed string used to transform installed program names
OptionCategory.configure.features=Features and packages
Option.configure.enable_maintainer_mode=Enable maintainer mode (--enable-maintainer-mode)
Option.configure.enable_maintainer_mode.tip=Specify this to have Makefiles generated with checks for Autotool configuration file changes
Option.configure.user=User-specified configuration options
Option.configure.user.tip=Specify one or more configuration options (e.g. --enable-FEATURE, --disable-FEATURE, or --with-PACKAGE)
Tool.autogen = autogen.sh
OptionCategory.autogen.general=Options
Option.autogen.user=Command line options
Option.autogen.user.tip=Specify options to pass to the top-level autogen.sh script
RedHatVendor.name = Red Hat
Bundle-Name.0 = Autotools Plug-in
provider=Eclipse CDT
ConvertWizard.name = Convert to a C/C++ Autotools Project
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
ConfigureScript.name=Configure Script
AutogenScript.name=Autogen Script
LibtoolGCCBuildOutputParser.name = CDT Libtool GCC Build Output Parser
AutotoolsProblemMarker.name=Configure Problem
AutotoolsErrorParser.name=Autotools Error Parser
AutoconfErrorParser.name=Autoconf Error Parser
|