export let CORE_NOTIFICATION_MESSAGES_EN = { "CORE_DELETE_SINGLE_INSTANCE_MSG": "Are you sure you want to delete this record?", "CORE_DELETE_MULTIPLE_INSTANCES_MSG": "Are you sure you want to delete the {0} selected records ?", "CORE_CLOSE_Update_SINGLE_INSTANCE_MSG": "You have changed this record. Are you sure you want to discard it?", "CORE_SUCCESS_UPDATE_MSG": "This record has been successfully updated.", "CORE_SINGLE_INSTANCE_SUCCESS_ACTIVATE_MSG": "This record has been successfully activated", "CORE_MULTIPLE_INSTANCES_SUCCESS_ACTIVATE_MSG": "Selected records have been successfully activated", "CORE_SINGLE_INSTANCE_SUCCESS_DEACTIVATE_MSG": "This record has been successfully de-activated", "CORE_MULTIPLE_INSTANCES_SUCCESS_DEACTIVATE_MSG" :"Selected records have been successfully deactivated", "CORE_ERROR_NOT_EDITABLE_RECORD_MSG": "This record is not editable.", }