mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
24 lines
1.2 KiB
Properties
24 lines
1.2 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2007 Symbian Software Private Ltd. and others.
|
|
# 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:
|
|
# Bala Torati (Symbian) - initial API and implementation
|
|
###############################################################################
|
|
|
|
#Template Default Values
|
|
MakefileHelloWorld.CCtemplate.label=Hello World C++ Project
|
|
MakefileHelloWorld.CCtemplate.description=A Hello World C++ Project
|
|
MakefileHelloWorld.basics.label=Basic Settings
|
|
MakefileHelloWorld.basics.description=Basic properties of a project
|
|
MakefileHelloWorld.author.label=Author
|
|
MakefileHelloWorld.author.description=Name of the author
|
|
MakefileHelloWorld.copyright.label=Copyright notice
|
|
MakefileHelloWorld.copyright.description=Your copyright notice
|
|
MakefileHelloWorld.copyright.default=Your copyright notice
|
|
MakefileHelloWorld.message.default=Hello World!!!
|
|
MakefileHelloWorld.message.description=Your hello world greeting message
|
|
MakefileHelloWorld.message.label=Hello world greeting
|