From 59f935e537a81034cbca63dad68247ab5caa67c3 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Mon, 30 Nov 2020 09:59:59 -0500 Subject: [PATCH] bundle update --- .../ui/Bundle.properties-MERGED | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED index f0593551c0..1f9505d45b 100644 --- a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/Bundle.properties-MERGED @@ -45,13 +45,17 @@ DataSourceSummaryNode.column.type.header=Type DataSourceSummaryNode.viewDataSourceAction.text=Go to Data Source DataSourceSummaryTabbedPane_analysisTab_title=Analysis DataSourceSummaryTabbedPane_detailsTab_title=Container +DataSourceSummaryTabbedPane_geolocationTab_title=Geolocation DataSourceSummaryTabbedPane_ingestHistoryTab_title=Ingest History DataSourceSummaryTabbedPane_pastCasesTab_title=Past Cases DataSourceSummaryTabbedPane_recentFileTab_title=Recent Files DataSourceSummaryTabbedPane_timelineTab_title=Timeline DataSourceSummaryTabbedPane_typesTab_title=Types DataSourceSummaryTabbedPane_userActivityTab_title=User Activity -DataSourceSummaryTabbedPane_whereUsedTab_title=Where Used +GeolocationPanel_cityColumn_title=Closest City +GeolocationPanel_countColumn_title=Count +GeolocationPanel_onNoCrIngest_message=No results will be shown because the GPX Parser was not run. +GeolocationPanel_unknownRow_title=Unknown PastCasesPanel_caseColumn_title=Case PastCasesPanel_countColumn_title=Count PastCasesPanel_onNoCrIngest_message=No results will be shown because the Central Repository module was not run. @@ -104,6 +108,12 @@ PastCasesPanel.notableFileLabel.text=Cases with Common Items That Were Tagged as PastCasesPanel.sameIdLabel.text=Past Cases with the Same Device IDs DataSourceSummaryTabbedPane.noDataSourceLabel.text=No data source has been selected. TimelinePanel.activityRangeLabel.text=Activity Range +GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included +GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts +GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included +GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts +GeolocationPanel.recentViewInGeolocationBtn.text=View in Map +GeolocationPanel.commonViewInGeolocationBtn.text=View in Map UserActivityPanel_noDataExists=No communication data exists UserActivityPanel_tab_title=User Activity UserActivityPanel_TopAccountTableModel_accountType_header=Account Type @@ -122,13 +132,3 @@ UserActivityPanel_TopWebSearchTableModel_dateAccessed_header=Date Accessed UserActivityPanel_TopWebSearchTableModel_searchString_header=Search String UserActivityPanel_TopWebSearchTableModel_translatedResult_header=Translated ViewSummaryInformationAction.name.text=View Summary Information -GeolocationPanel.withinDistanceLabel.text=Locations further than 150Km from a city are not included -GeolocationPanel.mostRecentLabel.text=Recent Cities from Geolocation Artifacts -GeolocationPanel.withinDistanceLabel1.text=Locations further than 150Km from a city are not included -GeolocationPanel.mostCommonLabel.text=Most Common Cities from Geolocation Artifacts -GeolocationPanel.recentViewInGeolocationBtn.text=View In Geolocation -GeolocationPanel.commonViewInGeolocationBtn.text=View In Geolocation -GeolocationPanel_cityColumn_title=Closest City -GeolocationPanel_countColumn_title=Count -GeolocationPanel_onNoCrIngest_message=No results will be shown because the GPX Parser was not run. -GeolocationPanel_unknownRow_title=Unknown