/*
The SoftAd Group
Copyright (c) 2000-2004 The SoftAd Group, Inc.  All rights reserved
*/
//translation file for channelnet_common.js

var CNLANGNAME = "en-us";

//The page has already been submitted.
var CNSUBMITERROR1 = "The page has already been submitted.";

//Either wait for a response or click the browser's refresh button to redisplay the page.
var CNSUBMITERROR2  = "Either wait for a response or click the browser's refresh button to redisplay the page.";


//No changes have been made to the information on this page.  The page will not be saved!
var CNHASCHANGEDERROR  = "No changes have been made to the information on this page.  The page will not be saved!";

//The form does not adhere to ChannelNet grammar rules.
var CNGRAMMARRULESERROR1 = "The form does not adhere to ChannelNet grammar rules.";

//Must have a context(cn)
var CNGRAMMARRULESERROR2 = "Must have a context(cn)";

//Must have a context value
var CNGRAMMARRULESERROR3 = "Must have a context value";

//Must have an action(act)
var CNGRAMMARRULESERROR4 = "Must have an action(act)";

//Must have an action value
var CNGRAMMARRULESERROR5 = "Must have an action value";

//Must have a debug value
var CNGRAMMARRULESERROR6 = "Must have a debug value";

//Must have a debug value of 0,1, or 2
var CNGRAMMARRULESERROR7 = "Must have a debug value of 0,1,2 or 3";

//Must have a criteria(crt)
var CNGRAMMARRULESERROR8 = "Must have a criteria(crt)";

//The current field contains an invalid value:
var CNINVALIDVALUEERROR = "The current field contains an invalid value:";

//Are you sure that you want to delete the selected item?
var CNDELETEPROMPT = "Are you sure that you want to delete the selected item?";

//is not a valid month.
var CNINVALIDMONTHERROR = "is not a valid month.";

//is not a leap year.
var CNLEAPYEARERROR = "is not a leap year.";

//is not a valid day for month
var CNMONTHDAYERROR = "is not a valid day for month";

//is not a valid day of the month.
var CNINVALIDDAYERROR = "is not a valid day of the month.";

//ChannelNet Error
var CNVALIDERROR0 = "ChannelNet Error";

//Field Validation Error
var CNVALIDERROR1 = "Field Validation Error";

//CHANNELNET FIELD VALIDATION ERROR
var CNVALIDERROR2 = "CHANNELNET FIELD VALIDATION ERROR";

//The current field contains an invalid value:
var CNVALIDERROR3 = "The current field contains an invalid value: ";

//The value must be between
var CNVALIDERROR4  = "The value must be between ";

//The value must NOT be between
var CNVALIDERROR5  = "The value must NOT be between ";

//and
var CNVALIDERROR6  = " and ";

//(inclusive)
var CNINCLUSIVE = "(inclusive)";

//(exclusive)
var CNEXCLUSIVE = "(exclusive)";

//Please reenter your password!
var CNREENTERPASSWORD = "Please reenter your password!";

//The two values do not match
var CNNOTMATCH = "The two values do not match";
