mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7280 from gdicristofaro/8023-dssPastCases
8023 changes to text in Past Cases tab
This commit is contained in:
commit
2ae2e62dce
@ -66,7 +66,7 @@ GeolocationPanel_onNoCrIngest_message=No results will be shown because the GPX P
|
|||||||
GeolocationPanel_unknownRow_title=Unknown
|
GeolocationPanel_unknownRow_title=Unknown
|
||||||
PastCasesPanel_caseColumn_title=Case
|
PastCasesPanel_caseColumn_title=Case
|
||||||
PastCasesPanel_countColumn_title=Count
|
PastCasesPanel_countColumn_title=Count
|
||||||
PastCasesPanel_notableFileTable_tabName=Cases with Common Notable
|
PastCasesPanel_notableFileTable_tabName=Cases with Common Notable Items at Time Of Ingest
|
||||||
PastCasesPanel_onNoCrIngest_message=No results will be shown because the Central Repository module was not run.
|
PastCasesPanel_onNoCrIngest_message=No results will be shown because the Central Repository module was not run.
|
||||||
PastCasesPanel_sameIdsTable_tabName=Past Cases with the Same Devices
|
PastCasesPanel_sameIdsTable_tabName=Past Cases with the Same Devices
|
||||||
RecentFilesPanel_attachmentsTable_tabName=Recent Attachments
|
RecentFilesPanel_attachmentsTable_tabName=Recent Attachments
|
||||||
|
@ -41,7 +41,7 @@ import org.sleuthkit.datamodel.DataSource;
|
|||||||
"PastCasesPanel_caseColumn_title=Case",
|
"PastCasesPanel_caseColumn_title=Case",
|
||||||
"PastCasesPanel_countColumn_title=Count",
|
"PastCasesPanel_countColumn_title=Count",
|
||||||
"PastCasesPanel_onNoCrIngest_message=No results will be shown because the Central Repository module was not run.",
|
"PastCasesPanel_onNoCrIngest_message=No results will be shown because the Central Repository module was not run.",
|
||||||
"PastCasesPanel_notableFileTable_tabName=Cases with Common Notable",
|
"PastCasesPanel_notableFileTable_tabName=Cases with Common Notable Items at Time Of Ingest",
|
||||||
"PastCasesPanel_sameIdsTable_tabName=Past Cases with the Same Devices",})
|
"PastCasesPanel_sameIdsTable_tabName=Past Cases with the Same Devices",})
|
||||||
public class PastCasesPanel extends BaseDataSourceSummaryPanel {
|
public class PastCasesPanel extends BaseDataSourceSummaryPanel {
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ ExportIngestHistory_startTimeColumn=Start Time
|
|||||||
ExportIngestHistory_versionColumn=Module Version
|
ExportIngestHistory_versionColumn=Module Version
|
||||||
ExportPastCases_caseColumn_title=Case
|
ExportPastCases_caseColumn_title=Case
|
||||||
ExportPastCases_countColumn_title=Count
|
ExportPastCases_countColumn_title=Count
|
||||||
ExportPastCases_notableFileTable_tabName=Cases with Common Notable
|
ExportPastCases_notableFileTable_tabName=Cases with Common Notable Items at Time Of Ingest
|
||||||
ExportPastCases_sameIdsTable_tabName=Past Cases with the Same Devices
|
ExportPastCases_sameIdsTable_tabName=Past Cases with the Same Devices
|
||||||
ExportRecentFiles_attachmentsTable_tabName=Recent Attachments
|
ExportRecentFiles_attachmentsTable_tabName=Recent Attachments
|
||||||
ExportRecentFiles_col_head_date=Date
|
ExportRecentFiles_col_head_date=Date
|
||||||
|
@ -37,7 +37,7 @@ import org.sleuthkit.datamodel.DataSource;
|
|||||||
@Messages({
|
@Messages({
|
||||||
"ExportPastCases_caseColumn_title=Case",
|
"ExportPastCases_caseColumn_title=Case",
|
||||||
"ExportPastCases_countColumn_title=Count",
|
"ExportPastCases_countColumn_title=Count",
|
||||||
"ExportPastCases_notableFileTable_tabName=Cases with Common Notable",
|
"ExportPastCases_notableFileTable_tabName=Cases with Common Notable Items at Time Of Ingest",
|
||||||
"ExportPastCases_sameIdsTable_tabName=Past Cases with the Same Devices",})
|
"ExportPastCases_sameIdsTable_tabName=Past Cases with the Same Devices",})
|
||||||
class ExportPastCases {
|
class ExportPastCases {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user