| ################################################################################# |
| # Copyright (c) 2011 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 implementation |
| # |
| ################################################################################# |
| |
| #Template Default Values |
| AutotoolsSharedLibrary.template.label=Autotools Shared Library Project |
| AutotoolsSharedLibrary.template.description=A simple template for an Autotools shared library project |
| |
| AutotoolsSharedLibrary.basics.label=Basic Settings |
| AutotoolsSharedLibrary.basics.description=Basic properties of a project |
| |
| AutotoolsSharedLibrary.author.label=Author |
| AutotoolsSharedLibrary.author.description=Name of the author |
| AutotoolsSharedLibrary.copyright.label=Copyright notice |
| AutotoolsSharedLibrary.copyright.description=Your copyright notice |
| AutotoolsSharedLibrary.copyright.default=Your copyright notice |
| AutotoolsSharedLibrary.message.default=Hello World |
| AutotoolsSharedLibrary.message.description=Your hello world greeting message |
| AutotoolsSharedLibrary.message.label=Hello world greeting |
| |
| AutotoolsSharedLibrary.libName.label=Library Name |
| AutotoolsSharedLibrary.libName.description=The name of the shared library to build |
| AutotoolsSharedLibrary.libName.default=libTest |
| |