mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
message update
This commit is contained in:
parent
0d25699fac
commit
67242e28e7
@ -169,7 +169,7 @@ ImageNode.createSheet.type.displayName=Type
|
|||||||
ImageNode.createSheet.type.name=Type
|
ImageNode.createSheet.type.name=Type
|
||||||
ImageNode.createSheet.type.text=Image
|
ImageNode.createSheet.type.text=Image
|
||||||
ImageNode.getActions.openFileSearchByAttr.text=Open File Search by Attributes
|
ImageNode.getActions.openFileSearchByAttr.text=Open File Search by Attributes
|
||||||
Installer_validate_tskLibLock_description=<html>It appears that an older version of an application that opens The Sleuth Kit databases is currently running on your system.<br/> Close this application before opening Autopsy, and consider upgrading in order to have a better user experience.</html>
|
Installer_validate_tskLibLock_description=<html>Another forensics application is running that uses The Sleuth Kit.<br/>You must close that application before launching Autopsy.<br/>If that application is Cyber Triage, then you should upgrade it so that it can run at the same time as Autopsy.</html>
|
||||||
Installer_validate_tskLibLock_title=Error calling Sleuth Kit library
|
Installer_validate_tskLibLock_title=Error calling Sleuth Kit library
|
||||||
KeyValueNode.menuItemText.viewFileInDir=View Source File in Directory
|
KeyValueNode.menuItemText.viewFileInDir=View Source File in Directory
|
||||||
KeywordHits.createNodeForKey.accessTime.desc=Access Time
|
KeywordHits.createNodeForKey.accessTime.desc=Access Time
|
||||||
|
@ -50,7 +50,7 @@ public class Installer extends ModuleInstall {
|
|||||||
|
|
||||||
@Messages({
|
@Messages({
|
||||||
"Installer_validate_tskLibLock_title=Error calling Sleuth Kit library",
|
"Installer_validate_tskLibLock_title=Error calling Sleuth Kit library",
|
||||||
"Installer_validate_tskLibLock_description=<html>It appears that an older version of an application that opens The Sleuth Kit databases is currently running on your system.<br/> Close this application before opening Autopsy, and consider upgrading in order to have a better user experience.</html>"
|
"Installer_validate_tskLibLock_description=<html>Another forensics application is running that uses The Sleuth Kit.<br/>You must close that application before launching Autopsy.<br/>If that application is Cyber Triage, then you should upgrade it so that it can run at the same time as Autopsy.</html>"
|
||||||
})
|
})
|
||||||
@Override
|
@Override
|
||||||
public void validate() throws IllegalStateException {
|
public void validate() throws IllegalStateException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user