mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #5301 from rcordovano/release-4.13.0
Update MERGED Bundle.properties files
This commit is contained in:
commit
010df6cdb0
@ -1,15 +1,18 @@
|
|||||||
CaseUcoFormatExporter.finishMsg=Finished generating CASE-UCO Report
|
CaseUcoFormatExporter.finishMsg=Finished generating CASE-UCO Report
|
||||||
CaseUcoFormatExporter.startMsg=Generating CASE-UCO Report
|
CaseUcoFormatExporter.startMsg=Generating CASE-UCO Report
|
||||||
OpenIDE-Module-Name=CaseUcoModule
|
OpenIDE-Module-Name=CaseUcoModule
|
||||||
|
ReportCaseUco.databaseError=Failed to get list of files from case database
|
||||||
ReportCaseUco.datasourceMsg=Generating CASE-UCO Report for %s
|
ReportCaseUco.datasourceMsg=Generating CASE-UCO Report for %s
|
||||||
ReportCaseUco.getName.text=CASE-UCO
|
ReportCaseUco.getName.text=CASE-UCO
|
||||||
ReportCaseUco.getDesc.text=CASE-UCO format report with basic property fields for every file.
|
ReportCaseUco.getDesc.text=CASE-UCO format report with basic property fields for every file.
|
||||||
ReportCaseUco.ingestWarning=Warning, this report will be created before ingest services completed
|
ReportCaseUco.ingestWarning=Warning, this report will be created before ingest services completed
|
||||||
ReportCaseUco.initializing=Creating directories...
|
ReportCaseUco.initializing=Creating directories...
|
||||||
ReportCaseUco.noCaseOpen=Unable to open currect case
|
ReportCaseUco.jsonError=Failed to create JSON output for the CASE-UCO report
|
||||||
ReportCaseUco.noDataSourceSelected=No data source selected for CASE-UCO report
|
ReportCaseUco.noDataSourceSelected=No data source selected for CASE-UCO report
|
||||||
|
ReportCaseUco.noOpenCase=No current case open
|
||||||
ReportCaseUco.notInitialized=CASE-UCO settings panel has not been initialized
|
ReportCaseUco.notInitialized=CASE-UCO settings panel has not been initialized
|
||||||
ReportCaseUco.querying=Querying files...
|
ReportCaseUco.querying=Querying files...
|
||||||
|
ReportCaseUco.resultSetError=Unable to read result set
|
||||||
ReportCaseUco.srcModuleName.text=CASE-UCO Report
|
ReportCaseUco.srcModuleName.text=CASE-UCO Report
|
||||||
ReportCaseUco.unableToCreateDirectories=Unable to create directory for CASE-UCO report
|
ReportCaseUco.unableToCreateDirectories=Unable to create directory for CASE-UCO report
|
||||||
ReportCaseUcoConfigPanel.jLabelSelectDataSource.text=Select a data source for the CASE-UCO report
|
ReportCaseUcoConfigPanel.jLabelSelectDataSource.text=Select a data source for the CASE-UCO report
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
KMLReport.bookmarkError=Could not extract Bookmark information.
|
||||||
|
# {0} - filePath
|
||||||
|
KMLReport.errorGeneratingReport=Error adding {0} to case as a report.
|
||||||
|
KMLReport.exifPhotoError=Could not extract photos with EXIF metadata.
|
||||||
|
KMLReport.gpsBookmarkError=Could not get GPS Bookmarks from database.
|
||||||
|
KMLReport.gpsRouteDatabaseError=Could not get GPS Routes from database.
|
||||||
|
KMLReport.gpsRouteError=Could not extract GPS Route information.
|
||||||
|
KMLReport.gpsSearchDatabaseError=Could not get GPS Searches from database.
|
||||||
|
KMLReport.kmlFileWriteError=Could not write the KML file.
|
||||||
|
KMLReport.locationDatabaseError=Could not get GPS Last Known Location from database.
|
||||||
|
KMLReport.locationError=Could not extract Last Known Location information.
|
||||||
|
KMLReport.stylesheetError=Error placing KML stylesheet. The .KML file will not function properly.
|
||||||
|
KMLReport.trackpointDatabaseError=Could not get GPS Trackpoints from database.
|
||||||
|
KMLReport.trackpointError=Could not extract Trackpoint information.
|
||||||
|
KMLReport.unableToExtractPhotos=Could not extract photo information.
|
||||||
|
KMLReport.unableToOpenCase=Exception while getting open case.
|
||||||
ReportKML.progress.querying=Querying files...
|
ReportKML.progress.querying=Querying files...
|
||||||
ReportKML.progress.loading=Loading files...
|
ReportKML.progress.loading=Loading files...
|
||||||
ReportKML.getName.text=Google Earth KML
|
ReportKML.getName.text=Google Earth KML
|
||||||
|
@ -36,7 +36,7 @@ KeywordSearchResultFactory.createNodeForKey.noResultsFound.text=No results found
|
|||||||
KeywordSearchResultFactory.query.exception.msg=Could not perform the query
|
KeywordSearchResultFactory.query.exception.msg=Could not perform the query
|
||||||
OpenIDE-Module-Display-Category=Ingest Module
|
OpenIDE-Module-Display-Category=Ingest Module
|
||||||
|
|
||||||
OpenIDE-Module-Long-Description=Keyword Search ingest module.\n\nThe module indexes files found in the disk image at ingest time.\nIt then periodically runs the search on the indexed files using one or more keyword lists (containing pure words and/or regular expressions) and posts results.\n\n\The module also contains additional tools integrated in the main GUI, such as keyword list configuration, keyword search bar in the top-right corner, extracted text viewer and search results viewer showing highlighted keywords found.
|
OpenIDE-Module-Long-Description=Keyword Search ingest module.\n\nThe module indexes files found in the disk image at ingest time.\nIt then periodically runs the search on the indexed files using one or more keyword lists (containing pure words and/or regular expressions) and posts results.\n\nThe module also contains additional tools integrated in the main GUI, such as keyword list configuration, keyword search bar in the top-right corner, extracted text viewer and search results viewer showing highlighted keywords found.
|
||||||
OpenIDE-Module-Name=KeywordSearch
|
OpenIDE-Module-Name=KeywordSearch
|
||||||
OptionsCategory_Name_KeywordSearchOptions=Keyword Search
|
OptionsCategory_Name_KeywordSearchOptions=Keyword Search
|
||||||
OptionsCategory_Keywords_KeywordSearchOptions=Keyword Search
|
OptionsCategory_Keywords_KeywordSearchOptions=Keyword Search
|
||||||
|
@ -2,14 +2,9 @@ cannotBuildXmlParser=Unable to build XML parser:
|
|||||||
cannotLoadSEUQA=Unable to load Search Engine URL Query Analyzer settings file, SEUQAMappings.xml:
|
cannotLoadSEUQA=Unable to load Search Engine URL Query Analyzer settings file, SEUQAMappings.xml:
|
||||||
cannotParseXml=Unable to parse XML file:
|
cannotParseXml=Unable to parse XML file:
|
||||||
ChromeCacheExtractor.moduleName=ChromeCacheExtractor
|
ChromeCacheExtractor.moduleName=ChromeCacheExtractor
|
||||||
# {0} - module name
|
|
||||||
# {1} - row number
|
|
||||||
# {2} - table length
|
|
||||||
# {3} - cache path
|
|
||||||
ChromeCacheExtractor.progressMsg={0}: Extracting cache entry {1} of {2} entries from {3}
|
ChromeCacheExtractor.progressMsg={0}: Extracting cache entry {1} of {2} entries from {3}
|
||||||
DataSourceUsage_AndroidMedia=Android Media Card
|
DataSourceUsage_AndroidMedia=Android Media Card
|
||||||
DataSourceUsage_FlashDrive=Flash Drive
|
DataSourceUsage_FlashDrive=Flash Drive
|
||||||
# {0} - OS name
|
|
||||||
DataSourceUsageAnalyzer.customVolume.label=OS Drive ({0})
|
DataSourceUsageAnalyzer.customVolume.label=OS Drive ({0})
|
||||||
DataSourceUsageAnalyzer.parentModuleName=Recent Activity
|
DataSourceUsageAnalyzer.parentModuleName=Recent Activity
|
||||||
Extract.indexError.message=Failed to index artifact for keyword search.
|
Extract.indexError.message=Failed to index artifact for keyword search.
|
||||||
@ -188,7 +183,6 @@ RecentDocumentsByLnk.parentModuleName.noSpace=RecentActivity
|
|||||||
RecentDocumentsByLnk.parentModuleName=Recent Activity
|
RecentDocumentsByLnk.parentModuleName=Recent Activity
|
||||||
RegRipperFullNotFound=Full version RegRipper executable not found.
|
RegRipperFullNotFound=Full version RegRipper executable not found.
|
||||||
RegRipperNotFound=Autopsy RegRipper executable not found.
|
RegRipperNotFound=Autopsy RegRipper executable not found.
|
||||||
# {0} - file name
|
|
||||||
SearchEngineURLQueryAnalyzer.init.exception.msg=Unable to find {0}.
|
SearchEngineURLQueryAnalyzer.init.exception.msg=Unable to find {0}.
|
||||||
SearchEngineURLQueryAnalyzer.moduleName.text=Search Engine
|
SearchEngineURLQueryAnalyzer.moduleName.text=Search Engine
|
||||||
SearchEngineURLQueryAnalyzer.engineName.none=NONE
|
SearchEngineURLQueryAnalyzer.engineName.none=NONE
|
||||||
|
@ -12,6 +12,8 @@ PstParser.noOpenCase.errMsg=Exception while getting open case.
|
|||||||
PstParser.parse.errMsg.failedToParseNMsgs=Failed to extract {0} email messages.
|
PstParser.parse.errMsg.failedToParseNMsgs=Failed to extract {0} email messages.
|
||||||
PstParser.extractAttch.errMsg.failedToExtractToDisk=Failed to extract PST attachment to disk: {0}
|
PstParser.extractAttch.errMsg.failedToExtractToDisk=Failed to extract PST attachment to disk: {0}
|
||||||
ThunderbirdMboxFileIngestModule.addArtifact.indexError.message=Failed to index email message detected artifact for keyword search.
|
ThunderbirdMboxFileIngestModule.addArtifact.indexError.message=Failed to index email message detected artifact for keyword search.
|
||||||
|
# {0} - file name
|
||||||
|
# {1} - file ID
|
||||||
ThunderbirdMboxFileIngestModule.errorMessage.outOfDiskSpace=Out of disk space. Cannot copy '{0}' (id={1}) to parse.
|
ThunderbirdMboxFileIngestModule.errorMessage.outOfDiskSpace=Out of disk space. Cannot copy '{0}' (id={1}) to parse.
|
||||||
ThunderbirdMboxFileIngestModule.moduleName=Email Parser
|
ThunderbirdMboxFileIngestModule.moduleName=Email Parser
|
||||||
ThunderbirdMboxFileIngestModule.noOpenCase.errMsg=Exception while getting open case.
|
ThunderbirdMboxFileIngestModule.noOpenCase.errMsg=Exception while getting open case.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user