diff --git a/StrongBox/da/Localizable.strings b/StrongBox/da/Localizable.strings index 67f4058d0..9b463d2de 100644 --- a/StrongBox/da/Localizable.strings +++ b/StrongBox/da/Localizable.strings @@ -4467,3 +4467,36 @@ /* Export Item */ "generic_export_item" = "Export Item"; + +/* 1 item will be replaced in destination database '%@'. (L10n Note: 1st Param is the destination database name e.g. '1 item will be replaced in destination database 'Mark's Database'.') */ +"export_options_1_replaced_fmt" = "1 item will be replaced in destination database '%@'."; + +/* %@ items will be exported with 1 item being replaced in destination database '%@'. (L10n Note: 1st Param is the number of items that will be exported and 2nd param is the destination database name) */ +"export_options_n_items_1_replaced_fmt" = "%@ items will be exported with 1 item being replaced in destination database '%@'."; + +/* %@ items will be exported with %@ items being replaced in destination database '%@'. (L10n Note: 1st Param is the number of items that will be exported and 2nd param is the number of replacements. 3rd param is the destination database name */ +"export_options_n_items_n_replaced_fmt" = "%@ items will be exported with %@ items being replaced in destination database '%@'."; + +/* 1 item will be added to destination database '%@'. (L10n Note: 1st Param is the destination database name */ +"export_options_1_added_fmt" = "1 item will be added to destination database '%@'."; + +/* %@ items will be added to destination database '%@'. (L10n Note: 1st Param is the number of items that will be exported and 2nd param is the destination database name */ +"export_options_n_added_fmt" = "%@ items will be added to destination database '%@'."; + +/* Are you sure you want to replace the existing matching item(s) in the destination database? */ +"export_are_you_sure_replace" = "Are you sure you want to replace the existing matching item(s) in the destination database?"; + +/* The 'Export Items' feature is part of the Pro feature set. Upgrade to enjoy! */ +"export_is_a_pro_feature_message" = "The 'Export Items' feature is part of the Pro feature set. Upgrade to enjoy!"; + +/* Your selected items have now be exported to the destination database. */ +"export_vc_export_items_successful_message" = "Your selected items have now be exported to the destination database."; + +/* Export Failed */ +"export_vc_export_failed_title" = "Export Failed"; + +/* There was a problem exporting some or all of these items. The export has been cancelled. */ +"export_vc_export_items_failed_message" = "There was a problem exporting some or all of these items. The export has been cancelled."; + +/* Format Incompatibilities */ +"database_format_incompatibilities_title" = "Format Incompatibilities";