From 94de3edc0b817b7aa6b6632d812cf4913159ef77 Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Tue, 25 Jan 2022 10:38:55 +0100 Subject: [PATCH] New translations Localizable.strings (Dutch) --- StrongBox/nl/Localizable.strings | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/StrongBox/nl/Localizable.strings b/StrongBox/nl/Localizable.strings index 4b8ccdffe..878228f46 100644 --- a/StrongBox/nl/Localizable.strings +++ b/StrongBox/nl/Localizable.strings @@ -4767,3 +4767,15 @@ /* Create Entry */ "create_entry" = "Item maken"; + +/* Tidy Up Field? */ +"field_tidy_title_tidy_up_field" = "Tidy Up Field?"; + +/* There are some blank characters (e.g. spaces, tabs) at the start or end of this field.\n\nShould Strongbox tidy up these extraneous characters? */ +"field_tidy_message_tidy_up_field" = "There are some blank characters (e.g. spaces, tabs) at the start or end of this field.\n\nShould Strongbox tidy up these extraneous characters?"; + +/* Tidy Up */ +"field_tidy_choice_tidy_up_field" = "Tidy Up"; + +/* Don't Tidy */ +"field_tidy_choice_dont_tidy" = "Don't Tidy";