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";