/////////////////////////////////////////////////////////////////////////////
//  $Workfile: Strings.js $ $Revision: 1.3 $ $Author: britchie $ $Date: 2006/02/28 19:46:36 $
/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
//  ERROR MESSAGES to be used with field name ie. "Show.Date has invalid format.."
/////////////////////////////////////////////////////////////////////////////
var ERR_REQUIRED = " is a required field.";
var ERR_INVALID_DATE = "has invalid format.  Use ";
var ERR_INVALID_TIME = "has invalid format.  Use ";
var ERR_INVALID_TYPE_STRING = " requires String type.";
var ERR_INVALID_TYPE_INTEGER = " requires Integer type.";
var ERR_INVALID_TYPE_LONG = " requires Long type.";
var ERR_INVALID_TYPE_DOUBLE = " requires Double type.";
var ERR_INVALID_TYPE_BOOLEAN = " requires Boolean type.";
var ERR_INVALID_TYPE_FLOAT = " requires Float type.";
var ERR_INVALID_TYPE_NUMBER = " requires Number type.";
var ERR_REQUIRED_EMPTY = " is a required field and should not be empty.";
var ERR_DELETE_INSTANCE = "Can not delete first instance of ";
var ERR_REQUIRED_EMPTY_ALL = "The form could not be submitted. The following required fields are missing:\r";
var ERR_OVER_SIZE_LIMIT = "Error: Length of input cannot exceed 3000 characters.\nNumber of characters for field ";
