mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Fix "occurrence" typos
This commit is contained in:
parent
a8658115f5
commit
e65bd4a93b
@ -215,6 +215,6 @@ DataResultViewerTable.pageLabel.text=Page:
|
|||||||
ViewPreferencesPanel.maxResultsLabel.text=Maximum number of Results to show in table:
|
ViewPreferencesPanel.maxResultsLabel.text=Maximum number of Results to show in table:
|
||||||
ViewPreferencesPanel.maxResultsLabel.toolTipText=<html>\nSetting this value to 0 will display all results in the results table.\n<br>Note that setting this value to 0 may result in poor UI responsiveness when there are large numbers of results.\n</html>
|
ViewPreferencesPanel.maxResultsLabel.toolTipText=<html>\nSetting this value to 0 will display all results in the results table.\n<br>Note that setting this value to 0 may result in poor UI responsiveness when there are large numbers of results.\n</html>
|
||||||
DataResultViewerTable.exportCSVButton.text=Save table as CSV
|
DataResultViewerTable.exportCSVButton.text=Save table as CSV
|
||||||
ViewPreferencesPanel.scoColumnsCheckbox.text=S(core), C(omments), and O(ccurences)
|
ViewPreferencesPanel.scoColumnsCheckbox.text=S(core), C(omments), and O(ccurrences)
|
||||||
ViewPreferencesPanel.scoColumnsWrapAroundText.text=to reduce loading times
|
ViewPreferencesPanel.scoColumnsWrapAroundText.text=to reduce loading times
|
||||||
ViewPreferencesPanel.scoColumnsLabel.text=Do not add columns for:
|
ViewPreferencesPanel.scoColumnsLabel.text=Do not add columns for:
|
||||||
|
@ -269,6 +269,6 @@ DataResultViewerTable.pageLabel.text=Page:
|
|||||||
ViewPreferencesPanel.maxResultsLabel.text=Maximum number of Results to show in table:
|
ViewPreferencesPanel.maxResultsLabel.text=Maximum number of Results to show in table:
|
||||||
ViewPreferencesPanel.maxResultsLabel.toolTipText=<html>\nSetting this value to 0 will display all results in the results table.\n<br>Note that setting this value to 0 may result in poor UI responsiveness when there are large numbers of results.\n</html>
|
ViewPreferencesPanel.maxResultsLabel.toolTipText=<html>\nSetting this value to 0 will display all results in the results table.\n<br>Note that setting this value to 0 may result in poor UI responsiveness when there are large numbers of results.\n</html>
|
||||||
DataResultViewerTable.exportCSVButton.text=Save table as CSV
|
DataResultViewerTable.exportCSVButton.text=Save table as CSV
|
||||||
ViewPreferencesPanel.scoColumnsCheckbox.text=S(core), C(omments), and O(ccurences)
|
ViewPreferencesPanel.scoColumnsCheckbox.text=S(core), C(omments), and O(ccurrences)
|
||||||
ViewPreferencesPanel.scoColumnsWrapAroundText.text=to reduce loading times
|
ViewPreferencesPanel.scoColumnsWrapAroundText.text=to reduce loading times
|
||||||
ViewPreferencesPanel.scoColumnsLabel.text=Do not add columns for:
|
ViewPreferencesPanel.scoColumnsLabel.text=Do not add columns for:
|
||||||
|
@ -394,8 +394,8 @@ public abstract class AbstractAbstractFileNode<T extends AbstractFile> extends A
|
|||||||
@NbBundle.Messages({
|
@NbBundle.Messages({
|
||||||
"AbstractAbstractFileNode.createSheet.count.displayName=O",
|
"AbstractAbstractFileNode.createSheet.count.displayName=O",
|
||||||
"AbstractAbstractFileNode.createSheet.count.hashLookupNotRun.description=Hash lookup had not been run on this file when the column was populated",
|
"AbstractAbstractFileNode.createSheet.count.hashLookupNotRun.description=Hash lookup had not been run on this file when the column was populated",
|
||||||
"# {0} - occurenceCount",
|
"# {0} - occurrenceCount",
|
||||||
"AbstractAbstractFileNode.createSheet.count.description=There were {0} datasource(s) found with occurences of the MD5 correlation value"})
|
"AbstractAbstractFileNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the MD5 correlation value"})
|
||||||
@Override
|
@Override
|
||||||
protected Pair<Long, String> getCountPropertyAndDescription(CorrelationAttributeInstance.Type attributeType, String attributeValue,
|
protected Pair<Long, String> getCountPropertyAndDescription(CorrelationAttributeInstance.Type attributeType, String attributeValue,
|
||||||
String defaultDescription) {
|
String defaultDescription) {
|
||||||
|
@ -748,7 +748,7 @@ public class BlackboardArtifactNode extends AbstractContentNode<BlackboardArtifa
|
|||||||
"BlackboardArtifactNode.createSheet.count.displayName=O",
|
"BlackboardArtifactNode.createSheet.count.displayName=O",
|
||||||
"BlackboardArtifactNode.createSheet.count.noCorrelationAttributes.description=No correlation properties found",
|
"BlackboardArtifactNode.createSheet.count.noCorrelationAttributes.description=No correlation properties found",
|
||||||
"BlackboardArtifactNode.createSheet.count.noCorrelationValues.description=Unable to find other occurrences because no value exists for the available correlation property",
|
"BlackboardArtifactNode.createSheet.count.noCorrelationValues.description=Unable to find other occurrences because no value exists for the available correlation property",
|
||||||
"# {0} - occurenceCount",
|
"# {0} - occurrenceCount",
|
||||||
"# {1} - attributeType",
|
"# {1} - attributeType",
|
||||||
"BlackboardArtifactNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the correlation value of type {1}"})
|
"BlackboardArtifactNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the correlation value of type {1}"})
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
@ -4,8 +4,8 @@ AbstractAbstractFileNode.changeTimeColLbl=Change Time
|
|||||||
AbstractAbstractFileNode.createdTimeColLbl=Created Time
|
AbstractAbstractFileNode.createdTimeColLbl=Created Time
|
||||||
AbstractAbstractFileNode.createSheet.comment.displayName=C
|
AbstractAbstractFileNode.createSheet.comment.displayName=C
|
||||||
AbstractAbstractFileNode.createSheet.comment.name=C
|
AbstractAbstractFileNode.createSheet.comment.name=C
|
||||||
# {0} - occurenceCount
|
# {0} - occurrenceCount
|
||||||
AbstractAbstractFileNode.createSheet.count.description=There were {0} datasource(s) found with occurences of the MD5 correlation value
|
AbstractAbstractFileNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the MD5 correlation value
|
||||||
AbstractAbstractFileNode.createSheet.count.displayName=O
|
AbstractAbstractFileNode.createSheet.count.displayName=O
|
||||||
AbstractAbstractFileNode.createSheet.count.hashLookupNotRun.description=Hash lookup had not been run on this file when the column was populated
|
AbstractAbstractFileNode.createSheet.count.hashLookupNotRun.description=Hash lookup had not been run on this file when the column was populated
|
||||||
AbstractAbstractFileNode.createSheet.count.name=O
|
AbstractAbstractFileNode.createSheet.count.name=O
|
||||||
@ -53,7 +53,7 @@ BlackboardArtifactNode.createSheet.artifactType.displayName=Result Type
|
|||||||
BlackboardArtifactNode.createSheet.artifactType.name=Result Type
|
BlackboardArtifactNode.createSheet.artifactType.name=Result Type
|
||||||
BlackboardArtifactNode.createSheet.comment.displayName=C
|
BlackboardArtifactNode.createSheet.comment.displayName=C
|
||||||
BlackboardArtifactNode.createSheet.comment.name=C
|
BlackboardArtifactNode.createSheet.comment.name=C
|
||||||
# {0} - occurenceCount
|
# {0} - occurrenceCount
|
||||||
# {1} - attributeType
|
# {1} - attributeType
|
||||||
BlackboardArtifactNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the correlation value of type {1}
|
BlackboardArtifactNode.createSheet.count.description=There were {0} datasource(s) found with occurrences of the correlation value of type {1}
|
||||||
BlackboardArtifactNode.createSheet.count.displayName=O
|
BlackboardArtifactNode.createSheet.count.displayName=O
|
||||||
|
Loading…
x
Reference in New Issue
Block a user