﻿; JUNS catalogUtil requires catalog message files to be saved with UTF-8 encoding, which put 3 bytes {0xEF, 0xBB, 0xBF} at the file beginning called Byte Order Mark (BOM) for UTF-8 files . For modifications in this files, please use Text Editors which persist these BOM bytes (like Notepad.exe, Visual Studio IDE, etc).

;kMsgTnccErrCksumGenerate
[2000]
Short-desc = Can't generate checksum.
Long-desc = Can't generate checksum.

;kMsgTnccErrCksumMismatch
[2001]
Short-desc = Checksum does not match.
Long-desc = Checksum does not match for the file

;kMsgTnccErrFileNotFound
[2002]
Short-desc = File not found.
Long-desc = Required file not found

;kMsgTnccErrFileNotVerified
[2003]
Short-desc = File not verified.
Long-desc = File not verified: {0}

;kMsgTnccErrParamNotFound
[2004]
Short-desc = Parameter not found.
Long-desc = Invalid parameter: {0} not found.

;kMsgTnccErrParamEmpty
[2005]
Short-desc = Parameter empty.
Long-desc = Invalid parameter: {0} is empty.

;kMsgTnccErrParamTooLong
[2006]
Short-desc = Parameter too long.
Long-desc = Invalid parameter value : {0} is greater then maximum path length.

;kMsgTnccErrGenericObjectNotFound
[2007]
Short-desc = Not found.
Long-desc = Required file not found.

;kMsgTnccErrRestrictedFileFound
[2008]
Short-desc = Found.
Long-desc = Found restricted file.

;kMsgTnccErrFileTooOld
[2009]
Short-desc = File is too old.
Long-desc = Detected old file which is older than expected.

;kMsgTnccErrCantGetFilename
[2010]
Short-desc = Can't get file time.
Long-desc = Can't get file time: {0}

;kMsgTnccErrNoPortInfo
[2011]
Short-desc = Can't get local TCP/UDP port info.
Long-desc = Can't get local TCP/UDP port info.

;kMsgTnccErrPortNotOpen
[2012]
Short-desc = Port is not open.
Long-desc = Required port is not open.

;kMsgTnccErrPortOpen
[2013]
Short-desc = Port is open.
Long-desc = Denied port is open.

;kMsgTnccErrNoProcOrCksum
[2014]
Short-desc = Target or checksum did not match.
Long-desc = Required process not found or checksum did not match.

;kMsgTnccErrProcOrCksum
[2015]
Short-desc = Target found and checksum matched.
Long-desc = Found {0} and checksum matched.

;kMsgTnccErrProcRemedSucc
[2016]
Short-desc = Successfully terminated process.
Long-desc = Successfully terminated {0} process.

;kMsgTnccErrProcRemedFail
[2017]
Short-desc = Failed to terminate process.
Long-desc = Failed to terminate {0} process.

;kMsgTnccErrFileRemedSucc
[2018]
Short-desc = Successfully deleted the file.
Long-desc = Successfully deleted the file {0}

;kMsgTnccErrFileRemedFail
[2019]
Short-desc = Failed to delete the file.
Long-desc = Failed to delete the file {0}

;kMsgTnccErrProcNotFound
[2020]
Short-desc = Process not found.
Long-desc = Required process not found.

;kMsgTnccErrProcFound
[2021]
Short-desc = Process found.
Long-desc = Found restricted process.

;kMsgTnccErrProcFoundOrCksum
[2022]
Short-desc = Process found with or without matching the checksum.
Long-desc = Found restricted process with or without matching the checksum.

;kMsgTnccErrSysIntegProtectEnabled
[2023]
Short-desc = System Integrity Protection enabled.
Long-desc = System Integrity Protection check does not comply with policy. Compliance requires System Integrity Protection to be disabled.

;kMsgTnccErrSysIntegProtectDisabled
[2024]
Short-desc = System Integrity Protection disabled.
Long-desc = System Integrity Protection check does not comply with policy. Compliance requires System Integrity Protection to be enabled.

;kMsgTnccErrCommandCheckFailed
[2025]
Short-desc = Command rule failed.
Long-desc = Command rule check does not comply with policy. Required details not found or expected value did not match.

