| ############################################################################### |
| # Copyright (c) 2007 Symbian Software Private Ltd. and others. |
| # |
| # 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: |
| # Bala Torati (Symbian) - initial API and implementation |
| ############################################################################### |
| |
| #Template Default Values |
| MakefileHelloWorld.CCtemplate.label=Hello World C++ Makefile Project |
| MakefileHelloWorld.CCtemplate.description=A Hello World C++ Makefile 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 |