Merge pull request #5301 from rcordovano/release-4.13.0

Update MERGED Bundle.properties files
This commit is contained in:
Richard Cordovano 2019-10-02 12:41:07 -04:00 committed by GitHub
commit 010df6cdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 8 deletions

View File

@ -1,15 +1,18 @@
CaseUcoFormatExporter.finishMsg=Finished generating CASE-UCO Report
CaseUcoFormatExporter.startMsg=Generating CASE-UCO Report
OpenIDE-Module-Name=CaseUcoModule
ReportCaseUco.databaseError=Failed to get list of files from case database
ReportCaseUco.datasourceMsg=Generating CASE-UCO Report for %s
ReportCaseUco.getName.text=CASE-UCO
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.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.noOpenCase=No current case open
ReportCaseUco.notInitialized=CASE-UCO settings panel has not been initialized
ReportCaseUco.querying=Querying files...
ReportCaseUco.resultSetError=Unable to read result set
ReportCaseUco.srcModuleName.text=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

View File

@ -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.loading=Loading files...
ReportKML.getName.text=Google Earth KML

View File

@ -36,7 +36,7 @@ KeywordSearchResultFactory.createNodeForKey.noResultsFound.text=No results found
KeywordSearchResultFactory.query.exception.msg=Could not perform the query
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
OptionsCategory_Name_KeywordSearchOptions=Keyword Search
OptionsCategory_Keywords_KeywordSearchOptions=Keyword Search

View File

@ -2,14 +2,9 @@ cannotBuildXmlParser=Unable to build XML parser:
cannotLoadSEUQA=Unable to load Search Engine URL Query Analyzer settings file, SEUQAMappings.xml:
cannotParseXml=Unable to parse XML file:
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}
DataSourceUsage_AndroidMedia=Android Media Card
DataSourceUsage_FlashDrive=Flash Drive
# {0} - OS name
DataSourceUsageAnalyzer.customVolume.label=OS Drive ({0})
DataSourceUsageAnalyzer.parentModuleName=Recent Activity
Extract.indexError.message=Failed to index artifact for keyword search.
@ -188,7 +183,6 @@ RecentDocumentsByLnk.parentModuleName.noSpace=RecentActivity
RecentDocumentsByLnk.parentModuleName=Recent Activity
RegRipperFullNotFound=Full version RegRipper executable not found.
RegRipperNotFound=Autopsy RegRipper executable not found.
# {0} - file name
SearchEngineURLQueryAnalyzer.init.exception.msg=Unable to find {0}.
SearchEngineURLQueryAnalyzer.moduleName.text=Search Engine
SearchEngineURLQueryAnalyzer.engineName.none=NONE

View File

@ -12,6 +12,8 @@ PstParser.noOpenCase.errMsg=Exception while getting open case.
PstParser.parse.errMsg.failedToParseNMsgs=Failed to extract {0} email messages.
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.
# {0} - file name
# {1} - file ID
ThunderbirdMboxFileIngestModule.errorMessage.outOfDiskSpace=Out of disk space. Cannot copy '{0}' (id={1}) to parse.
ThunderbirdMboxFileIngestModule.moduleName=Email Parser
ThunderbirdMboxFileIngestModule.noOpenCase.errMsg=Exception while getting open case.