/*
The SoftAd Group
Copyright (c) 2000-2004 The SoftAd Group, Inc.  All rights reserved
*/
//translation file for channelnet.js

//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)";

//The current field contains an invalid numeric value.
var CNVALIDERROR7  = "The current field contains an invalid numeric value.";

//is not a valid date.
var CNDATEERROR1 = "is not a valid date.";

//The date must be entered in mm/dd/yy format
var CNDATEERROR2 = "The date must be entered in mm/dd/yy format";

//Unable to determine product requirements based on supplied information.
var CNADDTOCARTERROR = "Unable to determine product requirements based on supplied information.";

//Please enter a name for your custom product
var CNCUSTOMENAMEPROMPT = "Please enter a name for your custom product";

//Please enter a name for the session
var CNSAVEBUTTONPROMPT = "Please enter a name for the session";

//------------------------------------------------------
//Translation variables below are for Client_rules.js
//------------------------------------------------------

//Invalid numeric value, field reset to previous value
var CNVALIDRESETERROR  = "Invalid numeric value, field reset to previous value.";

//You cannot change this, one or more values are locked.
var CNLOCKEDVALUESERROR = "You cannot change this, one or more values are locked." ;

//override user supplied value?
var CNOVERRIDEVALUEALERT = "override user supplied value?" ;

//You cannot change this selection:
var CNCANNOTCHANGEERROR = "You cannot change this selection:" ;

//Conflicting rules detected.
var CNRULECONFLICTERROR = "Conflicting rules detected." ;

//Rule processing halted, loop limit exceeded
var CNLOOPLIMITERROR = "Rule processing halted, loop limit exceeded." ;



