mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Found and extracted string literals to Bundle.
This commit is contained in:
parent
914691311f
commit
b528e46418
@ -30,3 +30,4 @@ Timeline.propChg.confDlg.timelineOOD.msg=Timeline is out of date. Would you like
|
|||||||
Timeline.propChg.confDlg.timelineOOD.details=Select an option
|
Timeline.propChg.confDlg.timelineOOD.details=Select an option
|
||||||
Timeline.initTimeline.confDlg.genBeforeIngest.msg=You are trying to generate a timeline before ingest has been completed. The timeline may be incomplete. Do you want to continue?
|
Timeline.initTimeline.confDlg.genBeforeIngest.msg=You are trying to generate a timeline before ingest has been completed. The timeline may be incomplete. Do you want to continue?
|
||||||
Timeline.initTimeline.confDlg.genBeforeIngest.deails=Timeline
|
Timeline.initTimeline.confDlg.genBeforeIngest.deails=Timeline
|
||||||
|
TimelineProgressDialog.setName.text=Make Timeline (Beta)
|
||||||
|
@ -26,6 +26,8 @@ import javax.swing.ActionMap;
|
|||||||
import javax.swing.InputMap;
|
import javax.swing.InputMap;
|
||||||
import javax.swing.JComponent;
|
import javax.swing.JComponent;
|
||||||
import javax.swing.KeyStroke;
|
import javax.swing.KeyStroke;
|
||||||
|
|
||||||
|
import org.openide.util.NbBundle;
|
||||||
import org.openide.windows.WindowManager;
|
import org.openide.windows.WindowManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -55,7 +57,7 @@ import org.openide.windows.WindowManager;
|
|||||||
|
|
||||||
//progressBar.setIndeterminate(true);
|
//progressBar.setIndeterminate(true);
|
||||||
|
|
||||||
setName("Make Timeline (Beta)");
|
setName(NbBundle.getMessage(this.getClass(), "TimelineProgressDialog.setName.text"));
|
||||||
|
|
||||||
// Close the dialog when Esc is pressed
|
// Close the dialog when Esc is pressed
|
||||||
String cancelName = "cancel";
|
String cancelName = "cancel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user