mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Update wording in the auto ingest settings panel
This commit is contained in:
parent
a5902d50f5
commit
fd42a96af3
@ -119,18 +119,16 @@
|
||||
<EmptySpace max="32767" attributes="0"/>
|
||||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<Component id="jLabelSelectInputFolder" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jLabelInvalidImageFolder" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" attributes="0">
|
||||
<Component id="jLabelSelectOutputFolder" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jLabelInvalidResultsFolder" min="-2" pref="544" max="-2" attributes="0"/>
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<Component id="jLabelSelectInputFolder" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jLabelInvalidImageFolder" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" attributes="0">
|
||||
<Component id="jLabelSelectOutputFolder" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jLabelInvalidResultsFolder" min="-2" pref="544" max="-2" attributes="0"/>
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
|
@ -758,16 +758,15 @@ public class AutoIngestSettingsPanel extends javax.swing.JPanel {
|
||||
.addComponent(jRadioButtonAutomated))
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||
.addComponent(jLabel1))
|
||||
.addGroup(jPanelNodeTypeLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGroup(jPanelNodeTypeLayout.createSequentialGroup()
|
||||
.addComponent(jLabelSelectInputFolder)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jLabelInvalidImageFolder, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||
.addGroup(jPanelNodeTypeLayout.createSequentialGroup()
|
||||
.addComponent(jLabelSelectOutputFolder)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jLabelInvalidResultsFolder, javax.swing.GroupLayout.PREFERRED_SIZE, 544, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(0, 0, Short.MAX_VALUE))))
|
||||
.addGroup(jPanelNodeTypeLayout.createSequentialGroup()
|
||||
.addComponent(jLabelSelectInputFolder)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jLabelInvalidImageFolder, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||
.addGroup(jPanelNodeTypeLayout.createSequentialGroup()
|
||||
.addComponent(jLabelSelectOutputFolder)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jLabelInvalidResultsFolder, javax.swing.GroupLayout.PREFERRED_SIZE, 544, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(0, 0, Short.MAX_VALUE)))
|
||||
.addContainerGap())
|
||||
);
|
||||
jPanelNodeTypeLayout.setVerticalGroup(
|
||||
|
@ -50,7 +50,7 @@ AutoIngestSettingsPanel.NodeStatusLogging.text=Node Status Logging Settings
|
||||
AutoIngestSettingsPanel.PathInvalid=Path is not valid
|
||||
AutoIngestSettingsPanel.restartRequiredLabel.text=Application restart required to take effect.
|
||||
AutoIngestSettingsPanel.restartRequiredLabel.text=Application restart required
|
||||
AutoIngestSettingsPanel.ResultsDirectoryUnspecified=Shared results folder must be set
|
||||
AutoIngestSettingsPanel.ResultsDirectoryUnspecified=Shared cases folder must be set
|
||||
AutoIngestSettingsPanel.sharedConfigCheckbox.text=Use shared configuration in folder:
|
||||
AutoIngestSettingsPanel.sharedSettingsErrorTextField.text=globalSettingsErrorTextField
|
||||
AutoIngestSettingsPanel.sharedSettingsTextField.text=
|
||||
@ -128,9 +128,9 @@ AutoIngestSettingsPanel.jLabel1.text=
|
||||
AutoIngestSettingsPanel.jLabelInvalidResultsFolder.text=jLabelInvalidResultsFolder
|
||||
AutoIngestSettingsPanel.jLabelInvalidImageFolder.text=jLabelInvalidImageFolder
|
||||
AutoIngestSettingsPanel.browseOutputFolderButton.text=Browse
|
||||
AutoIngestSettingsPanel.outputPathTextField.toolTipText=Results folder for automated processing, i.e., the location where results folders will be created by automated processing mode for presentation to the user in review mode. Also, cases that were single-user and were converted to multi-user cases will end up here.
|
||||
AutoIngestSettingsPanel.outputPathTextField.toolTipText=Shared cases folder for automated processing, i.e., the location where case folder will be created by automated processing mode for presentation to the user in examiner mode.
|
||||
AutoIngestSettingsPanel.outputPathTextField.text=
|
||||
AutoIngestSettingsPanel.jLabelSelectOutputFolder.text=Select shared results folder:
|
||||
AutoIngestSettingsPanel.jLabelSelectOutputFolder.text=Select shared cases folder:
|
||||
AutoIngestSettingsPanel.browseInputFolderButton.text=Browse
|
||||
AutoIngestSettingsPanel.inputPathTextField.toolTipText=Input folder for automated processing, i.e., the location where input case folders will be created for ingest by automated processing mode
|
||||
AutoIngestSettingsPanel.inputPathTextField.text=
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user