mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
29 lines
1.5 KiB
Properties
29 lines
1.5 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
|
|
HelloWorld.CCtemplate.label=Hello World C++ Project
|
|
HelloWorld.CCtemplate.description=A skeletal Managed C++ Hello World project. Creates a folder for sources and another for include.
|
|
HelloWorld.CAnsitemplate.label=Hello World ANSI C Project
|
|
HelloWorld.CAnsitemplate.description=A skeletal Managed C Hello World project. Creates a folder for sources and another for include.
|
|
HelloWorld.basics.label=Basic Settings
|
|
HelloWorld.basics.description=Basic properties of a project
|
|
HelloWorld.author.label=Author
|
|
HelloWorld.author.description=Name of the author
|
|
HelloWorld.copyright.label=Copyright notice
|
|
HelloWorld.copyright.description=Your copyright notice
|
|
HelloWorld.copyright.default=Your copyright notice
|
|
HelloWorld.message.default=!!!Hello World!!!
|
|
HelloWorld.message.description=Your hello world greeting message
|
|
HelloWorld.message.label=Hello world greeting
|
|
HelloWorld.sourceDir.label=Source
|
|
HelloWorld.sourceDir.description=Directory for hello world project source files
|
|
HelloWorld.sourceDir.default=src
|