mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
5187 change messages to reflect that a condition needs to match not an entire rule
This commit is contained in:
parent
e43ab7f260
commit
7bacadf95e
@ -89,8 +89,8 @@ EditFullPathsRulePanel.ruleNameLabel.text=Name:
|
||||
EditFullPathsRulePanel.descriptionLabel.text=Description:
|
||||
EditFullPathsRulePanel.descriptionTextField.text=
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.actionCommand=
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if rule matches
|
||||
EditFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a rule
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if a path matches
|
||||
EditFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a path
|
||||
EditFullPathsRulePanel.ruleNameTextField.text=
|
||||
EditFullPathsRulePanel.fullPathsLabel.text=Full paths:
|
||||
EditFullPathsRulePanel.fullPathsLabel.toolTipText=
|
||||
@ -98,7 +98,7 @@ EditNonFullPathsRulePanel.ruleNameTextField.text=
|
||||
EditNonFullPathsRulePanel.ruleNameLabel.text=Name:
|
||||
EditNonFullPathsRulePanel.descriptionLabel.text=Description:
|
||||
EditNonFullPathsRulePanel.descriptionTextField.text=
|
||||
EditNonFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a rule
|
||||
EditNonFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a condition
|
||||
EditNonFullPathsRulePanel.daysIncludedLabel.text=day(s)
|
||||
EditNonFullPathsRulePanel.modifiedDateLabel.text=Modified Within:
|
||||
EditNonFullPathsRulePanel.fileSizeLabel.text=File size (bytes):
|
||||
@ -107,7 +107,7 @@ EditNonFullPathsRulePanel.filenamesLabel.text=File names:
|
||||
EditNonFullPathsRulePanel.extensionsTextField.text=
|
||||
EditNonFullPathsRulePanel.extensionsLabel.text=Extensions:
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.actionCommand=
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if rule matches
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if a condition matches
|
||||
ConfigVisualPanel1.browseButton.text=Browse
|
||||
ConfigVisualPanel2.fullPathsTable.columnModel.title0=
|
||||
ConfigVisualPanel2.folderNamesTable.columnModel.title0=
|
||||
|
@ -132,8 +132,8 @@ EditFullPathsRulePanel.ruleNameLabel.text=Name:
|
||||
EditFullPathsRulePanel.descriptionLabel.text=Description:
|
||||
EditFullPathsRulePanel.descriptionTextField.text=
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.actionCommand=
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if rule matches
|
||||
EditFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a rule
|
||||
EditFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if a path matches
|
||||
EditFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a path
|
||||
EditFullPathsRulePanel.ruleNameTextField.text=
|
||||
EditFullPathsRulePanel.fullPathsLabel.text=Full paths:
|
||||
EditFullPathsRulePanel.fullPathsLabel.toolTipText=
|
||||
@ -141,7 +141,7 @@ EditNonFullPathsRulePanel.ruleNameTextField.text=
|
||||
EditNonFullPathsRulePanel.ruleNameLabel.text=Name:
|
||||
EditNonFullPathsRulePanel.descriptionLabel.text=Description:
|
||||
EditNonFullPathsRulePanel.descriptionTextField.text=
|
||||
EditNonFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a rule
|
||||
EditNonFullPathsRulePanel.shouldSaveCheckBox.text=Extract file if it matches a condition
|
||||
EditNonFullPathsRulePanel.daysIncludedLabel.text=day(s)
|
||||
EditNonFullPathsRulePanel.modifiedDateLabel.text=Modified Within:
|
||||
EditNonFullPathsRulePanel.fileSizeLabel.text=File size (bytes):
|
||||
@ -150,7 +150,7 @@ EditNonFullPathsRulePanel.filenamesLabel.text=File names:
|
||||
EditNonFullPathsRulePanel.extensionsTextField.text=
|
||||
EditNonFullPathsRulePanel.extensionsLabel.text=Extensions:
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.actionCommand=
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if rule matches
|
||||
EditNonFullPathsRulePanel.shouldAlertCheckBox.text=Alert in imager console if a condition matches
|
||||
ConfigVisualPanel1.browseButton.text=Browse
|
||||
ConfigVisualPanel2.fullPathsTable.columnModel.title0=
|
||||
ConfigVisualPanel2.folderNamesTable.columnModel.title0=
|
||||
|
Loading…
x
Reference in New Issue
Block a user