From 59f8d15ae0809e59aa04cedb6bdfd3a61e2783ca Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Sat, 6 May 2023 14:53:08 +0700 Subject: [PATCH] New translations Localizable.strings (Norwegian Nynorsk) --- StrongBox/nn_NO/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/StrongBox/nn_NO/Localizable.strings b/StrongBox/nn_NO/Localizable.strings index 12ca0832a..193319185 100644 --- a/StrongBox/nn_NO/Localizable.strings +++ b/StrongBox/nn_NO/Localizable.strings @@ -5409,3 +5409,9 @@ /* Items (Recursive) */ "side_bar_child_count_format_items_rec" = "Items (Recursive)"; + +/* The SFTP host returned the Fingerprint below.\n\nStrongbox will use this Fingerprint to verify it is commumicating with only this host.\n\nPlease confirm you are happy with this Fingerprint. You will be notified if it ever changes.\n\n%@ */ +"sftp_hostkey_fingerprint_first_use_confirm_fmt" = "The SFTP host returned the Fingerprint below.\n\nStrongbox will use this Fingerprint to verify it is commumicating with only this host.\n\nPlease confirm you are happy with this Fingerprint. You will be notified if it ever changes.\n\n%@"; + +/* *** WARNING ***\n\nThe SFTP host returned a different Fingerprint than expected.\n\nThis could be a man-in-the-middle attack, or it could be something you expect if your host configuration recently changed.\n\nShould Strongbox use this new Fingerprint and continue connecting to this host?\n\n%@ */ +"sftp_hostkey_fingerprint_has_changed_confirm_fmt" = "*** WARNING ***\n\nThe SFTP host returned a different Fingerprint than expected.\n\nThis could be a man-in-the-middle attack, or it could be something you expect if your host configuration recently changed.\n\nShould Strongbox use this new Fingerprint and continue connecting to this host?\n\n%@";