removed placeholders for debugging

This commit is contained in:
Greg DiCristofaro 2021-04-13 11:54:31 -04:00
parent 0931d785b1
commit 1ad14e19ac
17 changed files with 26 additions and 31 deletions

View File

@ -45,4 +45,4 @@ OpenPythonModulesFolderAction.actionName.text=Python Plugins
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
CTL_OpenPythonModulesFolderAction=Python Plugins
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
CTL_ExitAction=Exit2
CTL_ExitAction=Exit

View File

@ -96,4 +96,4 @@ OpenPythonModulesFolderAction.actionName.text=Python Plugins
OpenPythonModulesFolderAction.errorMsg.folderNotFound=Python plugins folder not found: {0}
CTL_OpenPythonModulesFolderAction=Python Plugins
GetTagNameAndCommentDialog.tagCombo.toolTipText=Select tag to use
CTL_ExitAction=Exit2
CTL_ExitAction=Exit

View File

@ -139,7 +139,7 @@ OpenRecentCasePanel.colName.path=Path
RecentCases.exception.caseIdxOutOfRange.msg=Recent case index {0} is out of range.
RecentCases.getName.text=Clear Recent Cases
StartupWindow.title.text=Welcome
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases2
UpdateRecentCases.menuItem.clearRecentCases.text=Clear Recent Cases
UpdateRecentCases.menuItem.empty=-Empty-
AddImageWizardIngestConfigPanel.CANCEL_BUTTON.text=Cancel
NewCaseVisualPanel1.CaseFolderOnCDriveError.text=Warning: Path to multi-user case folder is on \"C:\" drive

View File

@ -27,7 +27,7 @@ ServicesMonitor.remoteKeywordSearch.displayName.text=Multi-user keyword search s
ServicesMonitor.messaging.displayName.text=Messaging service
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database 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
Actions/Case=Case
Menu/Case=Case
Toolbars/Case=Case
Menu/Case/OpenRecentCase=Open Recent Case

View File

@ -31,7 +31,7 @@ ServicesMonitor.remoteKeywordSearch.displayName.text=Multi-user keyword search s
ServicesMonitor.messaging.displayName.text=Messaging service
ServicesMonitor.databaseConnectionInfo.error.msg=Error accessing case database 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
Actions/Case=Case
Menu/Case=Case
Toolbars/Case=Case
Menu/Case/OpenRecentCase=Open Recent Case

View File

