﻿
//--------------------------------------------------------------------
//  File:       strings.js
//  Project:    SivaSoftware web site
//  Contents:   English string resources
// 
//  Date:       16.Dec.07
//  Author:     Gernot Walterskirchen
//  Contact:    www.sivasoftware.com
//--------------------------------------------------------------------

var TitleHome =       "Custom Software Solutions";
var TitleCompany =    "Company";
var TitleSolutions =  "Solutions";
var TitleContact =    "Contact";
var TitleDownloads =  "Downloads";
var TitleLinks =      "Links";

var StatusCompany =   "Show information about SivaSoftware.";
var StatusSolutions = "Show supported programming techniques and software solutions.";
var StatusContact =   "Show contact information";
var StatusDownloads = "Show list of free programs.";
var StatusLinks =     "Show links.";

var AlertEMail =      "Please supply a valid e-mail address.";
var AlertMsgText =    "Please enter a message text.";

var FieldRequired =   "(required)"


