mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Added missing message
This commit is contained in:
parent
a6e5a3e95e
commit
f2b4f642ad
@ -1,13 +1,11 @@
|
|||||||
|
CentralRepoIngestModel_name_header=Name:<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.eamHit=Central Repository
|
|
||||||
CentralRepoIngestModule.postToBB.fileName=File Name
|
|
||||||
CentralRepoIngestModule.postToBB.hashSetSource=Source of Hash
|
|
||||||
# {0} - Name of file that is Notable
|
|
||||||
CentralRepoIngestModule.postToBB.knownBadMsg=Notable: {0}
|
CentralRepoIngestModule.postToBB.knownBadMsg=Notable: {0}
|
||||||
CentralRepoIngestModule.postToBB.md5Hash=MD5 Hash
|
|
||||||
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>
|
||||||
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
|
||||||
|
@ -365,8 +365,8 @@ final class CentralRepoIngestModule implements FileIngestModule {
|
|||||||
@Messages({
|
@Messages({
|
||||||
"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>",
|
||||||
|
"CentralRepoIngestModule_postToBB_knownBadMsg=Notable: {0}"
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user