2007-06-07 14:03:49 +00:00
|
|
|
###############################################################################
|
|
|
|
# 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
|
2012-01-27 13:40:32 -05:00
|
|
|
MakefileHelloWorld.CCtemplate.label=Hello World C++ Makefile Project
|
|
|
|
MakefileHelloWorld.CCtemplate.description=A Hello World C++ Makefile Project
|
2007-06-07 14:03:49 +00:00
|
|
|
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
|