let first =TickButtonInfo(title: "Block Nothing", subtitle: nil, selected: false, accessibilityIdentifier: "BlockNothingButtonTitle")
let second =TickButtonInfo(title: "Block Recommended", subtitle: "Ads, site analytics and adult advertising", selected: true, accessibilityIdentifier: "BlockRecommendedButtonTitle")
let third =TickButtonInfo(title: "Block Everything", subtitle: nil, selected: false, accessibilityIdentifier: "BlockEverythingButtonTitle")
let OnboardingStrings = CliqzStrings.Onboarding()
let first =TickButtonInfo(title: OnboardingStrings.blockNothingTickButtonTitle, subtitle: nil, selected: false, accessibilityIdentifier: "BlockNothingButtonTitle")
let second =TickButtonInfo(title: OnboardingStrings.blockRecommendedTickButtonTitle, subtitle: OnboardingStrings.blockRecommendedTickButtonSubTitle, selected: true, accessibilityIdentifier: "BlockRecommendedButtonTitle")
let third =TickButtonInfo(title: OnboardingStrings.blockEverythingTickButtonTitle, subtitle: nil, selected: false, accessibilityIdentifier: "BlockEverythingButtonTitle")
returnNSLocalizedString("Browse cleaner, faster, and safer on-the-go with Ghostery, now optimized for mobile! Don't worry, all your data will be imported.", tableName: "Cliqz", comment: "[Onboarding] Intro Text Old Users")
returnNSLocalizedString("Introducing New Ghostery", tableName: "Cliqz", comment: "[Onboarding] Intro Title Old Users")
}
publicvar adblockerText: String {
returnNSLocalizedString("Choose what you want Ghostery to block for cleaner, faster, and safer browsing. You can change and customize these settings at any time in the Privacy Control Center.", tableName: "Cliqz", comment: "[Onboarding] Adblocker Text")
returnNSLocalizedString("Stay anonymous, reduce data usage, and save time: results appear instantly as you type in the Ghost search bar.", tableName: "Cliqz", comment: "[Onboarding] QuickSearch Text")
returnNSLocalizedString("Each new Start Tab is customizable and can display top sites, the latest news, and other tracking insights to come.", tableName: "Cliqz", comment: "[Onboarding] Tab Text")