mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Extended IG message dialog
This commit is contained in:
parent
cfde8a81a5
commit
3a16b1433b
@ -37,7 +37,7 @@ OpenAction.noControllerDialog.text=An initialization error ocurred.\nPlease see
|
||||
OpenAction.notAnalyzedDlg.msg=No image/video files available to display yet.\nPlease run FileType and EXIF ingest modules.
|
||||
OpenAction.openTopComponent.error.message=An error occurred while attempting to open Image Gallery.
|
||||
OpenAction.openTopComponent.error.title=Failed to open Image Gallery
|
||||
OpenAction.stale.confDlg.msg=The image / video database may be out of date. Do you want to update and listen for further ingest results?\nChoosing 'yes' will update the database and enable listening to future ingests.
|
||||
OpenAction.stale.confDlg.msg=The image / video database may be out of date. Do you want to update and listen for further ingest results?\nChoosing 'yes' will update the database and enable listening to future ingests.\n\nDatabase update status will appear in the lower right corner of the application window.
|
||||
OpenAction.stale.confDlg.title=Image Gallery
|
||||
OpenExternalViewerAction.displayName=External Viewer
|
||||
RedoAction.name=Redo
|
||||
|
@ -69,7 +69,8 @@ import org.sleuthkit.datamodel.TskCoreException;
|
||||
@Messages({"CTL_OpenAction=Images/Videos",
|
||||
"OpenAction.stale.confDlg.msg=The image / video database may be out of date. "
|
||||
+ "Do you want to update and listen for further ingest results?\n"
|
||||
+ "Choosing 'yes' will update the database and enable listening to future ingests.",
|
||||
+ "Choosing 'yes' will update the database and enable listening to future ingests.\n\n"
|
||||
+ "Database update status will appear in the lower right corner of the application window.",
|
||||
"OpenAction.notAnalyzedDlg.msg=No image/video files available to display yet.\n"
|
||||
+ "Please run FileType and EXIF ingest modules.",
|
||||
"OpenAction.stale.confDlg.title=Image Gallery"})
|
||||
|
Loading…
x
Reference in New Issue
Block a user