blob: bdc5a0f91ba8889ddaf0d4c51accfea2153465a1 [file] [log] [blame]
###############################################################################
# Copyright (c) 2007 IBM Research
# Copyright (c) 2009 University of Illinois at Urbana-Champaign
# 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:
# Beth Tibbitts (IBM Research)
# Jeff Overbey (UIUC)
###############################################################################
#Template Default Values
HelloWorld.CAnsitemplate.label=Demo - Hello World - Fortran using MPI
HelloWorld.CAnsitemplate.description=A skeletal Fortran Hello World project.
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.mpi=Hello MPI 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
HelloWorld.binDir.label=Binaries
HelloWorld.binDir.description=Directory for generated binaries
HelloWorld.binDir.default=bin