mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Merge branch 'mod_int_items_ja' of github.com:mrtizmo/autopsy into mod_int_items_ja
This commit is contained in:
commit
22d0c07b6e
@ -2,6 +2,8 @@ OpenIDE-Module-Display-Category=Ingest Module
|
|||||||
OpenIDE-Module-Long-Description=Interesting Files Identifier ingest module. \n\n Identifies interesting files as defined by interesting files rule sets.
|
OpenIDE-Module-Long-Description=Interesting Files Identifier ingest module. \n\n Identifies interesting files as defined by interesting files rule sets.
|
||||||
OpenIDE-Module-Short-Description=Interesting Files Identifier ingest module.
|
OpenIDE-Module-Short-Description=Interesting Files Identifier ingest module.
|
||||||
OpenIDE-Module-Name=Interesting Files Identifier
|
OpenIDE-Module-Name=Interesting Files Identifier
|
||||||
|
OptionsCategory_Name_InterestingItemDefinitions=Interesting Item Definitions
|
||||||
|
OptionsCategory_Keywords_InterestingItemDefinitions=InterestingItemDefinitions
|
||||||
InterestingItemsIdentifierIngestModule.moduleName=Interesting Files Identifier
|
InterestingItemsIdentifierIngestModule.moduleName=Interesting Files Identifier
|
||||||
InterestingItemsIdentifierIngestModule.moduleDescription=Identifies interesting items as defined by interesting item rule sets.
|
InterestingItemsIdentifierIngestModule.moduleDescription=Identifies interesting items as defined by interesting item rule sets.
|
||||||
InterestingItemDefsPanel.newSetButton.text=New Set
|
InterestingItemDefsPanel.newSetButton.text=New Set
|
||||||
|
@ -33,7 +33,6 @@ import org.openide.util.Lookup;
|
|||||||
keywordsCategory = "InterestingItemDefinitions",
|
keywordsCategory = "InterestingItemDefinitions",
|
||||||
position = 5
|
position = 5
|
||||||
)
|
)
|
||||||
@org.openide.util.NbBundle.Messages({"OptionsCategory_Name_InterestingItemDefinitions=Interesting Item Definitions", "OptionsCategory_Keywords_InterestingItemDefinitions=InterestingItemDefinitions"})
|
|
||||||
public final class InterestingItemDefsOptionsPanelController extends OptionsPanelController {
|
public final class InterestingItemDefsOptionsPanelController extends OptionsPanelController {
|
||||||
|
|
||||||
private InterestingItemDefsPanel panel;
|
private InterestingItemDefsPanel panel;
|
||||||
|
@ -62,7 +62,7 @@ public enum MiscTypes implements EventType, ArtifactEventType {
|
|||||||
final BlackboardAttribute longEnd = attrMap.get(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_GEO_LONGITUDE_END);
|
final BlackboardAttribute longEnd = attrMap.get(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_GEO_LONGITUDE_END);
|
||||||
return String.format("from %1$g %2$g to %3$g %4$g", latStart.getValueDouble(), longStart.getValueDouble(), latEnd.getValueDouble(), longEnd.getValueDouble());
|
return String.format("from %1$g %2$g to %3$g %4$g", latStart.getValueDouble(), longStart.getValueDouble(), latEnd.getValueDouble(), longEnd.getValueDouble());
|
||||||
}),
|
}),
|
||||||
GPS_TRACKPOINT("Location History", "gps_trackpoint.png",
|
GPS_TRACKPOINT("Location History", "gps-trackpoint.png",
|
||||||
BlackboardArtifact.ARTIFACT_TYPE.TSK_GPS_TRACKPOINT,
|
BlackboardArtifact.ARTIFACT_TYPE.TSK_GPS_TRACKPOINT,
|
||||||
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DATETIME,
|
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DATETIME,
|
||||||
new AttributeExtractor(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME),
|
new AttributeExtractor(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user