From 6f045ed4fd3978d3ebe6b66a95bd3cf97624ac38 Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Sat, 3 Dec 2022 10:38:01 +0100 Subject: [PATCH] New translations Localizable.strings (Hindi) --- StrongBox/hi/Localizable.strings | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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";