mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
removed placeholders for debugging
This commit is contained in:
parent
0931d785b1
commit
1ad14e19ac
@ -45,4 +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
|
CTL_ExitAction=Exit
|
@ -96,4 +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
|
CTL_ExitAction=Exit
|
||||||
|
@ -139,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 Cases2
|
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases
|
||||||
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,7 +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
|
Actions/Case=Case
|
||||||
Menu/Case=Case2
|
Menu/Case=Case
|
||||||
Toolbars/Case=Case2
|
Toolbars/Case=Case
|
||||||
Menu/Case/OpenRecentCase=Open Recent Case2
|
Menu/Case/OpenRecentCase=Open Recent Case
|
@ -31,7 +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
|
Actions/Case=Case
|
||||||
Menu/Case=Case2
|
Menu/Case=Case
|
||||||
Toolbars/Case=Case2
|
Toolbars/Case=Case
|
||||||
Menu/Case/OpenRecentCase=Open Recent Case2
|
Menu/Case/OpenRecentCase=Open Recent Case
|
||||||
|
@ -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=About2
|
CTL_CustomAboutAction=About
|
||||||
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=About2
|
CTL_CustomAboutAction=About
|
||||||
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=Listing2
|
DirectoryTreeTopComponent.resultsView.title=Listing
|
||||||
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=Listing2"
|
"DirectoryTreeTopComponent.resultsView.title=Listing"
|
||||||
})
|
})
|
||||||
@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,3 @@
|
|||||||
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,6 +1,6 @@
|
|||||||
CTL_OpenGeolocation=Geolocation2
|
|
||||||
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
CTL_GeolocationTopComponentAction=GeolocationTopComponent
|
||||||
CTL_GeolocationTopComponent=Geolocation
|
CTL_GeolocationTopComponent=Geolocation
|
||||||
|
CTL_OpenGeolocation=Geolocation
|
||||||
GeoFilterPanel_ArtifactType_List_Title=Types
|
GeoFilterPanel_ArtifactType_List_Title=Types
|
||||||
GeoFilterPanel_DataSource_List_Title=Data Sources
|
GeoFilterPanel_DataSource_List_Title=Data Sources
|
||||||
GeoFilterPanel_empty_artifactType=Unable to apply filter, please select one or more artifact types.
|
GeoFilterPanel_empty_artifactType=Unable to apply filter, please select one or more artifact types.
|
||||||
@ -40,8 +40,6 @@ HidingPane_default_title=Filters
|
|||||||
MapPanel_connection_failure_message=Failed to connect to new geolocation map tile source.
|
MapPanel_connection_failure_message=Failed to connect to new geolocation map tile source.
|
||||||
MapPanel_connection_failure_message_title=Connection Failure
|
MapPanel_connection_failure_message_title=Connection Failure
|
||||||
MayWaypoint_ExternalViewer_label=Open in ExternalViewer
|
MayWaypoint_ExternalViewer_label=Open in ExternalViewer
|
||||||
OpenGeolocationAction_displayName=Geolocation
|
|
||||||
OpenGeolocationAction_name=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.
|
||||||
RefreshPanel.refreshButton.text=Refresh View
|
RefreshPanel.refreshButton.text=Refresh View
|
||||||
RefreshPanel.closeButton.text=
|
RefreshPanel.closeButton.text=
|
||||||
|
@ -46,17 +46,13 @@ import org.sleuthkit.autopsy.core.RuntimeProperties;
|
|||||||
@ActionReferences(value = {
|
@ActionReferences(value = {
|
||||||
@ActionReference(path = "Menu/Tools", position = 103),
|
@ActionReference(path = "Menu/Tools", position = 103),
|
||||||
@ActionReference(path = "Toolbars/Case", position = 103)})
|
@ActionReference(path = "Toolbars/Case", position = 103)})
|
||||||
|
@Messages({"CTL_OpenGeolocation=Geolocation"})
|
||||||
public class OpenGeolocationAction extends CallableSystemAction {
|
public class OpenGeolocationAction extends CallableSystemAction {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private final JButton toolbarButton = new JButton(getName(),
|
private final JButton toolbarButton = new JButton(getName(),
|
||||||
new ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/blueGeo24.png"))); //NON-NLS
|
new ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/blueGeo24.png"))); //NON-NLS
|
||||||
|
|
||||||
@Messages({
|
|
||||||
"OpenGeolocationAction_name=Geolocation",
|
|
||||||
"OpenGeolocationAction_displayName=Geolocation"
|
|
||||||
})
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs the new action of opening the Geolocation window.
|
* Constructs the new action of opening the Geolocation window.
|
||||||
*/
|
*/
|
||||||
@ -98,7 +94,7 @@ public class OpenGeolocationAction extends CallableSystemAction {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return Bundle.OpenGeolocationAction_displayName();
|
return Bundle.CTL_OpenGeolocation();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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 Drive2
|
CTL_CreateLiveTriageDriveAction=Make Live Triage Drive
|
||||||
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 Drive2"})
|
@NbBundle.Messages({"CTL_CreateLiveTriageDriveAction=Make Live Triage Drive"})
|
||||||
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();
|
||||||
|
@ -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 Imager2")
|
@Messages("CTL_CreateLogicalImagerAction=Create Logical Imager")
|
||||||
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 Imager2"
|
"CreateLogicalImagerAction.title=Create Logical Imager"
|
||||||
})
|
})
|
||||||
@Override
|
@Override
|
||||||
public void performAction() {
|
public void performAction() {
|
||||||
|
@ -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 Dashboard2
|
CTL_AutoIngestDashboardOpenAction=Auto Ingest Dashboard
|
||||||
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
|
||||||
@ -205,7 +205,9 @@ DeleteCaseTask.progress.parsingManifest=Parsing manifest file {0}...
|
|||||||
DeleteCaseTask.progress.releasingManifestLock=Releasing lock on the manifest file {0}...
|
DeleteCaseTask.progress.releasingManifestLock=Releasing lock on the manifest file {0}...
|
||||||
DeleteCaseTask.progress.startMessage=Starting deletion...
|
DeleteCaseTask.progress.startMessage=Starting deletion...
|
||||||
DeleteOrphanCaseNodesAction.progressDisplayName=Cleanup Case Znodes
|
DeleteOrphanCaseNodesAction.progressDisplayName=Cleanup Case Znodes
|
||||||
|
# {0} - item count
|
||||||
DeleteOrphanCaseNodesDialog.additionalInit.lblNodeCount.text=Znodes found: {0}
|
DeleteOrphanCaseNodesDialog.additionalInit.lblNodeCount.text=Znodes found: {0}
|
||||||
|
# {0} - item count
|
||||||
DeleteOrphanCaseNodesDialog.additionalInit.znodesTextArea.countMessage=ZNODES FOUND: {0}
|
DeleteOrphanCaseNodesDialog.additionalInit.znodesTextArea.countMessage=ZNODES FOUND: {0}
|
||||||
DeleteOrphanCaseNodesTask.progress.connectingToCoordSvc=Connecting to the coordination service
|
DeleteOrphanCaseNodesTask.progress.connectingToCoordSvc=Connecting to the coordination service
|
||||||
# {0} - node path
|
# {0} - node path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user