1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00
cdt/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.properties

33 lines
1.5 KiB
Properties
Raw Normal View History

#################################################################################
# Copyright (c) 2011 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 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