Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 03c77436c138fa4ebb8a7a01b3484615ed89ca69 (plain) (blame)
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
#################################################################################
#  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

Back to the top