Skip to content

Commit

Permalink
Add FXIOS-9305 Correct pluralization on Strings (#20619)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyndichin authored Jun 11, 2024
1 parent 7f79a0e commit 4621fed
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions firefox-ios/Client/Frontend/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4017,24 +4017,6 @@ extension String {
value: "No trackers found",
comment: "Text to let users know that no trackers were found on the current website.")

public static let crossSiteTrackersBlockedLabel = MZLocalizedString(
key: "Menu.EnhancedTrackingProtection.Details.Trackers.CrossSite.v128",
tableName: "EnhancedTrackingProtection",
value: "%@ Cross-site tracking cookies",
comment: "Text to let users know how many cross-site tracking cookies were blocked on the current website. The placeholder will show the number of such cookies detected")

public static let socialMediaTrackersBlockedLabel = MZLocalizedString(
key: "Menu.EnhancedTrackingProtection.Details.Trackers.SocialMedia.v128",
tableName: "EnhancedTrackingProtection",
value: "%@ Social media tracker",
comment: "Text to let users know how many social media trackers were blocked on the current website. The placeholder will show the number of such cookies detected")

public static let fingerprinterBlockedLabel = MZLocalizedString(
key: "Menu.EnhancedTrackingProtection.Details.Trackers.Fingerprinter.v128",
tableName: "EnhancedTrackingProtection",
value: "%@ Fingerprinter",
comment: "Text to let users know how many fingerprinters were blocked on the current website. The placeholder will show the number of fingerprinters detected")

public static let connectionSecureLabel = MZLocalizedString(
key: "Menu.EnhancedTrackingProtection.Details.ConnectionSecure.v128",
tableName: "EnhancedTrackingProtection",
Expand Down

0 comments on commit 4621fed

Please sign in to comment.