From 3fa32f2e77c8ff00799ebf8537b7d2983ccd80ed Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Sat, 23 Nov 2024 15:51:44 +0700 Subject: [PATCH] New translations localizable.strings (Turkish) --- StrongBox/tr/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/StrongBox/tr/Localizable.strings b/StrongBox/tr/Localizable.strings index e0fffb699..100858ad2 100644 --- a/StrongBox/tr/Localizable.strings +++ b/StrongBox/tr/Localizable.strings @@ -6704,3 +6704,9 @@ /* Zero Version %@ */ "about_strongbox_zero_version_fmt" = "Zero Version %@"; + +/* Unzip First? */ +"import_file_zip_detected_ask_unzip_title" = "Unzip First?"; + +/* This appears to be a Zip file rather than a database.\n\nShould Strongbox try to unzip first and then import a database if it can find one? */ +"import_file_zip_detected_ask_unzip_msg" = "This appears to be a Zip file rather than a database.\n\nShould Strongbox try to unzip first and then import a database if it can find one?";