mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #5485 from sleuthkit/release-4.14.0
Merge release 4.14.0 branch into develop
This commit is contained in:
commit
ae617a0f16
@ -2,10 +2,11 @@ CentralRepoIngestModel_name_header=Name:<br>
|
|||||||
CentralRepoIngestModel_previous_case_header=<br>Previous Cases:<br>
|
CentralRepoIngestModel_previous_case_header=<br>Previous Cases:<br>
|
||||||
CentralRepoIngestModule.errorMessage.isNotEnabled=Central repository settings are not initialized, cannot run Correlation Engine ingest module.
|
CentralRepoIngestModule.errorMessage.isNotEnabled=Central repository settings are not initialized, cannot run Correlation Engine ingest module.
|
||||||
CentralRepoIngestModule.notfyBubble.title=Central Repository Not Initialized
|
CentralRepoIngestModule.notfyBubble.title=Central Repository Not Initialized
|
||||||
CentralRepoIngestModule.postToBB.knownBadMsg=Notable: {0}
|
|
||||||
CentralRepoIngestModule.prevCaseComment.text=Previous Case:
|
CentralRepoIngestModule.prevCaseComment.text=Previous Case:
|
||||||
CentralRepoIngestModule.prevTaggedSet.text=Previously Tagged As Notable (Central Repository)
|
CentralRepoIngestModule.prevTaggedSet.text=Previously Tagged As Notable (Central Repository)
|
||||||
CentralRepoIngestModule_notable_message_header=<html>A file in this data source was previously seen and tagged as Notable.<br>
|
CentralRepoIngestModule_notable_message_header=<html>A file in this data source was previously seen and tagged as Notable.<br>
|
||||||
|
# {0} - Name of file that is Notable
|
||||||
|
CentralRepoIngestModule_postToBB_knownBadMsg=Notable: {0}
|
||||||
CentralRepoIngestModuleFactory.ingestmodule.desc=Saves properties to the central repository for later correlation
|
CentralRepoIngestModuleFactory.ingestmodule.desc=Saves properties to the central repository for later correlation
|
||||||
CentralRepoIngestModuleFactory.ingestmodule.name=Correlation Engine
|
CentralRepoIngestModuleFactory.ingestmodule.name=Correlation Engine
|
||||||
IngestSettingsPanel.ingestSettingsLabel.text=Ingest Settings
|
IngestSettingsPanel.ingestSettingsLabel.text=Ingest Settings
|
||||||
|
@ -366,6 +366,7 @@ final class CentralRepoIngestModule implements FileIngestModule {
|
|||||||
"CentralRepoIngestModule_notable_message_header=<html>A file in this data source was previously seen and tagged as Notable.<br>",
|
"CentralRepoIngestModule_notable_message_header=<html>A file in this data source was previously seen and tagged as Notable.<br>",
|
||||||
"CentralRepoIngestModel_name_header=Name:<br>",
|
"CentralRepoIngestModel_name_header=Name:<br>",
|
||||||
"CentralRepoIngestModel_previous_case_header=<br>Previous Cases:<br>",
|
"CentralRepoIngestModel_previous_case_header=<br>Previous Cases:<br>",
|
||||||
|
"# {0} - Name of file that is Notable",
|
||||||
"CentralRepoIngestModule_postToBB_knownBadMsg=Notable: {0}"
|
"CentralRepoIngestModule_postToBB_knownBadMsg=Notable: {0}"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user