# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. content-blocking-trackers-view-empty = Nessun elemento rilevato in questo sito content-blocking-cookies-blocking-trackers-label = Cookie traccianti intersito content-blocking-cookies-blocking-third-party-label = Cookie di terze parti content-blocking-cookies-blocking-unvisited-label = Cookie da siti non visitati content-blocking-cookies-blocking-all-label = Tutti i cookie content-blocking-cookies-view-first-party-label = Da questo sito content-blocking-cookies-view-trackers-label = Cookie traccianti intersito content-blocking-cookies-view-third-party-label = Cookie di terze parti # This label is shown next to a cookie origin in the cookies subview. # It forms the end of the (imaginary) sentence "www.example.com [was] Allowed" content-blocking-cookies-view-allowed-label = .value = Consentito # This label is shown next to a cookie origin in the cookies subview. # It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" content-blocking-cookies-view-blocked-label = .value = Bloccato # Variables: # $domain (String): the domain of the site. content-blocking-cookies-view-remove-button = .tooltiptext = Elimina eccezione relativa ai cookie per { $domain } tracking-protection-icon-active = Bloccati traccianti dei social media, cookie traccianti intersito e fingerprinter. tracking-protection-icon-active-container = .aria-label = { tracking-protection-icon-active } tracking-protection-icon-disabled = La protezione antitracciamento avanzata è DISATTIVATA per questo sito. tracking-protection-icon-disabled-container = .aria-label = { tracking-protection-icon-disabled } tracking-protection-icon-no-trackers-detected = Nessun elemento tracciante conosciuto da { -brand-short-name } è stato rilevato in questa pagina. tracking-protection-icon-no-trackers-detected-container = .aria-label = { tracking-protection-icon-no-trackers-detected } ## Variables: ## $host (String): the site's hostname # Header of the Protections Panel. protections-header = Protezioni per { $host } ## Blocking and Not Blocking sub-views in the Protections Panel protections-blocking-fingerprinters = .title = Fingerprinter bloccati protections-blocking-cryptominers = .title = Cryptominer bloccati protections-blocking-cookies-trackers = .title = Cookie traccianti intersito bloccati protections-blocking-cookies-third-party = .title = Cookie di terze parti bloccati protections-blocking-cookies-all = .title = Tutti i cookie bloccati protections-blocking-cookies-unvisited = .title = Cookie da siti web non visitati bloccati protections-blocking-tracking-content = .title = Contenuti traccianti bloccati protections-blocking-social-media-trackers = .title = Traccianti dei social media bloccati protections-not-blocking-fingerprinters = .title = Fingerprinter non bloccati protections-not-blocking-cryptominers = .title = Cryptominer non bloccati protections-not-blocking-cookies-third-party = .title = Cookie di terze parti non bloccati protections-not-blocking-cookies-all = .title = Cookie non bloccati protections-not-blocking-cross-site-tracking-cookies = .title = Cookie traccianti intersito non bloccati protections-not-blocking-tracking-content = .title = Contenuti traccianti non bloccati protections-not-blocking-social-media-trackers = .title = Traccianti dei social media non bloccati ## Footer and Milestones sections in the Protections Panel ## Variables: ## $trackerCount (Number): number of trackers blocked ## $date (Date): the date on which we started counting # This text indicates the total number of trackers blocked on all sites. # In its tooltip, we show the date when we started counting this number. protections-footer-blocked-tracker-counter = { $trackerCount -> [one] 1 bloccato *[other] { $trackerCount } bloccati } .tooltiptext = Dal { DATETIME($date, year: "numeric", month: "long", day: "numeric") } # This text indicates the total number of trackers blocked on all sites. # It should be the same as protections-footer-blocked-tracker-counter; # this message is used to leave out the tooltip when the date is not available. protections-footer-blocked-tracker-counter-no-tooltip = { $trackerCount -> [one] 1 bloccato *[other] { $trackerCount } bloccati } # In English this looks like "Firefox blocked over 10,000 trackers since October 2019" protections-milestone = { $trackerCount -> [one] { -brand-short-name } ha bloccato { $trackerCount } elemento tracciante da { DATETIME($date, year: "numeric", month: "long") } *[other] { -brand-short-name } ha bloccato { $trackerCount } elementi traccianti da { DATETIME($date, year: "numeric", month: "long") } }