mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Registered new Reporting module in layer.xml. Added resource strings to Bundle.properties.
This commit is contained in:
@@ -310,6 +310,11 @@
|
||||
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.report.ReportBodyFile.getDefault"/>
|
||||
<attr name="position" intvalue="902"/>
|
||||
</file>
|
||||
<file name="org-sleuthkit-autopsy-report-FileReportText.instance">
|
||||
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.report.FileReportModule"/>
|
||||
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.report.FileReportText.getDefault"/>
|
||||
<attr name="position" intvalue="903"/>
|
||||
</file>
|
||||
<!--<folder name="JavaHelp">
|
||||
<file name="casemodule-helpset.xml" url="casemodule-helpset.xml">
|
||||
<attr name="position" intvalue="3075"/>
|
||||
@@ -368,7 +373,7 @@
|
||||
<attr name="originalFile" stringvalue="Actions/Tools/org-sleuthkit-autopsy-ingest-IngestMessagesAction.instance"/>
|
||||
</file>
|
||||
</folder>
|
||||
<folder name="QuickSearch_hidden" />
|
||||
<folder name="QuickSearch_hidden"/>
|
||||
</folder>
|
||||
|
||||
|
||||
|
||||
@@ -30,3 +30,13 @@ ReportProgressPanel.processingLabel.text=processingLabel
|
||||
ReportGenerationPanel.titleLabel.text=Report Generation Progress
|
||||
ReportVisualPanel2.taggedResultsRadioButton.text=Tagged Results
|
||||
ReportVisualPanel2.allResultsRadioButton.text=All Results
|
||||
FileReportConfigurationPanel.jLabel1.text=Select Items to Report:
|
||||
FileReportConfigurationPanel.selectAllButton.text=Select All
|
||||
FileReportConfigurationPanel.deselectAllButton.text=Deselect All
|
||||
FileReportConfigurationDialog.selectAllButton.text=Select All
|
||||
FileReportConfigurationDialog.deselectAllButton.text=Deselect All
|
||||
FileReportConfigurationDialog.jLabel1.text=Select items to include in the File Report
|
||||
FileReportConfigurationDialog.okButton.text=OK
|
||||
ReportWizardFileOptionsVisualPanel.selectAllButton.text=Select All
|
||||
ReportWizardFileOptionsVisualPanel.deselectAllButton.text=Deselect All
|
||||
ReportWizardFileOptionsVisualPanel.jLabel1.text=Select items to include in File Report:
|
||||
|
||||
Reference in New Issue
Block a user