var MSG_SERVICE_NAME_CAN_NOT_BE_BLANK="Service name cannot be blank";
var MSG_SERVICE_VERSION_CAN_NOT_BE_BLANK="Service version cannot be blank";
var MSG_PROPERTY_NAME_CAN_NOT_BE_NULL="Property Name cannot be null";
var MSG_PROPERTY_DESC_CAN_NOT_BE_NULL="Property Description cannot be null";
var MSG_LIMITED_CHARACTERS="Error.. input cannot be more than {0} chars";
var MSG_VALID_CHARACTERS="Error in input... No special characters are allowed.  Only [A-Za-z0-9 {0} ] are allowed";
var MSG_INVALID_CHARACTERS="Error in input. None of the following characters is allowed: {0}";
var MSG_VALID_CHARACTERS_1="Error in input... No special characters are allowed.  Only [A-za-z0-9] are allowed";
var MSG_NOT_A_NUMBER="Error.  Input is not a valid number";
var MSG_INVALID_RANGE="input is not in valid range of {0} and {1}";
var MSG_INVALID_BOOL_VALUE="Type boolean values can be only:-  true or false";
var MSG_INVALID_DATE="Error in date format.";
var MSG_INVALID_DATE_MONTH="Error in date . Invalid Month";
var MSG_INVALID_DATE_YEAR="Error in date . Invalid Year";
var MSG_INVALID_DATE_DAY="Error in date . Invalid Date";
var MSG_INVALID_IPADDRESS="Error... input is not a valid IP address";
var MSG_SELECT_GRP_ADD="Select the group(s) to add.";
var MSG_SELECT_GRP_REMOVE="Select the group(s) to remove.";
var MSG_CANNOT_REMOVE_GRP_COMP="'{0}' cannot be removed. This group is assigned implicitly to this Component.";
var MSG_NOT_ENOUGH_ARGS="Not enough arguments in DynamicOptionList()";
var MSG_BLANK_GRP_NAME="Cannot add blank group name";
var SPCL_CHARS_NOT_ALLOWED="Special characters are not allowed in group name";
var MSG_CANNOT_REMOVE_GRP_SERVICE="'{0}' cannot be removed. This group is assigned implicitly to this Service.";
var MSG_ONLY_ASCII_CHARACTERS_ALLOWED="Only Ascii characters allowed";
var MSG_HELP="Help";
var MSG_COMPONENT_NOT_SPECIFIED="Component name is not specified";
var MSG_SERVICE_NAME_NOT_SPECIFIED="Service name is not specified";
var MSG_PING_URL_NOT_SPECIFIED="Ping URL is not specified";
var MSG_PIPELINESTEPDESCRIPTION="Pipeline Step Description";
var LABELS_VIEW_COMPONENT_PROPERTIES="View Component Properties";
var LABELS_EDIT_COMPONENT_PROPERTIES="Edit Component Properties";
var LABELS_DELETE_COMPONENT="Delete Component";
var MSG_DEL_GRP_ROLE_MAPPING="Delete Group Role Mappings";
var MSG_MESSAGE_LOGS="Message Logs";
var MSG_XPATH_CANNOT_EMPTY="XPATH cannot be empty";
var MSG_COMPONENTPROPERTIES="Component Properties";
var MSG_UPDATE="update";
var MSG_POLICIES="Policies";
var MSG_STEPS="Steps";
var MSG_NO_GRP_ROLE_MAPPING_PROVIDED="No Group Role Mappings configured. Press cancel if you want to abort the operation.";
var MSG_CANCEL="Cancel";
var MSG_CONFIRM_DELETE_PIPELINE_TEMPLATE="Are you sure you would like to delete the Pipeline template?";
var MSG_CONFIRM_DELETE_GROUP_ROLE_MAPPING="Are you sure you would like to delete the Group Role Mappings?";
var MSG_DO_YOU_WANT_TO_RESTORE_TO_VERSION="Do you want to restore to version: {0}";
//BugId: 5754130 Purge Message Logs start
var MSG_CONFIRM_PURGE_MESSAGE_LOGS="Are you sure you want to purge the message logs?";
var MSG_PURGE_MESSAGE_LOGS="Purge Message Logs";
//BugId: 5754130 Purge Message Logs end
//BugId: 5756790:Edit component properties UI,start
var MSG_LOG_DIRECTORY_NOT_SPECIFIED="Log directory path is not specified";
var MSG_FILE_SIZE_NOT_SPECIFIED="Message Log file max size is not specified";
var MSG_VALID_INTEGER="Error in Message Log file max size input... Only positive integer values are allowed.";
var MSG_DB_URL_NOT_SPECIFIED="DB URL is not specified.";
var MSG_DB_DRIVER_NOT_SPECIFIED="DB DRIVER is not specified.";
var MSG_DB_USERID_NOT_SPECIFIED="DB user id is not specified.";
var MSG_DB_PASSWD_NOT_SPECIFIED="DB password is not specified.";
var MSG_INVALID_MESSAGE_LOG_TYPE_VALUE="Message Logs Type values can be only : db or file";
//BugId: 5756790:Edit component properties UI,ends
//5847325 - ALARM PROCESSING RULES,start
var MSG_SELECT_SERVICES="Please select at least one service-id/service-name mapping.";
//5847325 - ALARM PROCESSING RULES,end

/* BugId: 4464597 Purge Policy Set Versions added as part of Enhancement:Managing growth of policy sets in coresv */
var MSG_DO_YOU_WANT_TO_PURGE="Do you want to purge all versions of the policy set prior to version:{0}";
var MSG_NOT_VALID_POLICY_SET="Input is not a valid Policy Set number";
//4464597 - Purge Policy Set Versions,end