diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 815afd61b6..91a2b13227 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -2067,6 +2067,18 @@ But if you *do* want a peek under the hood, you can find more information about /* Subscription Expiration Data */ "subscription.subscription.active.caption" = "Your Privacy Pro subscription renews on %@"; +/* Cancel action for the existing subscription dialog */ +"subscription.subscription.found.cancel" = "Cancel"; + +/* Restore action for the existing subscription dialog */ +"subscription.subscription.found.restore" = "Restore"; + +/* Message for the existing subscription dialog */ +"subscription.subscription.found.text" = "We found a subscription associated with this Apple ID."; + +/* Title for the existing subscription dialog */ +"subscription.subscription.found.title" = "Subscription Found"; + /* Message confirming that recovery code was copied to clipboard */ "sync.code.copied" = "Recovery code copied to clipboard";