From 59529ef952c0b8a47ae18bc31a4e993bcc4e79a8 Mon Sep 17 00:00:00 2001 From: Mark Mc Date: Fri, 14 Jul 2023 17:32:20 +0200 Subject: [PATCH] Checkpoint --- StrongBox/Localizable.strings | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/StrongBox/Localizable.strings b/StrongBox/Localizable.strings index 9e9a47b22..5920e66f8 100644 --- a/StrongBox/Localizable.strings +++ b/StrongBox/Localizable.strings @@ -5646,3 +5646,12 @@ /* Offer ends Midnight %@ - L10n note: The 1st parameter is a day, like Monday or Friday, so: "Offer ends Midnight Friday" for example */ "sale_view_offer_ends_date_fmt %@" = "Offer ends Midnight %@"; + +/* Item Properties... */ +"generic_item_properties_ellipsis" = "Item Properties..."; + +/* Audit Issue Details... */ +"view_audit_issue_details_ellipsis" = "Audit Issue Details..."; + +/* Suggest in AutoFill - L10n - Whether an entry should be suggested in the AutoFill dropdown in your browser - It's a Yes/No flag in the UI */ +"suggest_in_autofill_yesno_flag" = "Suggest in AutoFill";