New translations Localizable.strings (Danish)

This commit is contained in:
Mark McGuill
2021-07-30 19:31:29 +02:00
parent d5477fb90f
commit 2d10dfd4e0
+33
View File
@@ -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";