diff --git a/StrongBox/hi/Localizable.strings b/StrongBox/hi/Localizable.strings index 73d780401..83a264608 100644 --- a/StrongBox/hi/Localizable.strings +++ b/StrongBox/hi/Localizable.strings @@ -5211,3 +5211,15 @@ /* More... - Used in the UI to indicate a button which you can click on to learn or find out more */ "generic_more_with_ellipsis" = "More..."; + +/* Lock Database? */ +"mac_on_window_close_action_title" = "Lock Database?"; + +/* Strongbox can keep your databases open in the background or it can lock them immediately when you close the window.\n\nWhat would you like Strongbox to do when you close a database window? */ +"mac_on_window_close_action_message" = "Strongbox can keep your databases open in the background or it can lock them immediately when you close the window.\n\nWhat would you like Strongbox to do when you close a database window?"; + +/* Keep Database Unlocked */ +"mac_on_window_close_action_option_keep_unlocked" = "Keep Database Unlocked"; + +/* Lock Database Immediately */ +"mac_on_window_close_action_lock_immediately" = "Lock Database Immediately";