From f38b63ceeacb27be9cddae56a67ca511a5a6dcfa Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Wed, 7 Dec 2022 17:11:36 +0100 Subject: [PATCH] New translations Localizable.strings (Arabic) --- StrongBox/ar/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/StrongBox/ar/Localizable.strings b/StrongBox/ar/Localizable.strings index b1282d73a..a2a8754fb 100644 --- a/StrongBox/ar/Localizable.strings +++ b/StrongBox/ar/Localizable.strings @@ -5238,3 +5238,9 @@ /* Your database is safely saved but there was an error syncing. Would you like to try again or take a look at the Sync Log?\n\n%@\n */ "sync_error_message_including_error_detail_fmt" = "Your database is safely saved but there was an error syncing. Would you like to try again or take a look at the Sync Log?\n\n%@\n"; + +/* This database is in Offline Mode and cannot be synced. */ +"database_is_in_offline_mode_cannot_be_synced" = "This database is in Offline Mode and cannot be synced."; + +/* Save Successful */ +"generic_save_was_successful" = "Save Successful";