@ -31,9 +31,9 @@ import org.openide.util.NbBundle;
* Action to open custom implementation of the "About" window from the Help
* menu.
*/
@ActionID(id = "org.sleuthkit.autopsy.corecomponents.AboutWindowAction", category = "Help")
@ActionRegistration(displayName = "#CTL_CustomAboutAction", iconInMenu = true, lazy = false)
@ActionReference(path = "Menu/Help", position = 3000, separatorBefore = 2999)
@ActionID(id = "org.sleuthkit.autopsy.corecomponents.AboutWindowAction", category = "Help")
public class AboutWindowAction extends AboutAction {
@Override

View File

@ -1,6 +1,6 @@
CTL_DataContentAction=DataContent
CTL_DataContentTopComponent=Data Content
CTL_CustomAboutAction=About2
CTL_CustomAboutAction=About
OptionsCategory_Name_General=Application
OptionsCategory_Keywords_General=Autopsy Options
HINT_DataContentTopComponent=This is a DataContent window

View File

@ -28,7 +28,7 @@ AutopsyOptionsPanel_tempDirectoryBrowseButtonActionPerformed_onInvalidPath_descr
AutopsyOptionsPanel_tempDirectoryBrowseButtonActionPerformed_onInvalidPath_title=Path cannot be used
CTL_DataContentAction=DataContent
CTL_DataContentTopComponent=Data Content
CTL_CustomAboutAction=About2
CTL_CustomAboutAction=About
CTL_OfflineHelpAction=Offline Autopsy Documentation
CTL_OnlineHelpAction=Online Autopsy Documentation
DataContentViewerArtifact.failedToGetAttributes.message=Failed to get some or all attributes from case database

View File

@ -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.title=Group by data source?
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
# {0} - Output file
ExportCSV.saveNodesToCSV.fileExists=File {0} already exists

View File

@ -103,7 +103,7 @@ import org.sleuthkit.datamodel.TskCoreException;
*/
// Registered as a service provider for DataExplorer in layer.xml
@Messages({
"DirectoryTreeTopComponent.resultsView.title=Listing2"
"DirectoryTreeTopComponent.resultsView.title=Listing"
})
@SuppressWarnings("PMD.SingularField") // UI widgets cause lots of false positives
public final class DirectoryTreeTopComponent extends TopComponent implements DataExplorer, ExplorerManager.Provider {

View File

@ -1,4 +1,3 @@
CTL_OpenGeolocation=Geolocation2
CTL_GeolocationTopComponentAction=GeolocationTopComponent
CTL_GeolocationTopComponent=Geolocation
RefreshPanel.refreshLabel.text=The geolocation data has been updated, the visualization may be out of date.

View File

@ -1,6 +1,6 @@
CTL_OpenGeolocation=Geolocation2
CTL_GeolocationTopComponentAction=GeolocationTopComponent
CTL_GeolocationTopComponent=Geolocation
CTL_OpenGeolocation=Geolocation
GeoFilterPanel_ArtifactType_List_Title=Types
GeoFilterPanel_DataSource_List_Title=Data Sources
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_title=Connection Failure
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.refreshButton.text=Refresh View
RefreshPanel.closeButton.text=

View File

@ -46,17 +46,13 @@ import org.sleuthkit.autopsy.core.RuntimeProperties;
@ActionReferences(value = {
@ActionReference(path = "Menu/Tools", position = 103),
@ActionReference(path = "Toolbars/Case", position = 103)})
@Messages({"CTL_OpenGeolocation=Geolocation"})
public class OpenGeolocationAction extends CallableSystemAction {
private static final long serialVersionUID = 1L;
private final JButton toolbarButton = new JButton(getName(),
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.
*/
@ -98,7 +94,7 @@ public class OpenGeolocationAction extends CallableSystemAction {
@Override
public String getName() {
return Bundle.OpenGeolocationAction_displayName();
return Bundle.CTL_OpenGeolocation();
}
/**

View File

@ -10,7 +10,7 @@ CreateLiveTriageDriveAction.progressBar.text=Copying live triage files to {0}
CreateLiveTriageDriveAction.progressBar.title=Please wait
CreateLiveTriageDriveAction.success.message=Live triage drive created. Use RunFromUSB.bat to run the application
CreateLiveTriageDriveAction.success.title=Success
CTL_CreateLiveTriageDriveAction=Make Live Triage Drive2
CTL_CreateLiveTriageDriveAction=Make Live Triage Drive
SelectDriveDialog.bnOk.text=Ok
SelectDriveDialog.bnRefresh.text=Refresh
SelectDriveDialog.diskTable.column1.title=Disk Name

View File

@ -45,7 +45,7 @@ import org.sleuthkit.autopsy.progress.ModalDialogProgressIndicator;
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.livetriage.CreateLiveTriageDriveAction")
@ActionReference(path = "Menu/Tools", position = 1850, separatorBefore = 1849)
@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 {
private static final String DISPLAY_NAME = Bundle.CTL_CreateLiveTriageDriveAction();

View File

@ -44,7 +44,7 @@ import org.openide.util.actions.CallableSystemAction;
@ActionID(category = "Tools", id = "org.sleuthkit.autopsy.logicalimager.configuration.CreateLogicalImagerAction")
@ActionRegistration(displayName = "#CTL_CreateLogicalImagerAction", lazy = false)
@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 {
private static final long serialVersionUID = 1L;
@ -62,7 +62,7 @@ public final class CreateLogicalImagerAction extends CallableSystemAction {
}
@NbBundle.Messages({
"CreateLogicalImagerAction.title=Create Logical Imager2"
"CreateLogicalImagerAction.title=Create Logical Imager"
})
@Override
public void performAction() {

View File

@ -160,7 +160,7 @@ ConfirmationDialog.ConfirmExitHeader=Confirm Exit
CTL_AinStatusDashboardAction=Auto Ingest Nodes
CTL_AinStatusDashboardTopComponent=Auto Ingest Nodes
CTL_AutoIngestDashboardAction=Auto Ingest Jobs
CTL_AutoIngestDashboardOpenAction=Auto Ingest Dashboard2
CTL_AutoIngestDashboardOpenAction=Auto Ingest Dashboard
CTL_AutoIngestDashboardTopComponent=Auto Ingest Jobs
CTL_CasesDashboardAction=Multi-User Cases Dashboard
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.startMessage=Starting deletion...
DeleteOrphanCaseNodesAction.progressDisplayName=Cleanup Case Znodes
# {0} - item count
DeleteOrphanCaseNodesDialog.additionalInit.lblNodeCount.text=Znodes found: {0}
# {0} - item count
DeleteOrphanCaseNodesDialog.additionalInit.znodesTextArea.countMessage=ZNODES FOUND: {0}
DeleteOrphanCaseNodesTask.progress.connectingToCoordSvc=Connecting to the coordination service
# {0} - node path