summaryrefslogtreecommitdiffstats
path: root/l10n-tl/browser/browser/siteProtections.ftl
blob: 7eae0de7b814d383dc3adbc253244f643ae220a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# 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 = Walang na-detect sa site na ito
content-blocking-cookies-blocking-trackers-label = Mga Cross-Site Tracking Cookie
content-blocking-cookies-blocking-third-party-label = Mga Third-Party Cookie
content-blocking-cookies-blocking-unvisited-label = Mga Cookie ng Hindi pa Nabisitang Site
content-blocking-cookies-blocking-all-label = Lahat ng mga Cookie
content-blocking-cookies-view-first-party-label = Mula sa Site na Ito
content-blocking-cookies-view-trackers-label = Mga Cross-Site Tracking Cookie
content-blocking-cookies-view-third-party-label = Mga Third-Party Cookie
# 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 = Pinahihintulutan
# 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 = Hinarang
# Variables:
#   $domain (String): the domain of the site.
content-blocking-cookies-view-remove-button =
    .tooltiptext = Tanggalin ang cookie exception para sa { $domain }
tracking-protection-icon-active = Bina-block ang mga social media tracker, cross-site tracking cookie, at fingerprinter.
tracking-protection-icon-active-container =
    .aria-label = { tracking-protection-icon-active }
tracking-protection-icon-disabled = Naka-OFF ang Enhanced Tracking Protection sa site na ito.
tracking-protection-icon-disabled-container =
    .aria-label = { tracking-protection-icon-disabled }
tracking-protection-icon-no-trackers-detected = Walang mga tracker na kilala sa { -brand-short-name } ang natuklasan sa pahinang ito.
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 = Mga proteksyon para sa { $host }

## Blocking and Not Blocking sub-views in the Protections Panel

protections-blocking-fingerprinters =
    .title = Naharang na mga Fingerprinter
protections-blocking-cryptominers =
    .title = Naharang na mga Cryptominer
protections-blocking-cookies-trackers =
    .title = Mga Hinarang na Cross-Site Tracking Cookie
protections-blocking-cookies-third-party =
    .title = Mga Hinarang na Third-Party Cookie
protections-blocking-cookies-all =
    .title = Hinarang Lahat ng mga Cookie
protections-blocking-cookies-unvisited =
    .title = Unvisited Site Cookies Blocked
protections-blocking-tracking-content =
    .title = Naharang na mga Tracking Content
protections-blocking-social-media-trackers =
    .title = Naharang na mga Social Media Tracker
protections-not-blocking-fingerprinters =
    .title = Hindi Naghaharang ng mga Fingerprinter
protections-not-blocking-cryptominers =
    .title = Hindi Naghaharang ng mga Cryptominer
protections-not-blocking-cookies-third-party =
    .title = Hindi Humaharang sa mga Third-Party Cookie
protections-not-blocking-cookies-all =
    .title = Hindi Humaharang ng mga Cookie
protections-not-blocking-cross-site-tracking-cookies =
    .title = Hindi Naghaharang ng mga Cross-Site Tracking Cookie
protections-not-blocking-tracking-content =
    .title = Hindi Naghaharang ng mga Tracking Content
protections-not-blocking-social-media-trackers =
    .title = Hindi Naghaharang ng mga Social Media Tracker

## 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 Naharang
       *[other] { $trackerCount } Naharang
    }
    .tooltiptext = Mula pa noong { 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 Naharang
       *[other] { $trackerCount } Naharang
    }
# In English this looks like "Firefox blocked over 10,000 trackers since October 2019"
protections-milestone =
    { $trackerCount ->
        [one] Naharang ng { -brand-short-name } ang { $trackerCount } tracker magmula noong { DATETIME($date, year: "numeric", month: "long") }
       *[other] Naharang ng { -brand-short-name } ang lampas { $trackerCount } tracker magmula noong { DATETIME($date, year: "numeric", month: "long") }
    }