let message =NSLocalizedString("Looks like Lumen crashed previously. Would you like to restore your tabs?", tableName: "Lumen", comment: "Restore Tabs Prompt Description")
#else
let message =NSLocalizedString("Looks like Ghostery crashed previously. Would you like to restore your tabs?", tableName: "Ghostery", comment: "Restore Tabs Prompt Description")
#endif
returnUIAlertController(
title: NSLocalizedString("Well, this is embarrassing.", tableName: "Cliqz", comment: "Restore Tabs Prompt Title"),
message: NSLocalizedString("Looks like Ghostery crashed previously. Would you like to restore your tabs?", tableName: "Cliqz", comment: "Restore Tabs Prompt Description"),
let vpnInfoLabel1 =UILabelWithIcon(text: NSLocalizedString("Protection from hackers", tableName: "Lumen", comment: "[VPN] Protection from hackers"))
let vpnInfoLabel2 =UILabelWithIcon(text: NSLocalizedString("Video streaming from other countries", tableName: "Lumen", comment: "[VPN] Video streaming from other countries"))
let vpnInfoLabel2 =UILabelWithIcon(text: NSLocalizedString("Hide your location", tableName: "Lumen", comment: "[VPN] Hide your location"))
@@ -23,7 +23,11 @@ class SendUsageDataTableViewController: ToggleSubSettingsTableViewController {
}
overridefuncgetSectionFooters() -> [String] {
return [NSLocalizedString("Help us improve your browsing experience. Ghostery collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Cliqz", comment: "[Settings -> Send Telemetry] Footer text")]
#if PAID
return [NSLocalizedString("Help us improve your browsing experience. Lumen collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Lumen", comment: "Restore Tabs Prompt Description")]
#else
return [NSLocalizedString("Help us improve your browsing experience. Ghostery collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Ghostery", comment: "Restore Tabs Prompt Description")]