mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 00:46:16 +00:00
Inital clean up
This commit is contained in:
parent
434b0f7a9f
commit
6dcff287d2
@ -1,6 +1,6 @@
|
||||
CTL_OpenDiscoveryAction=Discovery
|
||||
# {0} - dataSourceName
|
||||
DataSourceModuleWrapper.exifModule.text=Exif Parser module was not run on data source: {0}\n
|
||||
DataSourceModuleWrapper.exifModule.text=Picture Analyzer module was not run on data source: {0}\n
|
||||
# {0} - dataSourceName
|
||||
DataSourceModuleWrapper.fileTypeModule.text=File Type Identification module was not run on data source: {0}\n
|
||||
# {0} - dataSourceName
|
||||
|
@ -49,7 +49,7 @@ class DataSourceModulesWrapper {
|
||||
"# {0} - dataSourceName",
|
||||
"DataSourceModuleWrapper.fileTypeModule.text=File Type Identification module was not run on data source: {0}\n",
|
||||
"# {0} - dataSourceName",
|
||||
"DataSourceModuleWrapper.exifModule.text=Exif Parser module was not run on data source: {0}\n"
|
||||
"DataSourceModuleWrapper.exifModule.text=Picture Analyzer module was not run on data source: {0}\n"
|
||||
})
|
||||
/**
|
||||
* Get the message which indicates which modules were not run on this data
|
||||
|
@ -1,3 +1,3 @@
|
||||
ExifProcessor.indexError.message=Failed to post EXIF Metadata artifact(s).
|
||||
ExifProcessor.indexError.message=Failed to post Picture Analzyer artifact(s).
|
||||
ExifProcessor.module_name=Exif Parser
|
||||
ExifProcessor.userContent.description=EXIF metadata exists for this file.
|
||||
ExifProcessor.userContent.description=Picture Analyzer data exists for this file.
|
||||
|
@ -69,8 +69,8 @@ public class EXIFProcessor implements PictureProcessor {
|
||||
|
||||
@Override
|
||||
@NbBundle.Messages({
|
||||
"ExifProcessor.indexError.message=Failed to post EXIF Metadata artifact(s).",
|
||||
"ExifProcessor.userContent.description=EXIF metadata exists for this file.",
|
||||
"ExifProcessor.indexError.message=Failed to post Picture Analzyer artifact(s).",
|
||||
"ExifProcessor.userContent.description=Picture Analyzer data exists for this file.",
|
||||
"ExifProcessor.module_name=Exif Parser"
|
||||
})
|
||||
public void process(IngestJobContext context, AbstractFile file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user