mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
moving through process
This commit is contained in:
parent
1e8a6fa9c2
commit
0931d785b1
@ -45,3 +45,4 @@ OpenPythonModulesFolderAction.actionName.text=Python Plugins
|
|||||||
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
|
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
|
||||||
CTL_OpenPythonModulesFolderAction=Python Plugins
|
CTL_OpenPythonModulesFolderAction=Python Plugins
|
||||||
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
|
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
|
||||||
|
CTL_ExitAction=Exit2
|
@ -96,3 +96,4 @@ OpenPythonModulesFolderAction.actionName.text=Python Plugins
|
|||||||
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
|
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
|
||||||
CTL_OpenPythonModulesFolderAction=Python Plugins
|
CTL_OpenPythonModulesFolderAction=Python Plugins
|
||||||
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
|
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
|
||||||
|
CTL_ExitAction=Exit2
|
||||||
|
@ -40,7 +40,7 @@ import org.sleuthkit.autopsy.coreutils.MessageNotifyUtil;
|
|||||||
* The action associated with the Case/Exit menu item. It closes the current
|
* The action associated with the Case/Exit menu item. It closes the current
|
||||||
* case, if any, and shuts down the application.
|
* case, if any, and shuts down the application.
|
||||||
*/
|
*/
|
||||||
@ActionRegistration(displayName = "Exit", iconInMenu = true)
|
@ActionRegistration(displayName = "#CTL_ExitAction", iconInMenu = true)
|
||||||
@ActionReference(path = "Menu/Case", position = 1000, separatorBefore = 999)
|
@ActionReference(path = "Menu/Case", position = 1000, separatorBefore = 999)
|
||||||
@ActionID(id = "org.sleuthkit.autopsy.casemodule.ExitAction", category = "Case")
|
@ActionID(id = "org.sleuthkit.autopsy.casemodule.ExitAction", category = "Case")
|
||||||
final public class ExitAction implements ActionListener {
|
final public class ExitAction implements ActionListener {
|
||||||
|
@ -4,7 +4,6 @@ CTL_CaseCloseAct=Close Case
|
|||||||
CTL_CaseNewAction=New Case
|
CTL_CaseNewAction=New Case
|
||||||
CTL_CaseDetailsAction=Case Details
|
CTL_CaseDetailsAction=Case Details
|
||||||
CTL_CaseDeleteAction=Delete Case
|
CTL_CaseDeleteAction=Delete Case
|
||||||
Menu/Case/OpenRecentCase=Open Recent Case
|
|
||||||
CTL_CaseDeleteAction=Delete Case
|
CTL_CaseDeleteAction=Delete Case
|
||||||
OpenIDE-Module-Name=Case
|
OpenIDE-Module-Name=Case
|
||||||
NewCaseVisualPanel1.caseNameLabel.text_1=Case Name:
|
NewCaseVisualPanel1.caseNameLabel.text_1=Case Name:
|
||||||
@ -140,7 +139,7 @@ OpenRecentCasePanel.colName.path=Path
|
|||||||
RecentCases.exception.caseIdxOutOfRange.msg=Recent case index {0} is out of range.
|
RecentCases.exception.caseIdxOutOfRange.msg=Recent case index {0} is out of range.
|
||||||
RecentCases.getName.text=Clear Recent Cases
|
RecentCases.getName.text=Clear Recent Cases
|
||||||
StartupWindow.title.text=Welcome
|
StartupWindow.title.text=Welcome
|
||||||
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases
|
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases2
|
||||||
UpdateRecentCases.menuItem.empty=-Empty-
|
UpdateRecentCases.menuItem.empty=-Empty-
|
||||||
AddImageWizardIngestConfigPanel.CANCEL_BUTTON.text=Cancel
|
AddImageWizardIngestConfigPanel.CANCEL_BUTTON.text=Cancel
|
||||||
NewCaseVisualPanel1.CaseFolderOnCDriveError.text=Warning: Path to multi-user case folder is on \"C:\" drive
|
NewCaseVisualPanel1.CaseFolderOnCDriveError.text=Warning: Path to multi-user case folder is on \"C:\" drive
|
||||||
|
@ -128,6 +128,7 @@ CTL_CaseCloseAct=Close Case
|
|||||||
CTL_CaseNewAction=New Case
|
CTL_CaseNewAction=New Case
|
||||||
CTL_CaseDetailsAction=Case Details
|
CTL_CaseDetailsAction=Case Details
|
||||||
CTL_CaseDeleteAction=Delete Case
|
CTL_CaseDeleteAction=Delete Case
|
||||||
|
CTL_CaseDeleteAction=Delete Case
|
||||||
CTL_CaseOpenAction=Open Case
|
CTL_CaseOpenAction=Open Case
|
||||||
CTL_UnpackagePortableCaseAction=Unpack and Open Portable Case
|
CTL_UnpackagePortableCaseAction=Unpack and Open Portable Case
|
||||||
DeleteDataSourceAction.confirmationDialog.message=Are you sure you want to remove the selected data source from the case?\nNote that the case will be closed and re-opened during the removal.
|
DeleteDataSourceAction.confirmationDialog.message=Are you sure you want to remove the selected data source from the case?\nNote that the case will be closed and re-opened during the removal.
|
||||||
@ -186,8 +187,6 @@ LogicalEvidenceFilePanel.pathValidation.getOpenCase.Error=Warning: Exception whi
|
|||||||
LogicalEvidenceFilePanel.validatePanel.nonL01Error.text=Only files with the .l01 file extension are supported here.
|
LogicalEvidenceFilePanel.validatePanel.nonL01Error.text=Only files with the .l01 file extension are supported here.
|
||||||
LogicalFilesDspPanel.subTypeComboBox.l01FileOption.text=Logical evidence file (L01)
|
LogicalFilesDspPanel.subTypeComboBox.l01FileOption.text=Logical evidence file (L01)
|
||||||
LogicalFilesDspPanel.subTypeComboBox.localFilesOption.text=Local files and folders
|
LogicalFilesDspPanel.subTypeComboBox.localFilesOption.text=Local files and folders
|
||||||
Menu/Case/OpenRecentCase=Open Recent Case
|
|
||||||
CTL_CaseDeleteAction=Delete Case
|
|
||||||
OpenIDE-Module-Name=Case
|
OpenIDE-Module-Name=Case
|
||||||
NewCaseVisualPanel1.caseNameLabel.text_1=Case Name:
|
NewCaseVisualPanel1.caseNameLabel.text_1=Case Name:
|
||||||
NewCaseVisualPanel1.caseDirLabel.text=Base Directory:
|
NewCaseVisualPanel1.caseDirLabel.text=Base Directory:
|
||||||
@ -361,7 +360,7 @@ UnpackageWorker.doInBackground.canceled=Unpackaging canceled by user
|
|||||||
UnpackageWorker.doInBackground.errorCompressingCase=Error unpackaging case
|
UnpackageWorker.doInBackground.errorCompressingCase=Error unpackaging case
|
||||||
UnpackageWorker.doInBackground.errorFinding7zip=Could not locate 7-Zip executable
|
UnpackageWorker.doInBackground.errorFinding7zip=Could not locate 7-Zip executable
|
||||||
UnpackageWorker.doInBackground.previouslySeenCase=Case has been previously opened. Open it again?
|
UnpackageWorker.doInBackground.previouslySeenCase=Case has been previously opened. Open it again?
|
||||||
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases
|
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases2
|
||||||
UpdateRecentCases.menuItem.empty=-Empty-
|
UpdateRecentCases.menuItem.empty=-Empty-
|
||||||
AddImageWizardIngestConfigPanel.CANCEL_BUTTON.text=Cancel
|
AddImageWizardIngestConfigPanel.CANCEL_BUTTON.text=Cancel
|
||||||
NewCaseVisualPanel1.CaseFolderOnCDriveError.text=Warning: Path to multi-user case folder is on \"C:\" drive
|
NewCaseVisualPanel1.CaseFolderOnCDriveError.text=Warning: Path to multi-user case folder is on \"C:\" drive
|
||||||
|
@ -27,3 +27,7 @@ ServicesMonitor.remoteKeywordSearch.displayName.text=Multi-user keyword search s
|
|||||||
ServicesMonitor.messaging.displayName.text=Messaging service
|
ServicesMonitor.messaging.displayName.text=Messaging service
|
||||||
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database connection info
|
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database connection info
|
||||||
ServicesMonitor.messagingService.connErr.text=Error accessing messaging service connection info
|
ServicesMonitor.messagingService.connErr.text=Error accessing messaging service connection info
|
||||||
|
Actions/Case=Case2
|
||||||
|
Menu/Case=Case2
|
||||||
|
Toolbars/Case=Case2
|
||||||
|
Menu/Case/OpenRecentCase=Open Recent Case2
|
@ -31,3 +31,7 @@ ServicesMonitor.remoteKeywordSearch.displayName.text=Multi-user keyword search s
|
|||||||
ServicesMonitor.messaging.displayName.text=Messaging service
|
ServicesMonitor.messaging.displayName.text=Messaging service
|
||||||
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database connection info
|
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database connection info
|
||||||
ServicesMonitor.messagingService.connErr.text=Error accessing messaging service connection info
|
ServicesMonitor.messagingService.connErr.text=Error accessing messaging service connection info
|
||||||
|
Actions/Case=Case2
|
||||||
|
Menu/Case=Case2
|
||||||
|
Toolbars/Case=Case2
|
||||||
|
Menu/Case/OpenRecentCase=Open Recent Case2
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
====================================================== -->
|
====================================================== -->
|
||||||
<folder name="Actions">
|
<folder name="Actions">
|
||||||
<folder name="Case">
|
<folder name="Case">
|
||||||
|
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.sleuthkit.autopsy.core.Bundle"/>
|
||||||
<file name="org-sleuthkit-autopsy-casemodule-AddImageAction.instance"/>
|
<file name="org-sleuthkit-autopsy-casemodule-AddImageAction.instance"/>
|
||||||
<file name="org-sleuthkit-autopsy-casemodule-CaseCloseAction.instance"/>
|
<file name="org-sleuthkit-autopsy-casemodule-CaseCloseAction.instance"/>
|
||||||
<file name="org-sleuthkit-autopsy-casemodule-CaseNewAction.instance">
|
<file name="org-sleuthkit-autopsy-casemodule-CaseNewAction.instance">
|
||||||
@ -140,13 +141,14 @@
|
|||||||
<file name="Edit_hidden"/>
|
<file name="Edit_hidden"/>
|
||||||
<file name="File_hidden"/>
|
<file name="File_hidden"/>
|
||||||
<folder name="Case">
|
<folder name="Case">
|
||||||
|
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.sleuthkit.autopsy.core.Bundle"/>
|
||||||
<file name="org-sleuthkit-autopsy-casemodule-CaseNewAction.shadow">
|
<file name="org-sleuthkit-autopsy-casemodule-CaseNewAction.shadow">
|
||||||
<attr name="originalFile" stringvalue="Actions/Case/org-sleuthkit-autopsy-casemodule-CaseNewAction.instance"/>
|
<attr name="originalFile" stringvalue="Actions/Case/org-sleuthkit-autopsy-casemodule-CaseNewAction.instance"/>
|
||||||
<attr name="position" intvalue="100"/>
|
<attr name="position" intvalue="100"/>
|
||||||
</file>
|
</file>
|
||||||
<folder name="Open Recent Case">
|
<folder name="OpenRecentCase">
|
||||||
|
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.sleuthkit.autopsy.core.Bundle"/>
|
||||||
<attr name="position" intvalue="101"/>
|
<attr name="position" intvalue="101"/>
|
||||||
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.sleuthkit.autopsy.casemodule.Bundle"/>
|
|
||||||
<file name="org-sleuthkit-autopsy-casemodule-RecentCasesAction.shadow">
|
<file name="org-sleuthkit-autopsy-casemodule-RecentCasesAction.shadow">
|
||||||
<attr name="originalFile" stringvalue="Actions/Case/org-sleuthkit-autopsy-casemodule-RecentCases.instance"/>
|
<attr name="originalFile" stringvalue="Actions/Case/org-sleuthkit-autopsy-casemodule-RecentCases.instance"/>
|
||||||
</file>
|
</file>
|
||||||
@ -281,7 +283,6 @@
|
|||||||
<folder name="Help">
|
<folder name="Help">
|
||||||
<file name="org-netbeans-core-actions-AboutAction.shadow_hidden"/>
|
<file name="org-netbeans-core-actions-AboutAction.shadow_hidden"/>
|
||||||
<file name="org-netbeans-modules-autoupdate-ui-actions-CheckForUpdatesAction.shadow_hidden"/>
|
<file name="org-netbeans-modules-autoupdate-ui-actions-CheckForUpdatesAction.shadow_hidden"/>
|
||||||
<attr name="master-help.xml/org-sleuthkit-autopsy-corecomponents-CustomAboutAction.shadow" boolvalue="true"/>
|
|
||||||
</folder>
|
</folder>
|
||||||
</folder>
|
</folder>
|
||||||
|
|
||||||
@ -378,6 +379,7 @@
|
|||||||
<file name="UndoRedo_hidden"/>
|
<file name="UndoRedo_hidden"/>
|
||||||
<file name="File_hidden"/>
|
<file name="File_hidden"/>
|
||||||
<folder name="Case">
|
<folder name="Case">
|
||||||
|
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.sleuthkit.autopsy.core.Bundle"/>
|
||||||
<attr name="position" intvalue="90"/>
|
<attr name="position" intvalue="90"/>
|
||||||
<!--<file name="org-sleuthkit-autopsy-casemodule-AddImageAction.instance">
|
<!--<file name="org-sleuthkit-autopsy-casemodule-AddImageAction.instance">
|
||||||
<attr name="delegate" newvalue="org.sleuthkit.autopsy.casemodule.AddImageAction"/>
|
<attr name="delegate" newvalue="org.sleuthkit.autopsy.casemodule.AddImageAction"/>
|
||||||
|
@ -31,9 +31,9 @@ import org.openide.util.NbBundle;
|
|||||||
* Action to open custom implementation of the "About" window from the Help
|
* Action to open custom implementation of the "About" window from the Help
|
||||||
* menu.
|
* menu.
|
||||||
*/
|
*/
|
||||||
@ActionID(id = "org.sleuthkit.autopsy.corecomponents.AboutWindowAction", category = "Help")
|
|
||||||
@ActionRegistration(displayName = "#CTL_CustomAboutAction", iconInMenu = true, lazy = false)
|
@ActionRegistration(displayName = "#CTL_CustomAboutAction", iconInMenu = true, lazy = false)
|
||||||
@ActionReference(path = "Menu/Help", position = 3000, separatorBefore = 2999)
|
@ActionReference(path = "Menu/Help", position = 3000, separatorBefore = 2999)
|
||||||
|
@ActionID(id = "org.sleuthkit.autopsy.corecomponents.AboutWindowAction", category = "Help")
|
||||||
public class AboutWindowAction extends AboutAction {
|
public class AboutWindowAction extends AboutAction {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
CTL_DataContentAction=DataContent
|
CTL_DataContentAction=DataContent
|
||||||
CTL_DataContentTopComponent=Data Content
|
CTL_DataContentTopComponent=Data Content
|
||||||
CTL_CustomAboutAction=About
|
CTL_CustomAboutAction=About2
|
||||||
OptionsCategory_Name_General=Application
|
OptionsCategory_Name_General=Application
|
||||||
OptionsCategory_Keywords_General=Autopsy Options
|
OptionsCategory_Keywords_General=Autopsy Options
|
||||||
HINT_DataContentTopComponent=This is a DataContent window
|
HINT_DataContentTopComponent=This is a DataContent window
|
||||||
|
@ -28,7 +28,7 @@ AutopsyOptionsPanel_tempDirectoryBrowseButtonActionPerformed_onInvalidPath_descr
|
|||||||
AutopsyOptionsPanel_tempDirectoryBrowseButtonActionPerformed_onInvalidPath_title=Path cannot be used
|
AutopsyOptionsPanel_tempDirectoryBrowseButtonActionPerformed_onInvalidPath_title=Path cannot be used
|
||||||
CTL_DataContentAction=DataContent
|
CTL_DataContentAction=DataContent
|
||||||
CTL_DataContentTopComponent=Data Content
|
CTL_DataContentTopComponent=Data Content
|
||||||
CTL_CustomAboutAction=About
|
CTL_CustomAboutAction=About2
|
||||||
CTL_OfflineHelpAction=Offline Autopsy Documentation
|
CTL_OfflineHelpAction=Offline Autopsy Documentation
|
||||||
CTL_OnlineHelpAction=Online Autopsy Documentation
|
CTL_OnlineHelpAction=Online Autopsy Documentation
|
||||||
DataContentViewerArtifact.failedToGetAttributes.message=Failed to get some or all attributes from case database
|
DataContentViewerArtifact.failedToGetAttributes.message=Failed to get some or all attributes from case database
|
||||||
|
@ -9,7 +9,7 @@ DataResultFilterNode.viewSourceArtifact.text=View Source Result
|
|||||||
DirectoryTreeTopComponent.componentOpened.groupDataSources.text=This case contains {0} data sources. Would you like to group by data source for faster loading?
|
DirectoryTreeTopComponent.componentOpened.groupDataSources.text=This case contains {0} data sources. Would you like to group by data source for faster loading?
|
||||||
DirectoryTreeTopComponent.componentOpened.groupDataSources.title=Group by data source?
|
DirectoryTreeTopComponent.componentOpened.groupDataSources.title=Group by data source?
|
||||||
DirectoryTreeTopComponent.emptyMimeNode.text=Data not available. Run file type identification module.
|
DirectoryTreeTopComponent.emptyMimeNode.text=Data not available. Run file type identification module.
|
||||||
DirectoryTreeTopComponent.resultsView.title=Listing
|
DirectoryTreeTopComponent.resultsView.title=Listing2
|
||||||
ExportCSV.saveNodesToCSV.empty=No data to export
|
ExportCSV.saveNodesToCSV.empty=No data to export
|
||||||
# {0} - Output file
|
# {0} - Output file
|
||||||
ExportCSV.saveNodesToCSV.fileExists=File {0} already exists
|
ExportCSV.saveNodesToCSV.fileExists=File {0} already exists
|
||||||
|
@ -103,7 +103,7 @@ import org.sleuthkit.datamodel.TskCoreException;
|
|||||||
*/
|
*/
|
||||||
// Registered as a service provider for DataExplorer in layer.xml
|
// Registered as a service provider for DataExplorer in layer.xml
|
||||||
@Messages({
|
@Messages({
|
||||||
"DirectoryTreeTopComponent.resultsView.title=Listing"
|
"DirectoryTreeTopComponent.resultsView.title=Listing2"
|
||||||
})
|
})
|
||||||
@SuppressWarnings("PMD.SingularField") // UI widgets cause lots of false positives
|
@SuppressWarnings("PMD.SingularField") // UI widgets cause lots of false positives
|
||||||
public final class DirectoryTreeTopComponent extends TopComponent implements DataExplorer, ExplorerManager.Provider {
|
public final class DirectoryTreeTopComponent extends TopComponent implements DataExplorer, ExplorerManager.Provider {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CTL_OpenGeolocation=Geolocation
|
CTL_OpenGeolocation=Geolocation2
|
||||||
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
||||||
CTL_GeolocationTopComponent=Geolocation
|
CTL_GeolocationTopComponent=Geolocation
|
||||||
RefreshPanel.refreshLabel.text=The geolocation data has been updated, the visualization may be out of date.
|
RefreshPanel.refreshLabel.text=The geolocation data has been updated, the visualization may be out of date.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CTL_OpenGeolocation=Geolocation
|
CTL_OpenGeolocation=Geolocation2
|
||||||
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
||||||
CTL_GeolocationTopComponent=Geolocation
|
CTL_GeolocationTopComponent=Geolocation
|
||||||
GeoFilterPanel_ArtifactType_List_Title=Types
|
GeoFilterPanel_ArtifactType_List_Title=Types
|
||||||
|
@ -10,7 +10,7 @@ CreateLiveTriageDriveAction.progressBar.text=Copying live triage files to {0}
|
|||||||
CreateLiveTriageDriveAction.progressBar.title=Please wait
|
CreateLiveTriageDriveAction.progressBar.title=Please wait
|
||||||
CreateLiveTriageDriveAction.success.message=Live triage drive created. Use RunFromUSB.bat to run the application
|
CreateLiveTriageDriveAction.success.message=Live triage drive created. Use RunFromUSB.bat to run the application
|
||||||
CreateLiveTriageDriveAction.success.title=Success
|
CreateLiveTriageDriveAction.success.title=Success
|
||||||
CTL_CreateLiveTriageDriveAction=Make Live Triage Drive
|
CTL_CreateLiveTriageDriveAction=Make Live Triage Drive2
|
||||||
SelectDriveDialog.bnOk.text=Ok
|
SelectDriveDialog.bnOk.text=Ok
|
||||||
SelectDriveDialog.bnRefresh.text=Refresh
|
SelectDriveDialog.bnRefresh.text=Refresh
|
||||||
SelectDriveDialog.diskTable.column1.title=Disk Name
|
SelectDriveDialog.diskTable.column1.title=Disk Name
|
||||||
|
@ -45,7 +45,7 @@ import org.sleuthkit.autopsy.progress.ModalDialogProgressIndicator;
|
|||||||
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.livetriage.CreateLiveTriageDriveAction")
|
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.livetriage.CreateLiveTriageDriveAction")
|
||||||
@ActionReference(path = "Menu/Tools", position = 1850, separatorBefore = 1849)
|
@ActionReference(path = "Menu/Tools", position = 1850, separatorBefore = 1849)
|
||||||
@ActionRegistration(displayName = "#CTL_CreateLiveTriageDriveAction", lazy = false)
|
@ActionRegistration(displayName = "#CTL_CreateLiveTriageDriveAction", lazy = false)
|
||||||
@NbBundle.Messages({"CTL_CreateLiveTriageDriveAction=Make Live Triage Drive"})
|
@NbBundle.Messages({"CTL_CreateLiveTriageDriveAction=Make Live Triage Drive2"})
|
||||||
public final class CreateLiveTriageDriveAction extends CallableSystemAction implements PropertyChangeListener {
|
public final class CreateLiveTriageDriveAction extends CallableSystemAction implements PropertyChangeListener {
|
||||||
|
|
||||||
private static final String DISPLAY_NAME = Bundle.CTL_CreateLiveTriageDriveAction();
|
private static final String DISPLAY_NAME = Bundle.CTL_CreateLiveTriageDriveAction();
|
||||||
|
@ -62,8 +62,8 @@ ConfigVisualPanel3.failedToSaveExeMsg=Failed to save tsk_logical_imager.exe file
|
|||||||
# {0} - reason
|
# {0} - reason
|
||||||
ConfigVisualPanel3.reason=\nReason: {0}
|
ConfigVisualPanel3.reason=\nReason: {0}
|
||||||
ConfigVisualPanel3.saveConfigurationFile=Save imager
|
ConfigVisualPanel3.saveConfigurationFile=Save imager
|
||||||
CreateLogicalImagerAction.title=Create Logical Imager
|
CreateLogicalImagerAction.title=Create Logical Imager2
|
||||||
CTL_CreateLogicalImagerAction=Create Logical Imager
|
CTL_CreateLogicalImagerAction=Create Logical Imager2
|
||||||
EditFullPathsRulePanel.example=Example:
|
EditFullPathsRulePanel.example=Example:
|
||||||
EditFullPathsRulePanel.fullPaths=Full paths
|
EditFullPathsRulePanel.fullPaths=Full paths
|
||||||
EditNonFullPathsRulePanel.emptyExtensionException=Extensions cannot have an empty entry
|
EditNonFullPathsRulePanel.emptyExtensionException=Extensions cannot have an empty entry
|
||||||
|
@ -44,7 +44,7 @@ import org.openide.util.actions.CallableSystemAction;
|
|||||||
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.logicalimager.configuration.CreateLogicalImagerAction")
|
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.logicalimager.configuration.CreateLogicalImagerAction")
|
||||||
@ActionRegistration(displayName = "#CTL_CreateLogicalImagerAction", lazy = false)
|
@ActionRegistration(displayName = "#CTL_CreateLogicalImagerAction", lazy = false)
|
||||||
@ActionReference(path = "Menu/Tools", position = 2000, separatorBefore = 1999)
|
@ActionReference(path = "Menu/Tools", position = 2000, separatorBefore = 1999)
|
||||||
@Messages("CTL_CreateLogicalImagerAction=Create Logical Imager")
|
@Messages("CTL_CreateLogicalImagerAction=Create Logical Imager2")
|
||||||
public final class CreateLogicalImagerAction extends CallableSystemAction {
|
public final class CreateLogicalImagerAction extends CallableSystemAction {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
@ -62,7 +62,7 @@ public final class CreateLogicalImagerAction extends CallableSystemAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@NbBundle.Messages({
|
@NbBundle.Messages({
|
||||||
"CreateLogicalImagerAction.title=Create Logical Imager"
|
"CreateLogicalImagerAction.title=Create Logical Imager2"
|
||||||
})
|
})
|
||||||
@Override
|
@Override
|
||||||
public void performAction() {
|
public void performAction() {
|
||||||
|
@ -34,7 +34,11 @@ ILeappAnalyzerIngestModule.running.iLeapp=Running iLeapp
|
|||||||
ILeappAnalyzerIngestModule.starting.iLeapp=Starting iLeapp
|
ILeappAnalyzerIngestModule.starting.iLeapp=Starting iLeapp
|
||||||
ILeappAnalyzerModuleFactory_moduleDesc=Uses iLEAPP to analyze logical acquisitions of iOS devices.
|
ILeappAnalyzerModuleFactory_moduleDesc=Uses iLEAPP to analyze logical acquisitions of iOS devices.
|
||||||
ILeappAnalyzerModuleFactory_moduleName=iOS Analyzer (iLEAPP)
|
ILeappAnalyzerModuleFactory_moduleName=iOS Analyzer (iLEAPP)
|
||||||
|
LeappFileProcessor.cannot.create.calllog.relationship=Cannot create TSK_CALLLOG Relationship.
|
||||||
|
LeappFileProcessor.cannot.create.contact.relationship=Cannot create TSK_CONTACT Relationship.
|
||||||
LeappFileProcessor.cannot.create.message.relationship=Cannot create TSK_MESSAGE Relationship.
|
LeappFileProcessor.cannot.create.message.relationship=Cannot create TSK_MESSAGE Relationship.
|
||||||
|
LeappFileProcessor.cannot.create.trackpoint.relationship=Cannot create TSK_TRACK_POINT artifact.
|
||||||
|
LeappFileProcessor.cannot.create.waypoint.relationship=Cannot create TSK_WAYPOINT artifact.
|
||||||
LeappFileProcessor.cannot.load.artifact.xml=Cannot load xml artifact file.
|
LeappFileProcessor.cannot.load.artifact.xml=Cannot load xml artifact file.
|
||||||
LeappFileProcessor.cannotBuildXmlParser=Cannot buld an XML parser.
|
LeappFileProcessor.cannotBuildXmlParser=Cannot buld an XML parser.
|
||||||
LeappFileProcessor.completed=Leapp Processing Completed
|
LeappFileProcessor.completed=Leapp Processing Completed
|
||||||
|
@ -160,7 +160,7 @@ ConfirmationDialog.ConfirmExitHeader=Confirm Exit
|
|||||||
CTL_AinStatusDashboardAction=Auto Ingest Nodes
|
CTL_AinStatusDashboardAction=Auto Ingest Nodes
|
||||||
CTL_AinStatusDashboardTopComponent=Auto Ingest Nodes
|
CTL_AinStatusDashboardTopComponent=Auto Ingest Nodes
|
||||||
CTL_AutoIngestDashboardAction=Auto Ingest Jobs
|
CTL_AutoIngestDashboardAction=Auto Ingest Jobs
|
||||||
CTL_AutoIngestDashboardOpenAction=Auto Ingest Dashboard
|
CTL_AutoIngestDashboardOpenAction=Auto Ingest Dashboard2
|
||||||
CTL_AutoIngestDashboardTopComponent=Auto Ingest Jobs
|
CTL_AutoIngestDashboardTopComponent=Auto Ingest Jobs
|
||||||
CTL_CasesDashboardAction=Multi-User Cases Dashboard
|
CTL_CasesDashboardAction=Multi-User Cases Dashboard
|
||||||
CTL_CasesDashboardTopComponent=Cases
|
CTL_CasesDashboardTopComponent=Cases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user