mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
artifact to result
This commit is contained in:
parent
4add9f5791
commit
73efd0372d
@ -44,9 +44,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs
|
|||||||
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
|
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
|
||||||
TimelinePanel.activityRangeLabel.text=Activity Range
|
TimelinePanel.activityRangeLabel.text=Activity Range
|
||||||
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
|
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
|
||||||
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts
|
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Results
|
||||||
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
|
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
|
||||||
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts
|
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results
|
||||||
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
|
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
|
||||||
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
|
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
|
||||||
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options
|
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options
|
||||||
|
@ -111,9 +111,9 @@ PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs
|
|||||||
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
|
DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected.
|
||||||
TimelinePanel.activityRangeLabel.text=Activity Range
|
TimelinePanel.activityRangeLabel.text=Activity Range
|
||||||
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
|
GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included
|
||||||
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts
|
GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Results
|
||||||
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
|
GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included
|
||||||
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts
|
GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Results
|
||||||
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
|
GeolocationPanel.recentViewInGeolocationBtn.text=View in Map
|
||||||
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
|
GeolocationPanel.commonViewInGeolocationBtn.text=View in Map
|
||||||
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options
|
RecentFilesPanel.rightClickForMoreOptions1.text=Right click on row for more options
|
||||||
|
@ -63,7 +63,7 @@ import org.sleuthkit.datamodel.TskCoreException;
|
|||||||
"TimelinePanel_latestLabel_title=Latest",
|
"TimelinePanel_latestLabel_title=Latest",
|
||||||
"TimlinePanel_last30DaysChart_title=Last 30 Days",
|
"TimlinePanel_last30DaysChart_title=Last 30 Days",
|
||||||
"TimlinePanel_last30DaysChart_fileEvts_title=File Events",
|
"TimlinePanel_last30DaysChart_fileEvts_title=File Events",
|
||||||
"TimlinePanel_last30DaysChart_artifactEvts_title=Artifact Events",})
|
"TimlinePanel_last30DaysChart_artifactEvts_title=Result Events",})
|
||||||
public class TimelinePanel extends BaseDataSourceSummaryPanel {
|
public class TimelinePanel extends BaseDataSourceSummaryPanel {
|
||||||
|
|
||||||
private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName());
|
private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user