mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
domain categorization polish
This commit is contained in:
parent
6802deefe3
commit
d8615de1c0
@ -4,7 +4,7 @@ AddEditCategoryDialog.categoryLabel.text=Category:
|
|||||||
AddEditCategoryDialog.domainSuffixLabel.text=Domain Suffix:
|
AddEditCategoryDialog.domainSuffixLabel.text=Domain Suffix:
|
||||||
AddEditCategoryDialog.saveButton.text=Save
|
AddEditCategoryDialog.saveButton.text=Save
|
||||||
AddEditCategoryDialog.cancelButton.text=Cancel
|
AddEditCategoryDialog.cancelButton.text=Cancel
|
||||||
WebCategoriesOptionsPanel.panelDescription.text=This module allows you to classify web sites based on domain names.
|
WebCategoriesOptionsPanel.panelDescription.text=<html>This feature allows the Recent Activity ingest module to perform custom categorization of web sites based on domain suffixes.</html>
|
||||||
WebCategoriesOptionsPanel.categoriesTitle.text=Categories:
|
WebCategoriesOptionsPanel.categoriesTitle.text=Categories:
|
||||||
WebCategoriesOptionsPanel.newEntryButton.text=New Entry
|
WebCategoriesOptionsPanel.newEntryButton.text=New Entry
|
||||||
WebCategoriesOptionsPanel.editEntryButton.text=Edit Entry
|
WebCategoriesOptionsPanel.editEntryButton.text=Edit Entry
|
||||||
|
@ -197,8 +197,8 @@
|
|||||||
</Container>
|
</Container>
|
||||||
<Component class="javax.swing.JLabel" name="ingestRunningWarning">
|
<Component class="javax.swing.JLabel" name="ingestRunningWarning">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||||
<Connection code="java.awt.Color.RED" type="code"/>
|
<Image iconType="3" name="/org/sleuthkit/autopsy/images/warning16.png"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/url/analytics/domaincategorization/Bundle.properties" key="WebCategoriesOptionsPanel.ingestRunningWarning.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/url/analytics/domaincategorization/Bundle.properties" key="WebCategoriesOptionsPanel.ingestRunningWarning.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
@ -373,7 +373,7 @@ public class WebCategoriesOptionsPanel extends IngestModuleGlobalSettingsPanel i
|
|||||||
gridBagConstraints.weightx = 1.0;
|
gridBagConstraints.weightx = 1.0;
|
||||||
add(bottomStrut, gridBagConstraints);
|
add(bottomStrut, gridBagConstraints);
|
||||||
|
|
||||||
ingestRunningWarning.setForeground(java.awt.Color.RED);
|
ingestRunningWarning.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/images/warning16.png"))); // NOI18N
|
||||||
ingestRunningWarning.setText(org.openide.util.NbBundle.getMessage(WebCategoriesOptionsPanel.class, "WebCategoriesOptionsPanel.ingestRunningWarning.text")); // NOI18N
|
ingestRunningWarning.setText(org.openide.util.NbBundle.getMessage(WebCategoriesOptionsPanel.class, "WebCategoriesOptionsPanel.ingestRunningWarning.text")); // NOI18N
|
||||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||||
gridBagConstraints.gridx = 0;
|
gridBagConstraints.gridx = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user