From c28f3d7e768219ee5dfd85a372f522466ffec79f Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Fri, 3 Jun 2022 11:32:07 +0200 Subject: [PATCH] New translations Localizable.strings (Malayalam) --- StrongBox/ml/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/StrongBox/ml/Localizable.strings b/StrongBox/ml/Localizable.strings index 300efef3b..812d32716 100644 --- a/StrongBox/ml/Localizable.strings +++ b/StrongBox/ml/Localizable.strings @@ -5031,3 +5031,9 @@ /* Apply Changes */ "generic_apply_changes" = "Apply Changes"; + +/* Pop Out Details - L10n Note: A user can "Pop Out" a Details window, which is usually embedded in a frame. Popping it out means it can be moved around independently of the main App window */ +"action_verb_popout_details_window" = "Pop Out Details"; + +/* Float on Top - L10n Note: This is when a user can PIN a window, or make it float on top of other windows */ +"window_toggle_float_on_top" = "Float on Top";