From e7599aca32cb512ddaff6e045f00caa46e084540 Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Mon, 5 Dec 2022 19:47:22 +0100 Subject: [PATCH] New translations Localizable.strings (Italian) --- StrongBox/it/Localizable.strings | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/StrongBox/it/Localizable.strings b/StrongBox/it/Localizable.strings index c8c4af79e..08376eacc 100644 --- a/StrongBox/it/Localizable.strings +++ b/StrongBox/it/Localizable.strings @@ -5223,3 +5223,15 @@ /* Lock Database Immediately */ "mac_on_window_close_action_lock_immediately" = "Lock Database Immediately"; + +/* Offline Mode - L10n - this is a status/state, the database is currently unlocked */ +"database_unlocked_status" = "Unlocked"; + +/* Your changes could not be safely saved. You are now working on an in-memory version only of your database. We recommend you try to save again */ +"error_could_not_save_message" = "Your changes could not be safely saved. You are now working on an in-memory version only of your database. We recommend you try to save again"; + +/* Error Saving\nWe recommend you try to save again */ +"error_could_not_save_title" = "Error Saving\nWe recommend you try to save again"; + +/* Sync - L10n - This is a verb - To Synchronize */ +"generic_action_sync" = "Sincronizzazione";