Skip to content
Snippets Groups Projects
Commit 1f0db402 authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Merge remote-tracking branch 'upstream/release-4.6.7' into dynamic-account-types

parents 5fc7c23f 8df697c8
No related branches found
No related tags found
No related merge requests found
......@@ -1312,6 +1312,9 @@ public enum ATTRIBUTE_TYPE {
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_ICCID(130, "TSK_ICCID", //NON-NLS
bundle.getString("BlackboardAttribute.tskIccid.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_THREAD_ID(131, "TSK_THREAD_ID",
bundle.getString("BlackboardAttribute.tskthreadid.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING);
private final int typeID;
......
......@@ -175,6 +175,7 @@ BlackboardAttribute.tskMacAddress.text=MAC Address
BlackboardAttribute.tskImei.text=IMEI
BlackboardAttribute.tskImsi.text=IMSI
BlackboardAttribute.tskIccid.text=ICCID
BlackboardAttribute.tskthreadid.text=Thread ID
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0}
AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment